# WordPress MySQL database backup # # Generated: Friday 18. June 2021 01:20 UTC # Hostname: localhost # Database: `lakeorchardvilla` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_commentmeta` # -------------------------------------------------------- # # Delete any existing table `wp_commentmeta` # DROP TABLE IF EXISTS `wp_commentmeta`; # # Table structure of table `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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_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_ci ; # # Data contents of table `wp_commentmeta` # # # End of data contents of table `wp_commentmeta` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_comments` # -------------------------------------------------------- # # Delete any existing table `wp_comments` # DROP TABLE IF EXISTS `wp_comments`; # # Table structure of table `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_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_comments` # INSERT INTO `wp_comments` VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2021-05-14 00:43:31', '2021-05-14 00:43:31', '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 Gravatar.', 0, '1', '', 'comment', 0, 0); # # End of data contents of table `wp_comments` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_links` # -------------------------------------------------------- # # Delete any existing table `wp_links` # DROP TABLE IF EXISTS `wp_links`; # # Table structure of table `wp_links` # CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_links` # # # End of data contents of table `wp_links` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_options` # -------------------------------------------------------- # # Delete any existing table `wp_options` # DROP TABLE IF EXISTS `wp_options`; # # Table structure of table `wp_options` # CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=1322 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_options` # INSERT INTO `wp_options` VALUES (1, 'siteurl', 'http://localhost/lakeorchardvilla', 'yes'); INSERT INTO `wp_options` VALUES (2, 'home', 'http://localhost/lakeorchardvilla', 'yes'); INSERT INTO `wp_options` VALUES (3, 'blogname', 'Lake Orchard Villas', 'yes'); INSERT INTO `wp_options` VALUES (4, 'blogdescription', 'Lake Orchard Villas', 'yes'); INSERT INTO `wp_options` VALUES (5, 'users_can_register', '0', 'yes'); INSERT INTO `wp_options` VALUES (6, 'admin_email', 'marcus@katanacom.com.au', 'yes'); INSERT INTO `wp_options` VALUES (7, 'start_of_week', '1', 'yes'); INSERT INTO `wp_options` VALUES (8, 'use_balanceTags', '0', 'yes'); INSERT INTO `wp_options` VALUES (9, 'use_smilies', '1', 'yes'); INSERT INTO `wp_options` VALUES (10, 'require_name_email', '1', 'yes'); INSERT INTO `wp_options` VALUES (11, 'comments_notify', '1', 'yes'); INSERT INTO `wp_options` VALUES (12, 'posts_per_rss', '10', 'yes'); INSERT INTO `wp_options` VALUES (13, 'rss_use_excerpt', '0', 'yes'); INSERT INTO `wp_options` VALUES (14, 'mailserver_url', 'mail.example.com', 'yes'); INSERT INTO `wp_options` VALUES (15, 'mailserver_login', 'login@example.com', 'yes'); INSERT INTO `wp_options` VALUES (16, 'mailserver_pass', 'password', 'yes'); INSERT INTO `wp_options` VALUES (17, 'mailserver_port', '110', 'yes'); INSERT INTO `wp_options` VALUES (18, 'default_category', '1', 'yes'); INSERT INTO `wp_options` VALUES (19, 'default_comment_status', 'open', 'yes'); INSERT INTO `wp_options` VALUES (20, 'default_ping_status', 'open', 'yes'); INSERT INTO `wp_options` VALUES (21, 'default_pingback_flag', '1', 'yes'); INSERT INTO `wp_options` VALUES (22, 'posts_per_page', '10', 'yes'); INSERT INTO `wp_options` VALUES (23, 'date_format', 'j F Y', 'yes'); INSERT INTO `wp_options` VALUES (24, 'time_format', 'g:i a', 'yes'); INSERT INTO `wp_options` VALUES (25, 'links_updated_date_format', 'j F Y g:i a', 'yes'); INSERT INTO `wp_options` VALUES (26, 'comment_moderation', '0', 'yes'); INSERT INTO `wp_options` VALUES (27, 'moderation_notify', '1', 'yes'); INSERT INTO `wp_options` VALUES (28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'); INSERT INTO `wp_options` VALUES (29, 'rewrite_rules', 'a:480:{s:16:"accommodation/?$";s:34:"index.php?post_type=mphb_room_type";s:46:"accommodation/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?post_type=mphb_room_type&feed=$matches[1]";s:41:"accommodation/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?post_type=mphb_room_type&feed=$matches[1]";s:33:"accommodation/page/([0-9]{1,})/?$";s:52:"index.php?post_type=mphb_room_type&paged=$matches[1]";s:10:"service/?$";s:37:"index.php?post_type=mphb_room_service";s:40:"service/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?post_type=mphb_room_service&feed=$matches[1]";s:35:"service/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?post_type=mphb_room_service&feed=$matches[1]";s:27:"service/page/([0-9]{1,})/?$";s:55:"index.php?post_type=mphb_room_service&paged=$matches[1]";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:12:"treatment/?$";s:35:"index.php?post_type=avada_portfolio";s:51:"treatment/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:52:"index.php?post_type=avada_portfolio&feed=$matches[1]";s:46:"treatment/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:52:"index.php?post_type=avada_portfolio&feed=$matches[1]";s:29:"treatment/page/([0-9]{1,})/?$";s:53:"index.php?post_type=avada_portfolio&paged=$matches[1]";s:12:"faq-items/?$";s:29:"index.php?post_type=avada_faq";s:51:"faq-items/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:46:"index.php?post_type=avada_faq&feed=$matches[1]";s:46:"faq-items/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:46:"index.php?post_type=avada_faq&feed=$matches[1]";s:29:"faq-items/page/([0-9]{1,})/?$";s:47:"index.php?post_type=avada_faq&paged=$matches[1]";s:44:"fusion_tb_layout/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:54:"fusion_tb_layout/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:83:"fusion_tb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:78:"fusion_tb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"fusion_tb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:50:"fusion_tb_layout/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:33:"fusion_tb_layout/([^/]+)/embed/?$";s:49:"index.php?fusion_tb_layout=$matches[1]&embed=true";s:37:"fusion_tb_layout/([^/]+)/trackback/?$";s:43:"index.php?fusion_tb_layout=$matches[1]&tb=1";s:45:"fusion_tb_layout/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?fusion_tb_layout=$matches[1]&paged=$matches[2]";s:52:"fusion_tb_layout/([^/]+)/comment-page-([0-9]{1,})/?$";s:56:"index.php?fusion_tb_layout=$matches[1]&cpage=$matches[2]";s:41:"fusion_tb_layout/([^/]+)(?:/([0-9]+))?/?$";s:55:"index.php?fusion_tb_layout=$matches[1]&page=$matches[2]";s:33:"fusion_tb_layout/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"fusion_tb_layout/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"fusion_tb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"fusion_tb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"fusion_tb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"fusion_tb_layout/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:45:"fusion_tb_section/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:55:"fusion_tb_section/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:84:"fusion_tb_section/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:79:"fusion_tb_section/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"fusion_tb_section/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"fusion_tb_section/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:34:"fusion_tb_section/([^/]+)/embed/?$";s:50:"index.php?fusion_tb_section=$matches[1]&embed=true";s:38:"fusion_tb_section/([^/]+)/trackback/?$";s:44:"index.php?fusion_tb_section=$matches[1]&tb=1";s:46:"fusion_tb_section/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?fusion_tb_section=$matches[1]&paged=$matches[2]";s:53:"fusion_tb_section/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?fusion_tb_section=$matches[1]&cpage=$matches[2]";s:42:"fusion_tb_section/([^/]+)(?:/([0-9]+))?/?$";s:56:"index.php?fusion_tb_section=$matches[1]&page=$matches[2]";s:34:"fusion_tb_section/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"fusion_tb_section/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:73:"fusion_tb_section/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"fusion_tb_section/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"fusion_tb_section/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"fusion_tb_section/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:68:"fusion_tb_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:57:"index.php?fusion_tb_category=$matches[1]&feed=$matches[2]";s:63:"fusion_tb_category/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:57:"index.php?fusion_tb_category=$matches[1]&feed=$matches[2]";s:35:"fusion_tb_category/([^/]+)/embed/?$";s:51:"index.php?fusion_tb_category=$matches[1]&embed=true";s:47:"fusion_tb_category/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?fusion_tb_category=$matches[1]&paged=$matches[2]";s:29:"fusion_tb_category/([^/]+)/?$";s:40:"index.php?fusion_tb_category=$matches[1]";s:39:"fusion_form/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"fusion_form/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:78:"fusion_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:73:"fusion_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"fusion_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"fusion_form/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"fusion_form/([^/]+)/embed/?$";s:44:"index.php?fusion_form=$matches[1]&embed=true";s:32:"fusion_form/([^/]+)/trackback/?$";s:38:"index.php?fusion_form=$matches[1]&tb=1";s:40:"fusion_form/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?fusion_form=$matches[1]&paged=$matches[2]";s:47:"fusion_form/([^/]+)/comment-page-([0-9]{1,})/?$";s:51:"index.php?fusion_form=$matches[1]&cpage=$matches[2]";s:36:"fusion_form/([^/]+)(?:/([0-9]+))?/?$";s:50:"index.php?fusion_form=$matches[1]&page=$matches[2]";s:28:"fusion_form/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"fusion_form/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"fusion_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"fusion_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"fusion_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"fusion_form/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:56:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:51:"category/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:53:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:48:"tag/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:54:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:49:"type/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:40:"mphb_booking/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"mphb_booking/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:79:"mphb_booking/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:74:"mphb_booking/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"mphb_booking/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"mphb_booking/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"mphb_booking/([^/]+)/embed/?$";s:60:"index.php?post_type=mphb_booking&name=$matches[1]&embed=true";s:33:"mphb_booking/([^/]+)/trackback/?$";s:54:"index.php?post_type=mphb_booking&name=$matches[1]&tb=1";s:41:"mphb_booking/([^/]+)/page/?([0-9]{1,})/?$";s:67:"index.php?post_type=mphb_booking&name=$matches[1]&paged=$matches[2]";s:48:"mphb_booking/([^/]+)/comment-page-([0-9]{1,})/?$";s:67:"index.php?post_type=mphb_booking&name=$matches[1]&cpage=$matches[2]";s:37:"mphb_booking/([^/]+)(?:/([0-9]+))?/?$";s:66:"index.php?post_type=mphb_booking&name=$matches[1]&page=$matches[2]";s:29:"mphb_booking/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"mphb_booking/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"mphb_booking/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"mphb_booking/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"mphb_booking/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"mphb_booking/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:41:"accommodation/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"accommodation/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:80:"accommodation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:75:"accommodation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"accommodation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"accommodation/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"accommodation/([^/]+)/embed/?$";s:47:"index.php?mphb_room_type=$matches[1]&embed=true";s:34:"accommodation/([^/]+)/trackback/?$";s:41:"index.php?mphb_room_type=$matches[1]&tb=1";s:63:"accommodation/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:53:"index.php?mphb_room_type=$matches[1]&feed=$matches[2]";s:58:"accommodation/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:53:"index.php?mphb_room_type=$matches[1]&feed=$matches[2]";s:42:"accommodation/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?mphb_room_type=$matches[1]&paged=$matches[2]";s:49:"accommodation/([^/]+)/comment-page-([0-9]{1,})/?$";s:54:"index.php?mphb_room_type=$matches[1]&cpage=$matches[2]";s:38:"accommodation/([^/]+)(?:/([0-9]+))?/?$";s:53:"index.php?mphb_room_type=$matches[1]&page=$matches[2]";s:30:"accommodation/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"accommodation/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"accommodation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"accommodation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"accommodation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"accommodation/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:70:"accommodation-category/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:62:"index.php?mphb_room_type_category=$matches[1]&feed=$matches[2]";s:65:"accommodation-category/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:62:"index.php?mphb_room_type_category=$matches[1]&feed=$matches[2]";s:37:"accommodation-category/(.+?)/embed/?$";s:56:"index.php?mphb_room_type_category=$matches[1]&embed=true";s:49:"accommodation-category/(.+?)/page/?([0-9]{1,})/?$";s:63:"index.php?mphb_room_type_category=$matches[1]&paged=$matches[2]";s:31:"accommodation-category/(.+?)/?$";s:45:"index.php?mphb_room_type_category=$matches[1]";s:67:"accommodation-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:57:"index.php?mphb_room_type_tag=$matches[1]&feed=$matches[2]";s:62:"accommodation-tag/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:57:"index.php?mphb_room_type_tag=$matches[1]&feed=$matches[2]";s:34:"accommodation-tag/([^/]+)/embed/?$";s:51:"index.php?mphb_room_type_tag=$matches[1]&embed=true";s:46:"accommodation-tag/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?mphb_room_type_tag=$matches[1]&paged=$matches[2]";s:28:"accommodation-tag/([^/]+)/?$";s:40:"index.php?mphb_room_type_tag=$matches[1]";s:70:"accommodation-facility/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:62:"index.php?mphb_room_type_facility=$matches[1]&feed=$matches[2]";s:65:"accommodation-facility/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:62:"index.php?mphb_room_type_facility=$matches[1]&feed=$matches[2]";s:37:"accommodation-facility/(.+?)/embed/?$";s:56:"index.php?mphb_room_type_facility=$matches[1]&embed=true";s:49:"accommodation-facility/(.+?)/page/?([0-9]{1,})/?$";s:63:"index.php?mphb_room_type_facility=$matches[1]&paged=$matches[2]";s:31:"accommodation-facility/(.+?)/?$";s:45:"index.php?mphb_room_type_facility=$matches[1]";s:47:"mphb_room_attribute/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"mphb_room_attribute/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:86:"mphb_room_attribute/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:81:"mphb_room_attribute/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"mphb_room_attribute/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"mphb_room_attribute/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:36:"mphb_room_attribute/([^/]+)/embed/?$";s:52:"index.php?mphb_room_attribute=$matches[1]&embed=true";s:40:"mphb_room_attribute/([^/]+)/trackback/?$";s:46:"index.php?mphb_room_attribute=$matches[1]&tb=1";s:48:"mphb_room_attribute/([^/]+)/page/?([0-9]{1,})/?$";s:59:"index.php?mphb_room_attribute=$matches[1]&paged=$matches[2]";s:55:"mphb_room_attribute/([^/]+)/comment-page-([0-9]{1,})/?$";s:59:"index.php?mphb_room_attribute=$matches[1]&cpage=$matches[2]";s:44:"mphb_room_attribute/([^/]+)(?:/([0-9]+))?/?$";s:58:"index.php?mphb_room_attribute=$matches[1]&page=$matches[2]";s:36:"mphb_room_attribute/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"mphb_room_attribute/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:75:"mphb_room_attribute/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"mphb_room_attribute/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"mphb_room_attribute/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:42:"mphb_room_attribute/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:39:"mphb_season/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"mphb_season/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:78:"mphb_season/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:73:"mphb_season/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"mphb_season/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"mphb_season/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"mphb_season/([^/]+)/embed/?$";s:59:"index.php?post_type=mphb_season&name=$matches[1]&embed=true";s:32:"mphb_season/([^/]+)/trackback/?$";s:53:"index.php?post_type=mphb_season&name=$matches[1]&tb=1";s:40:"mphb_season/([^/]+)/page/?([0-9]{1,})/?$";s:66:"index.php?post_type=mphb_season&name=$matches[1]&paged=$matches[2]";s:47:"mphb_season/([^/]+)/comment-page-([0-9]{1,})/?$";s:66:"index.php?post_type=mphb_season&name=$matches[1]&cpage=$matches[2]";s:36:"mphb_season/([^/]+)(?:/([0-9]+))?/?$";s:65:"index.php?post_type=mphb_season&name=$matches[1]&page=$matches[2]";s:28:"mphb_season/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"mphb_season/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"mphb_season/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"mphb_season/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"mphb_season/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"mphb_season/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:37:"mphb_rate/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"mphb_rate/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"mphb_rate/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"mphb_rate/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"mphb_rate/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"mphb_rate/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"mphb_rate/([^/]+)/embed/?$";s:57:"index.php?post_type=mphb_rate&name=$matches[1]&embed=true";s:30:"mphb_rate/([^/]+)/trackback/?$";s:51:"index.php?post_type=mphb_rate&name=$matches[1]&tb=1";s:38:"mphb_rate/([^/]+)/page/?([0-9]{1,})/?$";s:64:"index.php?post_type=mphb_rate&name=$matches[1]&paged=$matches[2]";s:45:"mphb_rate/([^/]+)/comment-page-([0-9]{1,})/?$";s:64:"index.php?post_type=mphb_rate&name=$matches[1]&cpage=$matches[2]";s:34:"mphb_rate/([^/]+)(?:/([0-9]+))?/?$";s:63:"index.php?post_type=mphb_rate&name=$matches[1]&page=$matches[2]";s:26:"mphb_rate/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"mphb_rate/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"mphb_rate/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"mphb_rate/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"mphb_rate/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"mphb_rate/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"service/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"service/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"service/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:24:"service/([^/]+)/embed/?$";s:50:"index.php?mphb_room_service=$matches[1]&embed=true";s:28:"service/([^/]+)/trackback/?$";s:44:"index.php?mphb_room_service=$matches[1]&tb=1";s:57:"service/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:56:"index.php?mphb_room_service=$matches[1]&feed=$matches[2]";s:52:"service/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:56:"index.php?mphb_room_service=$matches[1]&feed=$matches[2]";s:36:"service/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?mphb_room_service=$matches[1]&paged=$matches[2]";s:43:"service/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?mphb_room_service=$matches[1]&cpage=$matches[2]";s:32:"service/([^/]+)(?:/([0-9]+))?/?$";s:56:"index.php?mphb_room_service=$matches[1]&page=$matches[2]";s:24:"service/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"service/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"service/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:37:"mphb_room/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"mphb_room/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"mphb_room/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"mphb_room/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"mphb_room/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"mphb_room/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"mphb_room/([^/]+)/embed/?$";s:57:"index.php?post_type=mphb_room&name=$matches[1]&embed=true";s:30:"mphb_room/([^/]+)/trackback/?$";s:51:"index.php?post_type=mphb_room&name=$matches[1]&tb=1";s:38:"mphb_room/([^/]+)/page/?([0-9]{1,})/?$";s:64:"index.php?post_type=mphb_room&name=$matches[1]&paged=$matches[2]";s:45:"mphb_room/([^/]+)/comment-page-([0-9]{1,})/?$";s:64:"index.php?post_type=mphb_room&name=$matches[1]&cpage=$matches[2]";s:34:"mphb_room/([^/]+)(?:/([0-9]+))?/?$";s:63:"index.php?post_type=mphb_room&name=$matches[1]&page=$matches[2]";s:26:"mphb_room/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"mphb_room/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"mphb_room/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"mphb_room/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"mphb_room/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"mphb_room/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:40:"mphb_payment/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"mphb_payment/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:79:"mphb_payment/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:74:"mphb_payment/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"mphb_payment/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"mphb_payment/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"mphb_payment/([^/]+)/embed/?$";s:60:"index.php?post_type=mphb_payment&name=$matches[1]&embed=true";s:33:"mphb_payment/([^/]+)/trackback/?$";s:54:"index.php?post_type=mphb_payment&name=$matches[1]&tb=1";s:41:"mphb_payment/([^/]+)/page/?([0-9]{1,})/?$";s:67:"index.php?post_type=mphb_payment&name=$matches[1]&paged=$matches[2]";s:48:"mphb_payment/([^/]+)/comment-page-([0-9]{1,})/?$";s:67:"index.php?post_type=mphb_payment&name=$matches[1]&cpage=$matches[2]";s:37:"mphb_payment/([^/]+)(?:/([0-9]+))?/?$";s:66:"index.php?post_type=mphb_payment&name=$matches[1]&page=$matches[2]";s:29:"mphb_payment/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"mphb_payment/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"mphb_payment/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"mphb_payment/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"mphb_payment/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"mphb_payment/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:46:"mphb_reserved_room/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"mphb_reserved_room/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:85:"mphb_reserved_room/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:80:"mphb_reserved_room/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"mphb_reserved_room/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:52:"mphb_reserved_room/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"mphb_reserved_room/([^/]+)/embed/?$";s:66:"index.php?post_type=mphb_reserved_room&name=$matches[1]&embed=true";s:39:"mphb_reserved_room/([^/]+)/trackback/?$";s:60:"index.php?post_type=mphb_reserved_room&name=$matches[1]&tb=1";s:47:"mphb_reserved_room/([^/]+)/page/?([0-9]{1,})/?$";s:73:"index.php?post_type=mphb_reserved_room&name=$matches[1]&paged=$matches[2]";s:54:"mphb_reserved_room/([^/]+)/comment-page-([0-9]{1,})/?$";s:73:"index.php?post_type=mphb_reserved_room&name=$matches[1]&cpage=$matches[2]";s:43:"mphb_reserved_room/([^/]+)(?:/([0-9]+))?/?$";s:72:"index.php?post_type=mphb_reserved_room&name=$matches[1]&page=$matches[2]";s:35:"mphb_reserved_room/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"mphb_reserved_room/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"mphb_reserved_room/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"mphb_reserved_room/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"mphb_reserved_room/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"mphb_reserved_room/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:39:"mphb_coupon/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"mphb_coupon/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:78:"mphb_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:73:"mphb_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"mphb_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"mphb_coupon/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"mphb_coupon/([^/]+)/embed/?$";s:59:"index.php?post_type=mphb_coupon&name=$matches[1]&embed=true";s:32:"mphb_coupon/([^/]+)/trackback/?$";s:53:"index.php?post_type=mphb_coupon&name=$matches[1]&tb=1";s:40:"mphb_coupon/([^/]+)/page/?([0-9]{1,})/?$";s:66:"index.php?post_type=mphb_coupon&name=$matches[1]&paged=$matches[2]";s:47:"mphb_coupon/([^/]+)/comment-page-([0-9]{1,})/?$";s:66:"index.php?post_type=mphb_coupon&name=$matches[1]&cpage=$matches[2]";s:36:"mphb_coupon/([^/]+)(?:/([0-9]+))?/?$";s:65:"index.php?post_type=mphb_coupon&name=$matches[1]&page=$matches[2]";s:28:"mphb_coupon/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"mphb_coupon/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"mphb_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"mphb_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"mphb_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"mphb_coupon/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:37:"treatment/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"treatment/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"treatment/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"treatment/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"treatment/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"treatment/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"treatment/([^/]+)/embed/?$";s:48:"index.php?avada_portfolio=$matches[1]&embed=true";s:30:"treatment/([^/]+)/trackback/?$";s:42:"index.php?avada_portfolio=$matches[1]&tb=1";s:59:"treatment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:54:"index.php?avada_portfolio=$matches[1]&feed=$matches[2]";s:54:"treatment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:54:"index.php?avada_portfolio=$matches[1]&feed=$matches[2]";s:38:"treatment/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?avada_portfolio=$matches[1]&paged=$matches[2]";s:45:"treatment/([^/]+)/comment-page-([0-9]{1,})/?$";s:55:"index.php?avada_portfolio=$matches[1]&cpage=$matches[2]";s:34:"treatment/([^/]+)(?:/([0-9]+))?/?$";s:54:"index.php?avada_portfolio=$matches[1]&page=$matches[2]";s:26:"treatment/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"treatment/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"treatment/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"treatment/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"treatment/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"treatment/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:68:"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:57:"index.php?portfolio_category=$matches[1]&feed=$matches[2]";s:63:"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:57:"index.php?portfolio_category=$matches[1]&feed=$matches[2]";s:35:"portfolio_category/([^/]+)/embed/?$";s:51:"index.php?portfolio_category=$matches[1]&embed=true";s:47:"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?portfolio_category=$matches[1]&paged=$matches[2]";s:29:"portfolio_category/([^/]+)/?$";s:40:"index.php?portfolio_category=$matches[1]";s:66:"portfolio_skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:55:"index.php?portfolio_skills=$matches[1]&feed=$matches[2]";s:61:"portfolio_skills/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:55:"index.php?portfolio_skills=$matches[1]&feed=$matches[2]";s:33:"portfolio_skills/([^/]+)/embed/?$";s:49:"index.php?portfolio_skills=$matches[1]&embed=true";s:45:"portfolio_skills/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?portfolio_skills=$matches[1]&paged=$matches[2]";s:27:"portfolio_skills/([^/]+)/?$";s:38:"index.php?portfolio_skills=$matches[1]";s:64:"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:53:"index.php?portfolio_tags=$matches[1]&feed=$matches[2]";s:59:"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:53:"index.php?portfolio_tags=$matches[1]&feed=$matches[2]";s:31:"portfolio_tags/([^/]+)/embed/?$";s:47:"index.php?portfolio_tags=$matches[1]&embed=true";s:43:"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?portfolio_tags=$matches[1]&paged=$matches[2]";s:25:"portfolio_tags/([^/]+)/?$";s:36:"index.php?portfolio_tags=$matches[1]";s:37:"faq-items/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"faq-items/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"faq-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"faq-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"faq-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"faq-items/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"faq-items/([^/]+)/embed/?$";s:42:"index.php?avada_faq=$matches[1]&embed=true";s:30:"faq-items/([^/]+)/trackback/?$";s:36:"index.php?avada_faq=$matches[1]&tb=1";s:59:"faq-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:48:"index.php?avada_faq=$matches[1]&feed=$matches[2]";s:54:"faq-items/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:48:"index.php?avada_faq=$matches[1]&feed=$matches[2]";s:38:"faq-items/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?avada_faq=$matches[1]&paged=$matches[2]";s:45:"faq-items/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?avada_faq=$matches[1]&cpage=$matches[2]";s:34:"faq-items/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?avada_faq=$matches[1]&page=$matches[2]";s:26:"faq-items/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"faq-items/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"faq-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"faq-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"faq-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"faq-items/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:62:"faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:51:"index.php?faq_category=$matches[1]&feed=$matches[2]";s:57:"faq_category/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:51:"index.php?faq_category=$matches[1]&feed=$matches[2]";s:29:"faq_category/([^/]+)/embed/?$";s:45:"index.php?faq_category=$matches[1]&embed=true";s:41:"faq_category/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?faq_category=$matches[1]&paged=$matches[2]";s:23:"faq_category/([^/]+)/?$";s:34:"index.php?faq_category=$matches[1]";s:33:"slide/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"slide/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"slide/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:22:"slide/([^/]+)/embed/?$";s:38:"index.php?slide=$matches[1]&embed=true";s:26:"slide/([^/]+)/trackback/?$";s:32:"index.php?slide=$matches[1]&tb=1";s:34:"slide/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?slide=$matches[1]&paged=$matches[2]";s:41:"slide/([^/]+)/comment-page-([0-9]{1,})/?$";s:45:"index.php?slide=$matches[1]&cpage=$matches[2]";s:30:"slide/([^/]+)(?:/([0-9]+))?/?$";s:44:"index.php?slide=$matches[1]&page=$matches[2]";s:22:"slide/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:32:"slide/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:28:"slide/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:60:"slide-page/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?slide-page=$matches[1]&feed=$matches[2]";s:55:"slide-page/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?slide-page=$matches[1]&feed=$matches[2]";s:27:"slide-page/([^/]+)/embed/?$";s:43:"index.php?slide-page=$matches[1]&embed=true";s:39:"slide-page/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?slide-page=$matches[1]&paged=$matches[2]";s:21:"slide-page/([^/]+)/?$";s:32:"index.php?slide-page=$matches[1]";s:43:"fusion_template/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:53:"fusion_template/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:82:"fusion_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:77:"fusion_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"fusion_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:49:"fusion_template/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:32:"fusion_template/([^/]+)/embed/?$";s:48:"index.php?fusion_template=$matches[1]&embed=true";s:36:"fusion_template/([^/]+)/trackback/?$";s:42:"index.php?fusion_template=$matches[1]&tb=1";s:44:"fusion_template/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?fusion_template=$matches[1]&paged=$matches[2]";s:51:"fusion_template/([^/]+)/comment-page-([0-9]{1,})/?$";s:55:"index.php?fusion_template=$matches[1]&cpage=$matches[2]";s:40:"fusion_template/([^/]+)(?:/([0-9]+))?/?$";s:54:"index.php?fusion_template=$matches[1]&page=$matches[2]";s:32:"fusion_template/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"fusion_template/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"fusion_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"fusion_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"fusion_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"fusion_template/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:42:"fusion_element/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:52:"fusion_element/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:81:"fusion_element/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:76:"fusion_element/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"fusion_element/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"fusion_element/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:31:"fusion_element/([^/]+)/embed/?$";s:47:"index.php?fusion_element=$matches[1]&embed=true";s:35:"fusion_element/([^/]+)/trackback/?$";s:41:"index.php?fusion_element=$matches[1]&tb=1";s:43:"fusion_element/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?fusion_element=$matches[1]&paged=$matches[2]";s:50:"fusion_element/([^/]+)/comment-page-([0-9]{1,})/?$";s:54:"index.php?fusion_element=$matches[1]&cpage=$matches[2]";s:39:"fusion_element/([^/]+)(?:/([0-9]+))?/?$";s:53:"index.php?fusion_element=$matches[1]&page=$matches[2]";s:31:"fusion_element/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"fusion_element/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"fusion_element/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"fusion_element/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"fusion_element/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:"fusion_element/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:66:"element_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:55:"index.php?element_category=$matches[1]&feed=$matches[2]";s:61:"element_category/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:55:"index.php?element_category=$matches[1]&feed=$matches[2]";s:33:"element_category/([^/]+)/embed/?$";s:49:"index.php?element_category=$matches[1]&embed=true";s:45:"element_category/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?element_category=$matches[1]&paged=$matches[2]";s:27:"element_category/([^/]+)/?$";s:38:"index.php?element_category=$matches[1]";s:67:"template_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:56:"index.php?template_category=$matches[1]&feed=$matches[2]";s:62:"template_category/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:56:"index.php?template_category=$matches[1]&feed=$matches[2]";s:34:"template_category/([^/]+)/embed/?$";s:50:"index.php?template_category=$matches[1]&embed=true";s:46:"template_category/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?template_category=$matches[1]&paged=$matches[2]";s:28:"template_category/([^/]+)/?$";s:39:"index.php?template_category=$matches[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:41:"feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:27:"index.php?&feed=$matches[1]";s:36:"(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:38:"index.php?&page_id=7&cpage=$matches[1]";s:50:"comments/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:45:"comments/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:53:"search/(.+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:48:"search/(.+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:56:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:51:"author/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:78:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:73:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:65:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:60:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:52:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:47:"([0-9]{4})/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:97:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:92:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:86:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:81:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:86:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:81:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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:49:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:44:"(.?.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$";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]";}', 'yes'); INSERT INTO `wp_options` VALUES (30, 'hack_file', '0', 'yes'); INSERT INTO `wp_options` VALUES (31, 'blog_charset', 'UTF-8', 'yes'); INSERT INTO `wp_options` VALUES (32, 'moderation_keys', '', 'no'); INSERT INTO `wp_options` VALUES (33, 'active_plugins', 'a:10:{i:0;s:27:"LayerSlider/layerslider.php";i:1;s:34:"advanced-custom-fields-pro/acf.php";i:2;s:25:"duplicator/duplicator.php";i:3;s:33:"fusion-builder/fusion-builder.php";i:4;s:27:"fusion-core/fusion-core.php";i:5;s:51:"motopress-hotel-booking/motopress-hotel-booking.php";i:6;s:27:"mphb-styles/mphb-styles.php";i:7;s:23:"revslider/revslider.php";i:8;s:41:"wordpress-importer/wordpress-importer.php";i:9;s:29:"wp-db-backup/wp-db-backup.php";}', 'yes'); INSERT INTO `wp_options` VALUES (34, 'category_base', '', 'yes'); INSERT INTO `wp_options` VALUES (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'); INSERT INTO `wp_options` VALUES (36, 'comment_max_links', '2', 'yes'); INSERT INTO `wp_options` VALUES (37, 'gmt_offset', '0', 'yes'); INSERT INTO `wp_options` VALUES (38, 'default_email_category', '1', 'yes'); INSERT INTO `wp_options` VALUES (39, 'recently_edited', '', 'no'); INSERT INTO `wp_options` VALUES (40, 'template', 'Avada', 'yes'); INSERT INTO `wp_options` VALUES (41, 'stylesheet', 'Avada', 'yes'); INSERT INTO `wp_options` VALUES (42, 'comment_registration', '0', 'yes'); INSERT INTO `wp_options` VALUES (43, 'html_type', 'text/html', 'yes'); INSERT INTO `wp_options` VALUES (44, 'use_trackback', '0', 'yes'); INSERT INTO `wp_options` VALUES (45, 'default_role', 'subscriber', 'yes'); INSERT INTO `wp_options` VALUES (46, 'db_version', '49752', 'yes'); INSERT INTO `wp_options` VALUES (47, 'uploads_use_yearmonth_folders', '1', 'yes'); INSERT INTO `wp_options` VALUES (48, 'upload_path', '', 'yes'); INSERT INTO `wp_options` VALUES (49, 'blog_public', '1', 'yes'); INSERT INTO `wp_options` VALUES (50, 'default_link_category', '2', 'yes'); INSERT INTO `wp_options` VALUES (51, 'show_on_front', 'page', 'yes'); INSERT INTO `wp_options` VALUES (52, 'tag_base', '', 'yes'); INSERT INTO `wp_options` VALUES (53, 'show_avatars', '1', 'yes'); INSERT INTO `wp_options` VALUES (54, 'avatar_rating', 'G', 'yes'); INSERT INTO `wp_options` VALUES (55, 'upload_url_path', '', 'yes'); INSERT INTO `wp_options` VALUES (56, 'thumbnail_size_w', '150', 'yes'); INSERT INTO `wp_options` VALUES (57, 'thumbnail_size_h', '150', 'yes'); INSERT INTO `wp_options` VALUES (58, 'thumbnail_crop', '1', 'yes'); INSERT INTO `wp_options` VALUES (59, 'medium_size_w', '300', 'yes'); INSERT INTO `wp_options` VALUES (60, 'medium_size_h', '300', 'yes'); INSERT INTO `wp_options` VALUES (61, 'avatar_default', 'mystery', 'yes'); INSERT INTO `wp_options` VALUES (62, 'large_size_w', '1024', 'yes'); INSERT INTO `wp_options` VALUES (63, 'large_size_h', '1024', 'yes'); INSERT INTO `wp_options` VALUES (64, 'image_default_link_type', 'none', 'yes'); INSERT INTO `wp_options` VALUES (65, 'image_default_size', '', 'yes'); INSERT INTO `wp_options` VALUES (66, 'image_default_align', '', 'yes'); INSERT INTO `wp_options` VALUES (67, 'close_comments_for_old_posts', '0', 'yes'); INSERT INTO `wp_options` VALUES (68, 'close_comments_days_old', '14', 'yes'); INSERT INTO `wp_options` VALUES (69, 'thread_comments', '1', 'yes'); INSERT INTO `wp_options` VALUES (70, 'thread_comments_depth', '5', 'yes'); INSERT INTO `wp_options` VALUES (71, 'page_comments', '0', 'yes'); INSERT INTO `wp_options` VALUES (72, 'comments_per_page', '50', 'yes'); INSERT INTO `wp_options` VALUES (73, 'default_comments_page', 'newest', 'yes'); INSERT INTO `wp_options` VALUES (74, 'comment_order', 'asc', 'yes'); INSERT INTO `wp_options` VALUES (75, 'sticky_posts', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (76, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (77, 'widget_text', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (78, 'widget_rss', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (79, 'uninstall_plugins', 'a:1:{s:27:"LayerSlider/layerslider.php";s:29:"layerslider_uninstall_scripts";}', 'no'); INSERT INTO `wp_options` VALUES (80, 'timezone_string', '', 'yes'); INSERT INTO `wp_options` VALUES (81, 'page_for_posts', '0', 'yes'); INSERT INTO `wp_options` VALUES (82, 'page_on_front', '7', 'yes'); INSERT INTO `wp_options` VALUES (83, 'default_post_format', '0', 'yes'); INSERT INTO `wp_options` VALUES (84, 'link_manager_enabled', '0', 'yes'); INSERT INTO `wp_options` VALUES (85, 'finished_splitting_shared_terms', '1', 'yes'); INSERT INTO `wp_options` VALUES (86, 'site_icon', '0', 'yes'); INSERT INTO `wp_options` VALUES (87, 'medium_large_size_w', '768', 'yes'); INSERT INTO `wp_options` VALUES (88, 'medium_large_size_h', '0', 'yes'); INSERT INTO `wp_options` VALUES (89, 'wp_page_for_privacy_policy', '3', 'yes'); INSERT INTO `wp_options` VALUES (90, 'show_comments_cookies_opt_in', '1', 'yes'); INSERT INTO `wp_options` VALUES (91, 'admin_email_lifespan', '1636505011', 'yes'); INSERT INTO `wp_options` VALUES (92, 'disallowed_keys', '', 'no'); INSERT INTO `wp_options` VALUES (93, 'comment_previously_approved', '1', 'yes'); INSERT INTO `wp_options` VALUES (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (95, 'auto_update_core_dev', 'enabled', 'yes'); INSERT INTO `wp_options` VALUES (96, 'auto_update_core_minor', 'enabled', 'yes'); INSERT INTO `wp_options` VALUES (97, 'auto_update_core_major', 'enabled', 'yes'); INSERT INTO `wp_options` VALUES (98, 'initial_db_version', '49752', 'yes'); INSERT INTO `wp_options` VALUES (99, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'); INSERT INTO `wp_options` VALUES (100, 'fresh_site', '0', 'yes'); INSERT INTO `wp_options` VALUES (101, 'WPLANG', 'en_AU', 'yes'); INSERT INTO `wp_options` VALUES (102, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (103, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (104, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (105, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (106, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (107, 'sidebars_widgets', 'a:9:{s:19:"wp_inactive_widgets";a:0:{}s:18:"avada-blog-sidebar";a:3:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";}s:21:"avada-footer-widget-1";a:0:{}s:21:"avada-footer-widget-2";a:0:{}s:21:"avada-footer-widget-3";a:0:{}s:25:"avada-slidingbar-widget-1";a:0:{}s:25:"avada-slidingbar-widget-2";a:0:{}s:25:"avada-slidingbar-widget-3";a:0:{}s:13:"array_version";i:3;}', 'yes'); INSERT INTO `wp_options` VALUES (108, 'cron', 'a:8:{i:1623979730;a:1:{s:26:"mphb_cron_ical_auto_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:21:"mphb_ical_auto_delete";s:4:"args";a:0:{}s:8:"interval";i:21600;}}}i:1623979742;a:1:{s:34:"mphb_wp_session_garbage_collection";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1623980612;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:1624020212;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:1624063412;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:1624063421;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:1624063424;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;}}}s:7:"version";i:2;}', 'yes'); INSERT INTO `wp_options` VALUES (109, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (110, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (111, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (112, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (113, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (114, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (115, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (116, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (117, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (119, 'recovery_keys', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (120, 'theme_mods_twentytwentyone', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1620953032;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";}s:9:"sidebar-2";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}}}}', 'yes'); INSERT INTO `wp_options` VALUES (121, 'https_detection_errors', 'a:1:{s:23:"ssl_verification_failed";a:1:{i:0;s:24:"SSL verification failed.";}}', 'yes'); INSERT INTO `wp_options` VALUES (136, 'can_compress_scripts', '1', 'no'); INSERT INTO `wp_options` VALUES (149, 'current_theme', 'Avada', 'yes'); INSERT INTO `wp_options` VALUES (150, 'theme_mods_Avada', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:5:{s:15:"main_navigation";i:2;s:14:"top_navigation";i:2;s:17:"mobile_navigation";i:2;s:9:"404_pages";i:2;s:17:"sticky_navigation";i:2;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1620953039;s:4:"data";a:10:{s:19:"wp_inactive_widgets";a:0:{}s:18:"avada-blog-sidebar";a:3:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";}s:21:"avada-footer-widget-1";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}s:21:"avada-footer-widget-2";a:0:{}s:21:"avada-footer-widget-3";a:0:{}s:21:"avada-footer-widget-4";a:0:{}s:25:"avada-slidingbar-widget-1";a:0:{}s:25:"avada-slidingbar-widget-2";a:0:{}s:25:"avada-slidingbar-widget-3";a:0:{}s:25:"avada-slidingbar-widget-4";a:0:{}}}s:18:"custom_css_post_id";i:-1;}', 'yes'); INSERT INTO `wp_options` VALUES (151, 'theme_switched', '', 'yes'); INSERT INTO `wp_options` VALUES (152, 'avada_version', '7.2.1', 'yes'); INSERT INTO `wp_options` VALUES (157, '_transient_timeout_avada_demos', '1621039436', 'no'); INSERT INTO `wp_options` VALUES (159, 'shop_catalog_image_size', 'a:3:{s:5:"width";i:500;s:6:"height";s:0:"";i:0;i:0;}', 'yes'); INSERT INTO `wp_options` VALUES (160, 'shop_single_image_size', 'a:3:{s:5:"width";i:700;s:6:"height";s:0:"";i:0;i:0;}', 'yes'); INSERT INTO `wp_options` VALUES (161, 'shop_thumbnail_image_size', 'a:3:{s:5:"width";i:120;s:6:"height";s:0:"";i:0;i:0;}', 'yes'); INSERT INTO `wp_options` VALUES (162, 'woocommerce_single_image_width', '700', 'yes'); INSERT INTO `wp_options` VALUES (163, 'woocommerce_thumbnail_image_width', '500', 'yes'); INSERT INTO `wp_options` VALUES (164, 'woocommerce_thumbnail_cropping', 'uncropped', 'yes'); INSERT INTO `wp_options` VALUES (165, 'fusion_dynamic_css_posts', 'a:1:{i:7;b:1;}', 'yes'); INSERT INTO `wp_options` VALUES (166, 'fusion_dynamic_css_ids', 'a:1:{i:7;s:32:"b70fc93ad5134c2de90962c7d271a312";}', 'yes'); INSERT INTO `wp_options` VALUES (168, 'revslider-valid-notice', 'false', 'yes'); INSERT INTO `wp_options` VALUES (197, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:23:"marcus@katanacom.com.au";s:7:"version";s:5:"5.7.2";s:9:"timestamp";i:1620953068;}', 'no'); INSERT INTO `wp_options` VALUES (209, '_site_transient_fusion_wordpress_org_plugins', 'a:7:{s:3:"pwa";a:25:{s:4:"name";s:3:"PWA";s:4:"slug";s:3:"pwa";s:7:"version";s:5:"0.6.0";s:6:"author";s:100:"PWA Plugin Contributors";s:14:"author_profile";s:42:"https://profiles.wordpress.org/westonruter";s:12:"contributors";a:4:{s:6:"google";a:3:{s:7:"profile";s:37:"https://profiles.wordpress.org/google";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/2adafb3bf578fd97d8d2ea1c2ccb3db3?s=96&d=monsterid&r=g";s:12:"display_name";s:6:"Google";}s:3:"xwp";a:3:{s:7:"profile";s:34:"https://profiles.wordpress.org/xwp";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/4fde309f8e69e623b883692b9bea5cb1?s=96&d=monsterid&r=g";s:12:"display_name";s:3:"XWP";}s:11:"westonruter";a:3:{s:7:"profile";s:42:"https://profiles.wordpress.org/westonruter";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/989838a2534d491ccb184d5b8a654f99?s=96&d=monsterid&r=g";s:12:"display_name";s:12:"Weston Ruter";}s:13:"albertomedina";a:3:{s:7:"profile";s:44:"https://profiles.wordpress.org/albertomedina";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/c61e7d8efedcd6e9bf7a0c6025f80489?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"albertomedina";}}s:8:"requires";s:3:"5.5";s:6:"tested";s:5:"5.7.2";s:12:"requires_php";s:3:"5.6";s:6:"rating";i:88;s:7:"ratings";a:5:{i:5;i:11;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:2;}s:11:"num_ratings";i:13;s:15:"support_threads";i:5;s:24:"support_threads_resolved";i:3;s:15:"active_installs";i:40000;s:12:"last_updated";s:21:"2021-03-09 8:50pm GMT";s:5:"added";s:10:"2018-07-12";s:8:"homepage";s:42:"https://github.com/GoogleChromeLabs/pwa-wp";s:8:"sections";a:4:{s:11:"description";s:4190:"
\n\nProgressive Web Apps are user experiences that have the reach of the web, and are:
\n\n
\n- Reliable – Load instantly and never show the downasaur, even in uncertain network conditions.
\n- Fast – Respond quickly to user interactions with silky smooth animations and no janky scrolling.
\n- Engaging – Feel like a natural app on the device, with an immersive user experience.
\nThis new level of quality allows Progressive Web Apps to earn a place on the user’s home screen.\n
Continue reading more about Progressive Web Apps (PWA) from Google.
\nIn general a PWA depends on the following technologies to be available:
\n\nThis plugin serves as a place to implement support for these in WordPress with the intention of being proposed for core merge, piece by piece.
\nThis feature plugin is not intended to obsolete the other plugins and themes which turn WordPress sites into PWAs. Rather, this plugin is intended to provide the PWA building blocks and coordination mechanism for these themes and plugins to not reinvent the wheel and also to not conflict with each other. For example, a theme that implements the app shell model should be able to extend the core service worker while a plugin that provides push notifications should be able to do the same. Themes and plugins no longer should have to each create a service worker on their own, something which is inherently problematic because only one service worker can be active at a time: only one service worker can win. If you are developing a plugin or theme that includes a service worker, consider relying on this PWA plugin, or at least only use the built-in implementation as a fallback for when the PWA plugin is not available.
\nIn versions prior to 0.6, no caching strategies were added by default. The only service worker behavior was to serve an offline template when the client’s connection is down or the site is down, and also to serve an error page when the server returns with 500 Internal Server Error. As of 0.6, there is a new “Offline browsing” toggle on the Reading Settings screen in the admin. It is disabled by default, but when enabled a network-first caching strategy is registered for navigations so that the offline page won’t be shown when accessing previously-accessed pages. The network-first strategy is also used for assets from themes, plugins, and WordPress core. In addition, uploaded images get served with a stale-while-revalidate strategy. For all the details on these changes, see the pull request.
\nDocumentation for the plugin can be found on the GitHub project Wiki.
\nDevelopment of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.
\n";s:3:"faq";s:446:"Please see the frequently asked questions on the GitHub project wiki. Don’t see an answer to your question? Please search the support forum to see if someone has asked your question. Otherwise, please open a new support topic.
\n";s:9:"changelog";s:162:"For the plugin’s changelog, please see the Releases page on GitHub.
\n";s:7:"reviews";s:15312:"\n By calvin85mathias on February 19, 2021
\n By Thorsten :-) (per4mance) on February 5, 2021
\n By Heitor_tito on February 3, 2021
\n By Fellyph Cintra (fellyph) on July 6, 2020
\n By Stephen Sabatini (stesab92) on May 30, 2020
\n By gavinhaughey on May 2, 2020
\n By Alex Borsody (F.E.M) on January 24, 2020
\n By costaf on November 26, 2019
\n By Luke (wpfed) on October 10, 2019
add_filter( 'wp_service_worker_navigation_caching_strategy', function() {\n return WP_Service_Worker_Caching_Routes::STRATEGY_STALE_WHILE_REVALIDATE;\n} );\n\nadd_filter( 'wp_service_worker_navigation_caching_strategy_args', function( $args ) {\n $args['cacheName'] = 'pages';\n $args['plugins']['expiration']['maxEntries'] = 50;\n return $args;\n} );
\n\n\nResulting in sub 200ms page load time!\n\nI\'m also using it to cache images, css, js.\n\nEasy to update manifest as well through filter:\n\nfunction get_manifest_update( $manifest ) {\n /*\n $manifest = array(\n 'name' => wp_kses_decode_entities( get_bloginfo( 'name' ) ),\n 'start_url' => home_url( '/' ),\n 'display' => 'minimal-ui',\n 'dir' => is_rtl() ? 'rtl' : 'ltr',\n ); */\n\n // Add argument to $manifest array\n $manifest['start_url'] .= 'en/page/support/';\n $manifest['short_name'] = 'My App';\n $manifest['name'] = 'Full name of app';\n return $manifest;\n}\n\nadd_filter( 'web_app_manifest', 'get_manifest_update' );
\n\n\nHopefully this will be added to WP core soon! Thanks for making it easy to implement service workers with hooks as well, great way to introduce Devs to PWA!\n By Alexander Zeiher (zAPF) on December 19, 2018
WooCommerce is the world’s most popular open-source eCommerce solution.
\nOur core platform is free, flexible, and amplified by a global community. The freedom of open-source means you retain full ownership of your store’s content and data forever.
\nWhether you’re launching a business, taking brick-and-mortar retail online, or developing sites for clients, use WooCommerce for a store that powerfully blends content and commerce.
\nBuilt-in tools and popular integrations help you efficiently manage your business operations. Many services are free to add with a single click via the optional Setup Wizard.
\nWooCommerce means business. Keep tabs on the performance metrics most important to you with WooCommerce Admin – a powerful, customizable central dashboard for your store.
\nExpand your audience across marketing and social channels with Google Ads, HubSpot, Mailchimp, and Facebook integrations. You can always check out the in-dashboard Marketing Hub for fresh ideas and tips to help you succeed.
\nEnhance store functionality with hundreds of free and paid extensions from the official WooCommerce Marketplace. Our developers vet each new extension and regularly review existing inventory to maintain Marketplace quality standards. We are actively looking for products that help store builders create successful stores.
\nManage your store from anywhere with the free WooCommerce mobile app (Android and iOS). Spoiler alert: Keep an ear out for the slightly addictive “cha-ching” notification sound each time you make a new sale!
\nWith WooCommerce, your data belongs to you. Always.
\nIf you opt to share usage data with us, you can feel confident knowing that it’s anonymized and kept secure. Choose to opt-out at any time without impacting your store.
\nUnlike hosted eCommerce solutions, WooCommerce store data is future-proof; should you wish to migrate to a different platform, you’re free to export all your content and take your site wherever you choose. No restrictions.
\nDevelopers can use WooCommerce to create, customize, and scale a store to meet a client’s exact specifications, making enhancements through extensions or custom solutions.
\nThe core platform is tested rigorously and often, supported by a dedicated development team working across time zones. Comprehensive documentation is updated with each release, empowering you to build exactly the store required.
\nWooCommerce has a large, passionate community dedicated to helping merchants succeed, and it’s growing fast.
\nThere are WooCommerce Meetups in locations around the world that you can attend for free and even get involved in running. These events are a great way to learn from others, share your expertise, and connect with like-minded folks.
\nWooCommerce also has a regular presence at WordCamps across the globe – we’d love to meet you.
\nWooCommerce is developed and supported by Automattic, the creators of WordPress.com and Jetpack. We also have hundreds of independent contributors, and there’s always room for more. Head to the WooCommerce GitHub Repository to find out how you can pitch in.
\nWooCommerce is translated into multiple languages, including Danish, Ukrainian, and Persian. Help localize WooCommerce even further by adding your locale – visit translate.wordpress.org.
\n";s:12:"installation";s:2307:"Visit the WooCommerce server requirements documentation for a detailed list of server requirements.
\nAutomatic installation is the easiest option — WordPress will handles the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”
\nIn the search field type “WooCommerce,” then click “Search Plugins.” Once you’ve found us, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.
\nManual installation method requires downloading the WooCommerce plugin and uploading it to your web server via your favourite FTP application. The WordPress codex contains instructions on how to do this here.
\nAutomatic updates should work smoothly, but we still recommend you back up your site.
\nIf you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress > Settings > Permalinks and hitting “Save.” That should return things to normal.
\nWooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the WordPress importer. You can also use the core CSV importer or our CSV Import Suite extension to import sample_products.csv
\n";s:3:"faq";s:7903:"\n\n
For help setting up and configuring WooCommerce, please refer to Getting Started and the New WooCommerce Store Owner Guide.
\nFor extending or theming WooCommerce, see our codex, as well as the Plugin Developer Handbook.
\n\n\n
If you get stuck, you can ask for help in the WooCommerce Support Forum by following these guidelines, reach out via the WooCommerce Community Slack, or post in the WooCommerce Community group on Facebook.
\n\n\n
For assistance with paid extensions from the WooCommerce.com Marketplace: first, review our self-service troubleshooting guide. If the problem persists, kindly log a support ticket via our helpdesk. Our dedicated Happiness Engineers aim to respond within 24 hours.
\n\n\n
First, troubleshoot common login issues using this helpful step-by-step guide. Still not working? Get in touch with us.
\n\n\n
Yes! WooCommerce will work with any theme but may require some additional styling. If you’re looking for a theme featuring deep WooCommerce integration, we recommend Storefront.
\n\n\n
We have a detailed guide on How To Update WooCommerce.
\n\n\n
Start by diagnosing the issue using our helpful troubleshooting guide.
\nIf you noticed the error after updating a theme or plugin, there might be compatibility issues between it and WooCommerce. If the issue appeared after updating WooCommerce, there could be a conflict between WooCommerce and an outdated theme or plugin.
\nIn both instances, we recommend running a conflict test using Health Check (which allows you to disable themes and plugins without affecting your visitors) or troubleshooting the issue using a staging site.
\n\n\n
Report bugs on the WooCommerce GitHub repository. You can also notify us via our support forum – be sure to search the forums to confirm that the error has not already been reported.
\n\n\n
Request new features and extensions and vote on existing suggestions on our official ideas board. Our Product teams regularly review requests and consider them valuable for product planning.
\n\n\n
Yes, you can! Join in on our GitHub repository and follow the development blog to stay up-to-date with everything happening in the project.
\n\n\n
Extensive WooCommerce REST API Documentation is available on GitHub.
\n\n\n
Check out Frequently Asked Questions for more.
\n\n\n";s:9:"changelog";s:11710:"WooCommerce
\nwoocommerce_cart_product_not_enough_stock_already_in_cart_message
filter to allow developers to filter an add-to-cart error when there isn’t enough in stock taking into account what’s already in the cart. #29304$handler
, and prevent logging from woocommerce_logger_log_message
filter when the message is null. #29572$item
(instance of WC_Order_Item) to both the function wc_downloadable_file_permission
and the filter hook woocommerce_downloadable_file_permission
. #23188WC_Payment_Gateway::get_order_total()
. #29314WC_Shortcode_Products::get_type()
. #29452$customer->get_shipping()
and $customer->get_billing()
to return the full address after updating individual fields. #29538optgroups
in single select on Settings API. #29145aria-hidden="true"
on strikethrough prices. #29603** WooCommerce Blocks – 4.8.0 & 4.9.0 & 4.9.1 **
\nshouldSavePayment
prop in their components (which indicates whether the shopper has checked the save payment method checkbox. #3990savedTokenComponent
configuration property will now have the onPaymentProcessing
event available to the registered component. #3982** WooCommerce Admin – 2.2.0 & 2.2.1 & 2.2.2 & 2.2.3 & 2.2.4 & 2.2.5 & 2.2.6 **
\n* Add – Next new novel navigation nudge note #6610
\n* Add – Add legacy report items to new navigation #6507
\n* Add – Add preview site button on the appearance task #6457
\n* Add – Back button to go to home screen from tasks in the task list. #6397
\n* Add – Add a “rather not say” option to revenue in the profile wizard. #6475
\n* Add – Remove Mollie promo note on install #6510
\n* Add – Remote Inbox Notifications rule to trigger when WooCommerce Admin is upgraded. #6040
\n* Add – CES survey for search product, order, customer #6420
\n* Add – CES survey for importing products #6419
\n* Add – CES survey for adding product categories, tags, and attributes #6418
\n* Add – Additional analytics tracking for the business details step. #6575
\n* Add – Include tracking for mail poet installs in the selective bundle install #6603
\n* Add – Paystack payment provider to several african countries. #6579
\n* Dev – Close activity panel tabs by default and track #6566
\n* Dev – Update undefined task name properties for help panel tracks #6565
\n* Dev – Refactor profile wizard benefits step and add tests #6583
\n* Dev – Add filter to profile wizard steps #6564
\n* Dev – Add nav intro modal tests #6518
\n* Dev – Use wc filter to get status tabs for tools category #6525
\n* Dev – Add nav header component tests #6509
\n* Dev – Add initial tests for navigation Menu class #6492
\n* Dev – Remove active item from navigation store #6486
\n* Dev – Add navigation container tests #6464
\n* Dev – Add nav favorite button tests #6446
\n* Dev – Add a changelog lint check to PRs. #6414
\n* Dev – Add navigation favorites tests #6409
\n* Dev – support use of Array.flat in client and packages. #6411
\n* Dev – Deprecate Onboarding::has_woocommerce_support. #6401
\n* Dev – Add Dependency Extraction Webpack Plugin #5762
\n* Dev – Add client-side filter for Navigation rootBackUrl #6505
\n* Dev – Remove items_purchased
and account_type
props from onboarding profile API. #6520
\n* Dev – Added warning when WC-Admin is active but not being used #6453
\n* Dev – Store profiler – Added MailPoet to Business Details step #6503
\n* Dev – Store profiler – Added MailPoet to new Business Details step #6515
\n* Dev – Add tilde (~) to represent client root directory for imports. #6517
\n* Dev – Add script automation for gathering hooks and filters. #6454
\n* Dev – Add TypeScript and page objects to the E2E test suite. #6582
\n* Dev – Introduce Typescript to Navigation utils #6477
\n* Dev – Payments task: include Mercado Pago #6572
\n* Dev – Ensure script asset.php files are included in builds #6635
\n* Dev – Ensure production script asset names don’t include .min suffix #6681
\n* Dev – Do a git clean before the core release. #6945
\n* Dev – Fix a bug where trying to load an asset registry causes a crash. #6951
\n* Fix – Add check for navigating being enabled. #6462
\n* Fix – Move the shipping input and text 1px lower. #6408
\n* Fix – Correct the Klarna slug #6440
\n* Fix – Broken link anchors to online documentation. #6455
\n* Fix – Update payment card style on mobile #6413
\n* Fix – Missing i18n in Welcome modal. #6456
\n* Fix – Restore visual styles back to Analytics tabs. #5913
\n* Fix – Update contrast and hover / active colors for analytics dropdown buttons #6504
\n* Fix – Associated Order Number for refunds was hidden #6428
\n* Fix – Fix issue where Loader::is_admin_page() would error if WooCommerce admin is disabled. #6563
\n* Fix – Correct a bug where the JP connection flow would not happen when installing JP in the OBW. #6521
\n* Fix – Show management links when the task list is complete (even if its not hidden). #6657
\n* Fix – Adding New Zealand and Ireland to selective bundle option, previously missed. #6649
\n* Fix – Update the Mercado option used for enabling/disabling. #6677
\n* Fix – Improve AddFirstProduct email note contents. #6617
\n* Fix – Check if features are currently being enabled #6688
\n* Fix – Fix the activity panel toggle not closing on click #6679
\n* Fix – Fix use of feature checks and remove deprecated method calls #6687
\n* Fix – Allow the manager role to query certain options #6577
\n* Fix – Delete customer data on network user deletion #6574
\n* Fix – Fix Themes step visibility in IE 11 #6578
\n* Fix – Fix hidden menu title on smaller screens #6562
\n* Fix – Add gross sales column to CSV export #6567
\n* Fix – Disable the continue btn on OBW when requested are being made #6838
\n* Fix – Calling of get_script_asset_filename with extra parameter #6955
\n* Fix – Address an issue with OBW when installing only WooCommerce payments and Jetpack. #6957
\n* Tweak – Add default value for contains op #6622
\n* Tweak – Adjust targeting store age for the Add First Product note #6554
\n* Tweak – Improve WC Shipping & Tax logic #6547
\n* Tweak – Update Insight inbox note content #6555
\n* Tweak – Remove mobile activity panel toggle #6539
\n* Tweak – Refactor autoloader to remove global variable. #6412
\n* Tweak – Revert WCPay international support for bundled package #6901
\n* Tweak – Store profiler – Changed MailPoet’s title and description #6886
\n* Tweak – Update PayU logo #6829
See changelog for all versions.
\n";s:11:"screenshots";s:1035:"";s:7:"reviews";s:13705:"\n By gius70 on May 11, 2021
\n By davequail on May 11, 2021
\n By Reza Khan (rezakhan995) on May 8, 2021
\n By fox_md on May 7, 2021
\n By kiennguyenws on May 2, 2021
\n By lorifitfrog on April 25, 2021
\n By daanverh on April 24, 2021
\n By moinali2210 on April 22, 2021
\n By zaka888 on April 22, 2021
\n By AdryPi (adrypi95) on April 20, 2021
Easily create and manage an events calendar on your WordPress site with The Events Calendar free plugin. Whether your events are in-person or virtual events, this WordPress calendar plugin boasts professional features backed by our world-class team of developers and designers.
\n\n\nPacked with loads of features, The Events Calendar is ready to go out of the box. It’s also extensible, easy to use, and completely customizable.
\nSee the calendar in action on our demo experience. Just getting started? Read through the New User Primer to get set up.
\nLooking for additional features like recurring events, ticket sales, user-submitted events, automatic imports, and more?
\nCheck out Events Calendar Pro, Event Aggregator, and more add-ons.
\nThe Events Calendar is built to work out of the box. Simply install the plugin, configure your settings, and start creating events in minutes.
\nWant to add your personal touch? Use The Events Calendar as the foundation for customization. Personalize to your heart’s content with the help of a skeleton stylesheet, partial template overrides, template tags, hooks and filters, careful documentation, and a library of free extensions.
\nWhether your vision is big or small, you’re in good company. Hundreds of thousands of small businesses, musicians, venues, restaurants, and non-profits are publishing and promoting their in-person and virtual events with The Events Calendar. Our plugins have also been scaled to work on large networks for Fortune 100 companies, universities, and government institutions.
\nOur feature-rich plugin comes with everything you need to create and manage your calendar.
\n✔️ Rapidly create events
\n✔️ Saved venues & organizers
\n✔️ Calendar month view with tooltips
\n✔️ Event List view
\n✔️ Day view
\n✔️ Block Editor support
\n✔️ Event search
\n✔️ Google maps
\n✔️ Widget: Upcoming events list
\n✔️ Events Taxonomies (Categories & Tags)
\n✔️ Google Calendar and iCal exporting
\n✔️ WP REST API endpoints
\n✔️ Completely ajaxified for super smooth browsing
\n✔️ Completely responsive from mobile to tablet to desktop
\n✔️ Tested on the major theme frameworks such as Avada, Divi, Enfold, Genesis, and many more.
\n✔️ Increase your SEO with JSON-LD Structured Data
\n✔️ Internationalized & translated
\n✔️ Multiple stylesheets to improve integration
\n✔️ Extensive template tags for customization
\n✔️ Hooks & filters galore
\n✔️ Caching support
\n✔️ Debug mode for developers
\n✔️ Library of extensions
All of our documentation can be found in our Knowledgebase.
\nAdditional helpful links:
\n\nIf you have any questions about this plugin, you can post a thread in the WordPress.org forum. Please search existing threads before starting a new one.
\nTake your calendar to the next level by pairing it with our plugins for ticketing, crowdsourcing, email marketing, and more. Learn more about all our products on our website.
\nOur Free Plugins:
\n🎟️ Event Tickets
\n📐 Advanced Post Manager
Our Premium Plugins and Services:
\n⚡ Events Calendar PRO
\n↪️ Event Aggregator (service)
\n🎟️ Event Tickets Plus
\n✉️ Promoter
\n👥 Community Events
\n🎟️ Community Tickets
\n✏️ Filter Bar
\n🗓️ Eventbrite Tickets
\n📡 Virtual Events
If you aren’t familiar with The Events Calendar, check out our New User Primer. It will have you creating events in no time.
\nReady to dig deeper? Check out these resources:
\n\nWe check in on the The Events Calendar forum here on WordPress.org about once a week to help users with basic troubleshooting and identifying bugs. If you’re looking for premium, personalized support, consider upgrading to Events Calendar Pro.
\nStill have a question? Shoot us an email at support@theeventscalendar.com.
\n";s:12:"installation";s:1323:"Installing the plugin is easy. Just follow one of the following methods:
\nThat’s it! Just configure your settings as you see fit, and you’re on your way to creating events in style. Need help getting things started? Check out our new user primer for help with settings and features.
\n";s:3:"faq";s:8783:"\n\n
First, make sure that you’re running the latest version of The Events Calendar. If you’re running Events Calendar PRO or any other add-ons, make sure those are current / running the latest code as well.
\nThe most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just The Events Calendar is running on your site. If the issue persists from there, revert to the default Twenty Twenty theme. If the issue is resolved after deactivating a specific plugin or your theme, you’ll know that is the source of the conflict.
\nNote that we aren’t going to say “tough luck” if you identify a plugin/theme conflict. While we can’t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.
\n\n\n
Users of the free The Events Calendar should post their questions in the plugin’s WordPress.org forum, which we visit about once a week. Please make sure to read our sticky post providing an overview of the support we provide free users BEFORE posting. If you find you’re not getting support in as timely a fashion as you wish, you might want to consider purchasing a license for Events Calendar Pro.
\nIf you’re already an Events Calendar Pro user, you’re entitled access to our actively-monitored Premium Support on our website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all tickets within 24-48 hours during the business week.
\n\n\n
The Events Calendar is our cornerstone plugin, and it’s required in order to run any of our premium calendar add-ons, including Events Calendar Pro, Community Events, Filter Bar, and others.
\nIn other words, Events Calendar Pro runs alongside The Events Calendar and enhances it with extra features, including recurring events, additional calendar views, calendar shortcodes, advanced widgets, custom event fields and more.
\n\n\n
The following add-ons are available for The Events Calendar:
\n\n
Yes! The Events Calendar has a built-in CSV import tool. If you want to step it up and automatically import events from Google Calendar, Meetup, Eventbrite and more, check out Event Aggregator.
\n\n\n
You’ll want to use our Event Tickets plugin for that. This free plugin works alongside The Events Calendar and lets you create RSVPs and tickets for events. Event Tickets integrates with PayPal so you can collect payments for tickets, while our premium solution, Event Tickets Plus fully integrates with WooCommerce or Easy Digital Downloads.
\n\n\n
Unfortunately, no. However, you can use event categories or tags to create calendar views that only display certain events. For example, you could create a direct link to a calendar view that only shows events categorized as “Fitness,” like this example from our demo site.
\nWith Events Calendar Pro, you can use shortcodes to embed your calendar on other WordPress pages and posts, then filter that calendar by category.
\n\n\n
This is available with the Community Events add-on to facilitate submissions. Install Community Events alongside The Events Calendar and a page will be added to your WordPress site with a form that visitors can use to submit events. As the calendar owner, you have full control over whether event submissions are published immediately or require moderation first.
\nIf you want to let users sell tickets for the events they submit, check out Community Tickets. It runs with The Events Calendar, Community Events, and Event Tickets and empowers visitors to create and sell tickets, splitting the profits with you.
\n\n\n
We’ve got a UserVoice page where we’re actively watching for feature ideas from the community. Vote up existing feature requests or add your own, and help us shape the future of the products business in a way that best meets the community’s needs.
\n\n\n
Check out our extensive knowledgebase for articles on using, tweaking, and troubleshooting our plugins.
\n\n\n";s:9:"changelog";s:196551:"jQuery.fn.select2
into jQuery.fn.select2TEC
to avoid conflicting with third-party usage that didn’t include the full version of Select2 [TEC-3748]tribe_events_views_v2_view_cached_html
and tribe_events_views_v2_view_{$view_slug}_cached_html
. [ECP-770]tribe_customizer_should_print_shortcode_customizer_styles
, tribe_events_views_v2_view_ical_repository_args
, tribe_events_views_v2_view_cached_html
, tribe_events_views_v2_view_{$this->slug}_cached_html
, tribe_ical_template_event_ids
blocks/classic-event-details
, blocks/parts/details
, modules/meta/details
, v2/components/messages
, v2/month/mobile-events/mobile-day
, v2/month/mobile-events/mobile-day/day-marker
has_event
and has_no_events
to the Venue and Organizer ORM so we can filter requests for both by whether they have events or not.ANSI_QUOTES
mode. [TEC-3785]tribe_get_events()
for non-existent posts will no longer throw warnings on the Blocks Editor, impacted Community Events Shortcode usage [BTPLAN-121]tribe_events_views_v2_before_make_view_for_rest
and tribe_events_views_v2_after_make_view_for_rest
tribe_events_views_v2_cached_views
.tribe_events_views_v2_view_page_reset_ignored_params
filter to prevent certain params from interfering with pagination resetting. [FBAR-222]tribe_events_views_v2_widget_admin_form_{$field_type}_input
from the List Widget admin form in favor of using Tribe__Template::do_entry_point()
[ECP-486]locale
in the Tribe\\Events\\I18n
class to avoid errors.Tribe__Repository
now properly ignores the global order passed as the default. [ECP-598]__wakeup
and __clone
visibility on Extension class.tribe_sort_by_priority
from throwing warnings on uasort
usage for PHP 8+ compatibility.class-fs-logger.php
file to prevent PHP 8+ warnings.0
or spaces) when building template paths. [TEC-3712]tribe_aggregator_build_url_data
to customize the URL delivered to EA server.tribe_aggregator_build_url_data
tribe_aggregator_import_queue_cleaner_time_to_live
to customize the time in seconds to consider an EA record alive. [EA-297]tribe_aggregator_import_queue_cleaner_stall_limit
to customize the number of seconds for an EA record to be considerd stalled. [EA-297]tribe_events_aggregator_build_url
[EA-297]tribe_get_organizer_object
function. [TEC-3645]tribe_get_event( $event_id )->organizers
from a collection of Organizer names to a collection of Organizer post objects. [TEC-3645s]tribe_get_event( $event_id )->organizer_names
method to return a collection of the Event Organizer names. [TEC-3645]tribe_events_views_v2_datepicker_no_conflict
filter (default false
) to allow loading the Views v2 datepicker in no-conflict mode, when set to true
, and avoid issues with other plugins that are loading the built-in WordPress jquery-ui-datepicker
script. [TEC-3581]tribe_is_past_event
template tag to avoid Warnings.tribe_events_views_v2_endpoint_method
filter to allow controlling the HTTP method Views should use to fetch their content from the back-end endpoint. [TEC-3283]tribe_events_views_v2_endpoint_url
filter to allow controlling the URL Views should use to fetch their content from the back-end endpoint. [TEC-3283]border-small
class for the today button, add new border button styles to customizer. [FBAR-143]data-js
attributes. [FBAR-125]tribe_events_latest_past_view_display_template
filter to allow controlling the display of templates in the context of the Latest Past Events View. [FBAR-148]tribe_events_importer_set_default_venue_import_values
filter. [TEC-2962]register_rest_route
to include permission_callback
to prevent notices on WordPress 5.5.Main Events page
, including events in the blog loop, and Pro is active. [ECP-361]null
returns. Props to @ahaurat [TEC-3539]tribe_aggregator_service_put_pue_licenses
to enable external sources the option to add additional PUE attached to the request. [TEC-3476]tribe_events_filter_views_v2_plural_events_label
to customize the label in V2 views. [VE-9]E_ERROR
for Tribe__Events__Meta__Save
construct when dealing with revisions, which some WP Engine customers were seeing.Tribe__Plugins::is_active( \'slug\' )
to check if a given plugin is active.Tribe__Events__Main::get_i18n_strings_for_domains()
and Tribe__Events__Main::get_i18n_strings()
methods; use the methods with the same name and signature provided by the tribe( \'tec.18n\' )
object [TEC-3404]tribe_aggregator_manage_record_column_source_html
to customize the source column content HTML used on the Event Aggregator Import “History” tab.tribe_aggregator_manage_record_column_source_html
to customize the source column content HTML used on the Event Aggregator Import “History” tab.tribe_customizer_inline_stylesheets
in Common. [TEC-3401]Template->attr()
and ensure that the timezone info is correctly hydrated in the case of an unchanged block. [TEC-2964]func_get_args()
usage around template inclusion for legacy template files [TEC-3104]tribe_customizer_inline_stylesheets
. [TEC-3401]tribe_events_views_v2_use_ff_link
and tribe_events_views_v2_{$this->slug}_use_ff_link
filters to allow control of the link. [TEC-3400]tribe_load_text_domains
action hook, which fires on init
instead of on the plugins_loaded
hook. [TEC-3406]TRIBE_CACHE_VIEWS
to turn off views HTML caching.post_date = \'0\'
no longer happens when using Page template for Updated Views [TEC-3434]tribe_events_blocks_editor_is_on
filter; returning a falsy value from this filter will prevent the Blocks Editor to ever be active on Events; else the settings from Events > Settings will apply [TEC-3349]SCRIPT_DEBUG=true
[TCMN-52]liveFilterUpdate
that are not automatic
or manual
get converted. [FBAR-83]post_status
from settings when an event does not have a defined value. [TEC-3255]post_status
for a scheduled import when using a different value other than publish
. [TEC-3296]tribe_events_liveupdate_automatic_label_text
and tribe_events_liveupdate_manual_label_text
to allow Filter Bar to include itself in those labels. [TEC-3322]tribe_views_v2_events_query_controller_active
filter; returning a falsy value from this filter will prevent Views v2 from altering the WordPress query. This filter allows handling situations where Views v2 might interfere with third party plugins (e.g. custom RSS feed implementations) [TEC-3252]tribe_events_option_convert_live_filters
, tribe_events_views_v2_messages_need_events_label_keys
tribe_events_ical_export_text
v2/components/events-bar/search/keyword
, v2/month/calendar-body/day
Plugin_Register
will not prevent loading of all plugins in list if the last item loaded fails. [TCMN-41]hide_from_listings
in REST API v2, thanks @maxm123_EventEndDate
meta [TEC-3233]the_post
action, for the single event view in the new views. [TEC-3214]WP_Rewrite
to map params to their matching URL, which improves SEO.tribe_get_event_before
, tribe_get_event
, tribe_get_event_after
, tribe_events_organizers_fetch_callback
, tribe_events_venues_fetch_callback
tribe_get_venue_object_before
, tribe_get_venue_object
$wp_query
to create more consistent output and faster maintenance. See Moretribe_events_getLink
in favor of tribe_events_get_link
which was a deprecated filter since version 4.3tribe_template_before_include
, tribe_template_before_include:{$template_path}
, tribe_template_after_include
, tribe_template_after_include:{$template_path}
, tribe_template_html
, tribe_template_html:{$template_path}
tribe_events_views_v2_view_template
, tribe_events_views_v2_{$view_slug}_view_template
, tribe_events_views_v2_view_context
, tribe_events_views_v2_{$view_slug}_view_context
, tribe_events_views_v2_view_repository
, tribe_events_views_v2_{$view_slug}_view_repository
, tribe_events_views_v2_view_url_query_args
, tribe_events_views_v2_{$view_slug}_view_url_query_args
, tribe_events_views_v2_view_html_classes
, tribe_events_views_v2_{$view_slug}_view_html_classes
, tribe_events_views_v2_url_query_args
, tribe_events_views_v2_view_template_vars
, tribe_events_views_v2_view_{$view_slug}_template_vars
, tribe_events_views_v2_view_url
, tribe_events_views_v2_view_{$view_slug}_url
, tribe_events_views_v2_view_prev_url
, tribe_events_views_v2_view_{$view_slug}_prev_url
, tribe_events_views_v2_view_next_url
, tribe_events_views_v2_view_{$view_slug}_next_url
, tribe_events_views_v2_view_repository_args
, tribe_events_views_v2_view_link_label_format
, tribe_events_views_v2_view_{$view_slug}_link_label_format
, tribe_events_views_v2_view_title
, tribe_events_views_v2_view_{$view_slug}_title
, tribe_events_views_v2_view_messages
, tribe_events_views_v2_view_{$view_slug}_messages
, tribe_events_views_v2_view_breadcrumbs
, tribe_events_views_v2_view_{$view_slug}_breadcrumbs
, tribe_events_views_v2_view_display_events_bar
, tribe_events_views_v2_view_{$view_slug}_display_events_bar
, tribe_events_views_v2_view_ical_data
, tribe_events_views_v2_view_{$view_slug}_ical_data
, tribe_events_views_v2_view_show_datepicker_submit
, tribe_events_views_v2_view_{$view_slug}_show_datepicker_submit
, tribe_events_views_v2_view_public_views
, tribe_events_views_v2_view_{$view_slug}_public_views
, tribe_events_views_v2_view_data
, tribe_events_views_v2_{$view_slug}_view_data
, tribe_events_views_v2_{$view_slug}_events_per_day
, tribe_events_views_v2_month_events_per_day
, tribe_events_views_v2_month_nav_skip_empty
, tribe_events_views_v2_view_breakpoints
, tribe_events_views_v2_view_{$view_slug}_breakpoints
, tribe_events_views_v2_before_make_view
, tribe_events_views_v2_after_make_view
, tribe_events_views_v2_messages_map
, tribe_events_views_v2_view_messages_before_render
tribe_events_views_v2_request_arguments
, tribe_events_views_v2_rest_endpoint_available
, tribe_events_views_v2_rest_params
, tribe_events_views_v2_{$view_slug}_rest_params
tribe_events_views_v2_bootstrap_pre_get_view_html
, tribe_events_views_v2_bootstrap_should_display_single
, tribe_events_views_v2_bootstrap_view_slug
, tribe_events_views_v2_bootstrap_pre_should_load
, tribe_events_views_v2_should_hijack_page_template
tribe_events_views
, tribe_events_views_v2_manager_default_view
, tribe_events_views_v2_manager_view_label_domain
, tribe_events_views_v2_manager_{$view_slug}_view_label_domain
, tribe_events_views_v2_manager_view_label
, tribe_events_views_v2_manager_{$view_slug}_view_label
tribe_events_views_v2_is_enabled
, tribe_events_views_v2_assets_should_enqueue_frontend
, tribe_events_views_v2_assets_should_enqueue_full_styles
, tribe_events_v2_view_title
, tribe_events_views_v2_should_replace_excerpt_more_link
, tribe_events_views_v2_view_before_events_html
, tribe_events_views_v2_view_after_events_html
, tribe_events_views_v2_month_title
, tribe_events_views_v2_day_title
, tribe_events_views_v2_category_title
, tribe_events_views_v2_theme_compatibility_registered
, tribe_events_views_v2_stack_spacer
, tribe_events_views_v2_stack_recycle_spaces
, tribe_events_views_v2_stack_events
, tribe_events_views_v2_stack_filter_event
, tribe_events_views_v2_stack_normalize
v2/base
, v2/components/after
, v2/components/before
, v2/components/breadcrumbs
, v2/components/breadcrumbs/breadcrumb
, v2/components/breadcrumbs/linked-breadcrumb
, v2/components/breakpoints
, v2/components/data
, v2/components/events-bar
, v2/components/events-bar/filters
, v2/components/events-bar/search-button
, v2/components/events-bar/search-button/icon
, v2/components/events-bar/search
, v2/components/events-bar/search/keyword
, v2/components/events-bar/search/submit
, v2/components/events-bar/tabs
, v2/components/events-bar/views
, v2/components/events-bar/views/list
, v2/components/events-bar/views/list/item
, v2/components/filter-bar
, v2/components/ical-link
, v2/components/loader
, v2/components/messages
, v2/components/read-more
, v2/components/top-bar/actions
, v2/components/top-bar/actions/content
, v2/components/top-bar/datepicker/submit
, v2/components/top-bar/nav
, v2/components/top-bar/nav/next-disabled
, v2/components/top-bar/nav/next
, v2/components/top-bar/nav/prev-disabled
, v2/components/top-bar/nav/prev
, v2/components/top-bar/today
, v2/day
, v2/day/event
, v2/day/event/cost
, v2/day/event/date
, v2/day/event/date/meta
, v2/day/event/description
, v2/day/event/featured-image
, v2/day/event/title
, v2/day/event/venue
, v2/day/nav
, v2/day/nav/next-disabled
, v2/day/nav/next
, v2/day/nav/prev-disabled
, v2/day/nav/prev
, v2/day/time-separator
, v2/day/top-bar
, v2/day/top-bar/datepicker
, v2/day/type-separator
, v2/index
, v2/list
, v2/list/event
, v2/list/event/cost
, v2/list/event/date-tag
, v2/list/event/date
, v2/list/event/date/meta
, v2/list/event/description
, v2/list/event/featured-image
, v2/list/event/title
, v2/list/event/venue
, v2/list/month-separator
, v2/list/nav
, v2/list/nav/next-disabled
, v2/list/nav/next
, v2/list/nav/prev-disabled
, v2/list/nav/prev
, v2/list/nav/today
, v2/list/top-bar
, v2/list/top-bar/datepicker
, v2/month
, v2/month/calendar-body
, v2/month/calendar-body/day
, v2/month/calendar-body/day/calendar-events
, v2/month/calendar-body/day/calendar-events/calendar-event
, v2/month/calendar-body/day/calendar-events/calendar-event/date
, v2/month/calendar-body/day/calendar-events/calendar-event/date/meta
, v2/month/calendar-body/day/calendar-events/calendar-event/featured-image
, v2/month/calendar-body/day/calendar-events/calendar-event/title
, v2/month/calendar-body/day/calendar-events/calendar-event/tooltip
, v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/cost
, v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/date
, v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/date/meta
, v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/description
, v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/featured-image
, v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/title
, v2/month/calendar-body/day/more-events
, v2/month/calendar-body/day/multiday-events
, v2/month/calendar-body/day/multiday-events/multiday-event-spacer
, v2/month/calendar-body/day/multiday-events/multiday-event
, v2/month/calendar-header
, v2/month/mobile-events
, v2/month/mobile-events/mobile-day
, v2/month/mobile-events/mobile-day/day-marker
, v2/month/mobile-events/mobile-day/mobile-event
, v2/month/mobile-events/mobile-day/mobile-event/cost
, v2/month/mobile-events/mobile-day/mobile-event/date
, v2/month/mobile-events/mobile-day/mobile-event/date/meta
, v2/month/mobile-events/mobile-day/mobile-event/featured-image
, v2/month/mobile-events/mobile-day/mobile-event/title
, v2/month/mobile-events/mobile-day/more-events
, v2/month/mobile-events/nav
, v2/month/mobile-events/nav/next-disabled
, v2/month/mobile-events/nav/next
, v2/month/mobile-events/nav/prev-disabled
, v2/month/mobile-events/nav/prev
, v2/month/mobile-events/nav/today
, v2/month/top-bar
, v2/month/top-bar/datepicker
, v2/not-found
where_meta_related_by_meta
for getting a post by the meta value an associated post. [133333]blocks/event-venue
tribe_get_query_var
function [137262]tribe_get_the_content()
and tribe_the_content()
for PHP 7.2 compatibility with WordPress 5.2orderby
constructs [133303]Tribe__Date_Utils::get_week_start_end
method [133303]tribe_events_suppress_query_filters
filter to allow suppressing Tribe__Events__Query
filters [134827]tribe_sanitize_deep
function to sanitize and validate input values [134427]tribe_sanitize_deep
function to sanitize the values returned by the tribe_get_request_var
function [134427]tribe_log
action [120785]tribe( \'logger\' )->log()
calls to the Monolog logger using the tribe_log_use_action_logger
filter [120785]|
as separators are working properly on importing again. [131510]tribe_events_event_insert_args
the arguments in prior to inserting the event and meta fields. [129517]tribe_events_event_update_args
the arguments prior the update of an event and meta fields. [129517]tribe_events_event_prevent_update
to disable the update for an event via the Tribe API [129517]tribe_events_archive_get_args
to filter the arguments used to get the events on the archive page via REST API. [129517]tribe_events_validator_is_event_id
to define if is a valid event_id [129517]tribe_rest_before_event_data
executed before the Event data is pulled before deliver the Event via REST API. [129517]Tribe__Events__Query::last_found_events()
to access the last results via the Query
object [129517]register_rest_route
calls with tribe_register_rest_route
to enable filtering on REST registrationtribe_ical_feed_vtimezone
to filter the VTIMEZONE
group [89999]tribe_is_classic_editor_plugin_active
to change the output if the classic editor is active or not [121267]AUTH_KEY
is not defined or is empty and add a new filter tribe_promoter_secret_key
to filter the result [127183]tribe-common.js
file to prevent that file from being bloated with external dependencies. [129526]UTC-0
is converted back to UTC
instead of UTC-01
[129240]tribe_register_rest_route
Wrapper around register_rest_route
to filter the arguments when a new REST endpoint is created [129517]Tribe__Cost_Utils::parse_separators
to infer decimal and thousands separators from a value that might have been formatted in a local different from the current one [98061]*.ics
file on events [89999]/wp-admin/
[129526]trait Cache_User
by using WP action shutdown
instead of __destruct
on our WP_Rewrite
[129860]setClassMapAuthoritative()
method [126590]eventDisplay
usage around list
and day
only showing upcoming events [126686]offers.availability
, offers.category
, offers.priceCurrency
, offers.validFrom
and performer
[120193]tribe_events_cost_unformatted
filter to allow WPML support for WooCommerce MultilingualsetClassMapAuthoritative()
method [126590]tribe_get_events()
to resolve problems introduced by latest release 4.9.0
\'eventDisplay\' => \'upcoming\'
on tribe_get_events()
. Thanks @softwebteam, @mrwweb and @karks88 [126124]tribe_events()
function as entry-point to the Events ORM and the supporting filter code [116356, 115579]tribe_venues()
function as entry-point to the Venues ORM and the supporting filter code [116356, 115579]tribe_organizers()
function as entry-point to the Organizers ORM and the supporting filter code [116356, 115579]tribe_events_integrations_should_load_freemius
tribe_events_rebuild_known_range
tribe_suppress_query_filters
query variable to prevent the plugin’s own query filters from applying [116356, 115579]tribe_events_has_next_args
and tribe_events_has_previous_args
filters to allow filtering the arguments that check if next/previous archive pages or events are available [123950]the_title
for Events, Venue and Organizer Rest API endpoints amd prevent warnings. Props to Alex [123317]tribe_paged
URL parameter sanitization, preventing themes from printing the variable and causing XSS security issues [123616]tribe_aggregator_new_event_post_status_before_import
to allow for custom handling of an event’s post status before EA an import is completed [112648]tribe_events_admin_js_ajax_url_data
tribe_aggregator_new_event_post_status_before_import
to allow for custom handling of an event’s post status before EA an import is completed [112648]tribe_events_admin_js_ajax_url_data
tribe_not_php_version_names
is_delayed_activation()
, maybe_delay_activation_if_outdated_common()
, and checkAddOnCompatibility()
method has been deprecated in Tribe__Events__Main
in favour of new Dependency Checking Systemwpautop()
to content that has had it removed [120562]tribe_events_admin_js_ajax_url_data
filter to make filtering the JS vars of TEC’s admin JS easier [116973]blocks/event-tags
item_updated
, item_scheduled
, etc. [119451]events-gutenberg
[118656]tribe_events_before_event_template_data_date_display
and tribe_events_after_event_template_data_date_display
undefined
from been displayed at the Event Date Time separator fields [119337]tribe_events_set_month_view_events_from_cache
action to make it easier to listen for when Month View events are retrieved from the Month View cache [116124]tribe_blocks_editor_update_classic_content_params
, tribe_blocks_editor_update_classic_content
, tribe_events_editor_default_classic_template
, tribe_events_editor_default_template
, tribe_events_google_maps_api
, tribe_events_editor_assets_should_enqueue_frontend
, tribe_events_single_map_zoom_level
, tribe_events_single_event_time_formatted
, tribe_events_single_event_time_title
, tribe_events_event_block_datetime_use_yearless_format
, tribe_get_event_website_link_target
, tribe_events_single_event_time_formatted
, tribe_events_single_event_time_title
tribe_blocks_editor_flag_post_classic_editor
, tribe_events_editor_register_blocks
, tribe_events_single_event_meta_primary_section_start
, tribe_events_single_event_meta_primary_section_end
, tribe_events_single_event_meta_secondary_section_start
, tribe_events_single_event_meta_secondary_section_end
, tribe_events_single_meta_details_section_start
, tribe_events_single_meta_details_section_end
, tribe_events_single_meta_map_section_start
, tribe_events_single_meta_map_section_end
, tribe_events_single_meta_organizer_section_start
, tribe_events_single_meta_organizer_section_end
, tribe_events_single_meta_venue_section_start
, tribe_events_single_meta_venue_section_end
blocks/classic-event-details
, blocks/event-category
, blocks/event-datetime
, blocks/event-links
, blocks/event-organizer
, blocks/event-price
, blocks/event-tags
, blocks/event-venue
, blocks/event-website
, blocks/featured-image
, blocks/parts/details
, blocks/parts/map
, blocks/parts/organizer
, blocks/parts/venue
, silence
, single-event-blocks
, single-event
, single-event/back-link
, single-event/comments
, single-event/content
, single-event/footer
, single-event/notices
, single-event/title
tribe_aggregator_resolve_geolocation
filter to allow for disabling of Geocoding using the EA service [114171]tribe_aggregator_clean_unsupported
filter to specify whether unsupported origin records should be removed or nottribe_aggregator_import_setting_origins
filter to the origins available for default import settings [115704]tribe-events-bar-should-show
filter functions as aspected; if __return_false
is passed, the Tribe Bar will be totally hidden (thanks @debranettles for reporting this!) [112260]tribe_events_month_daily_events
filter to the Month view [114041]\'post_parent\' => 0
works, thanks Cy for the detailed report [111518]tribe_is_using_basic_gmaps_api
, tribe_get_basic_gmap_embed_url
, and tribe_get_basic_gmap_embed_url_args
[114442]tribe_events_month_daily_events
filter to the Month view [114041]\'post_parent\' => 0
works, thanks Cy for the detailed report [111518]tribe_aggregator_record_by_origin
filter to allow new EA origins [114652]tribe_aggregator_service_post_import_args
filter to allow new EA origins [114652]tribe_aggregator_import_validate_meta_by_origin
filter to allow new EA origins [114652]tribe_events_aggregator_refine_keyword_exclusions
filter to allow new EA origins [114652]tribe_events_aggregator_refine_location_exclusions
filter to allow new EA origins [114652]tribe_aggregator_event_translate_service_data_field_map
filter to allow new EA origins [114652]tribe_aggregator_event_translate_service_data_venue_field_map
filter to allow new EA origins [114652]tribe_aggregator_event_translate_service_data_organizer_field_map
filter to allow new EA origins [114652]tribe_events_status_third_party
action to allow new EA origins [114652]tribe_events_aggregator_import_form
action to allow new EA origins [114652]$origin_show_map_options
parameter to the tribe_aggregator_fields
filter to allow new EA origins to make use of them [114652]Tribe__Events__Aggregator__Record__Facebook
include
[94326]include
[94326]get_order_meta_key()
and tribe_sanitize_organizers()
_EventOrganizerID_Order
), and you may want to remove all such values from your database after re-saving any events that have linked posts and their ordering is importanttribe_get_linked_posts_by_post_type()
now works as expected, no longer returning zero results in error, nor returning all of the post type’s posts if there are none linked. The tribe_events_return_all_linked_posts_if_none
filter was added, as it is necessary for this fix.tribe_events_js_debug
filter. Thanks to Rob, @aand and others for flagging this! [82781]tribe_assets()
[40267]tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
tribe_asset
EventStartMinute
of 60
(since it should be 0-59) to tribe_create_event()
. This prevents falling back to “zero” values (e.g. Unix Epoch) when another value was intended. Thanks to @compton-bob for flagging this via our Help Desk. [109722]tribe_events_event_classes
filter to make it more useful [64807]tribe_aggregator_record_finalized
action to allow developers to act before Event Aggregator imports start [109938]h1
tag.div
to main
.tribe_aggregator_async_insert_event
filter to allow overriding the Event Aggregator asynchronous event insertion [107929]\'tribe_aggregator_async_import_event_task
filter to allow overriding the Event Aggregator asynchronous import task [107929]id
attributes.tribe_events_month_has_events_filtered
function and filter to see if there are events on a certain month, with filters (categories, search) [67607]set_time_limit()
(props to @jsww for flagging this!) [64183]wp event-aggregator import-from --help
to know more [104426]wp event-aggregator run-import --help
to know more [104426][tribe_events]
Month View pagination would fail when no Tribe Bar was visible and plain permalinks were being used [95720]url_to_postid
from running when on the main events page to avoid query conflicts [94328][tribe_events]
shortcode’s output scroll to top when using the List View to match the non-shortcode List View [81509]tribe_has_next_event
and tribe_has_previous_event
when the global query is nulltribe-ea-record
custom post type (used to store Event Aggregator record information) private [99106]tribe_events_linked_post_type_meta_key
filter, required to be set for each custom linked post type, to output custom linked post types in their drag-and-drop order (thanks @natureslens for highlighting the issue) [100733]tribe_aggregator_find_matching_organizer
and tribe_aggregator_find_matching_venue
filters in Events Aggregator to allow the definition of custom Venue and Organiser match criteria [97292]tribe_events_import_event_duplicate_matches
, to determine if an event is part of the duplicates matches [77956]tribe_tickets_venue_action_links_edit_url
to modify the venue edit link for the sales and attendee reports [93923]tribe_event_is_on_date()
function was called incorrectly (props to @sharewisdom for pointing this out) [99117]tribe_get_prev_event_link()
and tribe_get_next_event_link()
specifically) [94587]tribe_ical_feed_calname
is empty the property X-WR-CALNAME
is not added to the .ics file [46620]tribe_events_ical_before
, tribe_events_ical_events_list_args
and tribe_events_ical_events_list_query
) to allow further customisation of the iCal feed [86227]/events
is not hardcoded and is based on dynamic option field (thanks to @earnjam and others for flagging this problem) [98463]tribe_events_rest_api_enabled
filter [97209]div.tribe-events-single-section
on the single event view when there is no venue [97615]featured_color_scheme_custom
if present as mechanism to overwrite the default colour scheme for highlight colour [96821]map-created.tribe
when a map is created to allow flexibility on customisation [91984]the_title
filter to events called by tribe_events_template_data
[38237]tribe_events_query_force_local_tz
filter to allow for forcing non-UTC event start and end times in Tribe__Events__Query [92948]tribe_rest_venue_data
[96090]tribe_aggregator_import_event_image
, tribe_aggregator_import_venue_image
and tribe_aggregator_import_organizer_image
filter so that users can control whether, during EA imports, images should be attached to post or not [96393]organizers/by-slug/{slug}/
, it has the same functionality as the endpoint organizers/{ID}
[96088]venues/by-slug/{slug}/
, it has the same functionality as the endpoint venues/{ID}
[96088]slug
to the REST API responses for organiser and venue data [96088]slug
to the REST API parameters allowed to use when inserting or updating an organiser or event [96088]tribe_events_venue_save
[96069]tribe_events_organizer_save
[96069]tribe_events_rest_venue_prepare_postarr
[96069]tribe_events_rest_organizer_prepare_postarr
[96069]tribe_rest_venue_data
filter was passing the venue and the event two the second parameter because of the duplication. Now it has the second parameter as $venue, third parameter as $event if event ID was provided [96090]events/by-slug/{slug}/
, it has the same functionality as the endpoint events/{ID}
[92825]slug
to the REST API responses for event data [92825]slug
to the REST API parameters allowed to use when inserting or updating an event [92825]tribe_events_rest_use_inclusive_start_end_dates
filter so that users can make the REST API return events from a more literal date range [90005]tribe_events_x_theme_force_full_content()
filter to let users disable X Theme compatibility code [92554]tribe_callback_return
for static returns for Hookstribe_events_force_filtered_ical_link
. This makes the “Export Events” URL more easily modifiable (thanks to @tdudley07 for highlighting this issue) [43908]tribe_events_timezone_choice
hook – our thanks to National University’s Marketing Department for this idea) [92909]tribe_json_ld_{type}_object
filter is available to make modifications of event, venue and organiser JSON LD data possible (thanks to Mathew for flagging this problem) [89801]tribe_events_ical_single_event_links
to make customising the iCal and gCal export links on single-event views easier [90705]tribe_update_venue()
template tag so it no longer creates some unnecessary meta fields involving post_title, post_content, etc. (thanks @oheinrich for bringing this to our attention) [66968]found_posts
argument in tribe_get_events
, tribe_get_venues
and tribe_get_organizers
functions to return the number of posts found matching the current query arguments [89743]tribe-events-bar-date-search-default-value
filter; use tribe_events_bar_date_search_default_value
instead [67482]tribe_get_organizers()
with a parameter that, when specified with a truthy value, returns only organisers with upcoming events attached to themtribe_{$this->post_type}_has_events_excluded_post_stati
, tribe_events_tribe_organizer_create
, tribe_events_tribe_organizer_update
, tribe_event_venue_duplicate_post_fields
, tribe_event_organizer_duplicate_custom_fields
tribe_events_organizer_created
tribe_rest_organizer_default_only_with_upcoming
, tribe_rest_venue_default_only_with_upcoming
, tribe_events_rest_term_allow_delete
tribe_duplicate_post_strategies
, tribe_duplicate_post_strategy
, tribe_duplicate_post_{$strategy}_strategy
tribe_events_list_widget_featured_image_link
(props to @cabadaj007 for the feature request) [84807]tribe_aggregator_before_insert_posts
and tribe_aggregator_after_insert_posts
) [87530]%n
) (thanks @Shamsi for reporting) [78340]tribe_get_state_options
maybe_format_from_datepicker()
tribe_rest_single_event_data
filter to the single event REST API endpoint to allow filtering the returned data (thanks @mwender) [88748]tribe_events_get_the_excerpt()
returning a read more link that sometimes pointed to the current page [70473]tribe_aggregator_meta_source
to filter the Event Aggregator import sourcetribe_events_linked_post_meta_values_{$current_linked_post_meta_key}
for filtering the array of values retrieved for a specific linked post meta fieldsrc/views/day/single-event.php
and src/views/list/single-event.php
tribe_events_inside_cost
day/single-event
, day/single-featured
, list/single-event
, list/single-featured
tribe_get_events()
which has a hook for customisingtribe_events_rest_url_prefix
, tribe_rest_url
, tribe_events_rest_use_builtin
, tribe_rest_events_archive_data
, tribe_rest_event_max_per_page
, tribe_rest_event_data
, tribe_rest_venue_data
, tribe_rest_organizer_data
, tribe_rest_event_categories_data
, tribe_rest_event_tags_data
, tribe_rest_event_taxonomy_term_data
, tribe_rest_event_featured_image
, tribe_events_rest_api_enabled
tribe_rest_swagger_cost_details_documentation
, tribe_rest_swagger_date_details_documentation
, tribe_rest_swagger_image_details_documentation
, tribe_rest_swagger_image_size_documentation
, tribe_rest_swagger_term_documentation
, tribe_rest_swagger_event_documentation
, tribe_rest_swagger_organizer_documentation
, tribe_rest_swagger_venue_documentation
, tribe_rest_swagger_documentation
tribe_tracker_post_types
, tribe_tracker_excluded_meta_keys
, tribe_tracker_enabled
, tribe_tracker_enabled_for_terms
, tribe_tracker_taxonomies
tribe_aggregator_localized_data
, tribe_aggregator_service_messages
, tribe_aggregator_url_import_range_options
, tribe_aggregator_url_import_range_cap
, tribe_aggregator_url_import_range_start
, tribe_aggregator_url_import_range_end
tribe_aggregator_track_modified_fields
tribe_events_bound_implementations
Tribe__Events__Main
: track_event_post_field_changes
, maybe_load_tickets_framework
Tribe__Events__Aggregator__Service
: has_service_message
is_a
[72812]tribe_get_start_time
, tribe_get_end_time
, tribe_get_start_date
and tribe_get_end_date
[67759]tribe-event.css
(props @berler) [71973]WP_Query
we will no-longer overwrite custom post__not_in
params [42143]tribe_create_event
documentation (Props to Keith) [44871]/all
link on recurring events on non English websites could be broken (reported by @lumiest – thanks!) [68062]Tribe__Events__Main::initOptions()
has been deprecated with no replacementTribe__Events__Main::set_meta_factory_global()
has been deprecated in favour of using the Tribe__Events__Meta_Factory
classsetup_meta()
method in both the Tribe__Events__Template__Single_Event
and Tribe__Events__Template_Factory
classes has been deprecatedthe_title()
, event_date()
, event_category()
, event_tag()
, event_website()
, event_origin()
, organizer_name()
, organizer_email()
, venue_name()
, venue_address()
, and venue_map()
methods have been deprecated in the Tribe__Events__Advanced_Functions__Register_Meta
classregister()
, check_exists()
, and get_args()
methods have been deprecated in the Tribe__Events__Meta_Factory
classtribe_get_event_link()
which wasn’t working when passing second parameter as `true’tribe_event_featured_image()
function (Cheers to @fabianmarz!)wp-content/languages/plugins
path will be loaded before attempting to load internal language files (Thank you to user aafhhl for bringing this to our attention!)tribe_events_get_the_excerpt
filter hookdefault
in place of hardcoding the current default view in the category base rewrite rule [31907]Tribe__Events__PUE__Checker
, Tribe__Events__PUE__Plugin_Info
, and Tribe__Events__PUE__Utility
classes are deprecated and are replaced by Tribe__PUE__Checker
, Tribe__PUE__Plugin_Info
, and Tribe__PUE__Utility
classeshave_posts()
in the maybe iCal links for the main views that could cause an infinite looppost_status
filter. This will help prevent some of the errors you may have seen when importing events using a CSV file.de_DE
language file that caused a number of site-breaking issuesthe_title
filter.updated
and .published
tribe_get_organizer()
DISALLOW_FILE_MODS
(Props to Sun for spotting and fixing this)wp_trim_excerpt
and use only it’s powers, fixing the excerpt problemget_current_screen()
across the plugin, avoiding notices and warnings (Thank you Mike for the help!)For release notes from the 3.x and older lifecycles, see our full historical release notes.
\n";s:11:"screenshots";s:2015:"Month View with hover
Mobile Views
Single event
List View
Event Editor
Events admin listing
General Settings
Display Settings
CSV Importer
\n By kerchmcc on May 12, 2021
\n By niller56 on May 4, 2021
\n By bettsr (crashcart) on May 1, 2021
\n By henriksindrup on April 26, 2021
\n By fabricelaborie on April 25, 2021
\n By lorifitfrog on April 25, 2021
\n By greyso on April 22, 2021
\n By michaelcastello on April 13, 2021
\n By olivierschaeffer on April 13, 2021
\n By zenocosini2001 on April 12, 2021
Since 2008 Yoast SEO has helped millions of websites worldwide to rank higher in search engines.
\nYoast’s mission is SEO for Everyone. Our plugin’s users range from the bakery around the corner to some of the most popular sites on the planet.
\nYoast SEO Free contains everything that you need to manage your SEO, and the Yoast SEO Premium plugin and its extensions unlock even more tools and functionality.
\nTo rank highly in search engines, you need to beat the competition. You need a better, faster, stronger website than the people who sell or do the same kinds of things as you.
\nYoast SEO is the most-used WordPress SEO plugin, and has helped millions of people like you to get ahead, and to stay ahead.
\nYoast SEO is packed full of features, designed to help visitors and search engines to get the most out of your website. Some of our favourites are:
\nWe know content is king, that’s why Yoast SEO is famous for its state-of-the-art content and SEO analysis. Yoast SEO gives you:
\nWhether you are an online entrepreneur, blogger or content creator, a developer, a (WordPress) SEO expert or a business owner, Yoast SEO helps you keep your website in perfect shape by:
\nYoast is powered by a team of expert developers, testers, software architects, and SEO consultants. They work constantly to stay at the cutting edge of WordPress SEO, and to improve the plugin with every release.
\nYoast SEO is the only WordPress SEO plugin made by world-renowned SEO experts.
\nThe Yoast team offers regular support on the WordPress.org forums. But we hope you understand that we prioritize our Premium customers. This one-on-one email support is available to people who have purchased Yoast SEO Premium.
\nDid you know that Yoast SEO Premium contains a lot of extra features:
\nIf you are serious about your WordPress SEO, install the Yoast SEO Premium plugin! Costs a little, saves a lot of time!
\nCheck out these SEO add-ons by Yoast:
\nThese extensions work fine with the free version of Yoast SEO. Of course, the premium extensions also include 24/7 support.
\nOh, don’t forget: our Yoast Academy is for all entrepreneurs, bloggers, and anyone who wants to learn more about optimizing websites, improving your WordPress SEO, and if you want to take your content to the next level!
\nYoast SEO integrates seamlessly into a range of themes and plugins. We work particularly well with:
\nDo you want to report a bug for Yoast SEO? Best to do so in the WordPress SEO repository on GitHub. Please note that GitHub is not a support forum and issues will be closed if they don’t meet the bug requirements.
\nWant more information on search engine optimization and Yoast SEO? Have a look at:
\nStarting with Yoast SEO consists of just two steps: installing and setting up the plugin. Yoast SEO is designed to work with your site’s specific needs, so don’t forget to go through the Yoast SEO configuration wizard as explained in the ‘after activation’ step!
\n\n
Having an XML sitemap can be beneficial for SEO, as Google can retrieve essential pages of a website very fast, even if the internal linking of a site isn’t flawless.
\nThe sitemap index and individual sitemaps are updated automatically as you add or remove content and will include the post types you want search engines to index. Post Types marked as noindex will not appear in the sitemap. Learn more about XML Sitemaps.
\n
It is straightforward to add your website to Google Search Console.
\n1. Create a Google Search Console account and login into your account.
\n2. Click ‘Add a property’ under the search drop-down.
\n3. Enter your website URL in the box and click ‘Continue’.
\n4. Click the arrow next to ‘HTML tag’ to expand the option.
\n5. Copy the meta tag.
\n6. Log in to your WordPress website.
\n7. Click on ‘SEO’ in the dashboard.
\n8. Click on ‘General’.
\n9. Click on the ‘Webmaster Tools’ tab.
\n10. Paste the code in the Google field and click ‘Save Changes’.
\n11. Go back to Google Search Console and click ‘Verify’.
If you want more details steps, please visit our article on our help center.
\n\n\n
The steps below are a temporary solution, as manual edits made to theme files may be overwritten with future theme updates. Please contact the theme developer for a permanent solution. We’ve written an article about the importance of breadcrumbs for SEO.
\nTo implement the breadcrumbs function in Yoast SEO, you will have to edit your theme. We recommend that prior to any editing of the theme files, a backup is taken. Your host provider can help you take a backup.
\nCopy the following code into your theme where you want the breadcrumbs to be. If you are not sure, you will need to experiment with placement:
<?php\nif ( function_exists( \'yoast_breadcrumb\' ) ) {\n yoast_breadcrumb( \'<p id="breadcrumbs">\',\'</p>\' );\n}\n?>\n
\nCommon places where you could place your breadcrumbs are inside your single.php
and/or page.php
file just above the page’s title. Another option that makes it really easy in some themes is by just pasting the code in header.php
at the very end.
In most non-WooTheme themes, this code snippet should not be added to your functions.php
file.
\nAlternatively, you can manually add the breadcrumb shortcode to individual posts or pages: [wpseo_breadcrumb]
If you need more details or a step by step guide, read our Implementation guide for Yoast SEO breadcrumbs.
\n\n\n
Yoast SEO provides multiple options for setting a URL or group of URLs to noindex. Read more about how to do this in this guide.
\n\n\n
If you’ve crafted nice meta descriptions for your blog posts, nothing is more annoying than Google showing another description for your site completely in the search result snippet.
\nPossible causes could be:
\n1. wrong description in code
\n2. Google cache is outdated
\n3. Search term manipulation
\n4. Google ignored the meta description
You can read more here on how to solve the issue with the wrong description.
\n\n\n
Yoast SEO is updated every two weeks. If you want to know why, please read this post on why we release every two weeks!
\n\n\n
As our free plugin is used by millions of people worldwide, we cannot offer you all one on one support. If you have trouble with the Yoast SEO for WordPress plugin, you can get help on the support forums here at wordpress.org or by checking out our help center at yoast.com/help/.
\nThe plugins you buy at Yoast are called ‘premium plugins’ (even if Premium isn’t in its name) and include a complete year of free updates and premium support. This means you can contact our support team if you have any questions about that plugin.
\nRead more on how to get support
\n\n\n
Your question has most likely been answered on our help center: yoast.com/help/.
\n\n\n";s:9:"changelog";s:4252:"Release Date: April 28th, 2021
\nSay hi to Yoast SEO 16.2! This release focuses on improving stability and fixing several bugs. It also includes several enhancements. Read more about what’s new in Yoast SEO 16.2 in our release post!
\nEnhancements:
\narticleSection
and keywords
attributes of the Article schema to an array instead of comma-separated values.Article
schema is built, saving a query on pageload.Bugfixes:
\nget_head
REST route.Other:
\n\'wpseo_enable_editor_features_\' . $post_type
filter to allow users to show the Yoast SEO metabox on non-public post types if these are accessible. Props to jondcampbell.Release Date: April 6th, 2021
\nBugfixes:
\nRelease Date: April 6th, 2021
\nYoast SEO 16.1 is out today! It features several enhancements and fixes that make the plugin chug along nicely. Happy updating! Read more about what’s new in Yoast SEO 16.1 in our release post!
\nEnhancements:
\ncontentUrl
to the schema image output.Bugfixes:
\nFor the change log of earlier versions, please refer to the change log on yoast.com.
\n";s:11:"screenshots";s:1910:"The Yoast SEO plugin general meta box. You\'ll see this on edit post pages, for posts, pages and custom post types.
Example of the SEO analysis functionality.
Example of the readability analysis functionality.
Overview of site-wide SEO problems and possible improvements.
Control over which features to use.
Easily import SEO data from other SEO plugins like All In One SEO pack, HeadSpace2 SEO and wpSEO.de.
\n By mhcote on May 13, 2021
\n By webpushr on May 8, 2021
\n By erikdemarco on May 5, 2021
\n By reversewinesnob on May 5, 2021
\n By gcbrowne on May 4, 2021
\n By emma2johnson on April 29, 2021
\n By comet321 on April 25, 2021
\n By abu rayhan (rayhan7) on April 24, 2021
\n By Pindex Việt Nam (pindexvietnam) on April 24, 2021
\n By mzmobis on April 23, 2021
THE MOST POWERFUL & EASY TO USE CONTACT MANAGEMENT (CRM), EMAIL MARKETING, LIVE CHAT, FORMS & ANALYTICS PLUGIN
\nHubSpot enables you to grow your business better. It helps turn visitors into leads, nurture them into customers, and measure your business growth.
\nWith HubSpot’s free plugin you can easily:
\nWhat’s included in HubSpot’s free WordPress plugin:
\nCRM & CONTACT MANAGEMENT PLATFORM
\nYour website forms will automatically sync with your HubSpot CRM so you can easily manage your contacts, segment them into lists, and see every interaction they’ve had with your website. This plugin creates & updates each contact record with a unified timeline of the contact’s page views, live chat conversations, form submissions, and more.
\nEMAIL NEWSLETTER & MARKETING AUTOMATION
\nBuild beautiful, responsive newsletters to send to your contact database with HubSpot’s easy-to-use, drag and drop email builder. Send an email automation anytime someone fills out a form or engages with your live chat & chatbots.
\nDon’t want to have to design emails yourself? HubSpot comes with 20+ pre-designed email templates so all you have to do is add your content and press send.
\nWith HubSpot’s email marketing software, you’re able to personalize your messaging and start tailoring content for each of your subscribers. Plus, with A/B testing and email tracking, you can go a step further and improve the open rate and click rate of each campaign.
\nAll emails are automatically logged in your customer relationship management (CRM) software and include reporting for opens and clicks so you can measure each email’s engagement.
\nFORMS & POPUPS
\nCreate beautiful forms and popups on your website in minutes using the intuitive drag and drop builder. Choose which pages you want your popups displayed on with HubSpot’s advanced filtering based on your visitors’ behaviors.
\nRather stick with your existing forms and popup plugin? That’s fine too! HubSpot integrates with most WordPress form builders, form creators, and popup builders out-of-the-box so you don’t have to worry about a thing.
\nHubSpot is a dynamic form builder and can be used to create nearly any type of form — such as an announcement popup, banner bar, conditional logic form, contact form, custom form, donation form, email form, exit intent popup form, event form, feedback form, mobile popup, newsletter form, order form, payment form, popup form, quiz form, quote form, signature form, signup form, star rating form, sticky bar, survey popup, web form, and more!
\nLIVE CHAT & CHATBOTS
\nAdd free live chat to your website and easily engage & help your site visitors. Add 24/7 chatbots to your website to help automate lead capture, lead generation, lead management and provide live support. Now you can help your visitors while you sleep — the power of WordPress live chat!!
\nBUILT-IN ANALYTICS & DASHBOARDS
\nBuilt-in marketing analytics (email analytics, traffic analytics, and website analytics) make it easy to understand which sales and marketing actions are driving the most success… and which ones you need to fix. Quickly see how your forms, popups, live chat & chatbots, email marketing, and sales follow-ups are helping grow your business.
\nWhy install analytics from another app when you can get built-in WordPress analytics? With HubSpot, you can view a unified view of your site’s performance in an easy-to-understand analytics dashboard — all without leaving WordPress. Dashboards are customizable, so you can surface the most relevant information to make data-driven decisions for your unique business.
\nSEAMLESS INTEGRATIONS
\nHappy with the tools you’re using? Now you can easily integrate HubSpot with over 400 native integrations including:
\n– Analytics / Advertising / Social Media Software: Adroll, Facebook Ads, Facebook Messenger, Google Ads, Google Analytics, Hotjar, Instagram Ads, Linkedin Ads, Twitter, WhatsApp, YouTube
\n– Communications / Design / Integrations: Canva, Gutenberg Blocks, HelloSign, Integromat, Slack, Twilio, Vidyard, Zoom
\n– CRM / Email Marketing / Marketing Automation Software: Active Campaign, Aweber, Campaign Monitor, Constant Contact, Drip, Gmail, Hustle, Mailchimp, Ontraport, Outlook, Salesforce, Sendinblue, WP Fusion, Zoho
\n– E-commerce / Online Store / Recurring Payment / Payment Processing: BigCommerce, Shopify, Stripe, WooCommerce, YITH
\n– Events / Meeting Scheduling Software: Calendly, Eventbrite, The Events Calendar
\n– Forms / Landing Page Builders / CRO: Caldera Forms, Contact Form 7, Elementor, Formidable Forms, Forminator, Gravity Forms, Instapage, JotForm, Kali Forms, MailOptIn, Ninja Forms, OptInMonster, Sumo, Survey Monkey, Typeform, Unbounce, WPForms
\n– Live Chat / Customer Support Software: Drift, Front, Help Scout, Intercom, LiveChat, Pure Chat, Zendesk
\n– Productivity / Project Management Software: Asana, Jira
HubSpot also works great with Zapier and PieSync, so you can easily connect nearly any tool together.
\nWHAT PEOPLE ARE SAYING ABOUT HUBSPOT – CRM, EMAIL MARKETING, LIVE CHAT, FORMS & ANALYTICS?
\n“HubSpot was a big factor in helping us scale WP Buffs to $1M in revenue. Their plugin and sales CRM made our sales process so much more professional and kept us fully organized as we grew from 1 salesperson to 4. Plus, the reporting dashboards allow me to know where our sales game is strong and where we can still improve with just a few clicks. Needless to say, I’m all in on HubSpot.” – Joe Howard, Founder & CEO, WP Buffs
\n“HubSpot educates marketers beyond just the anonymous web analytics they get from Google Analytics. Instead, it digs down to individual users.” – Michael Shoup, Founder / CEO, 12South Marketing
\n“HubSpot dramatically cuts down the time I spend on marketing. We used to spend tons of time generating very few inbound leads, but those numbers have gone through the roof with minimal effort.” – Brian Ruhlmann, Director of Sales & Marketing, AdmitHub
\n";s:12:"installation";s:1209:"The easiest way to install this plugin is to use the WordPress Admin interface.
\nYour WordPress site and HubSpot account will be connected and you’re ready to get started with HubSpot All-In-One Marketing – Forms, Popups, Live Chat.
\nHaving trouble? Check out our help documentation
\n";s:3:"faq";s:6276:"\n\n
\n
HubSpot’s WordPress plugin allows you to use HubSpot email marketing, CRM, forms, popups, and live chat on your WordPress website. This plugin gives you all the tools you need to grow your business and delight your contacts and customers.
\n\n\n
HubSpot is an all-in-one growth platform that provides a free CRM, marketing, sales, and customer service products to help you grow your business.
\n\n\n
HubSpot is perfect for agencies, business owners (including small businesses and ecommerce companies), bloggers, designers, or anyone with a WordPress website that wants to use a seamless CRM plugin with built-in marketing tools. 100,000+ websites in 100+ countries already use HubSpot to grow their businesses.
\n\n\n
Not at all! HubSpot’s WordPress plugin is easy to download and starts working seamlessly with your WordPress site right away. You can take advantage of our CRM, live chat, email marketing, forms, and much more without the need to code.
\n\n\n
HubSpot’s WordPress plugin is free to use with forms, contact management, email marketing, and more.
\nHubSpot also has paid tiers available for those who want more advanced functionality like blogging, landing pages, search engine optimization (SEO), team email, retargeting, lead scoring, bots, email scheduling, NPS surveys, calls-to-action (CTAs), knowledge base, and more. If you’d like a complete view of the features offered in HubSpot’s free and paid tiers, view our pricing page.
\nOur CRM for WordPress is powered by HubSpot’s free forever CRM.
\n\n\n
No, there’s no need to install an additional mail SMTP plugin.
\nUnlike other WordPress form plugins and email plugins that send messages using a PHP mail function, HubSpot is a stand-alone email marketing software. You can define your IMAP and SMTP from your existing mail service (Gmail, Outlook, Yahoo) and stop worrying about email deliverability from within WordPress.
\n\n\n
Here are some examples of the types of forms and popups you can create with HubSpot:
\n-advanced forms
\n-announcement popup
\n-appointment form
\n-banner bar
\n-calculator form
\n-conditional form
\n-conditional logic form
\n-contact button form
\n-contact form popup
\n-contact forms
\n-coupon popup
\n-custom form
\n-custom forms
\n-custom popup
\n-donation form
\n-email form
\n-email forms
\n-email submit form
\n-event form
\n-exit intent popup forms
\n-exit popup
\n-feedback form
\n-file upload form
\n-floating bar popup
\n-inline signup form
\n-lightbox popup
\n-mobile popup
\n-multi page form
\n-newsletter form
\n-newsletter popup
\n-order form
\n-payment form
\n-pdf form
\n-popup form
\n-quiz form
\n-quote form
\n-quote request form
\n-registration popup
\n-scroll trigger popup
\n-signature form
\n-signup form
\n-slide-in popup
\n-slide-in scroll popup
\n-star rating form
\n-sticky bar
\n-sticky popup
\n-subscription form
\n-survey popup
\n-targeted popup
\n-time on site popup
\n-upload form
\n-user registration form
\n-web contact form
\n-web form
\n-welcome mat popup
\n-woocommerce popup
Rather use your existing form tool? HubSpot integrates with most WordPress form builders and popup builders.
\n\n\n
The HubSpot WordPress plugin is great for many types of businesses including e-commerce. For WooCommerce shop owners, consider the HubSpot for WooCommerce plugin for even added functionality in your shop.
\n\n\n
Please visit the HubSpot Community for more detailed documentation and support. Thank you!
\n\n\n";s:9:"changelog";s:491:"Full changelog here
\n– Current version: 8.0.1
\n– Version release date: 2021-04-22
Measure impact with reports.
Organize, track, and nurture your leads in your free HubSpot CRM.
Your website forms will automatically sync with your HubSpot CRM.
Nurture and convert leads with lists and email.
Send contacts a beautiful, effective and personalized email.
Add live chat to your website and easily engage & help your site visitors.
Add 24/7 chatbots to your website to help automate lead capture and support.
Create beautiful forms and popups on your website in minutes using the intuitive drag and drop builder.
\n By Mikhail (mikhail12) on February 3, 2021
\n By shawfactor on January 7, 2021
\n By Chris - On the Grid Web Design LLC (falcon13) on November 21, 2020
\n By LaurenceMad (laurencemadstt) on November 13, 2020
\n By kosecom on September 10, 2020
\n By Cesar Escobar (qvika) on July 29, 2020
\n By seowebkysa on July 27, 2020
\n By (Vahidak) on July 25, 2020
\n By shanmuf1 on July 6, 2020
\n By (didactforum) on June 16, 2020
Are you looking for a timeless, elegant, and streamlined discussion board? bbPress is easy to integrate, easy to use, and is built to scale with your growing community.
\nbbPress is intentionally simple yet infinitely powerful forum software, built by contributors to WordPress.
\n";s:12:"installation";s:1836:"Check out the releases page
\n";s:11:"screenshots";s:1543:"Forums - Admin Interface
Topics - Admin Interface
Replies - Admin Interface
Settings - Admin Interface
Settings 2 - Admin Interface
Themes - Admin Interface
Single Forum - Default Theme
\n By lolafranklin0501 on April 21, 2021
\n By alinaalinuta on January 20, 2021
\n By rjrjrjrj on December 31, 2020
\n By supermagicien on December 14, 2020
\n By eaec on October 28, 2020
\n By gcarlsen on October 5, 2020
\n By Nesdam1981 on October 4, 2020
\n By laetee (lruzza) on October 1, 2020
\n By rshibata on August 28, 2020
\n By wackao on August 21, 2020
Contact Form 7 can manage multiple contact forms, plus you can customise the form and the mail content flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.
\nYou can find docs, FAQ and more detailed information about Contact Form 7 on contactform7.com. When you can’t find the answer to your question on the FAQ or in any of the documentation, check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.
\nIt is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support.
\nWith the default configuration, this plugin, in itself, does not:
\nIf you activate certain features in this plugin, the contact form submitter’s personal data, including their IP address, may be sent to the service provider. Thus, confirming the provider’s privacy policy is recommended. These features include:
\nThe following plugins are recommended for Contact Form 7 users:
\nYou can translate Contact Form 7 on translate.wordpress.org.
\n";s:12:"installation";s:458:"contact-form-7
folder to the /wp-content/plugins/
directory.You will find Contact menu in your WordPress admin screen.
\nFor basic usage, have a look at the plugin’s website.
\n";s:3:"faq";s:440:"Do you have questions or issues with Contact Form 7? Use these support channels appropriately.
\nFor more information, see Releases.
\nhttps://contactform7.com/contact-form-7-541/
\nhttps://contactform7.com/contact-form-7-54/
\n";s:11:"screenshots";s:225:"";s:7:"reviews";s:15196:"\n By granit59 on May 12, 2021
\n By Beth M (bethmarlatt) on May 10, 2021
\n By Dubman on May 8, 2021
\n By abhinaym96 on May 7, 2021
\n By vincentstag on May 6, 2021
\n By apexcontrols on April 30, 2021
\n By Erik (codekraft) on April 26, 2021
\n By i_Mike on April 23, 2021
\n By Tobo (info@netzlicht.com) on April 22, 2021
\n By Eugene Cilliers on April 22, 2021
function Cf7Init(){\n var loader = $(this.container).find('.ajax-loader');\n if (!loader.length) { \n $( 'div.wpcf7 > form' ).each( function() {\n var $form = $( this );\n wpcf7.initForm( $form );\n if ( wpcf7.cached ) {\n wpcf7.refill( $form );\n }\n } );\n } \n}
\n\n- Im using https://wordpress.org/plugins/intelligence/ to track Goals/Conversions on form submission. This also does not work anymore.\n\nHaving said that and looking at the latest reviews I strongly reccomend going back a version and solving the current complaints first.\n Click here to see the release log. Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n
";s:12:"installation";s:563:"\n Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the Updating section of our online documentation.\n
\n\n\n If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n
";s:3:"faq";s:607:"\n Please visit our Help page, where you can find all sorts of useful assets like FAQs, online documentation, troubleshooting, and support information.\n
";}s:4:"slug";s:11:"LayerSlider";s:7:"package";s:0:"";s:13:"download_link";s:0:"";}s:15:"_latest_version";s:6:"6.11.8";s:14:"_not_activated";b:1;s:7:"checked";i:1623979232;}', 'yes'); INSERT INTO `wp_options` VALUES (376, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:65:"https://downloads.wordpress.org/release/en_AU/wordpress-5.7.2.zip";s:6:"locale";s:5:"en_AU";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/en_AU/wordpress-5.7.2.zip";s:10:"no_content";s:0:"";s:11:"new_bundled";s:0:"";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"5.7.2";s:7:"version";s:5:"5.7.2";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.6";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1623977741;s:15:"version_checked";s:5:"5.7.2";s:12:"translations";a:0:{}}', 'no'); INSERT INTO `wp_options` VALUES (379, 'recently_activated', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (382, 'category_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (383, 'fusion_tb_category_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (384, 'portfolio_category_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (385, 'portfolio_skills_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (386, 'faq_category_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (387, 'slide-page_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (388, 'element_category_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (389, 'template_category_children', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (390, 'ls-latest-version', '6.11.8', 'yes'); INSERT INTO `wp_options` VALUES (391, 'ls-p-url', 'https://layerslider.kreaturamedia.com/pricing/', 'yes'); INSERT INTO `wp_options` VALUES (397, 'mphb_db_version', '3.9.6', 'yes'); INSERT INTO `wp_options` VALUES (398, 'mphb_registered_attributes', 'a:0:{}', 'yes'); INSERT INTO `wp_options` VALUES (399, 'widget_mphb_rooms_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (400, 'widget_mphb_search_availability_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (402, 'mphb_passed_notices', 'a:2:{i:0;s:13:"force_upgrade";i:1;s:29:"update_confirmation_endpoints";}', 'yes'); INSERT INTO `wp_options` VALUES (410, 'mphb_search_results_page', '1888', 'yes'); INSERT INTO `wp_options` VALUES (411, 'mphb_checkout_page', '1889', 'yes'); INSERT INTO `wp_options` VALUES (412, 'mphb_booking_confirmation_page', '1890', 'yes'); INSERT INTO `wp_options` VALUES (413, 'mphb_user_cancel_redirect_page', '1891', 'yes'); INSERT INTO `wp_options` VALUES (414, 'mphb_payment_success_page', '1892', 'yes'); INSERT INTO `wp_options` VALUES (415, 'mphb_payment_failed_page', '1893', 'yes'); INSERT INTO `wp_options` VALUES (416, 'mphb_wizard_passed', '1', 'yes'); INSERT INTO `wp_options` VALUES (438, '_transient_health-check-site-status-result', '{"good":"14","recommended":"5","critical":"1"}', 'yes'); INSERT INTO `wp_options` VALUES (621, '69a441f0700298e03d8099c3f94413e6', 'a:2:{s:7:"timeout";i:1623988545;s:5:"value";s:50274:"{"new_version":"3.9.7","stable_version":"3.9.7","name":"Hotel Booking","slug":"motopress-hotel-booking","url":"https:\\/\\/motopress.com\\/products\\/hotel-booking\\/?changelog=1","last_updated":"2021-06-16 08:14:51","homepage":"https:\\/\\/motopress.com\\/products\\/hotel-booking\\/","package":"","download_link":"","sections":{"description":"The MotoPress WordPress Hotel Booking plugin is an all-in-one property management suite for rental property websites. List unlimited accommodations and services, accept direct online reservations, synchronize all bookings across OTAs and more (no per-booking or per-property commission). This WordPress hotel booking plugin is perfect for running any hospitality business establishment regardless of the size, function or cost: a hotel, vacation rental, apartments agency, hostel and more.<\\/p>\\n","changelog":"
= 3.9.7, May 12 2021 =
\\n* New feature: the revenue chart (beta version).
\\n* Fixed a bug with the Bambora payment gateway.
\\n* Fixed an issue with displaying the number of bookings for secondary language versions in the WPML plugin.<\\/p>\\n
= 3.9.6, Apr 5 2021 =
\\n* Added a new payment status Canceled.
\\n* Added a new color for the external bookings in the Bookings calendar.
\\n* Added the ability to sort accommodations by price in the accommodations listing.
\\n* Bug fix: fixed an issue with the Stripe SEPA Direct Debit payment gateway.
\\n* Bug fix: fixed an issue with the \'guests\' label in the price breakdown table.<\\/p>\\n
= 3.9.5, Mar 10 2021 =
\\n* Bug fix: fixed an issue when an accommodation became unavailable for assignment to its accommodation type after renaming.<\\/p>\\n
= 3.9.4, Feb 18 2021 =
\\n* Improved compatibility with WordPress multisite. Added support for individual sites and network activation.
\\n* Bug fix: fixed an issue when the date of an internal note was not saved.
\\n* Bug fix: fixed an issue with payments via Stripe when amount of transaction was not calculated properly.
\\n* Bug fix: fixed an issue that may cause errors in Sucuri and WP Mail SMTP plugins.
\\n* Stripe API updated to version 7.72.0.<\\/p>\\n
= 3.9.3, Jan 26 2021 =
\\n* Added the ability to resend the confirmation email for a booking.
\\n* Added the ability to create internal notes for a booking visible for site admins only.
\\n* Improved compatibility with the image lazy-loading feature.
\\n* Bug fix: fixed an issue when the confirmation link in the confirmation email was redirected to the page in the default language instead of the language of the website.
\\n* Bug fix: fixed an issue when the cancelled bookings were not handled properly during ical synchronization.<\\/p>\\n
= 3.9.2, Dec 21 2020 =
\\n* Improved compatibility with image lazy-loading feature.<\\/p>\\n
= 3.9.1, Dec 10 2020 =
\\n* Bug fix: fixed an issue with the overbooking.<\\/p>\\n
= 3.9.0, Nov 24 2020 =
\\n* Added the ability to set the Booking Buffer option.
\\n* Added the ability to set Advance Reservation: the minimum number of days allowed before booking and the maximum number of days available for future bookings.<\\/p>\\n
= 3.8.7, Oct 30 2020 =
\\n* Fixed the issue with featured image of the Accommodation Type.
\\n* Fixed the issue with Elementor plugin.<\\/p>\\n
= 3.8.6, Oct 27 2020 =
\\n* Added support for Hotel Booking PDF Invoices addon.<\\/p>\\n
= 3.8.5, Oct 2 2020 =
\\n* Improved compatibility with image lazy-loading feature in WordPress 5.5.<\\/p>\\n
= 3.8.4, Sep 30 2020 =
\\n* Fixed the issue with Elementor plugin.<\\/p>\\n
= 3.8.3, Jul 9 2020 =
\\n* Added the ability to set the number of days prior to the check-in date applicable for applying deposits.
\\n* Added the ability to display price, adults and children fields in the search form when the direct booking option from the accommodation page is enabled.<\\/p>\\n
= 3.8.2, May 28 2020 =
\\n* Added support for WordPress translations.<\\/p>\\n
= 3.8.1, Apr 24 2020 =
\\n* Added support for Hotel Booking Styles addon.<\\/p>\\n
= 3.8.0, Mar 31 2020 =
\\n* Added the ability to edit existing bookings: you can now update check-in and check-out dates, rates, services, etc., as well as add, replace, or remove accommodations in the original bookings.<\\/p>\\n
= 3.7.6, Mar 6 2020 =
\\n* Fixed the issue with incorrect hooks priority set in 3.7.2.
\\n* Fixed the issue with the upgrade database notice not disappearing in some cases.<\\/p>\\n
= 3.7.5, Feb 17 2020 =
\\n* Fixed the issue with the improper booking behavior of a single accommodation search form.<\\/p>\\n
= 3.7.4, Feb 10 2020 =
\\n* Fixed the issue with the improper language switch in the Price Breakdown table if a guest changes their booking details at the checkout.
\\n* Fixed the issue with displaying the title of services on the checkout page: it\'s now removed if there are no added services.
\\n* Fixed the issue with the price discrepancy between the Price Breakdown table and Total Price when the number of guests is not set.
\\n* Fixed the issue with displaying an error message that the accommodation is already unavailable.
\\n* Fixed the issue with the extra spacing on the checkout page when the Terms & Conditions page was created in a page builder.
\\n* Improved appearance of the Availability calendar in some themes.<\\/p>\\n
= 3.7.3, Jan 28 2020 =
\\n* Added the ability to redirect to checkout immediately after successful addition to reservation on the search results page.<\\/p>\\n
= 3.7.2, Jan 14 2020 =
\\n* Added the ability to set any number of adults or children at checkout so that in total it meets the limit of manually set accommodation capacity.
\\n* Updated translation files.<\\/p>\\n
= 3.7.1, Oct 30 2019 =
\\n* Improved blocks compatibility with the new versions of the Gutenberg editor.
\\n* Added customer email address to the Stripe payment details.
\\n* Fixed an issue where the price breakdown was not displayed in the new booking emails.
\\n* Fixed an issue at checkout when coupon discount was not applied to the total price at the bottom of the page.
\\n* Fixed a bug concerning impossibility to complete Stripe payment after applying the coupon code.
\\n* Fixed an issue where the type of the coupon code was changed after its use.<\\/p>\\n
= 3.7.0, Sep 17 2019 =
\\n* Improved the \\"Booking Confirmed\\" page with regard to displaying information on client\'s booking and payment in case the booking is paid online. Follow the prompts to update the content of the \\"Booking Confirmed\\" page automatically or apply the changes manually.
\\n* Added the new email tag, which allows guests to visit their booking details page directly from the email. Important: you need to update your email templates to start using this functionality.
\\n* New actions and filters were added for developers.
\\n* Fixed the issue at checkout when a variable price was not applied if capacity is disabled in plugin settings.<\\/p>\\n
= 3.6.1, Aug 19 2019 =
\\n* Added Direct Bank Transfer as a new payment gateway.
\\n* Added the ability to delete ical synchronization logs automatically.
\\n* Added new intervals for importing bookings through the ical \\"Quarter an Hour\\" and \\"Half an Hour\\".
\\n* The user information is no longer required while creating a booking in the admin panel. You can enable it again in the settings.
\\n* Added new tags for email templates: Price Breakdown, Country, State, City, Postcode, Address, Full Guest Name.
\\n* Added the ability to select the accommodation type while duplicating rates.
\\n* Improvement: now if the accommodation type size is not set, the field will not be displayed on the website.<\\/p>\\n
= 3.6.0, Aug 13 2019 =
\\n* Implemented bookings synchronization with Expedia travel booking website.
\\n* Updated PayPal and Stripe payment integrations to comply with PSD2 and the SCA requirements.
\\n* Added the ability to receive payments through Bancontact, iDEAL, Giropay, SEPA Direct Debit and SOFORT payment gateways via the updated Stripe API.<\\/p>\\n
= 3.5.1, Jun 25 2019 =
\\n* Improved compatibility with WPML plugin.
\\n* Improved compatibility with PHP 7.3.
\\n* Improved compatibility with MySQL 8.
\\n* Added the ability to sort bookings by check-in \\/ check-out date in the Bookings table.<\\/p>\\n
= 3.5.0, Jun 17 2019 =
\\n* Added the ability to export bookings data in the CSV format.
\\n* Added the ability to preset the first value of the Attributes list instead of an empty string for the search form field.
\\n* Fixed the issue with incorrect results when searching through Attributes.
\\n* Fixed the issue at checkout when a variable price was displayed instead of the base one.
\\n* Fixed the issue with the Price Breakdown table encoding.
\\n* Fixed the issue when the room_type_categories was displayed as Array.
\\n* Improved management of the variable pricing: it is now possible to add price variations in a random order.
\\n* Added css classes for the Price Breakdown table.
\\n* Updated the list of available currencies for PayPal.<\\/p>\\n
= 3.4.0, May 21 2019 =
\\n* Major improvements on booking synchronization with online channels via iCal interface.
\\n* Added option for filtering and hiding imported bookings in the Bookings table.
\\n* Added option for including Blocked Accommodations to exportable calendars.
\\n* Minor bugfixes and improvements.<\\/p>\\n
= 3.3.0, Apr 5 2019 =
\\n* Improved compatibility with WPML plugin.
\\n* Fixed the bug appeared while calculating the subtotal amount in Price Breakdown when a discount code is applied.
\\n* Added Hotel Booking Extensions page. Developers may opt-out of displaying this page via \\"mphb_show_extension_links\\" filter.<\\/p>\\n
= 3.2.0, Mar 25 2019 =
\\n* Booking Calendar improvements:
\\n * Tooltip extended with the customer data: full name, email, phone, guests number, imported bookings info.
\\n * Added a popup option to display the detailed booking information.
\\n* Bookings table improvements:
\\n * Added a column with booked accommodations.
\\n * Added the ability to filter bookings by accommodation type.
\\n * Added the ability to search bookings by First Name, Last Name, Check-in Date, Check-out Date, Phone, Price, etc.
\\n* Added a Service option that enables to specify the number of times guest would like to order this service.<\\/p>\\n
= 3.1.0, Feb 12 2019 =
\\n* Added support for WordPress 5.0:
\\n * Added new blocks to Gutenberg.
\\n * Added option to switch to the new block editor for Accommodation Types and Services in plugin settings.
\\n* Added option to set the Price Breakdown to be unfolded by default.
\\n* Improved design of Accommodation titles in Price Breakdown for better user experience.<\\/p>\\n
= 3.0.3, Dec 24 2018 =
\\n* Minor bugfixes and improvements.<\\/p>\\n
= 3.0.2, Nov 12 2018 =
\\n* Enhanced user interface of the New Booking section on the back-end.
\\n* Added text field for specifying the Administrator Email. Used in cases when email of the actual booking manager is different from email of the site admin.
\\n* Increased number of digits (up to 4) to be entered after decimal point for the Taxes field.
\\n* Significantly improved way of presentation of the booking synchronization logs data. The synchronization logs were transferred into the separate database tables. Added pagination for viewing synchronization results.<\\/p>\\n
= 3.0.1, Oct 3 2018 =
\\n* Improved implementation of content visibility option for Accommodation Types.
\\n* Changed the order of address fields on the checkout page.
\\n* \'State\' field on the checkout page renamed as \'State\\/County\'.<\\/p>\\n
= 3.0.0, Sep 12 2018 =
\\n* Introducing attributes. By using the attributes you are able to define extra accommodation data such as location and type and use these attributes in the search availability form as advanced search filters.
\\n* Improved the way to display the booking rules in the availability calendar.
\\n* Added the new payment method to pay on arrival.
\\n* Added the ability to create fixed amount coupon codes.
\\n* Added the availability to send multiple emails to notify the administrator and other staff about new booking.
\\n* Fixed the bug appeared in the Braintree payment method if a few plugins for making payment are set up.
\\n* Added the ability to set the default country on the checkout page.<\\/p>\\n
= 2.7.6, Jul 27 2018 =
\\n* A new way to display available\\/unavailable dates in a calendar using a diagonal line (half-booked day). This will properly show your guests that they are able to use the same date as check in\\/out one.
\\n* Disabled predefined parameters for Adults and Children on the checkout page to let guests have more perceived control over options they choose.
\\n* Fixed the issue with booking rules and WPML. Now all translations of accommodations are not displayed in a list and the booking rules are applied to all translations.
\\n* Fixed the issue with Stripe when creating a booking from the backend.
\\n* Fixed the issue with the booking rules not applying while checking an accommodation availability with the \\"Skip search results\\" enabled.
\\n* Added a new feature \\"Guest Management\\". It is currently in beta and applied only to the frontend. Here are the main options of this feature:
\\n * Hide \\"adults\\" and \\"children\\" fields within search availability forms.
\\n * Disable \\"children\\" option for the website (hide \\"children\\" field and use Guests label instead).
\\n * Disable \\"adults\\" and \\"children\\" options.
\\n* Replaced \\"Per adult\\" label with a more catch-all term \\"per guest\\" for Services.<\\/p>\\n
= 2.7.5, Jul 18 2018 =
\\n* Increased the number of digits after comma for setting a per-night price. This will help you set accurate prices for weekly, monthly and custom rates.
\\n* Improved the way to display a rate pricing on the checkout page: the price is updated automatically based on the number of guests if there are any per-guest price variables.
\\n* Added the Availability Calendar shortcode.
\\n* Added sorting parameters to shortcodes.
\\n* Added all missing currencies to the list of currencies.<\\/p>\\n
= 2.7.4, Jun 27 2018 =
\\n* Fixed PHP warning that may occur in version 2.7.2.<\\/p>\\n
= 2.7.3, Jun 21 2018 =
\\n* Fixed PHP warning that may occur in version 2.7.2.<\\/p>\\n
= 2.7.2, Jun 20 2018 =
\\n* Added the ability to add monthly, weekly and custom (based on any length of stay) rates.<\\/p>\\n
= 2.7.1, Jun 5 2018 =
\\n* Fixed the bug with the missing slider icons that appeared in a previous update.
\\n* Added a new admin data picker style.
\\n* Single room type data output was rewritten in actions to provide developers with more flexible customization.
\\n* Fixed the bug with the months localization of the admin booking calendar.
\\n* Fixed the alphabetic ordering of countries for non-English websites.
\\n* Added Summary and Description info to iCal import logs to help you easier identify bookings from different channels.<\\/p>\\n
= 2.7.0, May 18 2018 =
\\n* Added the ability to create a reservation manually.
\\n* Added terms and conditions checkbox to booking confirmation page.<\\/p>\\n
= 2.6.1, Apr 23 2018 =
\\n* Fix: Reverted CSS class of image galleries as it breaks some themes.<\\/p>\\n
= 2.6.0, Apr 20 2018 =
\\n* Added the ability to set different prices for one accommodation based on a number of guests.
\\n* Optimized the image galleries of accommodations.
\\n* Added support for Jetpack Lazy Images Module.
\\n* Fixed the bug with displaying the age of children in the search availability form added via a shortcode.
\\n* Fixed the price format in the Recommended accommodations section.<\\/p>\\n
= 2.5.0, Apr 4 2018 =
\\n* Minor bugfixes and improvements.<\\/p>\\n
= 2.4.4, Mar 14 2018 =
\\n* Improved compatibility with Elementor Page Builder plugin.
\\n* Fixed the bug with missing slash in calendar URL.<\\/p>\\n
= 2.4.3, Mar 7 2018 =
\\n* Added a new option to skip search results page and enable direct booking from accommodation pages.<\\/p>\\n
= 2.4.2, Feb 28 2018 =
\\n* Fixed the bug with check-in and check-out time not saving. Time settings were set to 24-hour clock system.
\\n* Added tags to Accommodations.
\\n* Added the following mphb_rooms shortcode parameters: category, tags, IDs and relation. Now you can display accommodations by categories, tags or accommodation IDs.
\\n* Added a new field to settings where you can set a standard child\'s age accepted in your hotel establishment. This is an optional text, which will complete \\"Children\\" field label clarifying this info for your visitors.
\\n* Improved the search availability calendar. Now it correctly displays the minimum stay-in days depending on a check-in date.
\\n* Fixed the bug with all dates displaying as unavailable within certain booking rules.
\\n* Fixed the bug with a custom rule not being applied because of a global booking rule.
\\n* Fixed the bug with the Availability calendar not showing the correct number of available accommodations.
\\n* Added \\"Blocked accommodation\\" status to the Booking Calendar.
\\n* Added a new DESCRIPTION field with the booking info to the Export Calendar in iCal format.
\\n* The Export Calendar in iCal format now shows the SUMMARY in the following format: first name, last name and booking_id.
\\n* Now the booking information from external calendars is sent across booking channels without changes.
\\n* Fixed the error with deleting an expiration date of the coupon code.<\\/p>\\n
= 2.4.1, Jan 31 2018 =
\\n* Added support of WooCommerce Payments extension.
\\n* Bug fix: fixed fatal error on booking confirmation page.<\\/p>\\n
= 2.4.0, Jan 24 2018 =
\\n* Added the ability to add accommodation taxes, services taxes, fees (mandatory services) and taxes on fees.<\\/p>\\n
= 2.3.1, Dec 22 2017 =
\\n* Added the ability to enable automatic external calendars synchronization.
\\n* Fixed the bug with the rate duplication.
\\n* Fixed localization issues of accommodation titles featured in \\"Recommended\\" block.
\\n* Fixed the bug with the NextGen gallery plugin.<\\/p>\\n
= 2.3.0, Dec 13 2017 =
\\n* Added more flexible booking rules:
\\n* ability to set check-in check-out dates for individual accommodation types during chosen seasons;
\\n* ability to set minimum and maximum stay-in days for individual accommodation types during chosen seasons;
\\n* ability to block individual accommodation types and actual accommodations for chosen dates;
\\n* Note: This release will perform an upgrade process on the database in the background. Please make sure that your previous booking rules are successfully transformed into new ones.
\\n* Updated translation files.
\\n* Please note! Due to peculiarities of multilingual settings, the titles of custom post types and taxonomy (e.g. accommodation types, categories) are not translated from English into other languages in the URLs of the pages.<\\/p>\\n
= 2.2.0, Oct 9 2017 =
\\n* Implemented bookings synchronization with online channels via iCal interface.
\\n* Replaced Services text \'per night\' with \'per day\'.
\\n* Renamed Facilities to Amenities.
\\n* Bug fixed: Stripe is now displayed on the Booking confirmation page even if it\'s the only payment method selected.
\\n* Bug fixed: the amount of Accommodation types displayed in widget is now not dependent on the global WordPress settings.
\\n* Removed limit for setting the number of adults and children in Accommodation type menu.
\\n* Fixed the link for viewing a booking in the administrator\'s email.
\\n* Fixed the rate duplication issue when clicking on a link in the list of rates.
\\n* Fixed the issue with the %customer_note% tag that was not displayed in email.<\\/p>\\n
= 2.1.2, Aug 14 2017 =
\\n* Bug fix: put \\"beds\\" back to Settings.
\\n* The Booking Confirmation page update: guests must select the number of adults and children.<\\/p>\\n
= 2.1.1, Jul 19 2017 =
\\n* Bug fix: fixed the placeholder of posts titles.<\\/p>\\n
= 2.1.0, Jul 13 2017 =
\\n* Added the ability to create and apply coupon codes.<\\/p>\\n
= 2.0.0, Jun 28 2017 =
\\n* Note: This release will perform an upgrade process on the database in the background.
\\n* Note: This release adds new tags for email templates. Update your templates please. To reset an email template just remove the current text and save settings.
\\n* Note: This release doesn\'t limit the number of adults and children in the Search availability form. Please update \\"Max Adults\\" and \\"Max Children\\" number in plugin settings.
\\n* The updated plugin allows guests reserve and pay for several (more than one) accommodation types during one reservation process.
\\n* Search results page was updated: guests can choose and add several accommodation types into one reservation.
\\n* On the search results page, the plugin displays all recommended accommodations according to the number of guests specified in a search request. This option can be turned off.
\\n* Email templates were updated to support Multiple booking.
\\n* Admin page descriptions were updated to ease the work with the plugin.
\\n* Bug fix: fixed the issue with saving check-in and check-out dates in Settings.
\\n* Improved compatibility with Jetpack gallery and lightbox modules.
\\n* Added a theme-friendly pagination option that allows specify the number of posts per page for accommodations and services.
\\n* A cancellation email template is available as a separate tag - it\'s used when a booking cancellation option is turned on.
\\n* A Price Breakdown Table on the Booking confirmation page was updated: it\'s now smaller with the ability to expend details of each booked accommodation.
\\n* Updated the list of data your guests are required to provide when submitting a booking. Admins can set it to: no data required \\/ country required \\/ full address required. Please choose the preferable option.
\\n* 15 new themes were added to calendar to fit your theme design much better.
\\n* New filters, actions and CSS classes were added for developers.<\\/p>\\n
= 1.2.3, May 12 2017 =
\\n* Added the ability to receive payments through Beanstream\\/Bambora payment gateway.<\\/p>\\n
= 1.2.2, Apr 26 2017 =
\\n* Added the ability to receive payments through Braintree payment gateway.<\\/p>\\n
= 1.2.1 Apr 24 2017 =
\\n* Bug fix: fixed the issue of undelivered emails after booking placement.
\\n* Bug fix: fixed the issue of booking calendar localization.<\\/p>\\n
= 1.2.0, Mar 29 2017 =
\\n* New algorithm of displaying accommodation pricing:
\\n* it displays minimum available price of accommodation for dates set in the search form by visitor;
\\n* it displays minimum available price of accommodation from the day of visit and for the next fixed number of days predefined in settings (if dates are not chosen by visitor);
\\n* it displays a total price for chosen dates or the price of \\"minimum days to stay\\" set in settings.
\\n* Added the ability to create a payment manually. Useful feature to keep all your finances in one place.
\\n* Added the ability to search booking by email or ID in the list of bookings.
\\n* Added the ability to filter payments by status and search them by email or ID in the list of payments.
\\n* Added a new email template to notify Administrator about new booking, which is paid and confirmed.
\\n* Added the ability to enable comments for accommodation and services on the frontend.
\\n* Thumbnail size of accommodation gallery is set to \'thumbnail\' to make all images the same size.
\\n* Bug fix: fixed an issue when rates list displayed rates in the past on the frontend.
\\n* Bug fix: fixed an issue when price of the service was displayed twice.
\\n* Added new Arabic language files.<\\/p>\\n
= 1.1.0, Mar 14 2017 =
\\n* Added the ability to receive payments through PayPal, 2Checkout and Stripe gateways.
\\n* Made the plugin multilingual ready.
\\n* Added translation into 13 languages (Portuguese, Polish, Russian, Spanish, Turkish, Swedish, Italian, Hungarian, Czech, Chinese, Dutch, French, German).<\\/p>\\n
= 1.0.1, Jan 13 2017 =
\\n* Added the ability to input dates via keyboard
\\n* Added the ability to duplicate Rate
\\n* Added the ability to choose date format in plugin Settings<\\/p>\\n
= 1.0.0, Dec 23 2016 =
\\n* Initial release<\\/p>\\n"},"banners":{"high":"","low":""},"description":["
The MotoPress WordPress Hotel Booking plugin is an all-in-one property management suite for rental property websites. List unlimited accommodations and services, accept direct online reservations, synchronize all bookings across OTAs and more (no per-booking or per-property commission). This WordPress hotel booking plugin is perfect for running any hospitality business establishment regardless of the size, function or cost: a hotel, vacation rental, apartments agency, hostel and more.<\\/p>\\n"],"changelog":["
= 3.9.7, May 12 2021 =
\\n* New feature: the revenue chart (beta version).
\\n* Fixed a bug with the Bambora payment gateway.
\\n* Fixed an issue with displaying the number of bookings for secondary language versions in the WPML plugin.<\\/p>\\n
= 3.9.6, Apr 5 2021 =
\\n* Added a new payment status Canceled.
\\n* Added a new color for the external bookings in the Bookings calendar.
\\n* Added the ability to sort accommodations by price in the accommodations listing.
\\n* Bug fix: fixed an issue with the Stripe SEPA Direct Debit payment gateway.
\\n* Bug fix: fixed an issue with the \'guests\' label in the price breakdown table.<\\/p>\\n
= 3.9.5, Mar 10 2021 =
\\n* Bug fix: fixed an issue when an accommodation became unavailable for assignment to its accommodation type after renaming.<\\/p>\\n
= 3.9.4, Feb 18 2021 =
\\n* Improved compatibility with WordPress multisite. Added support for individual sites and network activation.
\\n* Bug fix: fixed an issue when the date of an internal note was not saved.
\\n* Bug fix: fixed an issue with payments via Stripe when amount of transaction was not calculated properly.
\\n* Bug fix: fixed an issue that may cause errors in Sucuri and WP Mail SMTP plugins.
\\n* Stripe API updated to version 7.72.0.<\\/p>\\n
= 3.9.3, Jan 26 2021 =
\\n* Added the ability to resend the confirmation email for a booking.
\\n* Added the ability to create internal notes for a booking visible for site admins only.
\\n* Improved compatibility with the image lazy-loading feature.
\\n* Bug fix: fixed an issue when the confirmation link in the confirmation email was redirected to the page in the default language instead of the language of the website.
\\n* Bug fix: fixed an issue when the cancelled bookings were not handled properly during ical synchronization.<\\/p>\\n
= 3.9.2, Dec 21 2020 =
\\n* Improved compatibility with image lazy-loading feature.<\\/p>\\n
= 3.9.1, Dec 10 2020 =
\\n* Bug fix: fixed an issue with the overbooking.<\\/p>\\n
= 3.9.0, Nov 24 2020 =
\\n* Added the ability to set the Booking Buffer option.
\\n* Added the ability to set Advance Reservation: the minimum number of days allowed before booking and the maximum number of days available for future bookings.<\\/p>\\n
= 3.8.7, Oct 30 2020 =
\\n* Fixed the issue with featured image of the Accommodation Type.
\\n* Fixed the issue with Elementor plugin.<\\/p>\\n
= 3.8.6, Oct 27 2020 =
\\n* Added support for Hotel Booking PDF Invoices addon.<\\/p>\\n
= 3.8.5, Oct 2 2020 =
\\n* Improved compatibility with image lazy-loading feature in WordPress 5.5.<\\/p>\\n
= 3.8.4, Sep 30 2020 =
\\n* Fixed the issue with Elementor plugin.<\\/p>\\n
= 3.8.3, Jul 9 2020 =
\\n* Added the ability to set the number of days prior to the check-in date applicable for applying deposits.
\\n* Added the ability to display price, adults and children fields in the search form when the direct booking option from the accommodation page is enabled.<\\/p>\\n
= 3.8.2, May 28 2020 =
\\n* Added support for WordPress translations.<\\/p>\\n
= 3.8.1, Apr 24 2020 =
\\n* Added support for Hotel Booking Styles addon.<\\/p>\\n
= 3.8.0, Mar 31 2020 =
\\n* Added the ability to edit existing bookings: you can now update check-in and check-out dates, rates, services, etc., as well as add, replace, or remove accommodations in the original bookings.<\\/p>\\n
= 3.7.6, Mar 6 2020 =
\\n* Fixed the issue with incorrect hooks priority set in 3.7.2.
\\n* Fixed the issue with the upgrade database notice not disappearing in some cases.<\\/p>\\n
= 3.7.5, Feb 17 2020 =
\\n* Fixed the issue with the improper booking behavior of a single accommodation search form.<\\/p>\\n
= 3.7.4, Feb 10 2020 =
\\n* Fixed the issue with the improper language switch in the Price Breakdown table if a guest changes their booking details at the checkout.
\\n* Fixed the issue with displaying the title of services on the checkout page: it\'s now removed if there are no added services.
\\n* Fixed the issue with the price discrepancy between the Price Breakdown table and Total Price when the number of guests is not set.
\\n* Fixed the issue with displaying an error message that the accommodation is already unavailable.
\\n* Fixed the issue with the extra spacing on the checkout page when the Terms & Conditions page was created in a page builder.
\\n* Improved appearance of the Availability calendar in some themes.<\\/p>\\n
= 3.7.3, Jan 28 2020 =
\\n* Added the ability to redirect to checkout immediately after successful addition to reservation on the search results page.<\\/p>\\n
= 3.7.2, Jan 14 2020 =
\\n* Added the ability to set any number of adults or children at checkout so that in total it meets the limit of manually set accommodation capacity.
\\n* Updated translation files.<\\/p>\\n
= 3.7.1, Oct 30 2019 =
\\n* Improved blocks compatibility with the new versions of the Gutenberg editor.
\\n* Added customer email address to the Stripe payment details.
\\n* Fixed an issue where the price breakdown was not displayed in the new booking emails.
\\n* Fixed an issue at checkout when coupon discount was not applied to the total price at the bottom of the page.
\\n* Fixed a bug concerning impossibility to complete Stripe payment after applying the coupon code.
\\n* Fixed an issue where the type of the coupon code was changed after its use.<\\/p>\\n
= 3.7.0, Sep 17 2019 =
\\n* Improved the \\"Booking Confirmed\\" page with regard to displaying information on client\'s booking and payment in case the booking is paid online. Follow the prompts to update the content of the \\"Booking Confirmed\\" page automatically or apply the changes manually.
\\n* Added the new email tag, which allows guests to visit their booking details page directly from the email. Important: you need to update your email templates to start using this functionality.
\\n* New actions and filters were added for developers.
\\n* Fixed the issue at checkout when a variable price was not applied if capacity is disabled in plugin settings.<\\/p>\\n
= 3.6.1, Aug 19 2019 =
\\n* Added Direct Bank Transfer as a new payment gateway.
\\n* Added the ability to delete ical synchronization logs automatically.
\\n* Added new intervals for importing bookings through the ical \\"Quarter an Hour\\" and \\"Half an Hour\\".
\\n* The user information is no longer required while creating a booking in the admin panel. You can enable it again in the settings.
\\n* Added new tags for email templates: Price Breakdown, Country, State, City, Postcode, Address, Full Guest Name.
\\n* Added the ability to select the accommodation type while duplicating rates.
\\n* Improvement: now if the accommodation type size is not set, the field will not be displayed on the website.<\\/p>\\n
= 3.6.0, Aug 13 2019 =
\\n* Implemented bookings synchronization with Expedia travel booking website.
\\n* Updated PayPal and Stripe payment integrations to comply with PSD2 and the SCA requirements.
\\n* Added the ability to receive payments through Bancontact, iDEAL, Giropay, SEPA Direct Debit and SOFORT payment gateways via the updated Stripe API.<\\/p>\\n
= 3.5.1, Jun 25 2019 =
\\n* Improved compatibility with WPML plugin.
\\n* Improved compatibility with PHP 7.3.
\\n* Improved compatibility with MySQL 8.
\\n* Added the ability to sort bookings by check-in \\/ check-out date in the Bookings table.<\\/p>\\n
= 3.5.0, Jun 17 2019 =
\\n* Added the ability to export bookings data in the CSV format.
\\n* Added the ability to preset the first value of the Attributes list instead of an empty string for the search form field.
\\n* Fixed the issue with incorrect results when searching through Attributes.
\\n* Fixed the issue at checkout when a variable price was displayed instead of the base one.
\\n* Fixed the issue with the Price Breakdown table encoding.
\\n* Fixed the issue when the room_type_categories was displayed as Array.
\\n* Improved management of the variable pricing: it is now possible to add price variations in a random order.
\\n* Added css classes for the Price Breakdown table.
\\n* Updated the list of available currencies for PayPal.<\\/p>\\n
= 3.4.0, May 21 2019 =
\\n* Major improvements on booking synchronization with online channels via iCal interface.
\\n* Added option for filtering and hiding imported bookings in the Bookings table.
\\n* Added option for including Blocked Accommodations to exportable calendars.
\\n* Minor bugfixes and improvements.<\\/p>\\n
= 3.3.0, Apr 5 2019 =
\\n* Improved compatibility with WPML plugin.
\\n* Fixed the bug appeared while calculating the subtotal amount in Price Breakdown when a discount code is applied.
\\n* Added Hotel Booking Extensions page. Developers may opt-out of displaying this page via \\"mphb_show_extension_links\\" filter.<\\/p>\\n
= 3.2.0, Mar 25 2019 =
\\n* Booking Calendar improvements:
\\n * Tooltip extended with the customer data: full name, email, phone, guests number, imported bookings info.
\\n * Added a popup option to display the detailed booking information.
\\n* Bookings table improvements:
\\n * Added a column with booked accommodations.
\\n * Added the ability to filter bookings by accommodation type.
\\n * Added the ability to search bookings by First Name, Last Name, Check-in Date, Check-out Date, Phone, Price, etc.
\\n* Added a Service option that enables to specify the number of times guest would like to order this service.<\\/p>\\n
= 3.1.0, Feb 12 2019 =
\\n* Added support for WordPress 5.0:
\\n * Added new blocks to Gutenberg.
\\n * Added option to switch to the new block editor for Accommodation Types and Services in plugin settings.
\\n* Added option to set the Price Breakdown to be unfolded by default.
\\n* Improved design of Accommodation titles in Price Breakdown for better user experience.<\\/p>\\n
= 3.0.3, Dec 24 2018 =
\\n* Minor bugfixes and improvements.<\\/p>\\n
= 3.0.2, Nov 12 2018 =
\\n* Enhanced user interface of the New Booking section on the back-end.
\\n* Added text field for specifying the Administrator Email. Used in cases when email of the actual booking manager is different from email of the site admin.
\\n* Increased number of digits (up to 4) to be entered after decimal point for the Taxes field.
\\n* Significantly improved way of presentation of the booking synchronization logs data. The synchronization logs were transferred into the separate database tables. Added pagination for viewing synchronization results.<\\/p>\\n
= 3.0.1, Oct 3 2018 =
\\n* Improved implementation of content visibility option for Accommodation Types.
\\n* Changed the order of address fields on the checkout page.
\\n* \'State\' field on the checkout page renamed as \'State\\/County\'.<\\/p>\\n
= 3.0.0, Sep 12 2018 =
\\n* Introducing attributes. By using the attributes you are able to define extra accommodation data such as location and type and use these attributes in the search availability form as advanced search filters.
\\n* Improved the way to display the booking rules in the availability calendar.
\\n* Added the new payment method to pay on arrival.
\\n* Added the ability to create fixed amount coupon codes.
\\n* Added the availability to send multiple emails to notify the administrator and other staff about new booking.
\\n* Fixed the bug appeared in the Braintree payment method if a few plugins for making payment are set up.
\\n* Added the ability to set the default country on the checkout page.<\\/p>\\n
= 2.7.6, Jul 27 2018 =
\\n* A new way to display available\\/unavailable dates in a calendar using a diagonal line (half-booked day). This will properly show your guests that they are able to use the same date as check in\\/out one.
\\n* Disabled predefined parameters for Adults and Children on the checkout page to let guests have more perceived control over options they choose.
\\n* Fixed the issue with booking rules and WPML. Now all translations of accommodations are not displayed in a list and the booking rules are applied to all translations.
\\n* Fixed the issue with Stripe when creating a booking from the backend.
\\n* Fixed the issue with the booking rules not applying while checking an accommodation availability with the \\"Skip search results\\" enabled.
\\n* Added a new feature \\"Guest Management\\". It is currently in beta and applied only to the frontend. Here are the main options of this feature:
\\n * Hide \\"adults\\" and \\"children\\" fields within search availability forms.
\\n * Disable \\"children\\" option for the website (hide \\"children\\" field and use Guests label instead).
\\n * Disable \\"adults\\" and \\"children\\" options.
\\n* Replaced \\"Per adult\\" label with a more catch-all term \\"per guest\\" for Services.<\\/p>\\n
= 2.7.5, Jul 18 2018 =
\\n* Increased the number of digits after comma for setting a per-night price. This will help you set accurate prices for weekly, monthly and custom rates.
\\n* Improved the way to display a rate pricing on the checkout page: the price is updated automatically based on the number of guests if there are any per-guest price variables.
\\n* Added the Availability Calendar shortcode.
\\n* Added sorting parameters to shortcodes.
\\n* Added all missing currencies to the list of currencies.<\\/p>\\n
= 2.7.4, Jun 27 2018 =
\\n* Fixed PHP warning that may occur in version 2.7.2.<\\/p>\\n
= 2.7.3, Jun 21 2018 =
\\n* Fixed PHP warning that may occur in version 2.7.2.<\\/p>\\n
= 2.7.2, Jun 20 2018 =
\\n* Added the ability to add monthly, weekly and custom (based on any length of stay) rates.<\\/p>\\n
= 2.7.1, Jun 5 2018 =
\\n* Fixed the bug with the missing slider icons that appeared in a previous update.
\\n* Added a new admin data picker style.
\\n* Single room type data output was rewritten in actions to provide developers with more flexible customization.
\\n* Fixed the bug with the months localization of the admin booking calendar.
\\n* Fixed the alphabetic ordering of countries for non-English websites.
\\n* Added Summary and Description info to iCal import logs to help you easier identify bookings from different channels.<\\/p>\\n
= 2.7.0, May 18 2018 =
\\n* Added the ability to create a reservation manually.
\\n* Added terms and conditions checkbox to booking confirmation page.<\\/p>\\n
= 2.6.1, Apr 23 2018 =
\\n* Fix: Reverted CSS class of image galleries as it breaks some themes.<\\/p>\\n
= 2.6.0, Apr 20 2018 =
\\n* Added the ability to set different prices for one accommodation based on a number of guests.
\\n* Optimized the image galleries of accommodations.
\\n* Added support for Jetpack Lazy Images Module.
\\n* Fixed the bug with displaying the age of children in the search availability form added via a shortcode.
\\n* Fixed the price format in the Recommended accommodations section.<\\/p>\\n
= 2.5.0, Apr 4 2018 =
\\n* Minor bugfixes and improvements.<\\/p>\\n
= 2.4.4, Mar 14 2018 =
\\n* Improved compatibility with Elementor Page Builder plugin.
\\n* Fixed the bug with missing slash in calendar URL.<\\/p>\\n
= 2.4.3, Mar 7 2018 =
\\n* Added a new option to skip search results page and enable direct booking from accommodation pages.<\\/p>\\n
= 2.4.2, Feb 28 2018 =
\\n* Fixed the bug with check-in and check-out time not saving. Time settings were set to 24-hour clock system.
\\n* Added tags to Accommodations.
\\n* Added the following mphb_rooms shortcode parameters: category, tags, IDs and relation. Now you can display accommodations by categories, tags or accommodation IDs.
\\n* Added a new field to settings where you can set a standard child\'s age accepted in your hotel establishment. This is an optional text, which will complete \\"Children\\" field label clarifying this info for your visitors.
\\n* Improved the search availability calendar. Now it correctly displays the minimum stay-in days depending on a check-in date.
\\n* Fixed the bug with all dates displaying as unavailable within certain booking rules.
\\n* Fixed the bug with a custom rule not being applied because of a global booking rule.
\\n* Fixed the bug with the Availability calendar not showing the correct number of available accommodations.
\\n* Added \\"Blocked accommodation\\" status to the Booking Calendar.
\\n* Added a new DESCRIPTION field with the booking info to the Export Calendar in iCal format.
\\n* The Export Calendar in iCal format now shows the SUMMARY in the following format: first name, last name and booking_id.
\\n* Now the booking information from external calendars is sent across booking channels without changes.
\\n* Fixed the error with deleting an expiration date of the coupon code.<\\/p>\\n
= 2.4.1, Jan 31 2018 =
\\n* Added support of WooCommerce Payments extension.
\\n* Bug fix: fixed fatal error on booking confirmation page.<\\/p>\\n
= 2.4.0, Jan 24 2018 =
\\n* Added the ability to add accommodation taxes, services taxes, fees (mandatory services) and taxes on fees.<\\/p>\\n
= 2.3.1, Dec 22 2017 =
\\n* Added the ability to enable automatic external calendars synchronization.
\\n* Fixed the bug with the rate duplication.
\\n* Fixed localization issues of accommodation titles featured in \\"Recommended\\" block.
\\n* Fixed the bug with the NextGen gallery plugin.<\\/p>\\n
= 2.3.0, Dec 13 2017 =
\\n* Added more flexible booking rules:
\\n* ability to set check-in check-out dates for individual accommodation types during chosen seasons;
\\n* ability to set minimum and maximum stay-in days for individual accommodation types during chosen seasons;
\\n* ability to block individual accommodation types and actual accommodations for chosen dates;
\\n* Note: This release will perform an upgrade process on the database in the background. Please make sure that your previous booking rules are successfully transformed into new ones.
\\n* Updated translation files.
\\n* Please note! Due to peculiarities of multilingual settings, the titles of custom post types and taxonomy (e.g. accommodation types, categories) are not translated from English into other languages in the URLs of the pages.<\\/p>\\n
= 2.2.0, Oct 9 2017 =
\\n* Implemented bookings synchronization with online channels via iCal interface.
\\n* Replaced Services text \'per night\' with \'per day\'.
\\n* Renamed Facilities to Amenities.
\\n* Bug fixed: Stripe is now displayed on the Booking confirmation page even if it\'s the only payment method selected.
\\n* Bug fixed: the amount of Accommodation types displayed in widget is now not dependent on the global WordPress settings.
\\n* Removed limit for setting the number of adults and children in Accommodation type menu.
\\n* Fixed the link for viewing a booking in the administrator\'s email.
\\n* Fixed the rate duplication issue when clicking on a link in the list of rates.
\\n* Fixed the issue with the %customer_note% tag that was not displayed in email.<\\/p>\\n
= 2.1.2, Aug 14 2017 =
\\n* Bug fix: put \\"beds\\" back to Settings.
\\n* The Booking Confirmation page update: guests must select the number of adults and children.<\\/p>\\n
= 2.1.1, Jul 19 2017 =
\\n* Bug fix: fixed the placeholder of posts titles.<\\/p>\\n
= 2.1.0, Jul 13 2017 =
\\n* Added the ability to create and apply coupon codes.<\\/p>\\n
= 2.0.0, Jun 28 2017 =
\\n* Note: This release will perform an upgrade process on the database in the background.
\\n* Note: This release adds new tags for email templates. Update your templates please. To reset an email template just remove the current text and save settings.
\\n* Note: This release doesn\'t limit the number of adults and children in the Search availability form. Please update \\"Max Adults\\" and \\"Max Children\\" number in plugin settings.
\\n* The updated plugin allows guests reserve and pay for several (more than one) accommodation types during one reservation process.
\\n* Search results page was updated: guests can choose and add several accommodation types into one reservation.
\\n* On the search results page, the plugin displays all recommended accommodations according to the number of guests specified in a search request. This option can be turned off.
\\n* Email templates were updated to support Multiple booking.
\\n* Admin page descriptions were updated to ease the work with the plugin.
\\n* Bug fix: fixed the issue with saving check-in and check-out dates in Settings.
\\n* Improved compatibility with Jetpack gallery and lightbox modules.
\\n* Added a theme-friendly pagination option that allows specify the number of posts per page for accommodations and services.
\\n* A cancellation email template is available as a separate tag - it\'s used when a booking cancellation option is turned on.
\\n* A Price Breakdown Table on the Booking confirmation page was updated: it\'s now smaller with the ability to expend details of each booked accommodation.
\\n* Updated the list of data your guests are required to provide when submitting a booking. Admins can set it to: no data required \\/ country required \\/ full address required. Please choose the preferable option.
\\n* 15 new themes were added to calendar to fit your theme design much better.
\\n* New filters, actions and CSS classes were added for developers.<\\/p>\\n
= 1.2.3, May 12 2017 =
\\n* Added the ability to receive payments through Beanstream\\/Bambora payment gateway.<\\/p>\\n
= 1.2.2, Apr 26 2017 =
\\n* Added the ability to receive payments through Braintree payment gateway.<\\/p>\\n
= 1.2.1 Apr 24 2017 =
\\n* Bug fix: fixed the issue of undelivered emails after booking placement.
\\n* Bug fix: fixed the issue of booking calendar localization.<\\/p>\\n
= 1.2.0, Mar 29 2017 =
\\n* New algorithm of displaying accommodation pricing:
\\n* it displays minimum available price of accommodation for dates set in the search form by visitor;
\\n* it displays minimum available price of accommodation from the day of visit and for the next fixed number of days predefined in settings (if dates are not chosen by visitor);
\\n* it displays a total price for chosen dates or the price of \\"minimum days to stay\\" set in settings.
\\n* Added the ability to create a payment manually. Useful feature to keep all your finances in one place.
\\n* Added the ability to search booking by email or ID in the list of bookings.
\\n* Added the ability to filter payments by status and search them by email or ID in the list of payments.
\\n* Added a new email template to notify Administrator about new booking, which is paid and confirmed.
\\n* Added the ability to enable comments for accommodation and services on the frontend.
\\n* Thumbnail size of accommodation gallery is set to \'thumbnail\' to make all images the same size.
\\n* Bug fix: fixed an issue when rates list displayed rates in the past on the frontend.
\\n* Bug fix: fixed an issue when price of the service was displayed twice.
\\n* Added new Arabic language files.<\\/p>\\n
= 1.1.0, Mar 14 2017 =
\\n* Added the ability to receive payments through PayPal, 2Checkout and Stripe gateways.
\\n* Made the plugin multilingual ready.
\\n* Added translation into 13 languages (Portuguese, Polish, Russian, Spanish, Turkish, Swedish, Italian, Hungarian, Czech, Chinese, Dutch, French, German).<\\/p>\\n
= 1.0.1, Jan 13 2017 =
\\n* Added the ability to input dates via keyboard
\\n* Added the ability to duplicate Rate
\\n* Added the ability to choose date format in plugin Settings<\\/p>\\n
= 1.0.0, Dec 23 2016 =
\\n* Initial release<\\/p>\\n"]}";}', 'yes');
INSERT INTO `wp_options` VALUES (708, 'mphb_last_known_extensions', 'a:9:{i:0;a:5:{s:4:"slug";s:22:"hotel-booking-invoices";s:5:"title";s:26:"Hotel Booking PDF Invoices";s:7:"excerpt";s:447:"This extension allows you to automatically email invoices as PDFs to your guests. You can easily customize invoice templates and automatically send them to your guests based on their booking and payment details. A PDF invoice includes property, services, taxes, and fees charges. The addon enables you to send invoices as an email attachment to the confirmed bookings as well as view, download, or print them at any time from your admin dashboard.";s:9:"thumbnail";s:75:"https://motopress.com/wp-content/uploads/2020/09/hotel-booking-invoices.jpg";s:4:"link";s:51:"https://motopress.com/?post_type=download&p=1008672";}i:1;a:5:{s:4:"slug";s:29:"hotel-booking-checkout-fields";s:5:"title";s:29:"Hotel Booking Checkout Fields";s:7:"excerpt";s:547:"This Hotel Booking extension allows you to edit the form that appears at the checkout by customizing current Hotel Booking Checkout Fields or adding new custom ones. The add-on adds more field types you can use to tailor the checkout experience to your business needs: collect more basic information from guests, require extra legal data/agreements to comply with the policies of your country or property, enable guests to leave comments, etc. You can also add extra text fields with instructions or a referral survey to learn how guests find you.";s:9:"thumbnail";s:86:"https://motopress.com/wp-content/uploads/2021/04/hotel-booking-checkout-fields-new.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=905135";}i:2;a:5:{s:4:"slug";s:22:"hotel-booking-notifier";s:5:"title";s:44:"Hotel Booking Notifier - Event-Driven Emails";s:7:"excerpt";s:477:"This extension allows you to create common event-driven emails/notifications, such as key pick-up instructions or house rules, before and after arrival/departure. Upsell services or offer property upgrade options by sending relevant pre-arrival emails. Ask for property reviews to get social proof in a certain number of days after check-out. Send any other type of automated relevant emails to drive ancillary revenue. Less work for a manager, a receptionist or a housekeeper.";s:9:"thumbnail";s:79:"https://motopress.com/wp-content/uploads/edd/2021/03/hotel_booking_notifier.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=890485";}i:3;a:5:{s:4:"slug";s:23:"hotel-booking-mailchimp";s:5:"title";s:37:"Hotel Booking & Mailchimp Integration";s:7:"excerpt";s:372:"Integrate powerful email marketing automation and e-commerce tools by Mailchimp into the Hotel Booking plugin. Automatically subscribe users who book accommodations through your website to your Mailchimp audiences/lists or output checkboxes for opt-in consent at checkout. Send any volume of automated targeted emails to promote your property and increase direct bookings.";s:9:"thumbnail";s:80:"https://motopress.com/wp-content/uploads/2021/04/hotel-booking-mailchimp-new.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=869188";}i:4;a:5:{s:4:"slug";s:35:"hotel-booking-elementor-integration";s:5:"title";s:37:"Hotel Booking & Elementor Integration";s:7:"excerpt";s:105:"Build your property rental website visually with MotoPress Hotel Booking plugin shortcodes and Elementor.";s:9:"thumbnail";s:92:"https://motopress.com/wp-content/uploads/2021/04/hotel-booking-elementor-integration-new.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=790102";}i:5;a:5:{s:4:"slug";s:36:"hotel-booking-divi-theme-integration";s:5:"title";s:32:"Hotel Booking & Divi Integration";s:7:"excerpt";s:117:"Integrates Divi theme with the MotoPress Hotel Booking plugin to modify content and styles visually via Divi builder.";s:9:"thumbnail";s:87:"https://motopress.com/wp-content/uploads/2021/04/hotel-booking-divi-integration-new.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=790089";}i:6;a:5:{s:4:"slug";s:21:"hotel-booking-reviews";s:5:"title";s:21:"Hotel Booking Reviews";s:7:"excerpt";s:380:"Build trust with travelers by featuring real user-generated reviews. This easy-to-implement WordPress property rating system allows guests to submit written reviews and star ratings evaluating your accommodation by different criteria. Manage reviews with a power and flexibility of the native WordPress comment system, customize reviews layout, display them on any page or widget.";s:9:"thumbnail";s:78:"https://motopress.com/wp-content/uploads/2021/02/hotel-booking-reviews-new.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=755481";}i:7;a:5:{s:4:"slug";s:29:"hotel-booking-payment-request";s:5:"title";s:29:"Hotel Booking Payment Request";s:7:"excerpt";s:371:"This add-on will automate your workflow of requesting and collecting rental payments from your clients. Allow your guests to secure their bookings by paying the full or remaining balance in a certain number of days before arrival. Email the balance payment request link automatically or manually. Always receive on-time payments without a need to handle repetitive tasks.";s:9:"thumbnail";s:86:"https://motopress.com/wp-content/uploads/edd/2021/03/hotel_booking_payment_request.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=751734";}i:8;a:5:{s:4:"slug";s:34:"hotel-booking-woocommerce-payments";s:5:"title";s:34:"Hotel Booking WooCommerce Payments";s:7:"excerpt";s:221:"This plugin integrates WooCommerce payment gateways with the MotoPress Hotel Booking plugin for WordPress. Use it to extend the number of payment gateways needed to handle online reservation of your rental accommodations.";s:9:"thumbnail";s:91:"https://motopress.com/wp-content/uploads/2021/02/hotel-booking-woocommerce-payments-new.jpg";s:4:"link";s:50:"https://motopress.com/?post_type=download&p=631792";}}', 'no');
INSERT INTO `wp_options` VALUES (794, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:1:{i:0;i:2;}}', 'yes');
INSERT INTO `wp_options` VALUES (797, 'new_admin_email', 'marcus@katanacom.com.au', 'yes');
INSERT INTO `wp_options` VALUES (1067, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1623977746;s:7:"checked";a:4:{s:5:"Avada";s:5:"7.2.1";s:14:"twentynineteen";s:3:"1.9";s:12:"twentytwenty";s:3:"1.6";s:15:"twentytwentyone";s:3:"1.1";}s:8:"response";a:3:{s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"2.0";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.2.0.zip";s:8:"requires";s:5:"4.9.6";s:12:"requires_php";s:5:"5.2.4";}s:12:"twentytwenty";a:6:{s:5:"theme";s:12:"twentytwenty";s:11:"new_version";s:3:"1.7";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.1.7.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentytwentyone";a:6:{s:5:"theme";s:15:"twentytwentyone";s:11:"new_version";s:3:"1.3";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentyone/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentyone.1.3.zip";s:8:"requires";s:3:"5.3";s:12:"requires_php";s:3:"5.6";}}s:9:"no_update";a:1:{s:0:"";a:4:{s:5:"theme";s:0:"";s:11:"new_version";s:0:"";s:3:"url";s:58:"https://theme-fusion.com/avada-documentation/changelog.txt";s:7:"package";s:0:"";}}s:12:"translations";a:0:{}}', 'no');
INSERT INTO `wp_options` VALUES (1068, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1623977859;s:7:"checked";a:19:{s:34:"advanced-custom-fields-pro/acf.php";s:5:"5.9.5";s:19:"akismet/akismet.php";s:5:"4.1.9";s:33:"fusion-builder/fusion-builder.php";s:5:"3.2.1";s:27:"fusion-core/fusion-core.php";s:5:"5.2.1";s:59:"fusion-white-label-branding/fusion-white-label-branding.php";s:3:"1.2";s:19:"bbpress/bbpress.php";s:5:"2.6.6";s:25:"booking/wpdev-booking.php";s:5:"8.8.1";s:27:"convertplug/convertplug.php";s:6:"3.5.17";s:29:"wp-db-backup/wp-db-backup.php";s:3:"2.4";s:25:"duplicator/duplicator.php";s:5:"1.4.1";s:9:"hello.php";s:5:"1.7.2";s:51:"motopress-hotel-booking/motopress-hotel-booking.php";s:5:"3.9.6";s:56:"motopress-hotel-booking-lite/motopress-hotel-booking.php";s:5:"3.9.7";s:27:"mphb-styles/mphb-styles.php";s:5:"1.0.1";s:27:"LayerSlider/layerslider.php";s:6:"6.11.5";s:23:"revslider/revslider.php";s:5:"6.3.9";s:43:"the-events-calendar/the-events-calendar.php";s:5:"5.7.0";s:41:"wordpress-importer/wordpress-importer.php";s:3:"0.7";s:28:"wp-site-migrate/wpengine.php";s:4:"4.55";}s:8:"response";a:3:{s:27:"LayerSlider/layerslider.php";O:8:"stdClass":13:{s:4:"slug";s:11:"LayerSlider";s:6:"plugin";s:27:"LayerSlider/layerslider.php";s:7:"version";s:6:"6.11.8";s:8:"released";s:10:"2021-04-19";s:5:"icons";a:3:{s:2:"1x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2";s:2:"2x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";s:7:"default";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";}s:7:"banners";a:3:{s:3:"low";s:94:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2";s:4:"high";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";s:7:"default";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";}s:3:"url";s:38:"https://layerslider.kreaturamedia.com/";s:7:"package";s:0:"";s:8:"requires";s:3:"3.5";s:6:"tested";s:5:"5.7.1";s:12:"requires_php";s:5:"5.3.0";s:14:"upgrade_notice";s:56:"This update contains general improvements and bug fixes.";s:11:"new_version";s:6:"6.11.8";}s:34:"advanced-custom-fields-pro/acf.php";O:8:"stdClass":8:{s:4:"slug";s:26:"advanced-custom-fields-pro";s:6:"plugin";s:34:"advanced-custom-fields-pro/acf.php";s:11:"new_version";s:5:"5.9.6";s:3:"url";s:36:"https://www.advancedcustomfields.com";s:6:"tested";s:3:"5.7";s:7:"package";s:0:"";s:5:"icons";a:1:{s:7:"default";s:63:"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png";}s:7:"banners";a:2:{s:3:"low";s:77:"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102";s:4:"high";s:78:"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099";}}s:51:"motopress-hotel-booking/motopress-hotel-booking.php";O:8:"stdClass":13:{s:11:"new_version";s:5:"3.9.7";s:14:"stable_version";s:5:"3.9.7";s:4:"name";s:13:"Hotel Booking";s:4:"slug";s:23:"motopress-hotel-booking";s:3:"url";s:57:"https://motopress.com/products/hotel-booking/?changelog=1";s:12:"last_updated";s:19:"2021-06-16 08:14:51";s:8:"homepage";s:45:"https://motopress.com/products/hotel-booking/";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:8:"sections";O:8:"stdClass":2:{s:11:"description";s:497:"
The MotoPress WordPress Hotel Booking plugin is an all-in-one property management suite for rental property websites. List unlimited accommodations and services, accept direct online reservations, synchronize all bookings across OTAs and more (no per-booking or per-property commission). This WordPress hotel booking plugin is perfect for running any hospitality business establishment regardless of the size, function or cost: a hotel, vacation rental, apartments agency, hostel and more.
\n";s:9:"changelog";s:23791:"= 3.9.7, May 12 2021 =
\n* New feature: the revenue chart (beta version).
\n* Fixed a bug with the Bambora payment gateway.
\n* Fixed an issue with displaying the number of bookings for secondary language versions in the WPML plugin.
= 3.9.6, Apr 5 2021 =
\n* Added a new payment status Canceled.
\n* Added a new color for the external bookings in the Bookings calendar.
\n* Added the ability to sort accommodations by price in the accommodations listing.
\n* Bug fix: fixed an issue with the Stripe SEPA Direct Debit payment gateway.
\n* Bug fix: fixed an issue with the \'guests\' label in the price breakdown table.
= 3.9.5, Mar 10 2021 =
\n* Bug fix: fixed an issue when an accommodation became unavailable for assignment to its accommodation type after renaming.
= 3.9.4, Feb 18 2021 =
\n* Improved compatibility with WordPress multisite. Added support for individual sites and network activation.
\n* Bug fix: fixed an issue when the date of an internal note was not saved.
\n* Bug fix: fixed an issue with payments via Stripe when amount of transaction was not calculated properly.
\n* Bug fix: fixed an issue that may cause errors in Sucuri and WP Mail SMTP plugins.
\n* Stripe API updated to version 7.72.0.
= 3.9.3, Jan 26 2021 =
\n* Added the ability to resend the confirmation email for a booking.
\n* Added the ability to create internal notes for a booking visible for site admins only.
\n* Improved compatibility with the image lazy-loading feature.
\n* Bug fix: fixed an issue when the confirmation link in the confirmation email was redirected to the page in the default language instead of the language of the website.
\n* Bug fix: fixed an issue when the cancelled bookings were not handled properly during ical synchronization.
= 3.9.2, Dec 21 2020 =
\n* Improved compatibility with image lazy-loading feature.
= 3.9.1, Dec 10 2020 =
\n* Bug fix: fixed an issue with the overbooking.
= 3.9.0, Nov 24 2020 =
\n* Added the ability to set the Booking Buffer option.
\n* Added the ability to set Advance Reservation: the minimum number of days allowed before booking and the maximum number of days available for future bookings.
= 3.8.7, Oct 30 2020 =
\n* Fixed the issue with featured image of the Accommodation Type.
\n* Fixed the issue with Elementor plugin.
= 3.8.6, Oct 27 2020 =
\n* Added support for Hotel Booking PDF Invoices addon.
= 3.8.5, Oct 2 2020 =
\n* Improved compatibility with image lazy-loading feature in WordPress 5.5.
= 3.8.4, Sep 30 2020 =
\n* Fixed the issue with Elementor plugin.
= 3.8.3, Jul 9 2020 =
\n* Added the ability to set the number of days prior to the check-in date applicable for applying deposits.
\n* Added the ability to display price, adults and children fields in the search form when the direct booking option from the accommodation page is enabled.
= 3.8.2, May 28 2020 =
\n* Added support for WordPress translations.
= 3.8.1, Apr 24 2020 =
\n* Added support for Hotel Booking Styles addon.
= 3.8.0, Mar 31 2020 =
\n* Added the ability to edit existing bookings: you can now update check-in and check-out dates, rates, services, etc., as well as add, replace, or remove accommodations in the original bookings.
= 3.7.6, Mar 6 2020 =
\n* Fixed the issue with incorrect hooks priority set in 3.7.2.
\n* Fixed the issue with the upgrade database notice not disappearing in some cases.
= 3.7.5, Feb 17 2020 =
\n* Fixed the issue with the improper booking behavior of a single accommodation search form.
= 3.7.4, Feb 10 2020 =
\n* Fixed the issue with the improper language switch in the Price Breakdown table if a guest changes their booking details at the checkout.
\n* Fixed the issue with displaying the title of services on the checkout page: it\'s now removed if there are no added services.
\n* Fixed the issue with the price discrepancy between the Price Breakdown table and Total Price when the number of guests is not set.
\n* Fixed the issue with displaying an error message that the accommodation is already unavailable.
\n* Fixed the issue with the extra spacing on the checkout page when the Terms & Conditions page was created in a page builder.
\n* Improved appearance of the Availability calendar in some themes.
= 3.7.3, Jan 28 2020 =
\n* Added the ability to redirect to checkout immediately after successful addition to reservation on the search results page.
= 3.7.2, Jan 14 2020 =
\n* Added the ability to set any number of adults or children at checkout so that in total it meets the limit of manually set accommodation capacity.
\n* Updated translation files.
= 3.7.1, Oct 30 2019 =
\n* Improved blocks compatibility with the new versions of the Gutenberg editor.
\n* Added customer email address to the Stripe payment details.
\n* Fixed an issue where the price breakdown was not displayed in the new booking emails.
\n* Fixed an issue at checkout when coupon discount was not applied to the total price at the bottom of the page.
\n* Fixed a bug concerning impossibility to complete Stripe payment after applying the coupon code.
\n* Fixed an issue where the type of the coupon code was changed after its use.
= 3.7.0, Sep 17 2019 =
\n* Improved the "Booking Confirmed" page with regard to displaying information on client\'s booking and payment in case the booking is paid online. Follow the prompts to update the content of the "Booking Confirmed" page automatically or apply the changes manually.
\n* Added the new email tag, which allows guests to visit their booking details page directly from the email. Important: you need to update your email templates to start using this functionality.
\n* New actions and filters were added for developers.
\n* Fixed the issue at checkout when a variable price was not applied if capacity is disabled in plugin settings.
= 3.6.1, Aug 19 2019 =
\n* Added Direct Bank Transfer as a new payment gateway.
\n* Added the ability to delete ical synchronization logs automatically.
\n* Added new intervals for importing bookings through the ical "Quarter an Hour" and "Half an Hour".
\n* The user information is no longer required while creating a booking in the admin panel. You can enable it again in the settings.
\n* Added new tags for email templates: Price Breakdown, Country, State, City, Postcode, Address, Full Guest Name.
\n* Added the ability to select the accommodation type while duplicating rates.
\n* Improvement: now if the accommodation type size is not set, the field will not be displayed on the website.
= 3.6.0, Aug 13 2019 =
\n* Implemented bookings synchronization with Expedia travel booking website.
\n* Updated PayPal and Stripe payment integrations to comply with PSD2 and the SCA requirements.
\n* Added the ability to receive payments through Bancontact, iDEAL, Giropay, SEPA Direct Debit and SOFORT payment gateways via the updated Stripe API.
= 3.5.1, Jun 25 2019 =
\n* Improved compatibility with WPML plugin.
\n* Improved compatibility with PHP 7.3.
\n* Improved compatibility with MySQL 8.
\n* Added the ability to sort bookings by check-in / check-out date in the Bookings table.
= 3.5.0, Jun 17 2019 =
\n* Added the ability to export bookings data in the CSV format.
\n* Added the ability to preset the first value of the Attributes list instead of an empty string for the search form field.
\n* Fixed the issue with incorrect results when searching through Attributes.
\n* Fixed the issue at checkout when a variable price was displayed instead of the base one.
\n* Fixed the issue with the Price Breakdown table encoding.
\n* Fixed the issue when the room_type_categories was displayed as Array.
\n* Improved management of the variable pricing: it is now possible to add price variations in a random order.
\n* Added css classes for the Price Breakdown table.
\n* Updated the list of available currencies for PayPal.
= 3.4.0, May 21 2019 =
\n* Major improvements on booking synchronization with online channels via iCal interface.
\n* Added option for filtering and hiding imported bookings in the Bookings table.
\n* Added option for including Blocked Accommodations to exportable calendars.
\n* Minor bugfixes and improvements.
= 3.3.0, Apr 5 2019 =
\n* Improved compatibility with WPML plugin.
\n* Fixed the bug appeared while calculating the subtotal amount in Price Breakdown when a discount code is applied.
\n* Added Hotel Booking Extensions page. Developers may opt-out of displaying this page via "mphb_show_extension_links" filter.
= 3.2.0, Mar 25 2019 =
\n* Booking Calendar improvements:
\n * Tooltip extended with the customer data: full name, email, phone, guests number, imported bookings info.
\n * Added a popup option to display the detailed booking information.
\n* Bookings table improvements:
\n * Added a column with booked accommodations.
\n * Added the ability to filter bookings by accommodation type.
\n * Added the ability to search bookings by First Name, Last Name, Check-in Date, Check-out Date, Phone, Price, etc.
\n* Added a Service option that enables to specify the number of times guest would like to order this service.
= 3.1.0, Feb 12 2019 =
\n* Added support for WordPress 5.0:
\n * Added new blocks to Gutenberg.
\n * Added option to switch to the new block editor for Accommodation Types and Services in plugin settings.
\n* Added option to set the Price Breakdown to be unfolded by default.
\n* Improved design of Accommodation titles in Price Breakdown for better user experience.
= 3.0.3, Dec 24 2018 =
\n* Minor bugfixes and improvements.
= 3.0.2, Nov 12 2018 =
\n* Enhanced user interface of the New Booking section on the back-end.
\n* Added text field for specifying the Administrator Email. Used in cases when email of the actual booking manager is different from email of the site admin.
\n* Increased number of digits (up to 4) to be entered after decimal point for the Taxes field.
\n* Significantly improved way of presentation of the booking synchronization logs data. The synchronization logs were transferred into the separate database tables. Added pagination for viewing synchronization results.
= 3.0.1, Oct 3 2018 =
\n* Improved implementation of content visibility option for Accommodation Types.
\n* Changed the order of address fields on the checkout page.
\n* \'State\' field on the checkout page renamed as \'State/County\'.
= 3.0.0, Sep 12 2018 =
\n* Introducing attributes. By using the attributes you are able to define extra accommodation data such as location and type and use these attributes in the search availability form as advanced search filters.
\n* Improved the way to display the booking rules in the availability calendar.
\n* Added the new payment method to pay on arrival.
\n* Added the ability to create fixed amount coupon codes.
\n* Added the availability to send multiple emails to notify the administrator and other staff about new booking.
\n* Fixed the bug appeared in the Braintree payment method if a few plugins for making payment are set up.
\n* Added the ability to set the default country on the checkout page.
= 2.7.6, Jul 27 2018 =
\n* A new way to display available/unavailable dates in a calendar using a diagonal line (half-booked day). This will properly show your guests that they are able to use the same date as check in/out one.
\n* Disabled predefined parameters for Adults and Children on the checkout page to let guests have more perceived control over options they choose.
\n* Fixed the issue with booking rules and WPML. Now all translations of accommodations are not displayed in a list and the booking rules are applied to all translations.
\n* Fixed the issue with Stripe when creating a booking from the backend.
\n* Fixed the issue with the booking rules not applying while checking an accommodation availability with the "Skip search results" enabled.
\n* Added a new feature "Guest Management". It is currently in beta and applied only to the frontend. Here are the main options of this feature:
\n * Hide "adults" and "children" fields within search availability forms.
\n * Disable "children" option for the website (hide "children" field and use Guests label instead).
\n * Disable "adults" and "children" options.
\n* Replaced "Per adult" label with a more catch-all term "per guest" for Services.
= 2.7.5, Jul 18 2018 =
\n* Increased the number of digits after comma for setting a per-night price. This will help you set accurate prices for weekly, monthly and custom rates.
\n* Improved the way to display a rate pricing on the checkout page: the price is updated automatically based on the number of guests if there are any per-guest price variables.
\n* Added the Availability Calendar shortcode.
\n* Added sorting parameters to shortcodes.
\n* Added all missing currencies to the list of currencies.
= 2.7.4, Jun 27 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.
= 2.7.3, Jun 21 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.
= 2.7.2, Jun 20 2018 =
\n* Added the ability to add monthly, weekly and custom (based on any length of stay) rates.
= 2.7.1, Jun 5 2018 =
\n* Fixed the bug with the missing slider icons that appeared in a previous update.
\n* Added a new admin data picker style.
\n* Single room type data output was rewritten in actions to provide developers with more flexible customization.
\n* Fixed the bug with the months localization of the admin booking calendar.
\n* Fixed the alphabetic ordering of countries for non-English websites.
\n* Added Summary and Description info to iCal import logs to help you easier identify bookings from different channels.
= 2.7.0, May 18 2018 =
\n* Added the ability to create a reservation manually.
\n* Added terms and conditions checkbox to booking confirmation page.
= 2.6.1, Apr 23 2018 =
\n* Fix: Reverted CSS class of image galleries as it breaks some themes.
= 2.6.0, Apr 20 2018 =
\n* Added the ability to set different prices for one accommodation based on a number of guests.
\n* Optimized the image galleries of accommodations.
\n* Added support for Jetpack Lazy Images Module.
\n* Fixed the bug with displaying the age of children in the search availability form added via a shortcode.
\n* Fixed the price format in the Recommended accommodations section.
= 2.5.0, Apr 4 2018 =
\n* Minor bugfixes and improvements.
= 2.4.4, Mar 14 2018 =
\n* Improved compatibility with Elementor Page Builder plugin.
\n* Fixed the bug with missing slash in calendar URL.
= 2.4.3, Mar 7 2018 =
\n* Added a new option to skip search results page and enable direct booking from accommodation pages.
= 2.4.2, Feb 28 2018 =
\n* Fixed the bug with check-in and check-out time not saving. Time settings were set to 24-hour clock system.
\n* Added tags to Accommodations.
\n* Added the following mphb_rooms shortcode parameters: category, tags, IDs and relation. Now you can display accommodations by categories, tags or accommodation IDs.
\n* Added a new field to settings where you can set a standard child\'s age accepted in your hotel establishment. This is an optional text, which will complete "Children" field label clarifying this info for your visitors.
\n* Improved the search availability calendar. Now it correctly displays the minimum stay-in days depending on a check-in date.
\n* Fixed the bug with all dates displaying as unavailable within certain booking rules.
\n* Fixed the bug with a custom rule not being applied because of a global booking rule.
\n* Fixed the bug with the Availability calendar not showing the correct number of available accommodations.
\n* Added "Blocked accommodation" status to the Booking Calendar.
\n* Added a new DESCRIPTION field with the booking info to the Export Calendar in iCal format.
\n* The Export Calendar in iCal format now shows the SUMMARY in the following format: first name, last name and booking_id.
\n* Now the booking information from external calendars is sent across booking channels without changes.
\n* Fixed the error with deleting an expiration date of the coupon code.
= 2.4.1, Jan 31 2018 =
\n* Added support of WooCommerce Payments extension.
\n* Bug fix: fixed fatal error on booking confirmation page.
= 2.4.0, Jan 24 2018 =
\n* Added the ability to add accommodation taxes, services taxes, fees (mandatory services) and taxes on fees.
= 2.3.1, Dec 22 2017 =
\n* Added the ability to enable automatic external calendars synchronization.
\n* Fixed the bug with the rate duplication.
\n* Fixed localization issues of accommodation titles featured in "Recommended" block.
\n* Fixed the bug with the NextGen gallery plugin.
= 2.3.0, Dec 13 2017 =
\n* Added more flexible booking rules:
\n* ability to set check-in check-out dates for individual accommodation types during chosen seasons;
\n* ability to set minimum and maximum stay-in days for individual accommodation types during chosen seasons;
\n* ability to block individual accommodation types and actual accommodations for chosen dates;
\n* Note: This release will perform an upgrade process on the database in the background. Please make sure that your previous booking rules are successfully transformed into new ones.
\n* Updated translation files.
\n* Please note! Due to peculiarities of multilingual settings, the titles of custom post types and taxonomy (e.g. accommodation types, categories) are not translated from English into other languages in the URLs of the pages.
= 2.2.0, Oct 9 2017 =
\n* Implemented bookings synchronization with online channels via iCal interface.
\n* Replaced Services text \'per night\' with \'per day\'.
\n* Renamed Facilities to Amenities.
\n* Bug fixed: Stripe is now displayed on the Booking confirmation page even if it\'s the only payment method selected.
\n* Bug fixed: the amount of Accommodation types displayed in widget is now not dependent on the global WordPress settings.
\n* Removed limit for setting the number of adults and children in Accommodation type menu.
\n* Fixed the link for viewing a booking in the administrator\'s email.
\n* Fixed the rate duplication issue when clicking on a link in the list of rates.
\n* Fixed the issue with the %customer_note% tag that was not displayed in email.
= 2.1.2, Aug 14 2017 =
\n* Bug fix: put "beds" back to Settings.
\n* The Booking Confirmation page update: guests must select the number of adults and children.
= 2.1.1, Jul 19 2017 =
\n* Bug fix: fixed the placeholder of posts titles.
= 2.1.0, Jul 13 2017 =
\n* Added the ability to create and apply coupon codes.
= 2.0.0, Jun 28 2017 =
\n* Note: This release will perform an upgrade process on the database in the background.
\n* Note: This release adds new tags for email templates. Update your templates please. To reset an email template just remove the current text and save settings.
\n* Note: This release doesn\'t limit the number of adults and children in the Search availability form. Please update "Max Adults" and "Max Children" number in plugin settings.
\n* The updated plugin allows guests reserve and pay for several (more than one) accommodation types during one reservation process.
\n* Search results page was updated: guests can choose and add several accommodation types into one reservation.
\n* On the search results page, the plugin displays all recommended accommodations according to the number of guests specified in a search request. This option can be turned off.
\n* Email templates were updated to support Multiple booking.
\n* Admin page descriptions were updated to ease the work with the plugin.
\n* Bug fix: fixed the issue with saving check-in and check-out dates in Settings.
\n* Improved compatibility with Jetpack gallery and lightbox modules.
\n* Added a theme-friendly pagination option that allows specify the number of posts per page for accommodations and services.
\n* A cancellation email template is available as a separate tag - it\'s used when a booking cancellation option is turned on.
\n* A Price Breakdown Table on the Booking confirmation page was updated: it\'s now smaller with the ability to expend details of each booked accommodation.
\n* Updated the list of data your guests are required to provide when submitting a booking. Admins can set it to: no data required / country required / full address required. Please choose the preferable option.
\n* 15 new themes were added to calendar to fit your theme design much better.
\n* New filters, actions and CSS classes were added for developers.
= 1.2.3, May 12 2017 =
\n* Added the ability to receive payments through Beanstream/Bambora payment gateway.
= 1.2.2, Apr 26 2017 =
\n* Added the ability to receive payments through Braintree payment gateway.
= 1.2.1 Apr 24 2017 =
\n* Bug fix: fixed the issue of undelivered emails after booking placement.
\n* Bug fix: fixed the issue of booking calendar localization.
= 1.2.0, Mar 29 2017 =
\n* New algorithm of displaying accommodation pricing:
\n* it displays minimum available price of accommodation for dates set in the search form by visitor;
\n* it displays minimum available price of accommodation from the day of visit and for the next fixed number of days predefined in settings (if dates are not chosen by visitor);
\n* it displays a total price for chosen dates or the price of "minimum days to stay" set in settings.
\n* Added the ability to create a payment manually. Useful feature to keep all your finances in one place.
\n* Added the ability to search booking by email or ID in the list of bookings.
\n* Added the ability to filter payments by status and search them by email or ID in the list of payments.
\n* Added a new email template to notify Administrator about new booking, which is paid and confirmed.
\n* Added the ability to enable comments for accommodation and services on the frontend.
\n* Thumbnail size of accommodation gallery is set to \'thumbnail\' to make all images the same size.
\n* Bug fix: fixed an issue when rates list displayed rates in the past on the frontend.
\n* Bug fix: fixed an issue when price of the service was displayed twice.
\n* Added new Arabic language files.
= 1.1.0, Mar 14 2017 =
\n* Added the ability to receive payments through PayPal, 2Checkout and Stripe gateways.
\n* Made the plugin multilingual ready.
\n* Added translation into 13 languages (Portuguese, Polish, Russian, Spanish, Turkish, Swedish, Italian, Hungarian, Czech, Chinese, Dutch, French, German).
= 1.0.1, Jan 13 2017 =
\n* Added the ability to input dates via keyboard
\n* Added the ability to duplicate Rate
\n* Added the ability to choose date format in plugin Settings
= 1.0.0, Dec 23 2016 =
\n* Initial release
The MotoPress WordPress Hotel Booking plugin is an all-in-one property management suite for rental property websites. List unlimited accommodations and services, accept direct online reservations, synchronize all bookings across OTAs and more (no per-booking or per-property commission). This WordPress hotel booking plugin is perfect for running any hospitality business establishment regardless of the size, function or cost: a hotel, vacation rental, apartments agency, hostel and more.
\n";}s:9:"changelog";a:1:{i:0;s:23791:"= 3.9.7, May 12 2021 =
\n* New feature: the revenue chart (beta version).
\n* Fixed a bug with the Bambora payment gateway.
\n* Fixed an issue with displaying the number of bookings for secondary language versions in the WPML plugin.
= 3.9.6, Apr 5 2021 =
\n* Added a new payment status Canceled.
\n* Added a new color for the external bookings in the Bookings calendar.
\n* Added the ability to sort accommodations by price in the accommodations listing.
\n* Bug fix: fixed an issue with the Stripe SEPA Direct Debit payment gateway.
\n* Bug fix: fixed an issue with the \'guests\' label in the price breakdown table.
= 3.9.5, Mar 10 2021 =
\n* Bug fix: fixed an issue when an accommodation became unavailable for assignment to its accommodation type after renaming.
= 3.9.4, Feb 18 2021 =
\n* Improved compatibility with WordPress multisite. Added support for individual sites and network activation.
\n* Bug fix: fixed an issue when the date of an internal note was not saved.
\n* Bug fix: fixed an issue with payments via Stripe when amount of transaction was not calculated properly.
\n* Bug fix: fixed an issue that may cause errors in Sucuri and WP Mail SMTP plugins.
\n* Stripe API updated to version 7.72.0.
= 3.9.3, Jan 26 2021 =
\n* Added the ability to resend the confirmation email for a booking.
\n* Added the ability to create internal notes for a booking visible for site admins only.
\n* Improved compatibility with the image lazy-loading feature.
\n* Bug fix: fixed an issue when the confirmation link in the confirmation email was redirected to the page in the default language instead of the language of the website.
\n* Bug fix: fixed an issue when the cancelled bookings were not handled properly during ical synchronization.
= 3.9.2, Dec 21 2020 =
\n* Improved compatibility with image lazy-loading feature.
= 3.9.1, Dec 10 2020 =
\n* Bug fix: fixed an issue with the overbooking.
= 3.9.0, Nov 24 2020 =
\n* Added the ability to set the Booking Buffer option.
\n* Added the ability to set Advance Reservation: the minimum number of days allowed before booking and the maximum number of days available for future bookings.
= 3.8.7, Oct 30 2020 =
\n* Fixed the issue with featured image of the Accommodation Type.
\n* Fixed the issue with Elementor plugin.
= 3.8.6, Oct 27 2020 =
\n* Added support for Hotel Booking PDF Invoices addon.
= 3.8.5, Oct 2 2020 =
\n* Improved compatibility with image lazy-loading feature in WordPress 5.5.
= 3.8.4, Sep 30 2020 =
\n* Fixed the issue with Elementor plugin.
= 3.8.3, Jul 9 2020 =
\n* Added the ability to set the number of days prior to the check-in date applicable for applying deposits.
\n* Added the ability to display price, adults and children fields in the search form when the direct booking option from the accommodation page is enabled.
= 3.8.2, May 28 2020 =
\n* Added support for WordPress translations.
= 3.8.1, Apr 24 2020 =
\n* Added support for Hotel Booking Styles addon.
= 3.8.0, Mar 31 2020 =
\n* Added the ability to edit existing bookings: you can now update check-in and check-out dates, rates, services, etc., as well as add, replace, or remove accommodations in the original bookings.
= 3.7.6, Mar 6 2020 =
\n* Fixed the issue with incorrect hooks priority set in 3.7.2.
\n* Fixed the issue with the upgrade database notice not disappearing in some cases.
= 3.7.5, Feb 17 2020 =
\n* Fixed the issue with the improper booking behavior of a single accommodation search form.
= 3.7.4, Feb 10 2020 =
\n* Fixed the issue with the improper language switch in the Price Breakdown table if a guest changes their booking details at the checkout.
\n* Fixed the issue with displaying the title of services on the checkout page: it\'s now removed if there are no added services.
\n* Fixed the issue with the price discrepancy between the Price Breakdown table and Total Price when the number of guests is not set.
\n* Fixed the issue with displaying an error message that the accommodation is already unavailable.
\n* Fixed the issue with the extra spacing on the checkout page when the Terms & Conditions page was created in a page builder.
\n* Improved appearance of the Availability calendar in some themes.
= 3.7.3, Jan 28 2020 =
\n* Added the ability to redirect to checkout immediately after successful addition to reservation on the search results page.
= 3.7.2, Jan 14 2020 =
\n* Added the ability to set any number of adults or children at checkout so that in total it meets the limit of manually set accommodation capacity.
\n* Updated translation files.
= 3.7.1, Oct 30 2019 =
\n* Improved blocks compatibility with the new versions of the Gutenberg editor.
\n* Added customer email address to the Stripe payment details.
\n* Fixed an issue where the price breakdown was not displayed in the new booking emails.
\n* Fixed an issue at checkout when coupon discount was not applied to the total price at the bottom of the page.
\n* Fixed a bug concerning impossibility to complete Stripe payment after applying the coupon code.
\n* Fixed an issue where the type of the coupon code was changed after its use.
= 3.7.0, Sep 17 2019 =
\n* Improved the "Booking Confirmed" page with regard to displaying information on client\'s booking and payment in case the booking is paid online. Follow the prompts to update the content of the "Booking Confirmed" page automatically or apply the changes manually.
\n* Added the new email tag, which allows guests to visit their booking details page directly from the email. Important: you need to update your email templates to start using this functionality.
\n* New actions and filters were added for developers.
\n* Fixed the issue at checkout when a variable price was not applied if capacity is disabled in plugin settings.
= 3.6.1, Aug 19 2019 =
\n* Added Direct Bank Transfer as a new payment gateway.
\n* Added the ability to delete ical synchronization logs automatically.
\n* Added new intervals for importing bookings through the ical "Quarter an Hour" and "Half an Hour".
\n* The user information is no longer required while creating a booking in the admin panel. You can enable it again in the settings.
\n* Added new tags for email templates: Price Breakdown, Country, State, City, Postcode, Address, Full Guest Name.
\n* Added the ability to select the accommodation type while duplicating rates.
\n* Improvement: now if the accommodation type size is not set, the field will not be displayed on the website.
= 3.6.0, Aug 13 2019 =
\n* Implemented bookings synchronization with Expedia travel booking website.
\n* Updated PayPal and Stripe payment integrations to comply with PSD2 and the SCA requirements.
\n* Added the ability to receive payments through Bancontact, iDEAL, Giropay, SEPA Direct Debit and SOFORT payment gateways via the updated Stripe API.
= 3.5.1, Jun 25 2019 =
\n* Improved compatibility with WPML plugin.
\n* Improved compatibility with PHP 7.3.
\n* Improved compatibility with MySQL 8.
\n* Added the ability to sort bookings by check-in / check-out date in the Bookings table.
= 3.5.0, Jun 17 2019 =
\n* Added the ability to export bookings data in the CSV format.
\n* Added the ability to preset the first value of the Attributes list instead of an empty string for the search form field.
\n* Fixed the issue with incorrect results when searching through Attributes.
\n* Fixed the issue at checkout when a variable price was displayed instead of the base one.
\n* Fixed the issue with the Price Breakdown table encoding.
\n* Fixed the issue when the room_type_categories was displayed as Array.
\n* Improved management of the variable pricing: it is now possible to add price variations in a random order.
\n* Added css classes for the Price Breakdown table.
\n* Updated the list of available currencies for PayPal.
= 3.4.0, May 21 2019 =
\n* Major improvements on booking synchronization with online channels via iCal interface.
\n* Added option for filtering and hiding imported bookings in the Bookings table.
\n* Added option for including Blocked Accommodations to exportable calendars.
\n* Minor bugfixes and improvements.
= 3.3.0, Apr 5 2019 =
\n* Improved compatibility with WPML plugin.
\n* Fixed the bug appeared while calculating the subtotal amount in Price Breakdown when a discount code is applied.
\n* Added Hotel Booking Extensions page. Developers may opt-out of displaying this page via "mphb_show_extension_links" filter.
= 3.2.0, Mar 25 2019 =
\n* Booking Calendar improvements:
\n * Tooltip extended with the customer data: full name, email, phone, guests number, imported bookings info.
\n * Added a popup option to display the detailed booking information.
\n* Bookings table improvements:
\n * Added a column with booked accommodations.
\n * Added the ability to filter bookings by accommodation type.
\n * Added the ability to search bookings by First Name, Last Name, Check-in Date, Check-out Date, Phone, Price, etc.
\n* Added a Service option that enables to specify the number of times guest would like to order this service.
= 3.1.0, Feb 12 2019 =
\n* Added support for WordPress 5.0:
\n * Added new blocks to Gutenberg.
\n * Added option to switch to the new block editor for Accommodation Types and Services in plugin settings.
\n* Added option to set the Price Breakdown to be unfolded by default.
\n* Improved design of Accommodation titles in Price Breakdown for better user experience.
= 3.0.3, Dec 24 2018 =
\n* Minor bugfixes and improvements.
= 3.0.2, Nov 12 2018 =
\n* Enhanced user interface of the New Booking section on the back-end.
\n* Added text field for specifying the Administrator Email. Used in cases when email of the actual booking manager is different from email of the site admin.
\n* Increased number of digits (up to 4) to be entered after decimal point for the Taxes field.
\n* Significantly improved way of presentation of the booking synchronization logs data. The synchronization logs were transferred into the separate database tables. Added pagination for viewing synchronization results.
= 3.0.1, Oct 3 2018 =
\n* Improved implementation of content visibility option for Accommodation Types.
\n* Changed the order of address fields on the checkout page.
\n* \'State\' field on the checkout page renamed as \'State/County\'.
= 3.0.0, Sep 12 2018 =
\n* Introducing attributes. By using the attributes you are able to define extra accommodation data such as location and type and use these attributes in the search availability form as advanced search filters.
\n* Improved the way to display the booking rules in the availability calendar.
\n* Added the new payment method to pay on arrival.
\n* Added the ability to create fixed amount coupon codes.
\n* Added the availability to send multiple emails to notify the administrator and other staff about new booking.
\n* Fixed the bug appeared in the Braintree payment method if a few plugins for making payment are set up.
\n* Added the ability to set the default country on the checkout page.
= 2.7.6, Jul 27 2018 =
\n* A new way to display available/unavailable dates in a calendar using a diagonal line (half-booked day). This will properly show your guests that they are able to use the same date as check in/out one.
\n* Disabled predefined parameters for Adults and Children on the checkout page to let guests have more perceived control over options they choose.
\n* Fixed the issue with booking rules and WPML. Now all translations of accommodations are not displayed in a list and the booking rules are applied to all translations.
\n* Fixed the issue with Stripe when creating a booking from the backend.
\n* Fixed the issue with the booking rules not applying while checking an accommodation availability with the "Skip search results" enabled.
\n* Added a new feature "Guest Management". It is currently in beta and applied only to the frontend. Here are the main options of this feature:
\n * Hide "adults" and "children" fields within search availability forms.
\n * Disable "children" option for the website (hide "children" field and use Guests label instead).
\n * Disable "adults" and "children" options.
\n* Replaced "Per adult" label with a more catch-all term "per guest" for Services.
= 2.7.5, Jul 18 2018 =
\n* Increased the number of digits after comma for setting a per-night price. This will help you set accurate prices for weekly, monthly and custom rates.
\n* Improved the way to display a rate pricing on the checkout page: the price is updated automatically based on the number of guests if there are any per-guest price variables.
\n* Added the Availability Calendar shortcode.
\n* Added sorting parameters to shortcodes.
\n* Added all missing currencies to the list of currencies.
= 2.7.4, Jun 27 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.
= 2.7.3, Jun 21 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.
= 2.7.2, Jun 20 2018 =
\n* Added the ability to add monthly, weekly and custom (based on any length of stay) rates.
= 2.7.1, Jun 5 2018 =
\n* Fixed the bug with the missing slider icons that appeared in a previous update.
\n* Added a new admin data picker style.
\n* Single room type data output was rewritten in actions to provide developers with more flexible customization.
\n* Fixed the bug with the months localization of the admin booking calendar.
\n* Fixed the alphabetic ordering of countries for non-English websites.
\n* Added Summary and Description info to iCal import logs to help you easier identify bookings from different channels.
= 2.7.0, May 18 2018 =
\n* Added the ability to create a reservation manually.
\n* Added terms and conditions checkbox to booking confirmation page.
= 2.6.1, Apr 23 2018 =
\n* Fix: Reverted CSS class of image galleries as it breaks some themes.
= 2.6.0, Apr 20 2018 =
\n* Added the ability to set different prices for one accommodation based on a number of guests.
\n* Optimized the image galleries of accommodations.
\n* Added support for Jetpack Lazy Images Module.
\n* Fixed the bug with displaying the age of children in the search availability form added via a shortcode.
\n* Fixed the price format in the Recommended accommodations section.
= 2.5.0, Apr 4 2018 =
\n* Minor bugfixes and improvements.
= 2.4.4, Mar 14 2018 =
\n* Improved compatibility with Elementor Page Builder plugin.
\n* Fixed the bug with missing slash in calendar URL.
= 2.4.3, Mar 7 2018 =
\n* Added a new option to skip search results page and enable direct booking from accommodation pages.
= 2.4.2, Feb 28 2018 =
\n* Fixed the bug with check-in and check-out time not saving. Time settings were set to 24-hour clock system.
\n* Added tags to Accommodations.
\n* Added the following mphb_rooms shortcode parameters: category, tags, IDs and relation. Now you can display accommodations by categories, tags or accommodation IDs.
\n* Added a new field to settings where you can set a standard child\'s age accepted in your hotel establishment. This is an optional text, which will complete "Children" field label clarifying this info for your visitors.
\n* Improved the search availability calendar. Now it correctly displays the minimum stay-in days depending on a check-in date.
\n* Fixed the bug with all dates displaying as unavailable within certain booking rules.
\n* Fixed the bug with a custom rule not being applied because of a global booking rule.
\n* Fixed the bug with the Availability calendar not showing the correct number of available accommodations.
\n* Added "Blocked accommodation" status to the Booking Calendar.
\n* Added a new DESCRIPTION field with the booking info to the Export Calendar in iCal format.
\n* The Export Calendar in iCal format now shows the SUMMARY in the following format: first name, last name and booking_id.
\n* Now the booking information from external calendars is sent across booking channels without changes.
\n* Fixed the error with deleting an expiration date of the coupon code.
= 2.4.1, Jan 31 2018 =
\n* Added support of WooCommerce Payments extension.
\n* Bug fix: fixed fatal error on booking confirmation page.
= 2.4.0, Jan 24 2018 =
\n* Added the ability to add accommodation taxes, services taxes, fees (mandatory services) and taxes on fees.
= 2.3.1, Dec 22 2017 =
\n* Added the ability to enable automatic external calendars synchronization.
\n* Fixed the bug with the rate duplication.
\n* Fixed localization issues of accommodation titles featured in "Recommended" block.
\n* Fixed the bug with the NextGen gallery plugin.
= 2.3.0, Dec 13 2017 =
\n* Added more flexible booking rules:
\n* ability to set check-in check-out dates for individual accommodation types during chosen seasons;
\n* ability to set minimum and maximum stay-in days for individual accommodation types during chosen seasons;
\n* ability to block individual accommodation types and actual accommodations for chosen dates;
\n* Note: This release will perform an upgrade process on the database in the background. Please make sure that your previous booking rules are successfully transformed into new ones.
\n* Updated translation files.
\n* Please note! Due to peculiarities of multilingual settings, the titles of custom post types and taxonomy (e.g. accommodation types, categories) are not translated from English into other languages in the URLs of the pages.
= 2.2.0, Oct 9 2017 =
\n* Implemented bookings synchronization with online channels via iCal interface.
\n* Replaced Services text \'per night\' with \'per day\'.
\n* Renamed Facilities to Amenities.
\n* Bug fixed: Stripe is now displayed on the Booking confirmation page even if it\'s the only payment method selected.
\n* Bug fixed: the amount of Accommodation types displayed in widget is now not dependent on the global WordPress settings.
\n* Removed limit for setting the number of adults and children in Accommodation type menu.
\n* Fixed the link for viewing a booking in the administrator\'s email.
\n* Fixed the rate duplication issue when clicking on a link in the list of rates.
\n* Fixed the issue with the %customer_note% tag that was not displayed in email.
= 2.1.2, Aug 14 2017 =
\n* Bug fix: put "beds" back to Settings.
\n* The Booking Confirmation page update: guests must select the number of adults and children.
= 2.1.1, Jul 19 2017 =
\n* Bug fix: fixed the placeholder of posts titles.
= 2.1.0, Jul 13 2017 =
\n* Added the ability to create and apply coupon codes.
= 2.0.0, Jun 28 2017 =
\n* Note: This release will perform an upgrade process on the database in the background.
\n* Note: This release adds new tags for email templates. Update your templates please. To reset an email template just remove the current text and save settings.
\n* Note: This release doesn\'t limit the number of adults and children in the Search availability form. Please update "Max Adults" and "Max Children" number in plugin settings.
\n* The updated plugin allows guests reserve and pay for several (more than one) accommodation types during one reservation process.
\n* Search results page was updated: guests can choose and add several accommodation types into one reservation.
\n* On the search results page, the plugin displays all recommended accommodations according to the number of guests specified in a search request. This option can be turned off.
\n* Email templates were updated to support Multiple booking.
\n* Admin page descriptions were updated to ease the work with the plugin.
\n* Bug fix: fixed the issue with saving check-in and check-out dates in Settings.
\n* Improved compatibility with Jetpack gallery and lightbox modules.
\n* Added a theme-friendly pagination option that allows specify the number of posts per page for accommodations and services.
\n* A cancellation email template is available as a separate tag - it\'s used when a booking cancellation option is turned on.
\n* A Price Breakdown Table on the Booking confirmation page was updated: it\'s now smaller with the ability to expend details of each booked accommodation.
\n* Updated the list of data your guests are required to provide when submitting a booking. Admins can set it to: no data required / country required / full address required. Please choose the preferable option.
\n* 15 new themes were added to calendar to fit your theme design much better.
\n* New filters, actions and CSS classes were added for developers.
= 1.2.3, May 12 2017 =
\n* Added the ability to receive payments through Beanstream/Bambora payment gateway.
= 1.2.2, Apr 26 2017 =
\n* Added the ability to receive payments through Braintree payment gateway.
= 1.2.1 Apr 24 2017 =
\n* Bug fix: fixed the issue of undelivered emails after booking placement.
\n* Bug fix: fixed the issue of booking calendar localization.
= 1.2.0, Mar 29 2017 =
\n* New algorithm of displaying accommodation pricing:
\n* it displays minimum available price of accommodation for dates set in the search form by visitor;
\n* it displays minimum available price of accommodation from the day of visit and for the next fixed number of days predefined in settings (if dates are not chosen by visitor);
\n* it displays a total price for chosen dates or the price of "minimum days to stay" set in settings.
\n* Added the ability to create a payment manually. Useful feature to keep all your finances in one place.
\n* Added the ability to search booking by email or ID in the list of bookings.
\n* Added the ability to filter payments by status and search them by email or ID in the list of payments.
\n* Added a new email template to notify Administrator about new booking, which is paid and confirmed.
\n* Added the ability to enable comments for accommodation and services on the frontend.
\n* Thumbnail size of accommodation gallery is set to \'thumbnail\' to make all images the same size.
\n* Bug fix: fixed an issue when rates list displayed rates in the past on the frontend.
\n* Bug fix: fixed an issue when price of the service was displayed twice.
\n* Added new Arabic language files.
= 1.1.0, Mar 14 2017 =
\n* Added the ability to receive payments through PayPal, 2Checkout and Stripe gateways.
\n* Made the plugin multilingual ready.
\n* Added translation into 13 languages (Portuguese, Polish, Russian, Spanish, Turkish, Swedish, Italian, Hungarian, Czech, Chinese, Dutch, French, German).
= 1.0.1, Jan 13 2017 =
\n* Added the ability to input dates via keyboard
\n* Added the ability to duplicate Rate
\n* Added the ability to choose date format in plugin Settings
= 1.0.0, Dec 23 2016 =
\n* Initial release
!important
tag may be needed. Don't URL encode image or svg paths. Contents of this field will be auto encoded.";s:2:"id";s:10:"custom_css";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:5:{s:8:"language";s:3:"css";s:6:"height";i:450;s:5:"theme";s:6:"chrome";s:8:"minLines";i:40;s:8:"maxLines";i:50;}}}}s:17:"shortcode_styling";a:3:{s:5:"label";s:22:"Avada Builder Elements";s:2:"id";s:17:"shortcode_styling";s:4:"icon";s:23:"fusiona-element-options";}s:13:"import_export";a:6:{s:5:"label";s:13:"Import/Export";s:2:"id";s:13:"import_export";s:8:"priority";i:27;s:4:"icon";s:11:"el-icon-css";s:8:"alt_icon";s:17:"fusiona-loop-alt2";s:6:"fields";a:2:{s:9:"import_to";a:6:{s:5:"label";s:21:"Import Global Options";s:11:"description";s:88:"Import Global Options. You can import via file, copy and paste or select an Avada demo.";s:2:"id";s:9:"import_to";s:4:"type";s:6:"import";s:5:"demos";a:0:{}s:7:"context";s:2:"TO";}s:9:"export_to";a:6:{s:5:"label";s:21:"Export Global Options";s:11:"description";s:78:"Export your Global Options. You can either export as a file or copy the data.";s:2:"id";s:9:"export_to";s:4:"type";s:6:"export";s:7:"context";s:2:"TO";s:4:"text";s:21:"Export Global Options";}}}}', 'no');
INSERT INTO `wp_options` VALUES (1255, '_transient_timeout_fusion_fb_tos', '1624333382', 'no');
INSERT INTO `wp_options` VALUES (1256, '_transient_fusion_fb_tos', 'a:42:{s:23:"alert_shortcode_section";a:7:{s:5:"label";s:5:"Alert";s:11:"description";s:0:"";s:2:"id";s:23:"alert_shortcode_section";s:7:"default";s:0:"";s:4:"icon";s:28:"fusiona-exclamation-triangle";s:4:"type";s:9:"accordion";s:6:"fields";a:13:{s:13:"info_bg_color";a:6:{s:5:"label";s:24:"General Background Color";s:11:"description";s:49:"Set the background color for general alert boxes.";s:2:"id";s:13:"info_bg_color";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:15:"--info_bg_color";s:7:"element";s:32:".fusion-alert.alert-info.general";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";}s:17:"info_accent_color";a:6:{s:5:"label";s:20:"General Accent Color";s:11:"description";s:45:"Set the accent color for general alert boxes.";s:2:"id";s:17:"info_accent_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:19:"--info_accent_color";s:7:"element";s:32:".fusion-alert.alert-info.general";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:15:"danger_bg_color";a:6:{s:5:"label";s:22:"Error Background Color";s:11:"description";s:47:"Set the background color for error alert boxes.";s:2:"id";s:15:"danger_bg_color";s:7:"default";s:20:"rgba(219,75,104,0.1)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:17:"--danger_bg_color";s:7:"element";s:32:".fusion-alert.alert-danger.error";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"danger_accent_color";a:6:{s:5:"label";s:18:"Error Accent Color";s:11:"description";s:43:"Set the accent color for error alert boxes.";s:2:"id";s:19:"danger_accent_color";s:7:"default";s:7:"#db4b68";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--danger_accent_color";s:7:"element";s:32:".fusion-alert.alert-danger.error";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"success_bg_color";a:6:{s:5:"label";s:24:"Success Background Color";s:11:"description";s:49:"Set the background color for success alert boxes.";s:2:"id";s:16:"success_bg_color";s:7:"default";s:20:"rgba(18,184,120,0.1)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--success_bg_color";s:7:"element";s:35:".fusion-alert.alert-success.success";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"success_accent_color";a:6:{s:5:"label";s:20:"Success Accent Color";s:11:"description";s:45:"Set the accent color for success alert boxes.";s:2:"id";s:20:"success_accent_color";s:7:"default";s:7:"#12b878";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--success_accent_color";s:7:"element";s:35:".fusion-alert.alert-success.success";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"warning_bg_color";a:6:{s:5:"label";s:23:"Notice Background Color";s:11:"description";s:48:"Set the background color for notice alert boxes.";s:2:"id";s:16:"warning_bg_color";s:7:"default";s:20:"rgba(241,174,42,0.1)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--warning_bg_color";s:7:"element";s:34:".fusion-alert.alert-warning.notice";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"warning_accent_color";a:6:{s:5:"label";s:19:"Notice Accent Color";s:11:"description";s:44:"Set the accent color for notice alert boxes.";s:2:"id";s:20:"warning_accent_color";s:7:"default";s:7:"#f1ae2a";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--warning_accent_color";s:7:"element";s:34:".fusion-alert.alert-warning.notice";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"alert_box_text_align";a:7:{s:5:"label";s:17:"Content Alignment";s:11:"description";s:43:"Choose how the content should be displayed.";s:2:"id";s:20:"alert_box_text_align";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:6:"center";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";a:1:{i:0;s:50:"body .fusion-alert.alert:not( .fusion-live-alert )";}s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:14:"fusion-alert-$";s:12:"remove_attrs";a:3:{i:0;s:17:"fusion-alert-left";i:1;s:19:"fusion-alert-center";i:2;s:18:"fusion-alert-right";}}}}s:24:"alert_box_text_transform";a:7:{s:5:"label";s:14:"Text Transform";s:11:"description";s:33:"Choose how the text is displayed.";s:2:"id";s:24:"alert_box_text_transform";s:7:"default";s:6:"normal";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:6:"normal";s:6:"Normal";s:10:"capitalize";s:9:"Uppercase";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";a:1:{i:0;s:50:"body .fusion-alert.alert:not( .fusion-live-alert )";}s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:14:"fusion-alert-$";s:12:"remove_attrs";a:2:{i:0;s:23:"fusion-alert-capitalize";i:1;s:19:"fusion-alert-normal";}}}}s:21:"alert_box_dismissable";a:7:{s:5:"label";s:15:"Dismissable Box";s:11:"description";s:46:"Select if the alert box should be dismissable.";s:2:"id";s:21:"alert_box_dismissable";s:7:"default";s:3:"yes";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:3:"yes";s:3:"Yes";s:2:"no";s:2:"No";}s:6:"output";a:2:{i:0;a:4:{s:7:"element";a:1:{i:0;s:46:".fusion-alert:not( .fusion-live-alert ) .close";}s:8:"property";s:7:"display";s:13:"value_pattern";s:4:"none";s:7:"exclude";a:1:{i:0;s:3:"yes";}}i:1;a:4:{s:7:"element";a:1:{i:0;s:46:".fusion-alert:not( .fusion-live-alert ) .close";}s:8:"property";s:7:"display";s:13:"value_pattern";s:6:"inline";s:7:"exclude";a:1:{i:0;s:2:"no";}}}}s:16:"alert_box_shadow";a:7:{s:5:"label";s:10:"Box Shadow";s:11:"description";s:41:"Display a box shadow below the alert box.";s:2:"id";s:16:"alert_box_shadow";s:7:"default";s:2:"no";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:3:"yes";s:3:"Yes";s:2:"no";s:2:"No";}s:6:"output";a:2:{i:0;a:6:{s:7:"element";a:1:{i:0;s:50:"body .fusion-alert.alert:not( .fusion-live-alert )";}s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:12:"alert-shadow";s:12:"remove_attrs";a:1:{i:0;s:15:"alert-shadow-no";}s:7:"exclude";a:1:{i:0;s:2:"no";}}i:1;a:6:{s:7:"element";a:1:{i:0;s:50:"body .fusion-alert.alert:not( .fusion-live-alert )";}s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:15:"alert-shadow-no";s:12:"remove_attrs";a:1:{i:0;s:12:"alert-shadow";}s:7:"exclude";a:1:{i:0;s:3:"yes";}}}}s:17:"alert_border_size";a:7:{s:5:"label";s:11:"Border Size";s:11:"description";s:44:"Controls the border size of the alert boxes.";s:2:"id";s:17:"alert_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:19:"--alert_border_size";s:13:"value_pattern";s:3:"$px";s:7:"element";s:50:"body .fusion-alert.alert:not( .fusion-live-alert )";}}}}}s:28:"animations_shortcode_section";a:7:{s:5:"label";s:10:"Animations";s:11:"description";s:0:"";s:2:"id";s:28:"animations_shortcode_section";s:7:"default";s:0:"";s:4:"type";s:9:"accordion";s:4:"icon";s:19:"fusiona-play-circle";s:6:"fields";a:2:{s:16:"animation_offset";a:8:{s:5:"label";s:16:"Animation Offset";s:11:"description";s:41:"Controls when the animation should start.";s:2:"id";s:16:"animation_offset";s:7:"default";s:13:"top-into-view";s:4:"type";s:6:"select";s:11:"option_name";s:14:"fusion_options";s:7:"choices";a:3:{s:13:"top-into-view";s:38:"Top of element hits bottom of viewport";s:15:"top-mid-of-view";s:38:"Top of element hits middle of viewport";s:14:"bottom-in-view";s:33:"Bottom of element enters viewport";}s:9:"transport";s:11:"postMessage";}s:21:"status_css_animations";a:7:{s:5:"label";s:29:"Element Appearance Animations";s:11:"description";s:52:"Select to enable animations for elements appearance.";s:2:"id";s:21:"status_css_animations";s:7:"default";s:7:"desktop";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:18:"desktop_and_mobile";s:20:"Desktop & Mobile";s:7:"desktop";s:12:"Desktop Only";s:3:"off";s:3:"Off";}s:6:"output";a:1:{i:0;a:3:{s:7:"element";s:13:"helperElement";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionAnimationsVars";s:2:"id";s:21:"status_css_animations";s:7:"trigger";a:1:{i:0;s:13:"CSSAnimations";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}}}s:23:"audio_shortcode_section";a:7:{s:5:"label";s:5:"Audio";s:11:"description";s:0:"";s:2:"id";s:23:"audio_shortcode_section";s:7:"default";s:0:"";s:4:"icon";s:13:"fusiona-audio";s:4:"type";s:9:"accordion";s:6:"fields";a:7:{s:15:"audio_max_width";a:6:{s:5:"label";s:13:"Maximum Width";s:11:"description";s:46:"Set the maximum width using a valid CSS value.";s:2:"id";s:15:"audio_max_width";s:7:"default";s:4:"100%";s:4:"type";s:4:"text";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:32:"--fusion-audio-max-width-default";s:7:"element";s:4:"body";}}}s:22:"audio_background_color";a:6:{s:5:"label";s:16:"Background Color";s:11:"description";s:51:"Controls the background color for the audio player.";s:2:"id";s:22:"audio_background_color";s:7:"default";s:7:"#1d242d";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:39:"--fusion-audio-background-color-default";s:7:"element";s:4:"body";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"audio_progressbar_color";a:6:{s:5:"label";s:20:"Audio Progress Color";s:11:"description";s:42:"Select a color for the audio progress-bar.";s:2:"id";s:23:"audio_progressbar_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:35:"--fusion-audio-accent-color-default";s:7:"element";s:4:"body";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"audio_controls_color_scheme";a:6:{s:5:"label";s:21:"Controls Color Scheme";s:11:"description";s:132:"Depending on the background color you can change this value to "Light" or "Dark" to ensure controls are visible.";s:2:"id";s:27:"audio_controls_color_scheme";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:5:"light";s:7:"choices";a:2:{s:5:"light";s:5:"Light";s:4:"dark";s:4:"Dark";}}s:17:"audio_border_size";a:7:{s:4:"type";s:6:"slider";s:5:"label";s:11:"Border Size";s:2:"id";s:17:"audio_border_size";s:7:"default";i:0;s:11:"description";s:20:"Set the border size.";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"10";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--fusion-audio-border-size-default";s:7:"element";s:4:"body";}}}s:18:"audio_border_color";a:8:{s:4:"type";s:11:"color-alpha";s:5:"label";s:12:"Border Color";s:11:"description";s:47:"Controls the border color for the audio player.";s:2:"id";s:18:"audio_border_color";s:5:"value";s:0:"";s:5:"group";s:6:"Design";s:7:"default";s:0:"";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:35:"--fusion-audio-border-color-default";s:7:"element";s:4:"body";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"audio_border_radius";a:8:{s:5:"label";s:13:"Border Radius";s:11:"description";s:22:"Set the border radius.";s:2:"id";s:19:"audio_border_radius";s:7:"choices";a:5:{s:8:"top_left";b:1;s:9:"top_right";b:1;s:12:"bottom_right";b:1;s:11:"bottom_left";b:1;s:5:"units";a:3:{i:0;s:2:"px";i:1;s:1:"%";i:2;s:2:"em";}}s:7:"default";a:4:{s:8:"top_left";s:3:"0px";s:9:"top_right";s:3:"0px";s:12:"bottom_right";s:3:"0px";s:11:"bottom_left";s:3:"0px";}s:4:"type";s:13:"border_radius";s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:45:"--fusion-audio-border-top-left-radius-default";s:6:"choice";s:8:"top_left";s:7:"element";s:4:"body";}i:1;a:3:{s:4:"name";s:46:"--fusion-audio-border-top-right-radius-default";s:6:"choice";s:9:"top_right";s:7:"element";s:4:"body";}i:2;a:3:{s:4:"name";s:49:"--fusion-audio-border-bottom-right-radius-default";s:6:"choice";s:12:"bottom_right";s:7:"element";s:4:"body";}i:3;a:3:{s:4:"name";s:48:"--fusion-audio-border-bottom-left-radius-default";s:6:"choice";s:11:"bottom_left";s:7:"element";s:4:"body";}}s:9:"transport";s:11:"postMessage";}}}s:22:"blog_shortcode_section";a:7:{s:5:"label";s:4:"Blog";s:11:"description";s:0:"";s:2:"id";s:22:"blog_shortcode_section";s:7:"default";s:0:"";s:4:"icon";s:12:"fusiona-blog";s:4:"type";s:9:"accordion";s:6:"fields";a:9:{s:17:"blog_grid_columns";a:7:{s:5:"label";s:17:"Number of Columns";s:11:"description";s:134:"Set the number of columns per row for grid and masonry layout. IMPORTANT: Masonry layout does not work with 1 column.";s:2:"id";s:17:"blog_grid_columns";s:7:"default";i:3;s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";i:1;s:3:"max";i:6;s:4:"step";i:1;}s:9:"transport";s:11:"postMessage";}s:24:"blog_grid_column_spacing";a:7:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:71:"Controls the column spacing for blog posts for grid and masonry layout.";s:2:"id";s:24:"blog_grid_column_spacing";s:7:"default";s:2:"40";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:1:"0";s:4:"step";s:1:"1";s:3:"max";s:3:"300";s:4:"edit";s:3:"yes";}s:9:"transport";s:11:"postMessage";}s:17:"blog_grid_padding";a:7:{s:5:"label";s:22:"Blog Grid Text Padding";s:11:"description";s:105:"Controls the top/right/bottom/left padding of the blog text when using grid / masonry or timeline layout.";s:2:"id";s:17:"blog_grid_padding";s:7:"choices";a:4:{s:3:"top";b:1;s:6:"bottom";b:1;s:4:"left";b:1;s:5:"right";b:1;}s:7:"default";a:4:{s:3:"top";s:4:"30px";s:6:"bottom";s:4:"25px";s:4:"left";s:4:"25px";s:5:"right";s:4:"25px";}s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";}s:12:"blog_excerpt";a:7:{s:5:"label";s:15:"Content Display";s:11:"description";s:107:"Controls if the post content displays an excerpt, full content or is completely disabled for blog elements.";s:2:"id";s:12:"blog_excerpt";s:7:"default";s:3:"yes";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"hide";s:7:"No Text";s:3:"yes";s:7:"Excerpt";s:2:"no";s:12:"Full Content";}s:9:"transport";s:11:"postMessage";}s:19:"blog_excerpt_length";a:8:{s:5:"label";s:14:"Excerpt Length";s:11:"description";s:63:"Controls the number of words in the excerpts for blog elements.";s:2:"id";s:19:"blog_excerpt_length";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"500";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"blog_excerpt";s:8:"operator";s:2:"==";s:5:"value";s:3:"yes";}}s:9:"transport";s:11:"postMessage";}s:44:"blog_element_load_more_posts_button_bg_color";a:6:{s:5:"label";s:39:"Load More Posts Button Background Color";s:11:"description";s:94:"Controls the background color of the load more button for ajax post loading for blog elements.";s:2:"id";s:44:"blog_element_load_more_posts_button_bg_color";s:7:"default";s:21:"rgba(242,243,245,0.7)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:46:"--blog_element_load_more_posts_button_bg_color";s:7:"element";s:24:".fusion-load-more-button";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:46:"blog_element_load_more_posts_button_text_color";a:6:{s:5:"label";s:33:"Load More Posts Button Text Color";s:11:"description";s:88:"Controls the text color of the load more button for ajax post loading for blog elements.";s:2:"id";s:46:"blog_element_load_more_posts_button_text_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:48:"--blog_element_load_more_posts_button_text_color";s:7:"element";s:24:".fusion-load-more-button";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:50:"blog_element_load_more_posts_hover_button_bg_color";a:6:{s:5:"label";s:45:"Load More Posts Button Hover Background Color";s:11:"description";s:100:"Controls the hover background color of the load more button for ajax post loading for blog elements.";s:2:"id";s:50:"blog_element_load_more_posts_hover_button_bg_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:52:"--blog_element_load_more_posts_hover_button_bg_color";s:7:"element";s:24:".fusion-load-more-button";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:52:"blog_element_load_more_posts_hover_button_text_color";a:6:{s:5:"label";s:39:"Load More Posts Hover Button Text Color";s:11:"description";s:94:"Controls the hover text color of the load more button for ajax post loading for blog elements.";s:2:"id";s:52:"blog_element_load_more_posts_hover_button_text_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:54:"--blog_element_load_more_posts_hover_button_text_color";s:7:"element";s:24:".fusion-load-more-button";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:24:"button_shortcode_section";a:5:{s:5:"label";s:6:"Button";s:2:"id";s:24:"button_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:19:"fusiona-check-empty";s:6:"fields";a:16:{s:11:"button_size";a:7:{s:5:"label";s:11:"Button Size";s:11:"description";s:33:"Controls the default button size.";s:2:"id";s:11:"button_size";s:7:"default";s:5:"Large";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:4:{s:5:"Small";s:5:"Small";s:6:"Medium";s:6:"Medium";s:5:"Large";s:5:"Large";s:6:"XLarge";s:6:"XLarge";}s:6:"output";a:1:{i:0;a:6:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:20:"fusion-button_size-$";s:12:"remove_attrs";a:4:{i:0;s:19:"fusion-button-small";i:1;s:25:"fusion-button_size-medium";i:2;s:24:"fusion-button_size-large";i:3;s:25:"fusion-button_size-xlarge";}s:11:"toLowerCase";b:1;}}}s:11:"button_span";a:7:{s:5:"label";s:11:"Button Span";s:11:"description";s:61:"Controls if the button spans the full width of its container.";s:2:"id";s:11:"button_span";s:7:"default";s:2:"no";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:3:"yes";s:3:"Yes";s:2:"no";s:2:"No";}s:6:"output";a:1:{i:0;a:6:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:20:"fusion-button_span-$";s:12:"remove_attrs";a:2:{i:0;s:22:"fusion-button_span-yes";i:1;s:21:"fusion-button_span-no";}s:11:"toLowerCase";b:1;}}}s:11:"button_type";a:7:{s:5:"label";s:11:"Button Type";s:11:"description";s:33:"Controls the default button type.";s:2:"id";s:11:"button_type";s:7:"default";s:4:"Flat";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Flat";s:4:"Flat";s:2:"3d";s:2:"3D";}s:6:"output";a:2:{i:0;a:6:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:20:"fusion-button_type-$";s:12:"remove_attrs";a:2:{i:0;s:23:"fusion-button_type-flat";i:1;s:21:"fusion-button_type-3d";}s:11:"toLowerCase";b:1;}i:1;a:6:{s:7:"element";s:27:".fusion-button-default-type";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:8:"button-$";s:12:"remove_attrs";a:2:{i:0;s:9:"button-3d";i:1;s:11:"button-flat";}s:11:"toLowerCase";b:1;}}}s:17:"button_typography";a:7:{s:2:"id";s:17:"button_typography";s:5:"label";s:17:"Button Typography";s:11:"description";s:58:"These settings control the typography for all button text.";s:4:"type";s:10:"typography";s:7:"choices";a:3:{s:11:"font-family";b:1;s:11:"font-weight";b:1;s:14:"letter-spacing";b:1;}s:7:"default";a:3:{s:11:"font-family";s:9:"Open Sans";s:11:"font-weight";s:3:"600";s:14:"letter-spacing";s:1:"0";}s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:31:"--button_typography-font-family";s:6:"choice";s:11:"font-family";}i:1;a:3:{s:4:"name";s:31:"--button_typography-font-weight";s:6:"choice";s:11:"font-weight";s:8:"callback";a:2:{i:0;s:22:"font_weight_no_regular";i:1;s:0:"";}}i:2;a:3:{s:4:"name";s:34:"--button_typography-letter-spacing";s:6:"choice";s:14:"letter-spacing";s:8:"callback";a:2:{i:0;s:15:"maybe_append_px";i:1;s:0:"";}}i:3;a:2:{s:4:"name";s:30:"--button_typography-font-style";s:6:"choice";s:10:"font-style";}}}s:21:"button_text_transform";a:7:{s:5:"label";s:14:"Text Transform";s:11:"description";s:33:"Choose how the text is displayed.";s:2:"id";s:21:"button_text_transform";s:7:"default";s:4:"none";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"none";s:6:"Normal";s:9:"uppercase";s:9:"Uppercase";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:23:"--button_text_transform";}}}s:25:"button_gradient_top_color";a:7:{s:5:"label";s:25:"Button Gradient Top Color";s:11:"description";s:48:"Controls the top color of the button background.";s:2:"id";s:25:"button_gradient_top_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--button_gradient_top_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:5:"dummy";s:8:"callback";a:2:{i:0;s:12:"toggle_class";i:1;a:3:{s:9:"condition";a:2:{i:0;s:28:"button_gradient_bottom_color";i:1;s:19:"not-equal-to-option";}s:7:"element";s:4:"body";s:9:"className";s:26:"fusion-has-button-gradient";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:28:"button_gradient_bottom_color";a:6:{s:5:"label";s:28:"Button Gradient Bottom Color";s:11:"description";s:51:"Controls the bottom color of the button background.";s:2:"id";s:28:"button_gradient_bottom_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--button_gradient_bottom_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:31:"button_gradient_top_color_hover";a:7:{s:5:"label";s:31:"Button Gradient Top Hover Color";s:11:"description";s:54:"Controls the top hover color of the button background.";s:2:"id";s:31:"button_gradient_top_color_hover";s:7:"default";s:7:"#5aa86c";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:33:"--button_gradient_top_color_hover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:7:"preview";a:3:{s:8:"selector";s:43:".fusion-button,.fusion-button .wpcf7-submit";s:4:"type";s:5:"class";s:6:"toggle";s:5:"hover";}}s:34:"button_gradient_bottom_color_hover";a:7:{s:5:"label";s:34:"Button Gradient Bottom Hover Color";s:11:"description";s:57:"Controls the bottom hover color of the button background.";s:2:"id";s:34:"button_gradient_bottom_color_hover";s:7:"default";s:7:"#5aa86c";s:4:"type";s:11:"color-alpha";s:7:"preview";a:3:{s:8:"selector";s:43:".fusion-button,.fusion-button .wpcf7-submit";s:4:"type";s:5:"class";s:6:"toggle";s:5:"hover";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:36:"--button_gradient_bottom_color_hover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"button_accent_color";a:6:{s:5:"label";s:17:"Button Text Color";s:11:"description";s:56:"Controls the color of the button text, divider and icon.";s:2:"id";s:19:"button_accent_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--button_accent_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"button_accent_hover_color";a:7:{s:5:"label";s:23:"Button Text Hover Color";s:11:"description";s:62:"Controls the hover color of the button text, divider and icon.";s:2:"id";s:25:"button_accent_hover_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--button_accent_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:7:"preview";a:3:{s:8:"selector";s:43:".fusion-button,.fusion-button .wpcf7-submit";s:4:"type";s:5:"class";s:6:"toggle";s:5:"hover";}}s:18:"button_bevel_color";a:6:{s:5:"label";s:30:"Button Bevel Color For 3D Mode";s:11:"description";s:66:"Controls the bevel color of the buttons when using 3D button type.";s:2:"id";s:18:"button_bevel_color";s:7:"default";s:7:"#5db072";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:20:"--button_bevel_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:19:"--button_box_shadow";s:8:"callback";a:2:{i:0;s:24:"conditional_return_value";i:1;a:2:{s:13:"value_pattern";a:2:{i:0;s:76:"inset 0px 1px 0px #ffffff, 0px 3px 0px $, 1px 5px 5px 3px rgba(0, 0, 0, 0.3)";i:1;s:4:"none";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:11:"button_type";i:1;s:3:"===";i:2;s:2:"3d";}}}}}}}s:19:"button_border_width";a:7:{s:5:"label";s:18:"Button Border Size";s:11:"description";s:37:"Controls the border size for buttons.";s:2:"id";s:19:"button_border_width";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--button_border_width";s:13:"value_pattern";s:3:"$px";}}}s:20:"button_border_radius";a:7:{s:5:"label";s:20:"Button Border Radius";s:11:"description";s:39:"Controls the border radius for buttons.";s:2:"id";s:20:"button_border_radius";s:7:"default";s:1:"4";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--button_border_radius";s:13:"value_pattern";s:3:"$px";}}}s:19:"button_border_color";a:6:{s:5:"label";s:19:"Button Border Color";s:11:"description";s:38:"Controls the border color for buttons.";s:2:"id";s:19:"button_border_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--button_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"button_border_hover_color";a:6:{s:5:"label";s:25:"Button Border Hover Color";s:11:"description";s:46:"Controls the hover border color of the button.";s:2:"id";s:25:"button_border_hover_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--button_border_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:26:"carousel_shortcode_section";a:6:{s:5:"label";s:8:"Carousel";s:11:"description";s:0:"";s:2:"id";s:26:"carousel_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:14:"fusiona-images";s:6:"fields";a:3:{s:18:"carousel_nav_color";a:7:{s:5:"label";s:29:"Carousel Navigation Box Color";s:11:"description";s:62:"Controls the color of the navigation box for carousel sliders.";s:2:"id";s:18:"carousel_nav_color";s:7:"default";s:18:"rgba(29,36,45,0.7)";s:4:"type";s:11:"color-alpha";s:11:"option_name";s:14:"fusion_options";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--carousel_nav_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"carousel_hover_color";a:7:{s:5:"label";s:35:"Carousel Hover Navigation Box Color";s:11:"description";s:68:"Controls the color of the hover navigation box for carousel sliders.";s:2:"id";s:20:"carousel_hover_color";s:7:"default";s:18:"rgba(29,36,45,0.8)";s:4:"type";s:11:"color-alpha";s:11:"option_name";s:14:"fusion_options";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--carousel_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:14:"carousel_speed";a:8:{s:5:"label";s:14:"Carousel Speed";s:11:"description";s:65:"Controls the speed of all carousel elements. ex: 1000 = 1 second.";s:2:"id";s:14:"carousel_speed";s:7:"default";s:4:"2500";s:4:"type";s:6:"slider";s:11:"option_name";s:14:"fusion_options";s:7:"choices";a:3:{s:3:"min";s:4:"1000";s:3:"max";s:5:"20000";s:4:"step";s:3:"250";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:5:"dummy";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:18:"fusionCarouselVars";s:2:"id";s:14:"carousel_speed";s:7:"trigger";a:1:{i:0;s:23:"fusion-reinit-carousels";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}}}s:23:"chart_shortcode_section";a:6:{s:5:"label";s:5:"Chart";s:11:"description";s:0:"";s:2:"id";s:23:"chart_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:17:"fusiona-bar-chart";s:6:"fields";a:5:{s:21:"chart_legend_position";a:7:{s:5:"label";s:15:"Legend Position";s:11:"description";s:133:"Set chart legend position. Note that on mobile devices legend will be positioned below the chart when left or right position is used.";s:2:"id";s:21:"chart_legend_position";s:7:"default";s:3:"top";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:5:{s:3:"top";s:3:"Top";s:5:"right";s:5:"Right";s:6:"bottom";s:6:"Bottom";s:4:"left";s:4:"Left";s:3:"off";s:3:"Off";}}s:19:"chart_show_tooltips";a:7:{s:5:"label";s:13:"Show Tooltips";s:11:"description";s:146:"Choose whether tooltips should be displayed on hover. If your chart is in a column and the column has a hover type or link, tooltips are disabled.";s:2:"id";s:19:"chart_show_tooltips";s:7:"default";s:3:"yes";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"yes";s:3:"Yes";s:2:"no";s:2:"No";}}s:14:"chart_bg_color";a:6:{s:5:"label";s:22:"Chart Background Color";s:11:"description";s:37:"Controls the background of the chart.";s:2:"id";s:14:"chart_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"chart_axis_text_color";a:6:{s:5:"label";s:21:"Chart Axis Text Color";s:11:"description";s:49:"Controls the text color of the x-axis and y-axis.";s:2:"id";s:21:"chart_axis_text_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:20:"chart_gridline_color";a:6:{s:5:"label";s:20:"Chart Gridline Color";s:11:"description";s:65:"Controls the color of the chart background grid lines and values.";s:2:"id";s:20:"chart_gridline_color";s:7:"default";s:15:"rgba(0,0,0,0.1)";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:27:"checklist_shortcode_section";a:6:{s:5:"label";s:9:"Checklist";s:11:"description";s:0:"";s:2:"id";s:27:"checklist_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:15:"fusiona-list-ul";s:6:"fields";a:6:{s:21:"checklist_icons_color";a:6:{s:5:"label";s:20:"Checklist Icon Color";s:11:"description";s:41:"Controls the color of the checklist icon.";s:2:"id";s:21:"checklist_icons_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--checklist_icons_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"checklist_circle";a:6:{s:5:"label";s:21:"Checklist Icon Circle";s:11:"description";s:72:"Turn on if you want to display a circle background for checklists icons.";s:2:"id";s:16:"checklist_circle";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:22:"checklist_circle_color";a:7:{s:5:"label";s:27:"Checklist Icon Circle Color";s:11:"description";s:59:"Controls the color of the checklist icon circle background.";s:2:"id";s:22:"checklist_circle_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--checklist_circle_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"checklist_item_size";a:6:{s:5:"label";s:9:"Item Size";s:11:"description";s:36:"Controls the size of the list items.";s:2:"id";s:19:"checklist_item_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:17:"checklist_divider";a:7:{s:5:"label";s:13:"Divider Lines";s:11:"description";s:54:"Choose if a divider line shows between each list item.";s:2:"id";s:17:"checklist_divider";s:7:"default";s:2:"no";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:3:"yes";s:3:"Yes";s:2:"no";s:2:"No";}s:9:"transport";s:11:"postMessage";}s:23:"checklist_divider_color";a:7:{s:5:"label";s:18:"Divider Line Color";s:11:"description";s:40:"Controls the color of the divider lines.";s:2:"id";s:23:"checklist_divider_color";s:7:"default";s:7:"#b9afa1";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--checklist_divider_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:24:"column_shortcode_section";a:7:{s:5:"label";s:6:"Column";s:11:"description";s:0:"";s:2:"id";s:24:"column_shortcode_section";s:7:"default";s:0:"";s:4:"type";s:9:"accordion";s:4:"icon";s:14:"fusiona-column";s:6:"fields";a:4:{s:10:"col_margin";a:7:{s:5:"label";s:14:"Column Margins";s:11:"description";s:53:"Controls the top/bottom margins for all column sizes.";s:2:"id";s:10:"col_margin";s:4:"type";s:7:"spacing";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:9:"transport";s:11:"postMessage";s:7:"default";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:4:"20px";}}s:11:"col_spacing";a:6:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:59:"Controls the column spacing between one column to the next.";s:2:"id";s:11:"col_spacing";s:7:"default";s:2:"4%";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:16:"col_width_medium";a:7:{s:5:"label";s:30:"Column Width On Medium Screens";s:11:"description";s:65:"Controls how columns should be displayed on medium sized screens.";s:2:"id";s:16:"col_width_medium";s:7:"default";s:18:"inherit_from_large";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:18:"inherit_from_large";s:18:"Inherit From Large";s:3:"1_1";s:11:"Full Width ";}}s:15:"col_width_small";a:7:{s:5:"label";s:29:"Column Width On Small Screens";s:11:"description";s:64:"Controls how columns should be displayed on small sized screens.";s:2:"id";s:15:"col_width_small";s:7:"default";s:3:"1_1";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:18:"inherit_from_large";s:18:"Inherit From Large";s:3:"1_1";s:11:"Full Width ";}}}}s:27:"container_shortcode_section";a:6:{s:5:"label";s:9:"Container";s:11:"description";s:0:"";s:2:"id";s:27:"container_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:17:"fusiona-container";s:6:"fields";a:13:{s:29:"container_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:151:"!important
tag may be needed. Don't URL encode image or svg paths. Contents of this field will be auto encoded.";s:2:"id";s:10:"custom_css";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:5:{s:8:"language";s:3:"css";s:6:"height";i:450;s:5:"theme";s:6:"chrome";s:8:"minLines";i:40;s:8:"maxLines";i:50;}}s:17:"shortcode_styling";a:3:{s:5:"label";s:22:"Avada Builder Elements";s:2:"id";s:17:"shortcode_styling";s:4:"icon";s:23:"fusiona-element-options";}s:9:"import_to";a:6:{s:5:"label";s:21:"Import Global Options";s:11:"description";s:88:"Import Global Options. You can import via file, copy and paste or select an Avada demo.";s:2:"id";s:9:"import_to";s:4:"type";s:6:"import";s:5:"demos";a:0:{}s:7:"context";s:2:"TO";}s:9:"export_to";a:6:{s:5:"label";s:21:"Export Global Options";s:11:"description";s:78:"Export your Global Options. You can either export as a file or copy the data.";s:2:"id";s:9:"export_to";s:4:"type";s:6:"export";s:7:"context";s:2:"TO";s:4:"text";s:21:"Export Global Options";}}', 'no');
INSERT INTO `wp_options` VALUES (1266, '_transient_fusion_fontawesome_en', '.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");font-display: block;}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");font-display: block;}.far{font-family:"Font Awesome 5 Free";font-weight:400;}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//localhost/lakeorchardvilla/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");font-display: block;}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}.fa-500px:before{content:"\\f26e"}.fa-accessible-icon:before{content:"\\f368"}.fa-accusoft:before{content:"\\f369"}.fa-acquisitions-incorporated:before{content:"\\f6af"}.fa-ad:before{content:"\\f641"}.fa-address-book:before{content:"\\f2b9"}.fa-address-card:before{content:"\\f2bb"}.fa-adjust:before{content:"\\f042"}.fa-adn:before{content:"\\f170"}.fa-adversal:before{content:"\\f36a"}.fa-affiliatetheme:before{content:"\\f36b"}.fa-air-freshener:before{content:"\\f5d0"}.fa-airbnb:before{content:"\\f834"}.fa-algolia:before{content:"\\f36c"}.fa-align-center:before{content:"\\f037"}.fa-align-justify:before{content:"\\f039"}.fa-align-left:before{content:"\\f036"}.fa-align-right:before{content:"\\f038"}.fa-alipay:before{content:"\\f642"}.fa-allergies:before{content:"\\f461"}.fa-amazon:before{content:"\\f270"}.fa-amazon-pay:before{content:"\\f42c"}.fa-ambulance:before{content:"\\f0f9"}.fa-american-sign-language-interpreting:before{content:"\\f2a3"}.fa-amilia:before{content:"\\f36d"}.fa-anchor:before{content:"\\f13d"}.fa-android:before{content:"\\f17b"}.fa-angellist:before{content:"\\f209"}.fa-angle-double-down:before{content:"\\f103"}.fa-angle-double-left:before{content:"\\f100"}.fa-angle-double-right:before{content:"\\f101"}.fa-angle-double-up:before{content:"\\f102"}.fa-angle-down:before{content:"\\f107"}.fa-angle-left:before{content:"\\f104"}.fa-angle-right:before{content:"\\f105"}.fa-angle-up:before{content:"\\f106"}.fa-angry:before{content:"\\f556"}.fa-angrycreative:before{content:"\\f36e"}.fa-angular:before{content:"\\f420"}.fa-ankh:before{content:"\\f644"}.fa-app-store:before{content:"\\f36f"}.fa-app-store-ios:before{content:"\\f370"}.fa-apper:before{content:"\\f371"}.fa-apple:before{content:"\\f179"}.fa-apple-alt:before{content:"\\f5d1"}.fa-apple-pay:before{content:"\\f415"}.fa-archive:before{content:"\\f187"}.fa-archway:before{content:"\\f557"}.fa-arrow-alt-circle-down:before{content:"\\f358"}.fa-arrow-alt-circle-left:before{content:"\\f359"}.fa-arrow-alt-circle-right:before{content:"\\f35a"}.fa-arrow-alt-circle-up:before{content:"\\f35b"}.fa-arrow-circle-down:before{content:"\\f0ab"}.fa-arrow-circle-left:before{content:"\\f0a8"}.fa-arrow-circle-right:before{content:"\\f0a9"}.fa-arrow-circle-up:before{content:"\\f0aa"}.fa-arrow-down:before{content:"\\f063"}.fa-arrow-left:before{content:"\\f060"}.fa-arrow-right:before{content:"\\f061"}.fa-arrow-up:before{content:"\\f062"}.fa-arrows-alt:before{content:"\\f0b2"}.fa-arrows-alt-h:before{content:"\\f337"}.fa-arrows-alt-v:before{content:"\\f338"}.fa-artstation:before{content:"\\f77a"}.fa-assistive-listening-systems:before{content:"\\f2a2"}.fa-asterisk:before{content:"\\f069"}.fa-asymmetrik:before{content:"\\f372"}.fa-at:before{content:"\\f1fa"}.fa-atlas:before{content:"\\f558"}.fa-atlassian:before{content:"\\f77b"}.fa-atom:before{content:"\\f5d2"}.fa-audible:before{content:"\\f373"}.fa-audio-description:before{content:"\\f29e"}.fa-autoprefixer:before{content:"\\f41c"}.fa-avianex:before{content:"\\f374"}.fa-aviato:before{content:"\\f421"}.fa-award:before{content:"\\f559"}.fa-aws:before{content:"\\f375"}.fa-baby:before{content:"\\f77c"}.fa-baby-carriage:before{content:"\\f77d"}.fa-backspace:before{content:"\\f55a"}.fa-backward:before{content:"\\f04a"}.fa-bacon:before{content:"\\f7e5"}.fa-bacteria:before{content:"\\e059"}.fa-bacterium:before{content:"\\e05a"}.fa-bahai:before{content:"\\f666"}.fa-balance-scale:before{content:"\\f24e"}.fa-balance-scale-left:before{content:"\\f515"}.fa-balance-scale-right:before{content:"\\f516"}.fa-ban:before{content:"\\f05e"}.fa-band-aid:before{content:"\\f462"}.fa-bandcamp:before{content:"\\f2d5"}.fa-barcode:before{content:"\\f02a"}.fa-bars:before{content:"\\f0c9"}.fa-baseball-ball:before{content:"\\f433"}.fa-basketball-ball:before{content:"\\f434"}.fa-bath:before{content:"\\f2cd"}.fa-battery-empty:before{content:"\\f244"}.fa-battery-full:before{content:"\\f240"}.fa-battery-half:before{content:"\\f242"}.fa-battery-quarter:before{content:"\\f243"}.fa-battery-three-quarters:before{content:"\\f241"}.fa-battle-net:before{content:"\\f835"}.fa-bed:before{content:"\\f236"}.fa-beer:before{content:"\\f0fc"}.fa-behance:before{content:"\\f1b4"}.fa-behance-square:before{content:"\\f1b5"}.fa-bell:before{content:"\\f0f3"}.fa-bell-slash:before{content:"\\f1f6"}.fa-bezier-curve:before{content:"\\f55b"}.fa-bible:before{content:"\\f647"}.fa-bicycle:before{content:"\\f206"}.fa-biking:before{content:"\\f84a"}.fa-bimobject:before{content:"\\f378"}.fa-binoculars:before{content:"\\f1e5"}.fa-biohazard:before{content:"\\f780"}.fa-birthday-cake:before{content:"\\f1fd"}.fa-bitbucket:before{content:"\\f171"}.fa-bitcoin:before{content:"\\f379"}.fa-bity:before{content:"\\f37a"}.fa-black-tie:before{content:"\\f27e"}.fa-blackberry:before{content:"\\f37b"}.fa-blender:before{content:"\\f517"}.fa-blender-phone:before{content:"\\f6b6"}.fa-blind:before{content:"\\f29d"}.fa-blog:before{content:"\\f781"}.fa-blogger:before{content:"\\f37c"}.fa-blogger-b:before{content:"\\f37d"}.fa-bluetooth:before{content:"\\f293"}.fa-bluetooth-b:before{content:"\\f294"}.fa-bold:before{content:"\\f032"}.fa-bolt:before{content:"\\f0e7"}.fa-bomb:before{content:"\\f1e2"}.fa-bone:before{content:"\\f5d7"}.fa-bong:before{content:"\\f55c"}.fa-book:before{content:"\\f02d"}.fa-book-dead:before{content:"\\f6b7"}.fa-book-medical:before{content:"\\f7e6"}.fa-book-open:before{content:"\\f518"}.fa-book-reader:before{content:"\\f5da"}.fa-bookmark:before{content:"\\f02e"}.fa-bootstrap:before{content:"\\f836"}.fa-border-all:before{content:"\\f84c"}.fa-border-none:before{content:"\\f850"}.fa-border-style:before{content:"\\f853"}.fa-bowling-ball:before{content:"\\f436"}.fa-box:before{content:"\\f466"}.fa-box-open:before{content:"\\f49e"}.fa-box-tissue:before{content:"\\e05b"}.fa-boxes:before{content:"\\f468"}.fa-braille:before{content:"\\f2a1"}.fa-brain:before{content:"\\f5dc"}.fa-bread-slice:before{content:"\\f7ec"}.fa-briefcase:before{content:"\\f0b1"}.fa-briefcase-medical:before{content:"\\f469"}.fa-broadcast-tower:before{content:"\\f519"}.fa-broom:before{content:"\\f51a"}.fa-brush:before{content:"\\f55d"}.fa-btc:before{content:"\\f15a"}.fa-buffer:before{content:"\\f837"}.fa-bug:before{content:"\\f188"}.fa-building:before{content:"\\f1ad"}.fa-bullhorn:before{content:"\\f0a1"}.fa-bullseye:before{content:"\\f140"}.fa-burn:before{content:"\\f46a"}.fa-buromobelexperte:before{content:"\\f37f"}.fa-bus:before{content:"\\f207"}.fa-bus-alt:before{content:"\\f55e"}.fa-business-time:before{content:"\\f64a"}.fa-buy-n-large:before{content:"\\f8a6"}.fa-buysellads:before{content:"\\f20d"}.fa-calculator:before{content:"\\f1ec"}.fa-calendar:before{content:"\\f133"}.fa-calendar-alt:before{content:"\\f073"}.fa-calendar-check:before{content:"\\f274"}.fa-calendar-day:before{content:"\\f783"}.fa-calendar-minus:before{content:"\\f272"}.fa-calendar-plus:before{content:"\\f271"}.fa-calendar-times:before{content:"\\f273"}.fa-calendar-week:before{content:"\\f784"}.fa-camera:before{content:"\\f030"}.fa-camera-retro:before{content:"\\f083"}.fa-campground:before{content:"\\f6bb"}.fa-canadian-maple-leaf:before{content:"\\f785"}.fa-candy-cane:before{content:"\\f786"}.fa-cannabis:before{content:"\\f55f"}.fa-capsules:before{content:"\\f46b"}.fa-car:before{content:"\\f1b9"}.fa-car-alt:before{content:"\\f5de"}.fa-car-battery:before{content:"\\f5df"}.fa-car-crash:before{content:"\\f5e1"}.fa-car-side:before{content:"\\f5e4"}.fa-caravan:before{content:"\\f8ff"}.fa-caret-down:before{content:"\\f0d7"}.fa-caret-left:before{content:"\\f0d9"}.fa-caret-right:before{content:"\\f0da"}.fa-caret-square-down:before{content:"\\f150"}.fa-caret-square-left:before{content:"\\f191"}.fa-caret-square-right:before{content:"\\f152"}.fa-caret-square-up:before{content:"\\f151"}.fa-caret-up:before{content:"\\f0d8"}.fa-carrot:before{content:"\\f787"}.fa-cart-arrow-down:before{content:"\\f218"}.fa-cart-plus:before{content:"\\f217"}.fa-cash-register:before{content:"\\f788"}.fa-cat:before{content:"\\f6be"}.fa-cc-amazon-pay:before{content:"\\f42d"}.fa-cc-amex:before{content:"\\f1f3"}.fa-cc-apple-pay:before{content:"\\f416"}.fa-cc-diners-club:before{content:"\\f24c"}.fa-cc-discover:before{content:"\\f1f2"}.fa-cc-jcb:before{content:"\\f24b"}.fa-cc-mastercard:before{content:"\\f1f1"}.fa-cc-paypal:before{content:"\\f1f4"}.fa-cc-stripe:before{content:"\\f1f5"}.fa-cc-visa:before{content:"\\f1f0"}.fa-centercode:before{content:"\\f380"}.fa-centos:before{content:"\\f789"}.fa-certificate:before{content:"\\f0a3"}.fa-chair:before{content:"\\f6c0"}.fa-chalkboard:before{content:"\\f51b"}.fa-chalkboard-teacher:before{content:"\\f51c"}.fa-charging-station:before{content:"\\f5e7"}.fa-chart-area:before{content:"\\f1fe"}.fa-chart-bar:before{content:"\\f080"}.fa-chart-line:before{content:"\\f201"}.fa-chart-pie:before{content:"\\f200"}.fa-check:before{content:"\\f00c"}.fa-check-circle:before{content:"\\f058"}.fa-check-double:before{content:"\\f560"}.fa-check-square:before{content:"\\f14a"}.fa-cheese:before{content:"\\f7ef"}.fa-chess:before{content:"\\f439"}.fa-chess-bishop:before{content:"\\f43a"}.fa-chess-board:before{content:"\\f43c"}.fa-chess-king:before{content:"\\f43f"}.fa-chess-knight:before{content:"\\f441"}.fa-chess-pawn:before{content:"\\f443"}.fa-chess-queen:before{content:"\\f445"}.fa-chess-rook:before{content:"\\f447"}.fa-chevron-circle-down:before{content:"\\f13a"}.fa-chevron-circle-left:before{content:"\\f137"}.fa-chevron-circle-right:before{content:"\\f138"}.fa-chevron-circle-up:before{content:"\\f139"}.fa-chevron-down:before{content:"\\f078"}.fa-chevron-left:before{content:"\\f053"}.fa-chevron-right:before{content:"\\f054"}.fa-chevron-up:before{content:"\\f077"}.fa-child:before{content:"\\f1ae"}.fa-chrome:before{content:"\\f268"}.fa-chromecast:before{content:"\\f838"}.fa-church:before{content:"\\f51d"}.fa-circle:before{content:"\\f111"}.fa-circle-notch:before{content:"\\f1ce"}.fa-city:before{content:"\\f64f"}.fa-clinic-medical:before{content:"\\f7f2"}.fa-clipboard:before{content:"\\f328"}.fa-clipboard-check:before{content:"\\f46c"}.fa-clipboard-list:before{content:"\\f46d"}.fa-clock:before{content:"\\f017"}.fa-clone:before{content:"\\f24d"}.fa-closed-captioning:before{content:"\\f20a"}.fa-cloud:before{content:"\\f0c2"}.fa-cloud-download-alt:before{content:"\\f381"}.fa-cloud-meatball:before{content:"\\f73b"}.fa-cloud-moon:before{content:"\\f6c3"}.fa-cloud-moon-rain:before{content:"\\f73c"}.fa-cloud-rain:before{content:"\\f73d"}.fa-cloud-showers-heavy:before{content:"\\f740"}.fa-cloud-sun:before{content:"\\f6c4"}.fa-cloud-sun-rain:before{content:"\\f743"}.fa-cloud-upload-alt:before{content:"\\f382"}.fa-cloudflare:before{content:"\\e07d"}.fa-cloudscale:before{content:"\\f383"}.fa-cloudsmith:before{content:"\\f384"}.fa-cloudversify:before{content:"\\f385"}.fa-cocktail:before{content:"\\f561"}.fa-code:before{content:"\\f121"}.fa-code-branch:before{content:"\\f126"}.fa-codepen:before{content:"\\f1cb"}.fa-codiepie:before{content:"\\f284"}.fa-coffee:before{content:"\\f0f4"}.fa-cog:before{content:"\\f013"}.fa-cogs:before{content:"\\f085"}.fa-coins:before{content:"\\f51e"}.fa-columns:before{content:"\\f0db"}.fa-comment:before{content:"\\f075"}.fa-comment-alt:before{content:"\\f27a"}.fa-comment-dollar:before{content:"\\f651"}.fa-comment-dots:before{content:"\\f4ad"}.fa-comment-medical:before{content:"\\f7f5"}.fa-comment-slash:before{content:"\\f4b3"}.fa-comments:before{content:"\\f086"}.fa-comments-dollar:before{content:"\\f653"}.fa-compact-disc:before{content:"\\f51f"}.fa-compass:before{content:"\\f14e"}.fa-compress:before{content:"\\f066"}.fa-compress-alt:before{content:"\\f422"}.fa-compress-arrows-alt:before{content:"\\f78c"}.fa-concierge-bell:before{content:"\\f562"}.fa-confluence:before{content:"\\f78d"}.fa-connectdevelop:before{content:"\\f20e"}.fa-contao:before{content:"\\f26d"}.fa-cookie:before{content:"\\f563"}.fa-cookie-bite:before{content:"\\f564"}.fa-copy:before{content:"\\f0c5"}.fa-copyright:before{content:"\\f1f9"}.fa-cotton-bureau:before{content:"\\f89e"}.fa-couch:before{content:"\\f4b8"}.fa-cpanel:before{content:"\\f388"}.fa-creative-commons:before{content:"\\f25e"}.fa-creative-commons-by:before{content:"\\f4e7"}.fa-creative-commons-nc:before{content:"\\f4e8"}.fa-creative-commons-nc-eu:before{content:"\\f4e9"}.fa-creative-commons-nc-jp:before{content:"\\f4ea"}.fa-creative-commons-nd:before{content:"\\f4eb"}.fa-creative-commons-pd:before{content:"\\f4ec"}.fa-creative-commons-pd-alt:before{content:"\\f4ed"}.fa-creative-commons-remix:before{content:"\\f4ee"}.fa-creative-commons-sa:before{content:"\\f4ef"}.fa-creative-commons-sampling:before{content:"\\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\\f4f1"}.fa-creative-commons-share:before{content:"\\f4f2"}.fa-creative-commons-zero:before{content:"\\f4f3"}.fa-credit-card:before{content:"\\f09d"}.fa-critical-role:before{content:"\\f6c9"}.fa-crop:before{content:"\\f125"}.fa-crop-alt:before{content:"\\f565"}.fa-cross:before{content:"\\f654"}.fa-crosshairs:before{content:"\\f05b"}.fa-crow:before{content:"\\f520"}.fa-crown:before{content:"\\f521"}.fa-crutch:before{content:"\\f7f7"}.fa-css3:before{content:"\\f13c"}.fa-css3-alt:before{content:"\\f38b"}.fa-cube:before{content:"\\f1b2"}.fa-cubes:before{content:"\\f1b3"}.fa-cut:before{content:"\\f0c4"}.fa-cuttlefish:before{content:"\\f38c"}.fa-d-and-d:before{content:"\\f38d"}.fa-d-and-d-beyond:before{content:"\\f6ca"}.fa-dailymotion:before{content:"\\e052"}.fa-dashcube:before{content:"\\f210"}.fa-database:before{content:"\\f1c0"}.fa-deaf:before{content:"\\f2a4"}.fa-deezer:before{content:"\\e077"}.fa-delicious:before{content:"\\f1a5"}.fa-democrat:before{content:"\\f747"}.fa-deploydog:before{content:"\\f38e"}.fa-deskpro:before{content:"\\f38f"}.fa-desktop:before{content:"\\f108"}.fa-dev:before{content:"\\f6cc"}.fa-deviantart:before{content:"\\f1bd"}.fa-dharmachakra:before{content:"\\f655"}.fa-dhl:before{content:"\\f790"}.fa-diagnoses:before{content:"\\f470"}.fa-diaspora:before{content:"\\f791"}.fa-dice:before{content:"\\f522"}.fa-dice-d20:before{content:"\\f6cf"}.fa-dice-d6:before{content:"\\f6d1"}.fa-dice-five:before{content:"\\f523"}.fa-dice-four:before{content:"\\f524"}.fa-dice-one:before{content:"\\f525"}.fa-dice-six:before{content:"\\f526"}.fa-dice-three:before{content:"\\f527"}.fa-dice-two:before{content:"\\f528"}.fa-digg:before{content:"\\f1a6"}.fa-digital-ocean:before{content:"\\f391"}.fa-digital-tachograph:before{content:"\\f566"}.fa-directions:before{content:"\\f5eb"}.fa-discord:before{content:"\\f392"}.fa-discourse:before{content:"\\f393"}.fa-disease:before{content:"\\f7fa"}.fa-divide:before{content:"\\f529"}.fa-dizzy:before{content:"\\f567"}.fa-dna:before{content:"\\f471"}.fa-dochub:before{content:"\\f394"}.fa-docker:before{content:"\\f395"}.fa-dog:before{content:"\\f6d3"}.fa-dollar-sign:before{content:"\\f155"}.fa-dolly:before{content:"\\f472"}.fa-dolly-flatbed:before{content:"\\f474"}.fa-donate:before{content:"\\f4b9"}.fa-door-closed:before{content:"\\f52a"}.fa-door-open:before{content:"\\f52b"}.fa-dot-circle:before{content:"\\f192"}.fa-dove:before{content:"\\f4ba"}.fa-download:before{content:"\\f019"}.fa-draft2digital:before{content:"\\f396"}.fa-drafting-compass:before{content:"\\f568"}.fa-dragon:before{content:"\\f6d5"}.fa-draw-polygon:before{content:"\\f5ee"}.fa-dribbble:before{content:"\\f17d"}.fa-dribbble-square:before{content:"\\f397"}.fa-dropbox:before{content:"\\f16b"}.fa-drum:before{content:"\\f569"}.fa-drum-steelpan:before{content:"\\f56a"}.fa-drumstick-bite:before{content:"\\f6d7"}.fa-drupal:before{content:"\\f1a9"}.fa-dumbbell:before{content:"\\f44b"}.fa-dumpster:before{content:"\\f793"}.fa-dumpster-fire:before{content:"\\f794"}.fa-dungeon:before{content:"\\f6d9"}.fa-dyalog:before{content:"\\f399"}.fa-earlybirds:before{content:"\\f39a"}.fa-ebay:before{content:"\\f4f4"}.fa-edge:before{content:"\\f282"}.fa-edge-legacy:before{content:"\\e078"}.fa-edit:before{content:"\\f044"}.fa-egg:before{content:"\\f7fb"}.fa-eject:before{content:"\\f052"}.fa-elementor:before{content:"\\f430"}.fa-ellipsis-h:before{content:"\\f141"}.fa-ellipsis-v:before{content:"\\f142"}.fa-ello:before{content:"\\f5f1"}.fa-ember:before{content:"\\f423"}.fa-empire:before{content:"\\f1d1"}.fa-envelope:before{content:"\\f0e0"}.fa-envelope-open:before{content:"\\f2b6"}.fa-envelope-open-text:before{content:"\\f658"}.fa-envelope-square:before{content:"\\f199"}.fa-envira:before{content:"\\f299"}.fa-equals:before{content:"\\f52c"}.fa-eraser:before{content:"\\f12d"}.fa-erlang:before{content:"\\f39d"}.fa-ethereum:before{content:"\\f42e"}.fa-ethernet:before{content:"\\f796"}.fa-etsy:before{content:"\\f2d7"}.fa-euro-sign:before{content:"\\f153"}.fa-evernote:before{content:"\\f839"}.fa-exchange-alt:before{content:"\\f362"}.fa-exclamation:before{content:"\\f12a"}.fa-exclamation-circle:before{content:"\\f06a"}.fa-exclamation-triangle:before{content:"\\f071"}.fa-expand:before{content:"\\f065"}.fa-expand-alt:before{content:"\\f424"}.fa-expand-arrows-alt:before{content:"\\f31e"}.fa-expeditedssl:before{content:"\\f23e"}.fa-external-link-alt:before{content:"\\f35d"}.fa-external-link-square-alt:before{content:"\\f360"}.fa-eye:before{content:"\\f06e"}.fa-eye-dropper:before{content:"\\f1fb"}.fa-eye-slash:before{content:"\\f070"}.fa-facebook:before{content:"\\f09a"}.fa-facebook-f:before{content:"\\f39e"}.fa-facebook-messenger:before{content:"\\f39f"}.fa-facebook-square:before{content:"\\f082"}.fa-fan:before{content:"\\f863"}.fa-fantasy-flight-games:before{content:"\\f6dc"}.fa-fast-backward:before{content:"\\f049"}.fa-fast-forward:before{content:"\\f050"}.fa-faucet:before{content:"\\e005"}.fa-fax:before{content:"\\f1ac"}.fa-feather:before{content:"\\f52d"}.fa-feather-alt:before{content:"\\f56b"}.fa-fedex:before{content:"\\f797"}.fa-fedora:before{content:"\\f798"}.fa-female:before{content:"\\f182"}.fa-fighter-jet:before{content:"\\f0fb"}.fa-figma:before{content:"\\f799"}.fa-file:before{content:"\\f15b"}.fa-file-alt:before{content:"\\f15c"}.fa-file-archive:before{content:"\\f1c6"}.fa-file-audio:before{content:"\\f1c7"}.fa-file-code:before{content:"\\f1c9"}.fa-file-contract:before{content:"\\f56c"}.fa-file-csv:before{content:"\\f6dd"}.fa-file-download:before{content:"\\f56d"}.fa-file-excel:before{content:"\\f1c3"}.fa-file-export:before{content:"\\f56e"}.fa-file-image:before{content:"\\f1c5"}.fa-file-import:before{content:"\\f56f"}.fa-file-invoice:before{content:"\\f570"}.fa-file-invoice-dollar:before{content:"\\f571"}.fa-file-medical:before{content:"\\f477"}.fa-file-medical-alt:before{content:"\\f478"}.fa-file-pdf:before{content:"\\f1c1"}.fa-file-powerpoint:before{content:"\\f1c4"}.fa-file-prescription:before{content:"\\f572"}.fa-file-signature:before{content:"\\f573"}.fa-file-upload:before{content:"\\f574"}.fa-file-video:before{content:"\\f1c8"}.fa-file-word:before{content:"\\f1c2"}.fa-fill:before{content:"\\f575"}.fa-fill-drip:before{content:"\\f576"}.fa-film:before{content:"\\f008"}.fa-filter:before{content:"\\f0b0"}.fa-fingerprint:before{content:"\\f577"}.fa-fire:before{content:"\\f06d"}.fa-fire-alt:before{content:"\\f7e4"}.fa-fire-extinguisher:before{content:"\\f134"}.fa-firefox:before{content:"\\f269"}.fa-firefox-browser:before{content:"\\e007"}.fa-first-aid:before{content:"\\f479"}.fa-first-order:before{content:"\\f2b0"}.fa-first-order-alt:before{content:"\\f50a"}.fa-firstdraft:before{content:"\\f3a1"}.fa-fish:before{content:"\\f578"}.fa-fist-raised:before{content:"\\f6de"}.fa-flag:before{content:"\\f024"}.fa-flag-checkered:before{content:"\\f11e"}.fa-flag-usa:before{content:"\\f74d"}.fa-flask:before{content:"\\f0c3"}.fa-flickr:before{content:"\\f16e"}.fa-flipboard:before{content:"\\f44d"}.fa-flushed:before{content:"\\f579"}.fa-fly:before{content:"\\f417"}.fa-folder:before{content:"\\f07b"}.fa-folder-minus:before{content:"\\f65d"}.fa-folder-open:before{content:"\\f07c"}.fa-folder-plus:before{content:"\\f65e"}.fa-font:before{content:"\\f031"}.fa-font-awesome:before{content:"\\f2b4"}.fa-font-awesome-alt:before{content:"\\f35c"}.fa-font-awesome-flag:before{content:"\\f425"}.fa-fonticons:before{content:"\\f280"}.fa-fonticons-fi:before{content:"\\f3a2"}.fa-football-ball:before{content:"\\f44e"}.fa-fort-awesome:before{content:"\\f286"}.fa-fort-awesome-alt:before{content:"\\f3a3"}.fa-forumbee:before{content:"\\f211"}.fa-forward:before{content:"\\f04e"}.fa-foursquare:before{content:"\\f180"}.fa-free-code-camp:before{content:"\\f2c5"}.fa-freebsd:before{content:"\\f3a4"}.fa-frog:before{content:"\\f52e"}.fa-frown:before{content:"\\f119"}.fa-frown-open:before{content:"\\f57a"}.fa-fulcrum:before{content:"\\f50b"}.fa-funnel-dollar:before{content:"\\f662"}.fa-futbol:before{content:"\\f1e3"}.fa-galactic-republic:before{content:"\\f50c"}.fa-galactic-senate:before{content:"\\f50d"}.fa-gamepad:before{content:"\\f11b"}.fa-gas-pump:before{content:"\\f52f"}.fa-gavel:before{content:"\\f0e3"}.fa-gem:before{content:"\\f3a5"}.fa-genderless:before{content:"\\f22d"}.fa-get-pocket:before{content:"\\f265"}.fa-gg:before{content:"\\f260"}.fa-gg-circle:before{content:"\\f261"}.fa-ghost:before{content:"\\f6e2"}.fa-gift:before{content:"\\f06b"}.fa-gifts:before{content:"\\f79c"}.fa-git:before{content:"\\f1d3"}.fa-git-alt:before{content:"\\f841"}.fa-git-square:before{content:"\\f1d2"}.fa-github:before{content:"\\f09b"}.fa-github-alt:before{content:"\\f113"}.fa-github-square:before{content:"\\f092"}.fa-gitkraken:before{content:"\\f3a6"}.fa-gitlab:before{content:"\\f296"}.fa-gitter:before{content:"\\f426"}.fa-glass-cheers:before{content:"\\f79f"}.fa-glass-martini:before{content:"\\f000"}.fa-glass-martini-alt:before{content:"\\f57b"}.fa-glass-whiskey:before{content:"\\f7a0"}.fa-glasses:before{content:"\\f530"}.fa-glide:before{content:"\\f2a5"}.fa-glide-g:before{content:"\\f2a6"}.fa-globe:before{content:"\\f0ac"}.fa-globe-africa:before{content:"\\f57c"}.fa-globe-americas:before{content:"\\f57d"}.fa-globe-asia:before{content:"\\f57e"}.fa-globe-europe:before{content:"\\f7a2"}.fa-gofore:before{content:"\\f3a7"}.fa-golf-ball:before{content:"\\f450"}.fa-goodreads:before{content:"\\f3a8"}.fa-goodreads-g:before{content:"\\f3a9"}.fa-google:before{content:"\\f1a0"}.fa-google-drive:before{content:"\\f3aa"}.fa-google-pay:before{content:"\\e079"}.fa-google-play:before{content:"\\f3ab"}.fa-google-plus:before{content:"\\f2b3"}.fa-google-plus-g:before{content:"\\f0d5"}.fa-google-plus-square:before{content:"\\f0d4"}.fa-google-wallet:before{content:"\\f1ee"}.fa-gopuram:before{content:"\\f664"}.fa-graduation-cap:before{content:"\\f19d"}.fa-gratipay:before{content:"\\f184"}.fa-grav:before{content:"\\f2d6"}.fa-greater-than:before{content:"\\f531"}.fa-greater-than-equal:before{content:"\\f532"}.fa-grimace:before{content:"\\f57f"}.fa-grin:before{content:"\\f580"}.fa-grin-alt:before{content:"\\f581"}.fa-grin-beam:before{content:"\\f582"}.fa-grin-beam-sweat:before{content:"\\f583"}.fa-grin-hearts:before{content:"\\f584"}.fa-grin-squint:before{content:"\\f585"}.fa-grin-squint-tears:before{content:"\\f586"}.fa-grin-stars:before{content:"\\f587"}.fa-grin-tears:before{content:"\\f588"}.fa-grin-tongue:before{content:"\\f589"}.fa-grin-tongue-squint:before{content:"\\f58a"}.fa-grin-tongue-wink:before{content:"\\f58b"}.fa-grin-wink:before{content:"\\f58c"}.fa-grip-horizontal:before{content:"\\f58d"}.fa-grip-lines:before{content:"\\f7a4"}.fa-grip-lines-vertical:before{content:"\\f7a5"}.fa-grip-vertical:before{content:"\\f58e"}.fa-gripfire:before{content:"\\f3ac"}.fa-grunt:before{content:"\\f3ad"}.fa-guilded:before{content:"\\e07e"}.fa-guitar:before{content:"\\f7a6"}.fa-gulp:before{content:"\\f3ae"}.fa-h-square:before{content:"\\f0fd"}.fa-hacker-news:before{content:"\\f1d4"}.fa-hacker-news-square:before{content:"\\f3af"}.fa-hackerrank:before{content:"\\f5f7"}.fa-hamburger:before{content:"\\f805"}.fa-hammer:before{content:"\\f6e3"}.fa-hamsa:before{content:"\\f665"}.fa-hand-holding:before{content:"\\f4bd"}.fa-hand-holding-heart:before{content:"\\f4be"}.fa-hand-holding-medical:before{content:"\\e05c"}.fa-hand-holding-usd:before{content:"\\f4c0"}.fa-hand-holding-water:before{content:"\\f4c1"}.fa-hand-lizard:before{content:"\\f258"}.fa-hand-middle-finger:before{content:"\\f806"}.fa-hand-paper:before{content:"\\f256"}.fa-hand-peace:before{content:"\\f25b"}.fa-hand-point-down:before{content:"\\f0a7"}.fa-hand-point-left:before{content:"\\f0a5"}.fa-hand-point-right:before{content:"\\f0a4"}.fa-hand-point-up:before{content:"\\f0a6"}.fa-hand-pointer:before{content:"\\f25a"}.fa-hand-rock:before{content:"\\f255"}.fa-hand-scissors:before{content:"\\f257"}.fa-hand-sparkles:before{content:"\\e05d"}.fa-hand-spock:before{content:"\\f259"}.fa-hands:before{content:"\\f4c2"}.fa-hands-helping:before{content:"\\f4c4"}.fa-hands-wash:before{content:"\\e05e"}.fa-handshake:before{content:"\\f2b5"}.fa-handshake-alt-slash:before{content:"\\e05f"}.fa-handshake-slash:before{content:"\\e060"}.fa-hanukiah:before{content:"\\f6e6"}.fa-hard-hat:before{content:"\\f807"}.fa-hashtag:before{content:"\\f292"}.fa-hat-cowboy:before{content:"\\f8c0"}.fa-hat-cowboy-side:before{content:"\\f8c1"}.fa-hat-wizard:before{content:"\\f6e8"}.fa-hdd:before{content:"\\f0a0"}.fa-head-side-cough:before{content:"\\e061"}.fa-head-side-cough-slash:before{content:"\\e062"}.fa-head-side-mask:before{content:"\\e063"}.fa-head-side-virus:before{content:"\\e064"}.fa-heading:before{content:"\\f1dc"}.fa-headphones:before{content:"\\f025"}.fa-headphones-alt:before{content:"\\f58f"}.fa-headset:before{content:"\\f590"}.fa-heart:before{content:"\\f004"}.fa-heart-broken:before{content:"\\f7a9"}.fa-heartbeat:before{content:"\\f21e"}.fa-helicopter:before{content:"\\f533"}.fa-highlighter:before{content:"\\f591"}.fa-hiking:before{content:"\\f6ec"}.fa-hippo:before{content:"\\f6ed"}.fa-hips:before{content:"\\f452"}.fa-hire-a-helper:before{content:"\\f3b0"}.fa-history:before{content:"\\f1da"}.fa-hive:before{content:"\\e07f"}.fa-hockey-puck:before{content:"\\f453"}.fa-holly-berry:before{content:"\\f7aa"}.fa-home:before{content:"\\f015"}.fa-hooli:before{content:"\\f427"}.fa-hornbill:before{content:"\\f592"}.fa-horse:before{content:"\\f6f0"}.fa-horse-head:before{content:"\\f7ab"}.fa-hospital:before{content:"\\f0f8"}.fa-hospital-alt:before{content:"\\f47d"}.fa-hospital-symbol:before{content:"\\f47e"}.fa-hospital-user:before{content:"\\f80d"}.fa-hot-tub:before{content:"\\f593"}.fa-hotdog:before{content:"\\f80f"}.fa-hotel:before{content:"\\f594"}.fa-hotjar:before{content:"\\f3b1"}.fa-hourglass:before{content:"\\f254"}.fa-hourglass-end:before{content:"\\f253"}.fa-hourglass-half:before{content:"\\f252"}.fa-hourglass-start:before{content:"\\f251"}.fa-house-damage:before{content:"\\f6f1"}.fa-house-user:before{content:"\\e065"}.fa-houzz:before{content:"\\f27c"}.fa-hryvnia:before{content:"\\f6f2"}.fa-html5:before{content:"\\f13b"}.fa-hubspot:before{content:"\\f3b2"}.fa-i-cursor:before{content:"\\f246"}.fa-ice-cream:before{content:"\\f810"}.fa-icicles:before{content:"\\f7ad"}.fa-icons:before{content:"\\f86d"}.fa-id-badge:before{content:"\\f2c1"}.fa-id-card:before{content:"\\f2c2"}.fa-id-card-alt:before{content:"\\f47f"}.fa-ideal:before{content:"\\e013"}.fa-igloo:before{content:"\\f7ae"}.fa-image:before{content:"\\f03e"}.fa-images:before{content:"\\f302"}.fa-imdb:before{content:"\\f2d8"}.fa-inbox:before{content:"\\f01c"}.fa-indent:before{content:"\\f03c"}.fa-industry:before{content:"\\f275"}.fa-infinity:before{content:"\\f534"}.fa-info:before{content:"\\f129"}.fa-info-circle:before{content:"\\f05a"}.fa-innosoft:before{content:"\\e080"}.fa-instagram:before{content:"\\f16d"}.fa-instagram-square:before{content:"\\e055"}.fa-instalod:before{content:"\\e081"}.fa-intercom:before{content:"\\f7af"}.fa-internet-explorer:before{content:"\\f26b"}.fa-invision:before{content:"\\f7b0"}.fa-ioxhost:before{content:"\\f208"}.fa-italic:before{content:"\\f033"}.fa-itch-io:before{content:"\\f83a"}.fa-itunes:before{content:"\\f3b4"}.fa-itunes-note:before{content:"\\f3b5"}.fa-java:before{content:"\\f4e4"}.fa-jedi:before{content:"\\f669"}.fa-jedi-order:before{content:"\\f50e"}.fa-jenkins:before{content:"\\f3b6"}.fa-jira:before{content:"\\f7b1"}.fa-joget:before{content:"\\f3b7"}.fa-joint:before{content:"\\f595"}.fa-joomla:before{content:"\\f1aa"}.fa-journal-whills:before{content:"\\f66a"}.fa-js:before{content:"\\f3b8"}.fa-js-square:before{content:"\\f3b9"}.fa-jsfiddle:before{content:"\\f1cc"}.fa-kaaba:before{content:"\\f66b"}.fa-kaggle:before{content:"\\f5fa"}.fa-key:before{content:"\\f084"}.fa-keybase:before{content:"\\f4f5"}.fa-keyboard:before{content:"\\f11c"}.fa-keycdn:before{content:"\\f3ba"}.fa-khanda:before{content:"\\f66d"}.fa-kickstarter:before{content:"\\f3bb"}.fa-kickstarter-k:before{content:"\\f3bc"}.fa-kiss:before{content:"\\f596"}.fa-kiss-beam:before{content:"\\f597"}.fa-kiss-wink-heart:before{content:"\\f598"}.fa-kiwi-bird:before{content:"\\f535"}.fa-korvue:before{content:"\\f42f"}.fa-landmark:before{content:"\\f66f"}.fa-language:before{content:"\\f1ab"}.fa-laptop:before{content:"\\f109"}.fa-laptop-code:before{content:"\\f5fc"}.fa-laptop-house:before{content:"\\e066"}.fa-laptop-medical:before{content:"\\f812"}.fa-laravel:before{content:"\\f3bd"}.fa-lastfm:before{content:"\\f202"}.fa-lastfm-square:before{content:"\\f203"}.fa-laugh:before{content:"\\f599"}.fa-laugh-beam:before{content:"\\f59a"}.fa-laugh-squint:before{content:"\\f59b"}.fa-laugh-wink:before{content:"\\f59c"}.fa-layer-group:before{content:"\\f5fd"}.fa-leaf:before{content:"\\f06c"}.fa-leanpub:before{content:"\\f212"}.fa-lemon:before{content:"\\f094"}.fa-less:before{content:"\\f41d"}.fa-less-than:before{content:"\\f536"}.fa-less-than-equal:before{content:"\\f537"}.fa-level-down-alt:before{content:"\\f3be"}.fa-level-up-alt:before{content:"\\f3bf"}.fa-life-ring:before{content:"\\f1cd"}.fa-lightbulb:before{content:"\\f0eb"}.fa-line:before{content:"\\f3c0"}.fa-link:before{content:"\\f0c1"}.fa-linkedin:before{content:"\\f08c"}.fa-linkedin-in:before{content:"\\f0e1"}.fa-linode:before{content:"\\f2b8"}.fa-linux:before{content:"\\f17c"}.fa-lira-sign:before{content:"\\f195"}.fa-list:before{content:"\\f03a"}.fa-list-alt:before{content:"\\f022"}.fa-list-ol:before{content:"\\f0cb"}.fa-list-ul:before{content:"\\f0ca"}.fa-location-arrow:before{content:"\\f124"}.fa-lock:before{content:"\\f023"}.fa-lock-open:before{content:"\\f3c1"}.fa-long-arrow-alt-down:before{content:"\\f309"}.fa-long-arrow-alt-left:before{content:"\\f30a"}.fa-long-arrow-alt-right:before{content:"\\f30b"}.fa-long-arrow-alt-up:before{content:"\\f30c"}.fa-low-vision:before{content:"\\f2a8"}.fa-luggage-cart:before{content:"\\f59d"}.fa-lungs:before{content:"\\f604"}.fa-lungs-virus:before{content:"\\e067"}.fa-lyft:before{content:"\\f3c3"}.fa-magento:before{content:"\\f3c4"}.fa-magic:before{content:"\\f0d0"}.fa-magnet:before{content:"\\f076"}.fa-mail-bulk:before{content:"\\f674"}.fa-mailchimp:before{content:"\\f59e"}.fa-male:before{content:"\\f183"}.fa-mandalorian:before{content:"\\f50f"}.fa-map:before{content:"\\f279"}.fa-map-marked:before{content:"\\f59f"}.fa-map-marked-alt:before{content:"\\f5a0"}.fa-map-marker:before{content:"\\f041"}.fa-map-marker-alt:before{content:"\\f3c5"}.fa-map-pin:before{content:"\\f276"}.fa-map-signs:before{content:"\\f277"}.fa-markdown:before{content:"\\f60f"}.fa-marker:before{content:"\\f5a1"}.fa-mars:before{content:"\\f222"}.fa-mars-double:before{content:"\\f227"}.fa-mars-stroke:before{content:"\\f229"}.fa-mars-stroke-h:before{content:"\\f22b"}.fa-mars-stroke-v:before{content:"\\f22a"}.fa-mask:before{content:"\\f6fa"}.fa-mastodon:before{content:"\\f4f6"}.fa-maxcdn:before{content:"\\f136"}.fa-mdb:before{content:"\\f8ca"}.fa-medal:before{content:"\\f5a2"}.fa-medapps:before{content:"\\f3c6"}.fa-medium:before{content:"\\f23a"}.fa-medium-m:before{content:"\\f3c7"}.fa-medkit:before{content:"\\f0fa"}.fa-medrt:before{content:"\\f3c8"}.fa-meetup:before{content:"\\f2e0"}.fa-megaport:before{content:"\\f5a3"}.fa-meh:before{content:"\\f11a"}.fa-meh-blank:before{content:"\\f5a4"}.fa-meh-rolling-eyes:before{content:"\\f5a5"}.fa-memory:before{content:"\\f538"}.fa-mendeley:before{content:"\\f7b3"}.fa-menorah:before{content:"\\f676"}.fa-mercury:before{content:"\\f223"}.fa-meteor:before{content:"\\f753"}.fa-microblog:before{content:"\\e01a"}.fa-microchip:before{content:"\\f2db"}.fa-microphone:before{content:"\\f130"}.fa-microphone-alt:before{content:"\\f3c9"}.fa-microphone-alt-slash:before{content:"\\f539"}.fa-microphone-slash:before{content:"\\f131"}.fa-microscope:before{content:"\\f610"}.fa-microsoft:before{content:"\\f3ca"}.fa-minus:before{content:"\\f068"}.fa-minus-circle:before{content:"\\f056"}.fa-minus-square:before{content:"\\f146"}.fa-mitten:before{content:"\\f7b5"}.fa-mix:before{content:"\\f3cb"}.fa-mixcloud:before{content:"\\f289"}.fa-mixer:before{content:"\\e056"}.fa-mizuni:before{content:"\\f3cc"}.fa-mobile:before{content:"\\f10b"}.fa-mobile-alt:before{content:"\\f3cd"}.fa-modx:before{content:"\\f285"}.fa-monero:before{content:"\\f3d0"}.fa-money-bill:before{content:"\\f0d6"}.fa-money-bill-alt:before{content:"\\f3d1"}.fa-money-bill-wave:before{content:"\\f53a"}.fa-money-bill-wave-alt:before{content:"\\f53b"}.fa-money-check:before{content:"\\f53c"}.fa-money-check-alt:before{content:"\\f53d"}.fa-monument:before{content:"\\f5a6"}.fa-moon:before{content:"\\f186"}.fa-mortar-pestle:before{content:"\\f5a7"}.fa-mosque:before{content:"\\f678"}.fa-motorcycle:before{content:"\\f21c"}.fa-mountain:before{content:"\\f6fc"}.fa-mouse:before{content:"\\f8cc"}.fa-mouse-pointer:before{content:"\\f245"}.fa-mug-hot:before{content:"\\f7b6"}.fa-music:before{content:"\\f001"}.fa-napster:before{content:"\\f3d2"}.fa-neos:before{content:"\\f612"}.fa-network-wired:before{content:"\\f6ff"}.fa-neuter:before{content:"\\f22c"}.fa-newspaper:before{content:"\\f1ea"}.fa-nimblr:before{content:"\\f5a8"}.fa-node:before{content:"\\f419"}.fa-node-js:before{content:"\\f3d3"}.fa-not-equal:before{content:"\\f53e"}.fa-notes-medical:before{content:"\\f481"}.fa-npm:before{content:"\\f3d4"}.fa-ns8:before{content:"\\f3d5"}.fa-nutritionix:before{content:"\\f3d6"}.fa-object-group:before{content:"\\f247"}.fa-object-ungroup:before{content:"\\f248"}.fa-octopus-deploy:before{content:"\\e082"}.fa-odnoklassniki:before{content:"\\f263"}.fa-odnoklassniki-square:before{content:"\\f264"}.fa-oil-can:before{content:"\\f613"}.fa-old-republic:before{content:"\\f510"}.fa-om:before{content:"\\f679"}.fa-opencart:before{content:"\\f23d"}.fa-openid:before{content:"\\f19b"}.fa-opera:before{content:"\\f26a"}.fa-optin-monster:before{content:"\\f23c"}.fa-orcid:before{content:"\\f8d2"}.fa-osi:before{content:"\\f41a"}.fa-otter:before{content:"\\f700"}.fa-outdent:before{content:"\\f03b"}.fa-page4:before{content:"\\f3d7"}.fa-pagelines:before{content:"\\f18c"}.fa-pager:before{content:"\\f815"}.fa-paint-brush:before{content:"\\f1fc"}.fa-paint-roller:before{content:"\\f5aa"}.fa-palette:before{content:"\\f53f"}.fa-palfed:before{content:"\\f3d8"}.fa-pallet:before{content:"\\f482"}.fa-paper-plane:before{content:"\\f1d8"}.fa-paperclip:before{content:"\\f0c6"}.fa-parachute-box:before{content:"\\f4cd"}.fa-paragraph:before{content:"\\f1dd"}.fa-parking:before{content:"\\f540"}.fa-passport:before{content:"\\f5ab"}.fa-pastafarianism:before{content:"\\f67b"}.fa-paste:before{content:"\\f0ea"}.fa-patreon:before{content:"\\f3d9"}.fa-pause:before{content:"\\f04c"}.fa-pause-circle:before{content:"\\f28b"}.fa-paw:before{content:"\\f1b0"}.fa-paypal:before{content:"\\f1ed"}.fa-peace:before{content:"\\f67c"}.fa-pen:before{content:"\\f304"}.fa-pen-alt:before{content:"\\f305"}.fa-pen-fancy:before{content:"\\f5ac"}.fa-pen-nib:before{content:"\\f5ad"}.fa-pen-square:before{content:"\\f14b"}.fa-pencil-alt:before{content:"\\f303"}.fa-pencil-ruler:before{content:"\\f5ae"}.fa-penny-arcade:before{content:"\\f704"}.fa-people-arrows:before{content:"\\e068"}.fa-people-carry:before{content:"\\f4ce"}.fa-pepper-hot:before{content:"\\f816"}.fa-perbyte:before{content:"\\e083"}.fa-percent:before{content:"\\f295"}.fa-percentage:before{content:"\\f541"}.fa-periscope:before{content:"\\f3da"}.fa-person-booth:before{content:"\\f756"}.fa-phabricator:before{content:"\\f3db"}.fa-phoenix-framework:before{content:"\\f3dc"}.fa-phoenix-squadron:before{content:"\\f511"}.fa-phone:before{content:"\\f095"}.fa-phone-alt:before{content:"\\f879"}.fa-phone-slash:before{content:"\\f3dd"}.fa-phone-square:before{content:"\\f098"}.fa-phone-square-alt:before{content:"\\f87b"}.fa-phone-volume:before{content:"\\f2a0"}.fa-photo-video:before{content:"\\f87c"}.fa-php:before{content:"\\f457"}.fa-pied-piper:before{content:"\\f2ae"}.fa-pied-piper-alt:before{content:"\\f1a8"}.fa-pied-piper-hat:before{content:"\\f4e5"}.fa-pied-piper-pp:before{content:"\\f1a7"}.fa-pied-piper-square:before{content:"\\e01e"}.fa-piggy-bank:before{content:"\\f4d3"}.fa-pills:before{content:"\\f484"}.fa-pinterest:before{content:"\\f0d2"}.fa-pinterest-p:before{content:"\\f231"}.fa-pinterest-square:before{content:"\\f0d3"}.fa-pizza-slice:before{content:"\\f818"}.fa-place-of-worship:before{content:"\\f67f"}.fa-plane:before{content:"\\f072"}.fa-plane-arrival:before{content:"\\f5af"}.fa-plane-departure:before{content:"\\f5b0"}.fa-plane-slash:before{content:"\\e069"}.fa-play:before{content:"\\f04b"}.fa-play-circle:before{content:"\\f144"}.fa-playstation:before{content:"\\f3df"}.fa-plug:before{content:"\\f1e6"}.fa-plus:before{content:"\\f067"}.fa-plus-circle:before{content:"\\f055"}.fa-plus-square:before{content:"\\f0fe"}.fa-podcast:before{content:"\\f2ce"}.fa-poll:before{content:"\\f681"}.fa-poll-h:before{content:"\\f682"}.fa-poo:before{content:"\\f2fe"}.fa-poo-storm:before{content:"\\f75a"}.fa-poop:before{content:"\\f619"}.fa-portrait:before{content:"\\f3e0"}.fa-pound-sign:before{content:"\\f154"}.fa-power-off:before{content:"\\f011"}.fa-pray:before{content:"\\f683"}.fa-praying-hands:before{content:"\\f684"}.fa-prescription:before{content:"\\f5b1"}.fa-prescription-bottle:before{content:"\\f485"}.fa-prescription-bottle-alt:before{content:"\\f486"}.fa-print:before{content:"\\f02f"}.fa-procedures:before{content:"\\f487"}.fa-product-hunt:before{content:"\\f288"}.fa-project-diagram:before{content:"\\f542"}.fa-pump-medical:before{content:"\\e06a"}.fa-pump-soap:before{content:"\\e06b"}.fa-pushed:before{content:"\\f3e1"}.fa-puzzle-piece:before{content:"\\f12e"}.fa-python:before{content:"\\f3e2"}.fa-qq:before{content:"\\f1d6"}.fa-qrcode:before{content:"\\f029"}.fa-question:before{content:"\\f128"}.fa-question-circle:before{content:"\\f059"}.fa-quidditch:before{content:"\\f458"}.fa-quinscape:before{content:"\\f459"}.fa-quora:before{content:"\\f2c4"}.fa-quote-left:before{content:"\\f10d"}.fa-quote-right:before{content:"\\f10e"}.fa-quran:before{content:"\\f687"}.fa-r-project:before{content:"\\f4f7"}.fa-radiation:before{content:"\\f7b9"}.fa-radiation-alt:before{content:"\\f7ba"}.fa-rainbow:before{content:"\\f75b"}.fa-random:before{content:"\\f074"}.fa-raspberry-pi:before{content:"\\f7bb"}.fa-ravelry:before{content:"\\f2d9"}.fa-react:before{content:"\\f41b"}.fa-reacteurope:before{content:"\\f75d"}.fa-readme:before{content:"\\f4d5"}.fa-rebel:before{content:"\\f1d0"}.fa-receipt:before{content:"\\f543"}.fa-record-vinyl:before{content:"\\f8d9"}.fa-recycle:before{content:"\\f1b8"}.fa-red-river:before{content:"\\f3e3"}.fa-reddit:before{content:"\\f1a1"}.fa-reddit-alien:before{content:"\\f281"}.fa-reddit-square:before{content:"\\f1a2"}.fa-redhat:before{content:"\\f7bc"}.fa-redo:before{content:"\\f01e"}.fa-redo-alt:before{content:"\\f2f9"}.fa-registered:before{content:"\\f25d"}.fa-remove-format:before{content:"\\f87d"}.fa-renren:before{content:"\\f18b"}.fa-reply:before{content:"\\f3e5"}.fa-reply-all:before{content:"\\f122"}.fa-replyd:before{content:"\\f3e6"}.fa-republican:before{content:"\\f75e"}.fa-researchgate:before{content:"\\f4f8"}.fa-resolving:before{content:"\\f3e7"}.fa-restroom:before{content:"\\f7bd"}.fa-retweet:before{content:"\\f079"}.fa-rev:before{content:"\\f5b2"}.fa-ribbon:before{content:"\\f4d6"}.fa-ring:before{content:"\\f70b"}.fa-road:before{content:"\\f018"}.fa-robot:before{content:"\\f544"}.fa-rocket:before{content:"\\f135"}.fa-rocketchat:before{content:"\\f3e8"}.fa-rockrms:before{content:"\\f3e9"}.fa-route:before{content:"\\f4d7"}.fa-rss:before{content:"\\f09e"}.fa-rss-square:before{content:"\\f143"}.fa-ruble-sign:before{content:"\\f158"}.fa-ruler:before{content:"\\f545"}.fa-ruler-combined:before{content:"\\f546"}.fa-ruler-horizontal:before{content:"\\f547"}.fa-ruler-vertical:before{content:"\\f548"}.fa-running:before{content:"\\f70c"}.fa-rupee-sign:before{content:"\\f156"}.fa-rust:before{content:"\\e07a"}.fa-sad-cry:before{content:"\\f5b3"}.fa-sad-tear:before{content:"\\f5b4"}.fa-safari:before{content:"\\f267"}.fa-salesforce:before{content:"\\f83b"}.fa-sass:before{content:"\\f41e"}.fa-satellite:before{content:"\\f7bf"}.fa-satellite-dish:before{content:"\\f7c0"}.fa-save:before{content:"\\f0c7"}.fa-schlix:before{content:"\\f3ea"}.fa-school:before{content:"\\f549"}.fa-screwdriver:before{content:"\\f54a"}.fa-scribd:before{content:"\\f28a"}.fa-scroll:before{content:"\\f70e"}.fa-sd-card:before{content:"\\f7c2"}.fa-search:before{content:"\\f002"}.fa-search-dollar:before{content:"\\f688"}.fa-search-location:before{content:"\\f689"}.fa-search-minus:before{content:"\\f010"}.fa-search-plus:before{content:"\\f00e"}.fa-searchengin:before{content:"\\f3eb"}.fa-seedling:before{content:"\\f4d8"}.fa-sellcast:before{content:"\\f2da"}.fa-sellsy:before{content:"\\f213"}.fa-server:before{content:"\\f233"}.fa-servicestack:before{content:"\\f3ec"}.fa-shapes:before{content:"\\f61f"}.fa-share:before{content:"\\f064"}.fa-share-alt:before{content:"\\f1e0"}.fa-share-alt-square:before{content:"\\f1e1"}.fa-share-square:before{content:"\\f14d"}.fa-shekel-sign:before{content:"\\f20b"}.fa-shield-alt:before{content:"\\f3ed"}.fa-shield-virus:before{content:"\\e06c"}.fa-ship:before{content:"\\f21a"}.fa-shipping-fast:before{content:"\\f48b"}.fa-shirtsinbulk:before{content:"\\f214"}.fa-shoe-prints:before{content:"\\f54b"}.fa-shopify:before{content:"\\e057"}.fa-shopping-bag:before{content:"\\f290"}.fa-shopping-basket:before{content:"\\f291"}.fa-shopping-cart:before{content:"\\f07a"}.fa-shopware:before{content:"\\f5b5"}.fa-shower:before{content:"\\f2cc"}.fa-shuttle-van:before{content:"\\f5b6"}.fa-sign:before{content:"\\f4d9"}.fa-sign-in-alt:before{content:"\\f2f6"}.fa-sign-language:before{content:"\\f2a7"}.fa-sign-out-alt:before{content:"\\f2f5"}.fa-signal:before{content:"\\f012"}.fa-signature:before{content:"\\f5b7"}.fa-sim-card:before{content:"\\f7c4"}.fa-simplybuilt:before{content:"\\f215"}.fa-sink:before{content:"\\e06d"}.fa-sistrix:before{content:"\\f3ee"}.fa-sitemap:before{content:"\\f0e8"}.fa-sith:before{content:"\\f512"}.fa-skating:before{content:"\\f7c5"}.fa-sketch:before{content:"\\f7c6"}.fa-skiing:before{content:"\\f7c9"}.fa-skiing-nordic:before{content:"\\f7ca"}.fa-skull:before{content:"\\f54c"}.fa-skull-crossbones:before{content:"\\f714"}.fa-skyatlas:before{content:"\\f216"}.fa-skype:before{content:"\\f17e"}.fa-slack:before{content:"\\f198"}.fa-slack-hash:before{content:"\\f3ef"}.fa-slash:before{content:"\\f715"}.fa-sleigh:before{content:"\\f7cc"}.fa-sliders-h:before{content:"\\f1de"}.fa-slideshare:before{content:"\\f1e7"}.fa-smile:before{content:"\\f118"}.fa-smile-beam:before{content:"\\f5b8"}.fa-smile-wink:before{content:"\\f4da"}.fa-smog:before{content:"\\f75f"}.fa-smoking:before{content:"\\f48d"}.fa-smoking-ban:before{content:"\\f54d"}.fa-sms:before{content:"\\f7cd"}.fa-snapchat:before{content:"\\f2ab"}.fa-snapchat-ghost:before{content:"\\f2ac"}.fa-snapchat-square:before{content:"\\f2ad"}.fa-snowboarding:before{content:"\\f7ce"}.fa-snowflake:before{content:"\\f2dc"}.fa-snowman:before{content:"\\f7d0"}.fa-snowplow:before{content:"\\f7d2"}.fa-soap:before{content:"\\e06e"}.fa-socks:before{content:"\\f696"}.fa-solar-panel:before{content:"\\f5ba"}.fa-sort:before{content:"\\f0dc"}.fa-sort-alpha-down:before{content:"\\f15d"}.fa-sort-alpha-down-alt:before{content:"\\f881"}.fa-sort-alpha-up:before{content:"\\f15e"}.fa-sort-alpha-up-alt:before{content:"\\f882"}.fa-sort-amount-down:before{content:"\\f160"}.fa-sort-amount-down-alt:before{content:"\\f884"}.fa-sort-amount-up:before{content:"\\f161"}.fa-sort-amount-up-alt:before{content:"\\f885"}.fa-sort-down:before{content:"\\f0dd"}.fa-sort-numeric-down:before{content:"\\f162"}.fa-sort-numeric-down-alt:before{content:"\\f886"}.fa-sort-numeric-up:before{content:"\\f163"}.fa-sort-numeric-up-alt:before{content:"\\f887"}.fa-sort-up:before{content:"\\f0de"}.fa-soundcloud:before{content:"\\f1be"}.fa-sourcetree:before{content:"\\f7d3"}.fa-spa:before{content:"\\f5bb"}.fa-space-shuttle:before{content:"\\f197"}.fa-speakap:before{content:"\\f3f3"}.fa-speaker-deck:before{content:"\\f83c"}.fa-spell-check:before{content:"\\f891"}.fa-spider:before{content:"\\f717"}.fa-spinner:before{content:"\\f110"}.fa-splotch:before{content:"\\f5bc"}.fa-spotify:before{content:"\\f1bc"}.fa-spray-can:before{content:"\\f5bd"}.fa-square:before{content:"\\f0c8"}.fa-square-full:before{content:"\\f45c"}.fa-square-root-alt:before{content:"\\f698"}.fa-squarespace:before{content:"\\f5be"}.fa-stack-exchange:before{content:"\\f18d"}.fa-stack-overflow:before{content:"\\f16c"}.fa-stackpath:before{content:"\\f842"}.fa-stamp:before{content:"\\f5bf"}.fa-star:before{content:"\\f005"}.fa-star-and-crescent:before{content:"\\f699"}.fa-star-half:before{content:"\\f089"}.fa-star-half-alt:before{content:"\\f5c0"}.fa-star-of-david:before{content:"\\f69a"}.fa-star-of-life:before{content:"\\f621"}.fa-staylinked:before{content:"\\f3f5"}.fa-steam:before{content:"\\f1b6"}.fa-steam-square:before{content:"\\f1b7"}.fa-steam-symbol:before{content:"\\f3f6"}.fa-step-backward:before{content:"\\f048"}.fa-step-forward:before{content:"\\f051"}.fa-stethoscope:before{content:"\\f0f1"}.fa-sticker-mule:before{content:"\\f3f7"}.fa-sticky-note:before{content:"\\f249"}.fa-stop:before{content:"\\f04d"}.fa-stop-circle:before{content:"\\f28d"}.fa-stopwatch:before{content:"\\f2f2"}.fa-stopwatch-20:before{content:"\\e06f"}.fa-store:before{content:"\\f54e"}.fa-store-alt:before{content:"\\f54f"}.fa-store-alt-slash:before{content:"\\e070"}.fa-store-slash:before{content:"\\e071"}.fa-strava:before{content:"\\f428"}.fa-stream:before{content:"\\f550"}.fa-street-view:before{content:"\\f21d"}.fa-strikethrough:before{content:"\\f0cc"}.fa-stripe:before{content:"\\f429"}.fa-stripe-s:before{content:"\\f42a"}.fa-stroopwafel:before{content:"\\f551"}.fa-studiovinari:before{content:"\\f3f8"}.fa-stumbleupon:before{content:"\\f1a4"}.fa-stumbleupon-circle:before{content:"\\f1a3"}.fa-subscript:before{content:"\\f12c"}.fa-subway:before{content:"\\f239"}.fa-suitcase:before{content:"\\f0f2"}.fa-suitcase-rolling:before{content:"\\f5c1"}.fa-sun:before{content:"\\f185"}.fa-superpowers:before{content:"\\f2dd"}.fa-superscript:before{content:"\\f12b"}.fa-supple:before{content:"\\f3f9"}.fa-surprise:before{content:"\\f5c2"}.fa-suse:before{content:"\\f7d6"}.fa-swatchbook:before{content:"\\f5c3"}.fa-swift:before{content:"\\f8e1"}.fa-swimmer:before{content:"\\f5c4"}.fa-swimming-pool:before{content:"\\f5c5"}.fa-symfony:before{content:"\\f83d"}.fa-synagogue:before{content:"\\f69b"}.fa-sync:before{content:"\\f021"}.fa-sync-alt:before{content:"\\f2f1"}.fa-syringe:before{content:"\\f48e"}.fa-table:before{content:"\\f0ce"}.fa-table-tennis:before{content:"\\f45d"}.fa-tablet:before{content:"\\f10a"}.fa-tablet-alt:before{content:"\\f3fa"}.fa-tablets:before{content:"\\f490"}.fa-tachometer-alt:before{content:"\\f3fd"}.fa-tag:before{content:"\\f02b"}.fa-tags:before{content:"\\f02c"}.fa-tape:before{content:"\\f4db"}.fa-tasks:before{content:"\\f0ae"}.fa-taxi:before{content:"\\f1ba"}.fa-teamspeak:before{content:"\\f4f9"}.fa-teeth:before{content:"\\f62e"}.fa-teeth-open:before{content:"\\f62f"}.fa-telegram:before{content:"\\f2c6"}.fa-telegram-plane:before{content:"\\f3fe"}.fa-temperature-high:before{content:"\\f769"}.fa-temperature-low:before{content:"\\f76b"}.fa-tencent-weibo:before{content:"\\f1d5"}.fa-tenge:before{content:"\\f7d7"}.fa-terminal:before{content:"\\f120"}.fa-text-height:before{content:"\\f034"}.fa-text-width:before{content:"\\f035"}.fa-th:before{content:"\\f00a"}.fa-th-large:before{content:"\\f009"}.fa-th-list:before{content:"\\f00b"}.fa-the-red-yeti:before{content:"\\f69d"}.fa-theater-masks:before{content:"\\f630"}.fa-themeco:before{content:"\\f5c6"}.fa-themeisle:before{content:"\\f2b2"}.fa-thermometer:before{content:"\\f491"}.fa-thermometer-empty:before{content:"\\f2cb"}.fa-thermometer-full:before{content:"\\f2c7"}.fa-thermometer-half:before{content:"\\f2c9"}.fa-thermometer-quarter:before{content:"\\f2ca"}.fa-thermometer-three-quarters:before{content:"\\f2c8"}.fa-think-peaks:before{content:"\\f731"}.fa-thumbs-down:before{content:"\\f165"}.fa-thumbs-up:before{content:"\\f164"}.fa-thumbtack:before{content:"\\f08d"}.fa-ticket-alt:before{content:"\\f3ff"}.fa-tiktok:before{content:"\\e07b"}.fa-times:before{content:"\\f00d"}.fa-times-circle:before{content:"\\f057"}.fa-tint:before{content:"\\f043"}.fa-tint-slash:before{content:"\\f5c7"}.fa-tired:before{content:"\\f5c8"}.fa-toggle-off:before{content:"\\f204"}.fa-toggle-on:before{content:"\\f205"}.fa-toilet:before{content:"\\f7d8"}.fa-toilet-paper:before{content:"\\f71e"}.fa-toilet-paper-slash:before{content:"\\e072"}.fa-toolbox:before{content:"\\f552"}.fa-tools:before{content:"\\f7d9"}.fa-tooth:before{content:"\\f5c9"}.fa-torah:before{content:"\\f6a0"}.fa-torii-gate:before{content:"\\f6a1"}.fa-tractor:before{content:"\\f722"}.fa-trade-federation:before{content:"\\f513"}.fa-trademark:before{content:"\\f25c"}.fa-traffic-light:before{content:"\\f637"}.fa-trailer:before{content:"\\e041"}.fa-train:before{content:"\\f238"}.fa-tram:before{content:"\\f7da"}.fa-transgender:before{content:"\\f224"}.fa-transgender-alt:before{content:"\\f225"}.fa-trash:before{content:"\\f1f8"}.fa-trash-alt:before{content:"\\f2ed"}.fa-trash-restore:before{content:"\\f829"}.fa-trash-restore-alt:before{content:"\\f82a"}.fa-tree:before{content:"\\f1bb"}.fa-trello:before{content:"\\f181"}.fa-tripadvisor:before{content:"\\f262"}.fa-trophy:before{content:"\\f091"}.fa-truck:before{content:"\\f0d1"}.fa-truck-loading:before{content:"\\f4de"}.fa-truck-monster:before{content:"\\f63b"}.fa-truck-moving:before{content:"\\f4df"}.fa-truck-pickup:before{content:"\\f63c"}.fa-tshirt:before{content:"\\f553"}.fa-tty:before{content:"\\f1e4"}.fa-tumblr:before{content:"\\f173"}.fa-tumblr-square:before{content:"\\f174"}.fa-tv:before{content:"\\f26c"}.fa-twitch:before{content:"\\f1e8"}.fa-twitter:before{content:"\\f099"}.fa-twitter-square:before{content:"\\f081"}.fa-typo3:before{content:"\\f42b"}.fa-uber:before{content:"\\f402"}.fa-ubuntu:before{content:"\\f7df"}.fa-uikit:before{content:"\\f403"}.fa-umbraco:before{content:"\\f8e8"}.fa-umbrella:before{content:"\\f0e9"}.fa-umbrella-beach:before{content:"\\f5ca"}.fa-uncharted:before{content:"\\e084"}.fa-underline:before{content:"\\f0cd"}.fa-undo:before{content:"\\f0e2"}.fa-undo-alt:before{content:"\\f2ea"}.fa-uniregistry:before{content:"\\f404"}.fa-unity:before{content:"\\e049"}.fa-universal-access:before{content:"\\f29a"}.fa-university:before{content:"\\f19c"}.fa-unlink:before{content:"\\f127"}.fa-unlock:before{content:"\\f09c"}.fa-unlock-alt:before{content:"\\f13e"}.fa-unsplash:before{content:"\\e07c"}.fa-untappd:before{content:"\\f405"}.fa-upload:before{content:"\\f093"}.fa-ups:before{content:"\\f7e0"}.fa-usb:before{content:"\\f287"}.fa-user:before{content:"\\f007"}.fa-user-alt:before{content:"\\f406"}.fa-user-alt-slash:before{content:"\\f4fa"}.fa-user-astronaut:before{content:"\\f4fb"}.fa-user-check:before{content:"\\f4fc"}.fa-user-circle:before{content:"\\f2bd"}.fa-user-clock:before{content:"\\f4fd"}.fa-user-cog:before{content:"\\f4fe"}.fa-user-edit:before{content:"\\f4ff"}.fa-user-friends:before{content:"\\f500"}.fa-user-graduate:before{content:"\\f501"}.fa-user-injured:before{content:"\\f728"}.fa-user-lock:before{content:"\\f502"}.fa-user-md:before{content:"\\f0f0"}.fa-user-minus:before{content:"\\f503"}.fa-user-ninja:before{content:"\\f504"}.fa-user-nurse:before{content:"\\f82f"}.fa-user-plus:before{content:"\\f234"}.fa-user-secret:before{content:"\\f21b"}.fa-user-shield:before{content:"\\f505"}.fa-user-slash:before{content:"\\f506"}.fa-user-tag:before{content:"\\f507"}.fa-user-tie:before{content:"\\f508"}.fa-user-times:before{content:"\\f235"}.fa-users:before{content:"\\f0c0"}.fa-users-cog:before{content:"\\f509"}.fa-users-slash:before{content:"\\e073"}.fa-usps:before{content:"\\f7e1"}.fa-ussunnah:before{content:"\\f407"}.fa-utensil-spoon:before{content:"\\f2e5"}.fa-utensils:before{content:"\\f2e7"}.fa-vaadin:before{content:"\\f408"}.fa-vector-square:before{content:"\\f5cb"}.fa-venus:before{content:"\\f221"}.fa-venus-double:before{content:"\\f226"}.fa-venus-mars:before{content:"\\f228"}.fa-vest:before{content:"\\e085"}.fa-vest-patches:before{content:"\\e086"}.fa-viacoin:before{content:"\\f237"}.fa-viadeo:before{content:"\\f2a9"}.fa-viadeo-square:before{content:"\\f2aa"}.fa-vial:before{content:"\\f492"}.fa-vials:before{content:"\\f493"}.fa-viber:before{content:"\\f409"}.fa-video:before{content:"\\f03d"}.fa-video-slash:before{content:"\\f4e2"}.fa-vihara:before{content:"\\f6a7"}.fa-vimeo:before{content:"\\f40a"}.fa-vimeo-square:before{content:"\\f194"}.fa-vimeo-v:before{content:"\\f27d"}.fa-vine:before{content:"\\f1ca"}.fa-virus:before{content:"\\e074"}.fa-virus-slash:before{content:"\\e075"}.fa-viruses:before{content:"\\e076"}.fa-vk:before{content:"\\f189"}.fa-vnv:before{content:"\\f40b"}.fa-voicemail:before{content:"\\f897"}.fa-volleyball-ball:before{content:"\\f45f"}.fa-volume-down:before{content:"\\f027"}.fa-volume-mute:before{content:"\\f6a9"}.fa-volume-off:before{content:"\\f026"}.fa-volume-up:before{content:"\\f028"}.fa-vote-yea:before{content:"\\f772"}.fa-vr-cardboard:before{content:"\\f729"}.fa-vuejs:before{content:"\\f41f"}.fa-walking:before{content:"\\f554"}.fa-wallet:before{content:"\\f555"}.fa-warehouse:before{content:"\\f494"}.fa-watchman-monitoring:before{content:"\\e087"}.fa-water:before{content:"\\f773"}.fa-wave-square:before{content:"\\f83e"}.fa-waze:before{content:"\\f83f"}.fa-weebly:before{content:"\\f5cc"}.fa-weibo:before{content:"\\f18a"}.fa-weight:before{content:"\\f496"}.fa-weight-hanging:before{content:"\\f5cd"}.fa-weixin:before{content:"\\f1d7"}.fa-whatsapp:before{content:"\\f232"}.fa-whatsapp-square:before{content:"\\f40c"}.fa-wheelchair:before{content:"\\f193"}.fa-whmcs:before{content:"\\f40d"}.fa-wifi:before{content:"\\f1eb"}.fa-wikipedia-w:before{content:"\\f266"}.fa-wind:before{content:"\\f72e"}.fa-window-close:before{content:"\\f410"}.fa-window-maximize:before{content:"\\f2d0"}.fa-window-minimize:before{content:"\\f2d1"}.fa-window-restore:before{content:"\\f2d2"}.fa-windows:before{content:"\\f17a"}.fa-wine-bottle:before{content:"\\f72f"}.fa-wine-glass:before{content:"\\f4e3"}.fa-wine-glass-alt:before{content:"\\f5ce"}.fa-wix:before{content:"\\f5cf"}.fa-wizards-of-the-coast:before{content:"\\f730"}.fa-wodu:before{content:"\\e088"}.fa-wolf-pack-battalion:before{content:"\\f514"}.fa-won-sign:before{content:"\\f159"}.fa-wordpress:before{content:"\\f19a"}.fa-wordpress-simple:before{content:"\\f411"}.fa-wpbeginner:before{content:"\\f297"}.fa-wpexplorer:before{content:"\\f2de"}.fa-wpforms:before{content:"\\f298"}.fa-wpressr:before{content:"\\f3e4"}.fa-wrench:before{content:"\\f0ad"}.fa-x-ray:before{content:"\\f497"}.fa-xbox:before{content:"\\f412"}.fa-xing:before{content:"\\f168"}.fa-xing-square:before{content:"\\f169"}.fa-y-combinator:before{content:"\\f23b"}.fa-yahoo:before{content:"\\f19e"}.fa-yammer:before{content:"\\f840"}.fa-yandex:before{content:"\\f413"}.fa-yandex-international:before{content:"\\f414"}.fa-yarn:before{content:"\\f7e3"}.fa-yelp:before{content:"\\f1e9"}.fa-yen-sign:before{content:"\\f157"}.fa-yin-yang:before{content:"\\f6ad"}.fa-yoast:before{content:"\\f2b1"}.fa-youtube:before{content:"\\f167"}.fa-youtube-square:before{content:"\\f431"}.fa-zhihu:before{content:"\\f63f"}', 'yes');
INSERT INTO `wp_options` VALUES (1267, '_site_transient_timeout_fusion_l10n_api_fusion-builder', '1624064114', 'no');
INSERT INTO `wp_options` VALUES (1268, '_site_transient_fusion_l10n_api_fusion-builder', 'a:1:{s:12:"translations";a:121:{i:0;a:8:{s:8:"language";s:2:"af";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-af.zip";}i:1;a:8:{s:8:"language";s:2:"ar";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ar.zip";}i:2;a:8:{s:8:"language";s:3:"ary";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ary.zip";}i:3;a:8:{s:8:"language";s:2:"as";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-as.zip";}i:4;a:8:{s:8:"language";s:2:"az";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-az.zip";}i:5;a:8:{s:8:"language";s:3:"azb";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-azb.zip";}i:6;a:8:{s:8:"language";s:3:"bel";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-bel.zip";}i:7;a:8:{s:8:"language";s:5:"bg_BG";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:22:"Продължение";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-bg_BG.zip";}i:8;a:8:{s:8:"language";s:5:"bn_BD";s:12:"english_name";s:20:"Bengali (Bangladesh)";s:11:"native_name";s:15:"বাংলা";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-bn_BD.zip";}i:9;a:8:{s:8:"language";s:2:"bo";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-bo.zip";}i:10;a:8:{s:8:"language";s:5:"bs_BA";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-bs_BA.zip";}i:11;a:8:{s:8:"language";s:2:"ca";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ca.zip";}i:12;a:8:{s:8:"language";s:3:"ceb";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ceb.zip";}i:13;a:8:{s:8:"language";s:5:"cs_CZ";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-cs_CZ.zip";}i:14;a:8:{s:8:"language";s:2:"cy";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-cy.zip";}i:15;a:8:{s:8:"language";s:5:"da_DK";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:12:"Fortsæt";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-da_DK.zip";}i:16;a:8:{s:8:"language";s:5:"de_AT";s:12:"english_name";s:16:"German (Austria)";s:11:"native_name";s:21:"Deutsch (Österreich)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-de_AT.zip";}i:17;a:8:{s:8:"language";s:14:"de_CH_informal";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:120:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-de_CH_informal.zip";}i:18;a:8:{s:8:"language";s:5:"de_CH";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-de_CH.zip";}i:19;a:8:{s:8:"language";s:12:"de_DE_formal";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:118:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-de_DE_formal.zip";}i:20;a:8:{s:8:"language";s:5:"de_DE";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-de_DE.zip";}i:21;a:8:{s:8:"language";s:3:"dzo";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-dzo.zip";}i:22;a:8:{s:8:"language";s:2:"el";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-el.zip";}i:23;a:8:{s:8:"language";s:5:"en_GB";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-en_GB.zip";}i:24;a:8:{s:8:"language";s:5:"en_ZA";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-en_ZA.zip";}i:25;a:8:{s:8:"language";s:5:"en_NZ";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-en_NZ.zip";}i:26;a:8:{s:8:"language";s:5:"en_CA";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-en_CA.zip";}i:27;a:8:{s:8:"language";s:5:"en_AU";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-en_AU.zip";}i:28;a:8:{s:8:"language";s:2:"eo";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-eo.zip";}i:29;a:8:{s:8:"language";s:5:"es_AR";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_AR.zip";}i:30;a:8:{s:8:"language";s:5:"es_CO";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_CO.zip";}i:31;a:8:{s:8:"language";s:5:"es_VE";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_VE.zip";}i:32;a:8:{s:8:"language";s:5:"es_UY";s:12:"english_name";s:17:"Spanish (Uruguay)";s:11:"native_name";s:19:"Español de Uruguay";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_UY.zip";}i:33;a:8:{s:8:"language";s:5:"es_CR";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_CR.zip";}i:34;a:8:{s:8:"language";s:5:"es_CL";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_CL.zip";}i:35;a:8:{s:8:"language";s:5:"es_GT";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_GT.zip";}i:36;a:8:{s:8:"language";s:5:"es_PE";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_PE.zip";}i:37;a:8:{s:8:"language";s:5:"es_ES";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_ES.zip";}i:38;a:8:{s:8:"language";s:5:"es_MX";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-es_MX.zip";}i:39;a:8:{s:8:"language";s:2:"et";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-et.zip";}i:40;a:8:{s:8:"language";s:2:"eu";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-eu.zip";}i:41;a:8:{s:8:"language";s:5:"fa_IR";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-fa_IR.zip";}i:42;a:8:{s:8:"language";s:2:"fi";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-fi.zip";}i:43;a:8:{s:8:"language";s:5:"fr_FR";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-fr_FR.zip";}i:44;a:8:{s:8:"language";s:5:"fr_CA";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-fr_CA.zip";}i:45;a:8:{s:8:"language";s:5:"fr_BE";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-fr_BE.zip";}i:46;a:8:{s:8:"language";s:3:"fur";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-fur.zip";}i:47;a:8:{s:8:"language";s:2:"gd";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-gd.zip";}i:48;a:8:{s:8:"language";s:5:"gl_ES";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-gl_ES.zip";}i:49;a:8:{s:8:"language";s:2:"gu";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-gu.zip";}i:50;a:8:{s:8:"language";s:3:"haz";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-haz.zip";}i:51;a:8:{s:8:"language";s:5:"he_IL";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:12:"להמשיך";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-he_IL.zip";}i:52;a:8:{s:8:"language";s:5:"hi_IN";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-hi_IN.zip";}i:53;a:8:{s:8:"language";s:2:"hr";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-hr.zip";}i:54;a:8:{s:8:"language";s:3:"hsb";s:12:"english_name";s:13:"Upper Sorbian";s:11:"native_name";s:17:"Hornjoserbšćina";s:3:"iso";a:2:{i:2;s:3:"hsb";i:3;s:3:"hsb";}s:7:"strings";a:1:{s:8:"continue";s:4:"Dale";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-hsb.zip";}i:55;a:8:{s:8:"language";s:5:"hu_HU";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:7:"Tovább";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-hu_HU.zip";}i:56;a:8:{s:8:"language";s:2:"hy";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-hy.zip";}i:57;a:8:{s:8:"language";s:5:"id_ID";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-id_ID.zip";}i:58;a:8:{s:8:"language";s:5:"is_IS";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-is_IS.zip";}i:59;a:8:{s:8:"language";s:5:"it_IT";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-it_IT.zip";}i:60;a:8:{s:8:"language";s:2:"ja";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ja.zip";}i:61;a:8:{s:8:"language";s:5:"jv_ID";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nutugne";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-jv_ID.zip";}i:62;a:8:{s:8:"language";s:5:"ka_GE";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ka_GE.zip";}i:63;a:8:{s:8:"language";s:3:"kab";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-kab.zip";}i:64;a:8:{s:8:"language";s:2:"kk";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-kk.zip";}i:65;a:8:{s:8:"language";s:2:"km";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-km.zip";}i:66;a:8:{s:8:"language";s:2:"kn";s:12:"english_name";s:7:"Kannada";s:11:"native_name";s:15:"ಕನ್ನಡ";s:3:"iso";a:2:{i:1;s:2:"kn";i:2;s:3:"kan";}s:7:"strings";a:1:{s:8:"continue";s:30:"ಮುಂದುವರೆಸಿ";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-kn.zip";}i:67;a:8:{s:8:"language";s:5:"ko_KR";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ko_KR.zip";}i:68;a:8:{s:8:"language";s:3:"ckb";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"بهردهوام به";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ckb.zip";}i:69;a:8:{s:8:"language";s:2:"lo";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:9:"ຕໍ່";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-lo.zip";}i:70;a:8:{s:8:"language";s:5:"lt_LT";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-lt_LT.zip";}i:71;a:8:{s:8:"language";s:2:"lv";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-lv.zip";}i:72;a:8:{s:8:"language";s:5:"mk_MK";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-mk_MK.zip";}i:73;a:8:{s:8:"language";s:5:"ml_IN";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ml_IN.zip";}i:74;a:8:{s:8:"language";s:2:"mn";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:24:"Үргэлжлүүлэх";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-mn.zip";}i:75;a:8:{s:8:"language";s:2:"mr";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-mr.zip";}i:76;a:8:{s:8:"language";s:5:"ms_MY";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ms_MY.zip";}i:77;a:8:{s:8:"language";s:5:"my_MM";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ေဆာင်ပါ။";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-my_MM.zip";}i:78;a:8:{s:8:"language";s:5:"nb_NO";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-nb_NO.zip";}i:79;a:8:{s:8:"language";s:5:"ne_NP";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:31:"जारीराख्नु ";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ne_NP.zip";}i:80;a:8:{s:8:"language";s:5:"nl_BE";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-nl_BE.zip";}i:81;a:8:{s:8:"language";s:5:"nl_NL";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-nl_NL.zip";}i:82;a:8:{s:8:"language";s:12:"nl_NL_formal";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:118:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-nl_NL_formal.zip";}i:83;a:8:{s:8:"language";s:5:"nn_NO";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-nn_NO.zip";}i:84;a:8:{s:8:"language";s:3:"oci";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-oci.zip";}i:85;a:8:{s:8:"language";s:5:"pa_IN";s:12:"english_name";s:7:"Punjabi";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-pa_IN.zip";}i:86;a:8:{s:8:"language";s:5:"pl_PL";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-pl_PL.zip";}i:87;a:8:{s:8:"language";s:2:"ps";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:8:"دوام";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ps.zip";}i:88;a:8:{s:8:"language";s:5:"pt_PT";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-pt_PT.zip";}i:89;a:8:{s:8:"language";s:5:"pt_AO";s:12:"english_name";s:19:"Portuguese (Angola)";s:11:"native_name";s:20:"Português de Angola";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-pt_AO.zip";}i:90;a:8:{s:8:"language";s:10:"pt_PT_ao90";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:116:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-pt_PT_ao90.zip";}i:91;a:8:{s:8:"language";s:5:"pt_BR";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-pt_BR.zip";}i:92;a:8:{s:8:"language";s:3:"rhg";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-rhg.zip";}i:93;a:8:{s:8:"language";s:5:"ro_RO";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ro_RO.zip";}i:94;a:8:{s:8:"language";s:5:"ru_RU";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ru_RU.zip";}i:95;a:8:{s:8:"language";s:3:"sah";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-sah.zip";}i:96;a:8:{s:8:"language";s:3:"snd";s:12:"english_name";s:6:"Sindhi";s:11:"native_name";s:8:"سنڌي";s:3:"iso";a:3:{i:1;s:2:"sd";i:2;s:2:"sd";i:3;s:3:"snd";}s:7:"strings";a:1:{s:8:"continue";s:15:"اڳتي هلو";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-snd.zip";}i:97;a:8:{s:8:"language";s:5:"si_LK";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-si_LK.zip";}i:98;a:8:{s:8:"language";s:5:"sk_SK";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-sk_SK.zip";}i:99;a:8:{s:8:"language";s:3:"skr";s:12:"english_name";s:7:"Saraiki";s:11:"native_name";s:14:"سرائیکی";s:3:"iso";a:1:{i:3;s:3:"skr";}s:7:"strings";a:1:{s:8:"continue";s:17:"جاری رکھو";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-skr.zip";}i:100;a:8:{s:8:"language";s:5:"sl_SI";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:10:"Nadaljujte";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-sl_SI.zip";}i:101;a:8:{s:8:"language";s:2:"sq";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-sq.zip";}i:102;a:8:{s:8:"language";s:5:"sr_RS";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-sr_RS.zip";}i:103;a:8:{s:8:"language";s:5:"sv_SE";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-sv_SE.zip";}i:104;a:8:{s:8:"language";s:2:"sw";s:12:"english_name";s:7:"Swahili";s:11:"native_name";s:9:"Kiswahili";s:3:"iso";a:2:{i:1;s:2:"sw";i:2;s:3:"swa";}s:7:"strings";a:1:{s:8:"continue";s:7:"Endelea";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-sw.zip";}i:105;a:8:{s:8:"language";s:3:"szl";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-szl.zip";}i:106;a:8:{s:8:"language";s:5:"ta_IN";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ta_IN.zip";}i:107;a:8:{s:8:"language";s:2:"te";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-te.zip";}i:108;a:8:{s:8:"language";s:2:"th";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-th.zip";}i:109;a:8:{s:8:"language";s:2:"tl";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-tl.zip";}i:110;a:8:{s:8:"language";s:5:"tr_TR";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-tr_TR.zip";}i:111;a:8:{s:8:"language";s:5:"tt_RU";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-tt_RU.zip";}i:112;a:8:{s:8:"language";s:3:"tah";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:109:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-tah.zip";}i:113;a:8:{s:8:"language";s:5:"ug_CN";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ug_CN.zip";}i:114;a:8:{s:8:"language";s:2:"uk";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-uk.zip";}i:115;a:8:{s:8:"language";s:2:"ur";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-ur.zip";}i:116;a:8:{s:8:"language";s:5:"uz_UZ";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-uz_UZ.zip";}i:117;a:8:{s:8:"language";s:2:"vi";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:108:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-vi.zip";}i:118;a:8:{s:8:"language";s:5:"zh_CN";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-zh_CN.zip";}i:119;a:8:{s:8:"language";s:5:"zh_TW";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-zh_TW.zip";}i:120;a:8:{s:8:"language";s:5:"zh_HK";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版 ";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}s:7:"version";s:13:"Builder 3.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:111:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-builder/fusion-builder-zh_HK.zip";}}}', 'no');
INSERT INTO `wp_options` VALUES (1270, '_site_transient_timeout_fusion_l10n_api_fusion-core', '1624064114', 'no');
INSERT INTO `wp_options` VALUES (1271, '_site_transient_fusion_l10n_api_fusion-core', 'a:1:{s:12:"translations";a:121:{i:0;a:8:{s:8:"language";s:2:"af";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-af.zip";}i:1;a:8:{s:8:"language";s:2:"ar";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ar.zip";}i:2;a:8:{s:8:"language";s:3:"ary";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ary.zip";}i:3;a:8:{s:8:"language";s:2:"as";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-as.zip";}i:4;a:8:{s:8:"language";s:2:"az";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-az.zip";}i:5;a:8:{s:8:"language";s:3:"azb";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-azb.zip";}i:6;a:8:{s:8:"language";s:3:"bel";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-bel.zip";}i:7;a:8:{s:8:"language";s:5:"bg_BG";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:22:"Продължение";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-bg_BG.zip";}i:8;a:8:{s:8:"language";s:5:"bn_BD";s:12:"english_name";s:20:"Bengali (Bangladesh)";s:11:"native_name";s:15:"বাংলা";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-bn_BD.zip";}i:9;a:8:{s:8:"language";s:2:"bo";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-bo.zip";}i:10;a:8:{s:8:"language";s:5:"bs_BA";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-bs_BA.zip";}i:11;a:8:{s:8:"language";s:2:"ca";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ca.zip";}i:12;a:8:{s:8:"language";s:3:"ceb";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ceb.zip";}i:13;a:8:{s:8:"language";s:5:"cs_CZ";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-cs_CZ.zip";}i:14;a:8:{s:8:"language";s:2:"cy";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-cy.zip";}i:15;a:8:{s:8:"language";s:5:"da_DK";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:12:"Fortsæt";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-da_DK.zip";}i:16;a:8:{s:8:"language";s:5:"de_AT";s:12:"english_name";s:16:"German (Austria)";s:11:"native_name";s:21:"Deutsch (Österreich)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-de_AT.zip";}i:17;a:8:{s:8:"language";s:14:"de_CH_informal";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:114:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-de_CH_informal.zip";}i:18;a:8:{s:8:"language";s:5:"de_CH";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-de_CH.zip";}i:19;a:8:{s:8:"language";s:12:"de_DE_formal";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:112:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-de_DE_formal.zip";}i:20;a:8:{s:8:"language";s:5:"de_DE";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-de_DE.zip";}i:21;a:8:{s:8:"language";s:3:"dzo";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-dzo.zip";}i:22;a:8:{s:8:"language";s:2:"el";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-el.zip";}i:23;a:8:{s:8:"language";s:5:"en_GB";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-en_GB.zip";}i:24;a:8:{s:8:"language";s:5:"en_ZA";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-en_ZA.zip";}i:25;a:8:{s:8:"language";s:5:"en_NZ";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-en_NZ.zip";}i:26;a:8:{s:8:"language";s:5:"en_CA";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-en_CA.zip";}i:27;a:8:{s:8:"language";s:5:"en_AU";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-en_AU.zip";}i:28;a:8:{s:8:"language";s:2:"eo";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-eo.zip";}i:29;a:8:{s:8:"language";s:5:"es_AR";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_AR.zip";}i:30;a:8:{s:8:"language";s:5:"es_CO";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_CO.zip";}i:31;a:8:{s:8:"language";s:5:"es_VE";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_VE.zip";}i:32;a:8:{s:8:"language";s:5:"es_UY";s:12:"english_name";s:17:"Spanish (Uruguay)";s:11:"native_name";s:19:"Español de Uruguay";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_UY.zip";}i:33;a:8:{s:8:"language";s:5:"es_CR";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_CR.zip";}i:34;a:8:{s:8:"language";s:5:"es_CL";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_CL.zip";}i:35;a:8:{s:8:"language";s:5:"es_GT";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_GT.zip";}i:36;a:8:{s:8:"language";s:5:"es_PE";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_PE.zip";}i:37;a:8:{s:8:"language";s:5:"es_ES";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_ES.zip";}i:38;a:8:{s:8:"language";s:5:"es_MX";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-es_MX.zip";}i:39;a:8:{s:8:"language";s:2:"et";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-et.zip";}i:40;a:8:{s:8:"language";s:2:"eu";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-eu.zip";}i:41;a:8:{s:8:"language";s:5:"fa_IR";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-fa_IR.zip";}i:42;a:8:{s:8:"language";s:2:"fi";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-fi.zip";}i:43;a:8:{s:8:"language";s:5:"fr_FR";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-fr_FR.zip";}i:44;a:8:{s:8:"language";s:5:"fr_CA";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-fr_CA.zip";}i:45;a:8:{s:8:"language";s:5:"fr_BE";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-fr_BE.zip";}i:46;a:8:{s:8:"language";s:3:"fur";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-fur.zip";}i:47;a:8:{s:8:"language";s:2:"gd";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-gd.zip";}i:48;a:8:{s:8:"language";s:5:"gl_ES";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-gl_ES.zip";}i:49;a:8:{s:8:"language";s:2:"gu";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-gu.zip";}i:50;a:8:{s:8:"language";s:3:"haz";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-haz.zip";}i:51;a:8:{s:8:"language";s:5:"he_IL";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:12:"להמשיך";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-he_IL.zip";}i:52;a:8:{s:8:"language";s:5:"hi_IN";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-hi_IN.zip";}i:53;a:8:{s:8:"language";s:2:"hr";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-hr.zip";}i:54;a:8:{s:8:"language";s:3:"hsb";s:12:"english_name";s:13:"Upper Sorbian";s:11:"native_name";s:17:"Hornjoserbšćina";s:3:"iso";a:2:{i:2;s:3:"hsb";i:3;s:3:"hsb";}s:7:"strings";a:1:{s:8:"continue";s:4:"Dale";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-hsb.zip";}i:55;a:8:{s:8:"language";s:5:"hu_HU";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:7:"Tovább";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-hu_HU.zip";}i:56;a:8:{s:8:"language";s:2:"hy";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-hy.zip";}i:57;a:8:{s:8:"language";s:5:"id_ID";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-id_ID.zip";}i:58;a:8:{s:8:"language";s:5:"is_IS";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-is_IS.zip";}i:59;a:8:{s:8:"language";s:5:"it_IT";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-it_IT.zip";}i:60;a:8:{s:8:"language";s:2:"ja";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ja.zip";}i:61;a:8:{s:8:"language";s:5:"jv_ID";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nutugne";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-jv_ID.zip";}i:62;a:8:{s:8:"language";s:5:"ka_GE";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ka_GE.zip";}i:63;a:8:{s:8:"language";s:3:"kab";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-kab.zip";}i:64;a:8:{s:8:"language";s:2:"kk";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-kk.zip";}i:65;a:8:{s:8:"language";s:2:"km";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-km.zip";}i:66;a:8:{s:8:"language";s:2:"kn";s:12:"english_name";s:7:"Kannada";s:11:"native_name";s:15:"ಕನ್ನಡ";s:3:"iso";a:2:{i:1;s:2:"kn";i:2;s:3:"kan";}s:7:"strings";a:1:{s:8:"continue";s:30:"ಮುಂದುವರೆಸಿ";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-kn.zip";}i:67;a:8:{s:8:"language";s:5:"ko_KR";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ko_KR.zip";}i:68;a:8:{s:8:"language";s:3:"ckb";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"بهردهوام به";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ckb.zip";}i:69;a:8:{s:8:"language";s:2:"lo";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:9:"ຕໍ່";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-lo.zip";}i:70;a:8:{s:8:"language";s:5:"lt_LT";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-lt_LT.zip";}i:71;a:8:{s:8:"language";s:2:"lv";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-lv.zip";}i:72;a:8:{s:8:"language";s:5:"mk_MK";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-mk_MK.zip";}i:73;a:8:{s:8:"language";s:5:"ml_IN";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ml_IN.zip";}i:74;a:8:{s:8:"language";s:2:"mn";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:24:"Үргэлжлүүлэх";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-mn.zip";}i:75;a:8:{s:8:"language";s:2:"mr";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-mr.zip";}i:76;a:8:{s:8:"language";s:5:"ms_MY";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ms_MY.zip";}i:77;a:8:{s:8:"language";s:5:"my_MM";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ေဆာင်ပါ။";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-my_MM.zip";}i:78;a:8:{s:8:"language";s:5:"nb_NO";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-nb_NO.zip";}i:79;a:8:{s:8:"language";s:5:"ne_NP";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:31:"जारीराख्नु ";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ne_NP.zip";}i:80;a:8:{s:8:"language";s:5:"nl_BE";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-nl_BE.zip";}i:81;a:8:{s:8:"language";s:5:"nl_NL";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-nl_NL.zip";}i:82;a:8:{s:8:"language";s:12:"nl_NL_formal";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:112:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-nl_NL_formal.zip";}i:83;a:8:{s:8:"language";s:5:"nn_NO";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-nn_NO.zip";}i:84;a:8:{s:8:"language";s:3:"oci";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-oci.zip";}i:85;a:8:{s:8:"language";s:5:"pa_IN";s:12:"english_name";s:7:"Punjabi";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-pa_IN.zip";}i:86;a:8:{s:8:"language";s:5:"pl_PL";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-pl_PL.zip";}i:87;a:8:{s:8:"language";s:2:"ps";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:8:"دوام";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ps.zip";}i:88;a:8:{s:8:"language";s:5:"pt_PT";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-pt_PT.zip";}i:89;a:8:{s:8:"language";s:5:"pt_AO";s:12:"english_name";s:19:"Portuguese (Angola)";s:11:"native_name";s:20:"Português de Angola";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-pt_AO.zip";}i:90;a:8:{s:8:"language";s:10:"pt_PT_ao90";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:110:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-pt_PT_ao90.zip";}i:91;a:8:{s:8:"language";s:5:"pt_BR";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-pt_BR.zip";}i:92;a:8:{s:8:"language";s:3:"rhg";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-rhg.zip";}i:93;a:8:{s:8:"language";s:5:"ro_RO";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ro_RO.zip";}i:94;a:8:{s:8:"language";s:5:"ru_RU";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ru_RU.zip";}i:95;a:8:{s:8:"language";s:3:"sah";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-sah.zip";}i:96;a:8:{s:8:"language";s:3:"snd";s:12:"english_name";s:6:"Sindhi";s:11:"native_name";s:8:"سنڌي";s:3:"iso";a:3:{i:1;s:2:"sd";i:2;s:2:"sd";i:3;s:3:"snd";}s:7:"strings";a:1:{s:8:"continue";s:15:"اڳتي هلو";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-snd.zip";}i:97;a:8:{s:8:"language";s:5:"si_LK";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-si_LK.zip";}i:98;a:8:{s:8:"language";s:5:"sk_SK";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-sk_SK.zip";}i:99;a:8:{s:8:"language";s:3:"skr";s:12:"english_name";s:7:"Saraiki";s:11:"native_name";s:14:"سرائیکی";s:3:"iso";a:1:{i:3;s:3:"skr";}s:7:"strings";a:1:{s:8:"continue";s:17:"جاری رکھو";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-skr.zip";}i:100;a:8:{s:8:"language";s:5:"sl_SI";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:10:"Nadaljujte";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-sl_SI.zip";}i:101;a:8:{s:8:"language";s:2:"sq";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-sq.zip";}i:102;a:8:{s:8:"language";s:5:"sr_RS";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-sr_RS.zip";}i:103;a:8:{s:8:"language";s:5:"sv_SE";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-sv_SE.zip";}i:104;a:8:{s:8:"language";s:2:"sw";s:12:"english_name";s:7:"Swahili";s:11:"native_name";s:9:"Kiswahili";s:3:"iso";a:2:{i:1;s:2:"sw";i:2;s:3:"swa";}s:7:"strings";a:1:{s:8:"continue";s:7:"Endelea";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-sw.zip";}i:105;a:8:{s:8:"language";s:3:"szl";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-szl.zip";}i:106;a:8:{s:8:"language";s:5:"ta_IN";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ta_IN.zip";}i:107;a:8:{s:8:"language";s:2:"te";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-te.zip";}i:108;a:8:{s:8:"language";s:2:"th";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-th.zip";}i:109;a:8:{s:8:"language";s:2:"tl";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-tl.zip";}i:110;a:8:{s:8:"language";s:5:"tr_TR";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-tr_TR.zip";}i:111;a:8:{s:8:"language";s:5:"tt_RU";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-tt_RU.zip";}i:112;a:8:{s:8:"language";s:3:"tah";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:103:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-tah.zip";}i:113;a:8:{s:8:"language";s:5:"ug_CN";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ug_CN.zip";}i:114;a:8:{s:8:"language";s:2:"uk";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-uk.zip";}i:115;a:8:{s:8:"language";s:2:"ur";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-ur.zip";}i:116;a:8:{s:8:"language";s:5:"uz_UZ";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-uz_UZ.zip";}i:117;a:8:{s:8:"language";s:2:"vi";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-vi.zip";}i:118;a:8:{s:8:"language";s:5:"zh_CN";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-zh_CN.zip";}i:119;a:8:{s:8:"language";s:5:"zh_TW";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-zh_TW.zip";}i:120;a:8:{s:8:"language";s:5:"zh_HK";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版 ";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}s:7:"version";s:10:"Core 5.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:105:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/fusion-core/fusion-core-zh_HK.zip";}}}', 'no');
INSERT INTO `wp_options` VALUES (1273, '_transient_timeout_avada_dashboard_data', '1623981327', 'no');
INSERT INTO `wp_options` VALUES (1274, '_transient_avada_dashboard_data', 'a:5:{s:7:"on_sale";b:0;s:5:"price";s:3:"$60";s:9:"video_url";s:43:"https://www.youtube.com/watch?v=XSwWmXmC9Lg";s:13:"avada_version";s:5:"7.4.1";s:13:"bypass_active";b:0;}', 'no');
INSERT INTO `wp_options` VALUES (1275, '_site_transient_timeout_fusion_l10n_api_avada', '1624064128', 'no');
INSERT INTO `wp_options` VALUES (1276, '_site_transient_fusion_l10n_api_avada', 'a:1:{s:12:"translations";a:121:{i:0;a:8:{s:8:"language";s:2:"af";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-af.zip";}i:1;a:8:{s:8:"language";s:2:"ar";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ar.zip";}i:2;a:8:{s:8:"language";s:3:"ary";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ary.zip";}i:3;a:8:{s:8:"language";s:2:"as";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-as.zip";}i:4;a:8:{s:8:"language";s:2:"az";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-az.zip";}i:5;a:8:{s:8:"language";s:3:"azb";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-azb.zip";}i:6;a:8:{s:8:"language";s:3:"bel";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-bel.zip";}i:7;a:8:{s:8:"language";s:5:"bg_BG";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:22:"Продължение";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-bg_BG.zip";}i:8;a:8:{s:8:"language";s:5:"bn_BD";s:12:"english_name";s:20:"Bengali (Bangladesh)";s:11:"native_name";s:15:"বাংলা";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-bn_BD.zip";}i:9;a:8:{s:8:"language";s:2:"bo";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-bo.zip";}i:10;a:8:{s:8:"language";s:5:"bs_BA";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-bs_BA.zip";}i:11;a:8:{s:8:"language";s:2:"ca";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ca.zip";}i:12;a:8:{s:8:"language";s:3:"ceb";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ceb.zip";}i:13;a:8:{s:8:"language";s:5:"cs_CZ";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-cs_CZ.zip";}i:14;a:8:{s:8:"language";s:2:"cy";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-cy.zip";}i:15;a:8:{s:8:"language";s:5:"da_DK";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:12:"Fortsæt";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-da_DK.zip";}i:16;a:8:{s:8:"language";s:5:"de_AT";s:12:"english_name";s:16:"German (Austria)";s:11:"native_name";s:21:"Deutsch (Österreich)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-de_AT.zip";}i:17;a:8:{s:8:"language";s:14:"de_CH_informal";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:102:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-de_CH_informal.zip";}i:18;a:8:{s:8:"language";s:5:"de_CH";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-de_CH.zip";}i:19;a:8:{s:8:"language";s:12:"de_DE_formal";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:100:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-de_DE_formal.zip";}i:20;a:8:{s:8:"language";s:5:"de_DE";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-de_DE.zip";}i:21;a:8:{s:8:"language";s:3:"dzo";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-dzo.zip";}i:22;a:8:{s:8:"language";s:2:"el";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-el.zip";}i:23;a:8:{s:8:"language";s:5:"en_GB";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-en_GB.zip";}i:24;a:8:{s:8:"language";s:5:"en_ZA";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-en_ZA.zip";}i:25;a:8:{s:8:"language";s:5:"en_NZ";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-en_NZ.zip";}i:26;a:8:{s:8:"language";s:5:"en_CA";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-en_CA.zip";}i:27;a:8:{s:8:"language";s:5:"en_AU";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-en_AU.zip";}i:28;a:8:{s:8:"language";s:2:"eo";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-eo.zip";}i:29;a:8:{s:8:"language";s:5:"es_AR";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_AR.zip";}i:30;a:8:{s:8:"language";s:5:"es_CO";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_CO.zip";}i:31;a:8:{s:8:"language";s:5:"es_VE";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_VE.zip";}i:32;a:8:{s:8:"language";s:5:"es_UY";s:12:"english_name";s:17:"Spanish (Uruguay)";s:11:"native_name";s:19:"Español de Uruguay";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_UY.zip";}i:33;a:8:{s:8:"language";s:5:"es_CR";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_CR.zip";}i:34;a:8:{s:8:"language";s:5:"es_CL";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_CL.zip";}i:35;a:8:{s:8:"language";s:5:"es_GT";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_GT.zip";}i:36;a:8:{s:8:"language";s:5:"es_PE";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_PE.zip";}i:37;a:8:{s:8:"language";s:5:"es_ES";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_ES.zip";}i:38;a:8:{s:8:"language";s:5:"es_MX";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-es_MX.zip";}i:39;a:8:{s:8:"language";s:2:"et";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-et.zip";}i:40;a:8:{s:8:"language";s:2:"eu";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-eu.zip";}i:41;a:8:{s:8:"language";s:5:"fa_IR";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-fa_IR.zip";}i:42;a:8:{s:8:"language";s:2:"fi";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-fi.zip";}i:43;a:8:{s:8:"language";s:5:"fr_FR";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-fr_FR.zip";}i:44;a:8:{s:8:"language";s:5:"fr_CA";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-fr_CA.zip";}i:45;a:8:{s:8:"language";s:5:"fr_BE";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-fr_BE.zip";}i:46;a:8:{s:8:"language";s:3:"fur";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-fur.zip";}i:47;a:8:{s:8:"language";s:2:"gd";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-gd.zip";}i:48;a:8:{s:8:"language";s:5:"gl_ES";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-gl_ES.zip";}i:49;a:8:{s:8:"language";s:2:"gu";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-gu.zip";}i:50;a:8:{s:8:"language";s:3:"haz";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-haz.zip";}i:51;a:8:{s:8:"language";s:5:"he_IL";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:12:"להמשיך";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-he_IL.zip";}i:52;a:8:{s:8:"language";s:5:"hi_IN";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-hi_IN.zip";}i:53;a:8:{s:8:"language";s:2:"hr";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-hr.zip";}i:54;a:8:{s:8:"language";s:3:"hsb";s:12:"english_name";s:13:"Upper Sorbian";s:11:"native_name";s:17:"Hornjoserbšćina";s:3:"iso";a:2:{i:2;s:3:"hsb";i:3;s:3:"hsb";}s:7:"strings";a:1:{s:8:"continue";s:4:"Dale";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-hsb.zip";}i:55;a:8:{s:8:"language";s:5:"hu_HU";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:7:"Tovább";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-hu_HU.zip";}i:56;a:8:{s:8:"language";s:2:"hy";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-hy.zip";}i:57;a:8:{s:8:"language";s:5:"id_ID";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-id_ID.zip";}i:58;a:8:{s:8:"language";s:5:"is_IS";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-is_IS.zip";}i:59;a:8:{s:8:"language";s:5:"it_IT";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-it_IT.zip";}i:60;a:8:{s:8:"language";s:2:"ja";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ja.zip";}i:61;a:8:{s:8:"language";s:5:"jv_ID";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nutugne";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-jv_ID.zip";}i:62;a:8:{s:8:"language";s:5:"ka_GE";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ka_GE.zip";}i:63;a:8:{s:8:"language";s:3:"kab";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-kab.zip";}i:64;a:8:{s:8:"language";s:2:"kk";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-kk.zip";}i:65;a:8:{s:8:"language";s:2:"km";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-km.zip";}i:66;a:8:{s:8:"language";s:2:"kn";s:12:"english_name";s:7:"Kannada";s:11:"native_name";s:15:"ಕನ್ನಡ";s:3:"iso";a:2:{i:1;s:2:"kn";i:2;s:3:"kan";}s:7:"strings";a:1:{s:8:"continue";s:30:"ಮುಂದುವರೆಸಿ";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-kn.zip";}i:67;a:8:{s:8:"language";s:5:"ko_KR";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ko_KR.zip";}i:68;a:8:{s:8:"language";s:3:"ckb";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"بهردهوام به";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ckb.zip";}i:69;a:8:{s:8:"language";s:2:"lo";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:9:"ຕໍ່";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-lo.zip";}i:70;a:8:{s:8:"language";s:5:"lt_LT";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-lt_LT.zip";}i:71;a:8:{s:8:"language";s:2:"lv";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-lv.zip";}i:72;a:8:{s:8:"language";s:5:"mk_MK";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-mk_MK.zip";}i:73;a:8:{s:8:"language";s:5:"ml_IN";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ml_IN.zip";}i:74;a:8:{s:8:"language";s:2:"mn";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:24:"Үргэлжлүүлэх";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-mn.zip";}i:75;a:8:{s:8:"language";s:2:"mr";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-mr.zip";}i:76;a:8:{s:8:"language";s:5:"ms_MY";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ms_MY.zip";}i:77;a:8:{s:8:"language";s:5:"my_MM";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ေဆာင်ပါ။";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-my_MM.zip";}i:78;a:8:{s:8:"language";s:5:"nb_NO";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-nb_NO.zip";}i:79;a:8:{s:8:"language";s:5:"ne_NP";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:31:"जारीराख्नु ";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ne_NP.zip";}i:80;a:8:{s:8:"language";s:5:"nl_BE";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-nl_BE.zip";}i:81;a:8:{s:8:"language";s:5:"nl_NL";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-nl_NL.zip";}i:82;a:8:{s:8:"language";s:12:"nl_NL_formal";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:100:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-nl_NL_formal.zip";}i:83;a:8:{s:8:"language";s:5:"nn_NO";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-nn_NO.zip";}i:84;a:8:{s:8:"language";s:3:"oci";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-oci.zip";}i:85;a:8:{s:8:"language";s:5:"pa_IN";s:12:"english_name";s:7:"Punjabi";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-pa_IN.zip";}i:86;a:8:{s:8:"language";s:5:"pl_PL";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-pl_PL.zip";}i:87;a:8:{s:8:"language";s:2:"ps";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:8:"دوام";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ps.zip";}i:88;a:8:{s:8:"language";s:5:"pt_PT";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-pt_PT.zip";}i:89;a:8:{s:8:"language";s:5:"pt_AO";s:12:"english_name";s:19:"Portuguese (Angola)";s:11:"native_name";s:20:"Português de Angola";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-pt_AO.zip";}i:90;a:8:{s:8:"language";s:10:"pt_PT_ao90";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:98:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-pt_PT_ao90.zip";}i:91;a:8:{s:8:"language";s:5:"pt_BR";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-pt_BR.zip";}i:92;a:8:{s:8:"language";s:3:"rhg";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-rhg.zip";}i:93;a:8:{s:8:"language";s:5:"ro_RO";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ro_RO.zip";}i:94;a:8:{s:8:"language";s:5:"ru_RU";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ru_RU.zip";}i:95;a:8:{s:8:"language";s:3:"sah";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-sah.zip";}i:96;a:8:{s:8:"language";s:3:"snd";s:12:"english_name";s:6:"Sindhi";s:11:"native_name";s:8:"سنڌي";s:3:"iso";a:3:{i:1;s:2:"sd";i:2;s:2:"sd";i:3;s:3:"snd";}s:7:"strings";a:1:{s:8:"continue";s:15:"اڳتي هلو";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-snd.zip";}i:97;a:8:{s:8:"language";s:5:"si_LK";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-si_LK.zip";}i:98;a:8:{s:8:"language";s:5:"sk_SK";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-sk_SK.zip";}i:99;a:8:{s:8:"language";s:3:"skr";s:12:"english_name";s:7:"Saraiki";s:11:"native_name";s:14:"سرائیکی";s:3:"iso";a:1:{i:3;s:3:"skr";}s:7:"strings";a:1:{s:8:"continue";s:17:"جاری رکھو";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-skr.zip";}i:100;a:8:{s:8:"language";s:5:"sl_SI";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:10:"Nadaljujte";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-sl_SI.zip";}i:101;a:8:{s:8:"language";s:2:"sq";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-sq.zip";}i:102;a:8:{s:8:"language";s:5:"sr_RS";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-sr_RS.zip";}i:103;a:8:{s:8:"language";s:5:"sv_SE";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-sv_SE.zip";}i:104;a:8:{s:8:"language";s:2:"sw";s:12:"english_name";s:7:"Swahili";s:11:"native_name";s:9:"Kiswahili";s:3:"iso";a:2:{i:1;s:2:"sw";i:2;s:3:"swa";}s:7:"strings";a:1:{s:8:"continue";s:7:"Endelea";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-sw.zip";}i:105;a:8:{s:8:"language";s:3:"szl";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-szl.zip";}i:106;a:8:{s:8:"language";s:5:"ta_IN";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ta_IN.zip";}i:107;a:8:{s:8:"language";s:2:"te";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-te.zip";}i:108;a:8:{s:8:"language";s:2:"th";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-th.zip";}i:109;a:8:{s:8:"language";s:2:"tl";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-tl.zip";}i:110;a:8:{s:8:"language";s:5:"tr_TR";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-tr_TR.zip";}i:111;a:8:{s:8:"language";s:5:"tt_RU";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-tt_RU.zip";}i:112;a:8:{s:8:"language";s:3:"tah";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:91:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-tah.zip";}i:113;a:8:{s:8:"language";s:5:"ug_CN";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ug_CN.zip";}i:114;a:8:{s:8:"language";s:2:"uk";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-uk.zip";}i:115;a:8:{s:8:"language";s:2:"ur";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-ur.zip";}i:116;a:8:{s:8:"language";s:5:"uz_UZ";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-uz_UZ.zip";}i:117;a:8:{s:8:"language";s:2:"vi";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:90:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-vi.zip";}i:118;a:8:{s:8:"language";s:5:"zh_CN";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-zh_CN.zip";}i:119;a:8:{s:8:"language";s:5:"zh_TW";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-zh_TW.zip";}i:120;a:8:{s:8:"language";s:5:"zh_HK";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版 ";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}s:7:"version";s:5:"7.3.1";s:7:"updated";s:19:"2021-04-14 13:19:47";s:7:"package";s:93:"https://raw.githubusercontent.com/Theme-Fusion/Localization-l10n/master/Avada/Avada-zh_HK.zip";}}}', 'no');
INSERT INTO `wp_options` VALUES (1278, '_transient_timeout_avada_premium_plugins_info', '1624064137', 'no');
INSERT INTO `wp_options` VALUES (1279, '_transient_avada_premium_plugins_info', 'a:14:{s:11:"fusion-core";a:18:{s:4:"name";s:11:"Fusion Core";s:11:"plugin_name";s:10:"Avada Core";s:4:"slug";s:11:"fusion-core";s:13:"plugin_author";s:11:"ThemeFusion";s:17:"plugin_author_url";s:23:"http://theme-fusion.com";s:5:"image";s:84:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg";s:9:"image_url";s:84:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg";s:12:"external_url";s:30:"https://avada.theme-fusion.com";s:7:"premium";b:1;s:14:"latest_version";s:5:"5.2.1";s:8:"required";b:1;s:4:"icon";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png";s:6:"banner";s:76:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg";s:11:"tf_cs_image";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-companysite.jpg";s:11:"has_package";b:1;s:7:"version";s:5:"5.2.1";s:6:"Author";s:11:"ThemeFusion";s:9:"AuthorURI";s:23:"http://theme-fusion.com";}s:14:"fusion-builder";a:18:{s:4:"name";s:14:"Fusion Builder";s:11:"plugin_name";s:13:"Avada Builder";s:4:"slug";s:14:"fusion-builder";s:13:"plugin_author";s:11:"ThemeFusion";s:17:"plugin_author_url";s:24:"https://theme-fusion.com";s:5:"image";s:87:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg";s:9:"image_url";s:87:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg";s:12:"external_url";s:30:"https://avada.theme-fusion.com";s:7:"premium";b:1;s:14:"latest_version";s:5:"3.2.1";s:8:"required";b:1;s:4:"icon";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png";s:6:"banner";s:76:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg";s:11:"tf_cs_image";s:89:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-companysite.jpg";s:11:"has_package";b:1;s:7:"version";s:5:"3.2.1";s:6:"Author";s:11:"ThemeFusion";s:9:"AuthorURI";s:24:"https://theme-fusion.com";}s:27:"fusion-white-label-branding";a:18:{s:4:"name";s:27:"Fusion White Label Branding";s:11:"plugin_name";s:21:"Avada Custom Branding";s:4:"slug";s:27:"fusion-white-label-branding";s:13:"plugin_author";s:11:"ThemeFusion";s:17:"plugin_author_url";s:24:"https://theme-fusion.com";s:5:"image";s:95:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg";s:9:"image_url";s:95:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg";s:12:"external_url";s:0:"";s:7:"premium";b:1;s:14:"latest_version";s:3:"1.2";s:8:"required";b:0;s:4:"icon";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png";s:6:"banner";b:0;s:11:"tf_cs_image";s:96:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custombranding-companysite.jpg";s:11:"has_package";b:1;s:7:"version";s:3:"1.2";s:6:"Author";s:11:"ThemeFusion";s:9:"AuthorURI";s:24:"https://theme-fusion.com";}s:9:"revslider";a:18:{s:4:"name";s:17:"Slider Revolution";s:11:"plugin_name";s:17:"Slider Revolution";s:4:"slug";s:9:"revslider";s:13:"plugin_author";s:10:"ThemePunch";s:17:"plugin_author_url";s:22:"http://themepunch.com/";s:5:"image";s:83:"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png";s:9:"image_url";s:83:"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png";s:12:"external_url";s:0:"";s:7:"premium";b:1;s:14:"latest_version";s:6:"6.4.11";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:84:"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution_cs.png";s:11:"has_package";b:1;s:7:"version";s:6:"6.4.11";s:6:"Author";s:10:"ThemePunch";s:9:"AuthorURI";s:22:"http://themepunch.com/";}s:11:"LayerSlider";a:18:{s:4:"name";s:14:"LayerSlider WP";s:11:"plugin_name";s:14:"LayerSlider WP";s:4:"slug";s:11:"LayerSlider";s:13:"plugin_author";s:14:"Kreatura Media";s:17:"plugin_author_url";s:38:"https://layerslider.kreaturamedia.com/";s:5:"image";s:89:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png";s:9:"image_url";s:89:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png";s:12:"external_url";s:0:"";s:7:"premium";b:1;s:14:"latest_version";s:6:"6.11.8";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:88:"https://updates.theme-fusion.com/wp-content/uploads/2016/08/layerslider_company_site.jpg";s:11:"has_package";b:1;s:7:"version";s:6:"6.11.8";s:6:"Author";s:14:"Kreatura Media";s:9:"AuthorURI";s:38:"https://layerslider.kreaturamedia.com/";}s:26:"advanced-custom-fields-pro";a:18:{s:4:"name";s:26:"Advanced Custom Fields PRO";s:11:"plugin_name";s:26:"Advanced Custom Fields PRO";s:4:"slug";s:26:"advanced-custom-fields-pro";s:13:"plugin_author";s:13:"Elliot Condon";s:17:"plugin_author_url";s:28:"http://www.elliotcondon.com/";s:5:"image";s:71:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png";s:9:"image_url";s:71:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png";s:12:"external_url";s:0:"";s:7:"premium";b:1;s:14:"latest_version";s:5:"5.9.6";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:84:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro_company_site.jpg";s:11:"has_package";b:1;s:7:"version";s:5:"5.9.6";s:6:"Author";s:13:"Elliot Condon";s:9:"AuthorURI";s:28:"http://www.elliotcondon.com/";}s:11:"convertplug";a:18:{s:4:"name";s:12:"Convert Plus";s:11:"plugin_name";s:12:"Convert Plus";s:4:"slug";s:11:"convertplug";s:13:"plugin_author";s:16:"Brainstorm Force";s:17:"plugin_author_url";s:31:"https://www.brainstormforce.com";s:5:"image";s:85:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg";s:9:"image_url";s:85:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg";s:12:"external_url";s:0:"";s:7:"premium";b:1;s:14:"latest_version";s:6:"3.5.20";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:98:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail_company_site.jpg";s:11:"has_package";b:1;s:7:"version";s:6:"3.5.20";s:6:"Author";s:16:"Brainstorm Force";s:9:"AuthorURI";s:31:"https://www.brainstormforce.com";}s:12:"filebird-pro";a:18:{s:4:"name";s:8:"FileBird";s:11:"plugin_name";s:8:"FileBird";s:4:"slug";s:12:"filebird-pro";s:13:"plugin_author";s:10:"Ninja Team";s:17:"plugin_author_url";s:54:"https://ninjateam.org/wordpress-media-library-folders/";s:5:"image";s:109:"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg";s:9:"image_url";s:109:"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg";s:12:"external_url";s:0:"";s:7:"premium";b:1;s:14:"latest_version";s:3:"4.4";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:109:"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966169-d3ae8280-2d8d-11eb-895e-0191ae051d45.jpg";s:11:"has_package";b:1;s:7:"version";s:3:"4.4";s:6:"Author";s:10:"Ninja Team";s:9:"AuthorURI";s:54:"https://ninjateam.org/wordpress-media-library-folders/";}s:6:"leadin";a:15:{s:4:"name";s:7:"HubSpot";s:11:"plugin_name";s:7:"HubSpot";s:4:"slug";s:6:"leadin";s:13:"plugin_author";s:7:"HubSpot";s:17:"plugin_author_url";s:23:"https://www.hubspot.com";s:5:"image";s:84:"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg";s:9:"image_url";s:84:"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg";s:12:"external_url";s:54:"https://downloads.wordpress.org/plugin/woocommerce.zip";s:7:"premium";b:0;s:14:"latest_version";s:0:"";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:84:"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg";s:11:"has_package";b:0;}s:11:"woocommerce";a:15:{s:4:"name";s:11:"WooCommerce";s:11:"plugin_name";s:11:"WooCommerce";s:4:"slug";s:11:"woocommerce";s:13:"plugin_author";s:10:"Automattic";s:17:"plugin_author_url";s:23:"https://woocommerce.com";s:5:"image";s:88:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png";s:9:"image_url";s:88:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png";s:12:"external_url";s:54:"https://downloads.wordpress.org/plugin/woocommerce.zip";s:7:"premium";b:0;s:14:"latest_version";s:0:"";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:88:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png";s:11:"has_package";b:0;}s:19:"the-events-calendar";a:15:{s:4:"name";s:19:"The Events Calendar";s:11:"plugin_name";s:19:"The Events Calendar";s:4:"slug";s:19:"the-events-calendar";s:13:"plugin_author";s:18:"Modern Tribe, Inc.";s:17:"plugin_author_url";s:18:"http://m.tri.be/1x";s:5:"image";s:92:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png";s:9:"image_url";s:92:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png";s:12:"external_url";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip";s:7:"premium";b:0;s:14:"latest_version";s:0:"";s:8:"required";b:0;s:4:"icon";N;s:6:"banner";N;s:11:"tf_cs_image";N;s:11:"has_package";b:0;}s:13:"wordpress-seo";a:15:{s:4:"name";s:9:"Yoast SEO";s:11:"plugin_name";s:9:"Yoast SEO";s:4:"slug";s:13:"wordpress-seo";s:13:"plugin_author";s:10:"Team Yoast";s:17:"plugin_author_url";s:18:"https://yoast.com/";s:5:"image";s:69:"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png";s:9:"image_url";s:69:"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png";s:12:"external_url";s:56:"https://downloads.wordpress.org/plugin/wordpress-seo.zip";s:7:"premium";b:0;s:14:"latest_version";s:0:"";s:8:"required";b:0;s:4:"icon";b:0;s:6:"banner";b:0;s:11:"tf_cs_image";s:69:"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png";s:11:"has_package";b:0;}s:7:"bbpress";a:15:{s:4:"name";s:7:"bbPress";s:11:"plugin_name";s:7:"bbPress";s:4:"slug";s:7:"bbpress";s:13:"plugin_author";s:21:"The bbPress Community";s:17:"plugin_author_url";s:19:"https://bbpress.org";s:5:"image";s:71:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png";s:9:"image_url";s:71:"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png";s:12:"external_url";s:57:"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip";s:7:"premium";b:0;s:14:"latest_version";s:0:"";s:8:"required";b:0;s:4:"icon";N;s:6:"banner";N;s:11:"tf_cs_image";N;s:11:"has_package";b:0;}s:3:"pwa";a:15:{s:4:"name";s:3:"PWA";s:11:"plugin_name";s:3:"PWA";s:4:"slug";s:3:"pwa";s:13:"plugin_author";s:23:"PWA Plugin Contributors";s:17:"plugin_author_url";s:49:"https://github.com/xwp/pwa-wp/graphs/contributors";s:5:"image";s:75:"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg";s:9:"image_url";s:75:"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg";s:12:"external_url";s:46:"https://downloads.wordpress.org/plugin/pwa.zip";s:7:"premium";b:0;s:14:"latest_version";s:0:"";s:8:"required";b:0;s:4:"icon";s:75:"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_256_256.jpg";s:6:"banner";s:76:"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_1544_500.jpg";s:11:"tf_cs_image";s:75:"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_840_438.jpg";s:11:"has_package";b:0;}}', 'no');
INSERT INTO `wp_options` VALUES (1282, '_transient_timeout_acf_plugin_updates', '1624150542', 'no');
INSERT INTO `wp_options` VALUES (1283, '_transient_acf_plugin_updates', 'a:4:{s:7:"plugins";a:1:{s:34:"advanced-custom-fields-pro/acf.php";a:8:{s:4:"slug";s:26:"advanced-custom-fields-pro";s:6:"plugin";s:34:"advanced-custom-fields-pro/acf.php";s:11:"new_version";s:5:"5.9.6";s:3:"url";s:36:"https://www.advancedcustomfields.com";s:6:"tested";s:3:"5.7";s:7:"package";s:0:"";s:5:"icons";a:1:{s:7:"default";s:63:"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png";}s:7:"banners";a:2:{s:3:"low";s:77:"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102";s:4:"high";s:78:"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099";}}}s:10:"expiration";i:172800;s:6:"status";i:1;s:7:"checked";a:1:{s:34:"advanced-custom-fields-pro/acf.php";s:5:"5.9.5";}}', 'no');
INSERT INTO `wp_options` VALUES (1286, '_site_transient_timeout_theme_roots', '1623979544', 'no');
INSERT INTO `wp_options` VALUES (1287, '_site_transient_theme_roots', 'a:4:{s:5:"Avada";s:7:"/themes";s:14:"twentynineteen";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";s:15:"twentytwentyone";s:7:"/themes";}', 'no');
INSERT INTO `wp_options` VALUES (1288, '_site_transient_timeout_fusion_patches', '1623979548', 'no');
INSERT INTO `wp_options` VALUES (1289, '_site_transient_fusion_patches', 'a:2:{s:14:"fusion-builder";O:8:"stdClass":3:{s:6:"418777";O:8:"stdClass":4:{s:4:"date";s:12:"Mar. 9, 2021";s:11:"description";s:79:"Fixes form submission loading spinner in latest Contact Form 7 version.
\n";s:8:"versions";a:1:{i:0;s:5:"7.2.1";}s:5:"patch";a:2:{i:0;O:8:"stdClass":4:{s:7:"context";s:5:"avada";s:7:"version";s:5:"7.2.1";s:4:"path";s:45:"assets/min/js/general/avada-contact-form-7.js";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODc3NyZrZXk9MA==";}i:1;O:8:"stdClass":4:{s:7:"context";s:5:"avada";s:7:"version";s:5:"7.2.1";s:4:"path";s:24:"assets/css/style.min.css";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODc3NyZrZXk9MQ==";}}}s:6:"418556";O:8:"stdClass":4:{s:4:"date";s:13:"Dec. 23, 2020";s:11:"description";s:97:"Fixes JavaScript error which occurs after Fusion Form is successfully submitted via Ajax.
\n";s:8:"versions";a:1:{i:0;s:5:"7.2.1";}s:5:"patch";a:1:{i:0;O:8:"stdClass":4:{s:7:"context";s:14:"fusion-builder";s:7:"version";s:5:"3.2.1";s:4:"path";s:36:"assets/js/min/general/fusion-form.js";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODU1NiZrZXk9MA==";}}}s:6:"418553";O:8:"stdClass":4:{s:4:"date";s:13:"Dec. 22, 2020";s:11:"description";s:95:"Fixes intermittent CSS loading when using both File & Asynchronous modes together.
\n";s:8:"versions";a:1:{i:0;s:5:"7.2.1";}s:5:"patch";a:1:{i:0;O:8:"stdClass":4:{s:7:"context";s:5:"avada";s:7:"version";s:5:"7.2.1";s:4:"path";s:45:"includes/lib/inc/class-fusion-dynamic-css.php";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODU1MyZrZXk9MA==";}}}}s:11:"fusion-core";O:8:"stdClass":3:{s:6:"418777";O:8:"stdClass":4:{s:4:"date";s:12:"Mar. 9, 2021";s:11:"description";s:79:"Fixes form submission loading spinner in latest Contact Form 7 version.
\n";s:8:"versions";a:1:{i:0;s:5:"7.2.1";}s:5:"patch";a:2:{i:0;O:8:"stdClass":4:{s:7:"context";s:5:"avada";s:7:"version";s:5:"7.2.1";s:4:"path";s:45:"assets/min/js/general/avada-contact-form-7.js";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODc3NyZrZXk9MA==";}i:1;O:8:"stdClass":4:{s:7:"context";s:5:"avada";s:7:"version";s:5:"7.2.1";s:4:"path";s:24:"assets/css/style.min.css";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODc3NyZrZXk9MQ==";}}}s:6:"418556";O:8:"stdClass":4:{s:4:"date";s:13:"Dec. 23, 2020";s:11:"description";s:97:"Fixes JavaScript error which occurs after Fusion Form is successfully submitted via Ajax.
\n";s:8:"versions";a:1:{i:0;s:5:"7.2.1";}s:5:"patch";a:1:{i:0;O:8:"stdClass":4:{s:7:"context";s:14:"fusion-builder";s:7:"version";s:5:"3.2.1";s:4:"path";s:36:"assets/js/min/general/fusion-form.js";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODU1NiZrZXk9MA==";}}}s:6:"418553";O:8:"stdClass":4:{s:4:"date";s:13:"Dec. 22, 2020";s:11:"description";s:95:"Fixes intermittent CSS loading when using both File & Asynchronous modes together.
\n";s:8:"versions";a:1:{i:0;s:5:"7.2.1";}s:5:"patch";a:1:{i:0;O:8:"stdClass":4:{s:7:"context";s:5:"avada";s:7:"version";s:5:"7.2.1";s:4:"path";s:45:"includes/lib/inc/class-fusion-dynamic-css.php";s:9:"reference";s:108:"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQxODU1MyZrZXk9MA==";}}}}}', 'no'); INSERT INTO `wp_options` VALUES (1296, '_site_transient_timeout_fusion_patcher_check_num', '1624064148', 'no'); INSERT INTO `wp_options` VALUES (1297, '_site_transient_fusion_patcher_check_num', 'a:1:{s:5:"avada";i:3;}', 'no'); INSERT INTO `wp_options` VALUES (1298, '_transient_timeout_feed_3ac19636a08ac871617784ce82d597b8', '1624020950', 'no'); INSERT INTO `wp_options` VALUES (1299, '_transient_feed_3ac19636a08ac871617784ce82d597b8', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:46:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:99:"Avada ThemeFusion | Avada Website Builder – Avada Website Builder For WordPress & WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:24:"https://theme-fusion.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:27:"For WordPress & WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Jun 2021 13:43:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=5.7.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:9:{i:0;a:6:{s:4:"data";s:63:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"A Major 700K Milestone! Thank you";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://theme-fusion.com/a-major-700k-milestone-thank-you/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Jun 2021 13:43:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:12:"Achievements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=867622";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:550:"Each milestone is a celebration, and is very special. A huge thank you to our Avada community and our team for being the best anyone could ask for. Thank you to + beginners, businesses, and professionals who have chosen to make Avada part of their daily lives. As a team, we are proud, we [...]
\nThe post A Major 700K Milestone! Thank you appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Michael";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14367:"Each milestone is a celebration, and is very special. A huge thank you to our Avada community and our team for being the best anyone could ask for. Thank you to 701,106+ beginners, businesses, and professionals who have chosen to make Avada part of their daily lives. As a team, we are proud, we are humbled, and it is wonderful to see just how far Avada has grown on Themeforest over the last 8+ years.
\nAvada’s evolutionary growth and community continue to inspire us to make a positive difference internally and externally. It is a cornerstone of our company philosophy and culture here at ThemeFusion HQ. What we have created as a team and community and how we continue to evolve Avada has motivated many into becoming self-sufficient and confident in utilizing WordPress + Avada as the ultimate website builder, daily.
\nThe evolution of Avada, into a fully-fledged Website Builder, over the years is nothing short of amazing. We launched Avada in August 2012 to simplify and extend the basic functionality that WordPress offered at that time. What has been phenomenal to witness is that ordinary people have made the Avada platform their go-to website designing and building toolkit over the last 8+ years. Have your say on what comes next.
\nThank you,
\nThe ThemeFusion Team
Please note that comments are turned off on this announcement post so we can focus on our customers
The post A Major 700K Milestone! Thank you appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:79:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Avada 7.4 is live! A Performance Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://theme-fusion.com/avada-7-4-is-live-a-performance-update/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"https://theme-fusion.com/avada-7-4-is-live-a-performance-update/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Jun 2021 12:44:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Performance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"Theme Updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=867241";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:612:"We are thrilled to announce the release of Avada 7.4, the latest evolutionary update for the Avada Website Builder. This latest update released on June 8th, 2021, introduces a vast array of amazing performance features, giving you the confidence to take any project head on. Website performance and optimization can be a reasonably complex [...]
\nThe post Avada 7.4 is live! A Performance Update appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Michael";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:16927:"We are thrilled to announce the release of Avada 7.4, the latest evolutionary update for the Avada Website Builder. This latest update released on June 8th, 2021, introduces a vast array of amazing performance features, giving you the confidence to take any project head on.
\nWebsite performance and optimization can be a reasonably complex topic. Besides the vast array performance enhancements that have been introduced for Avada, our team developed tools that will make the process of optimizing your Avada website w whole easier. Ranging from the new Performance Wizard to above-the-fold optimization options, an icon scanner, asset management recommendations, and so much more.
\nThe Performance Wizard takes the guesswork out of how to best optimize your Avada website. Once you have built your website or have just updated to Avada 7.4, the step-by-step interface will guide you by scanning your assets and recommending options that can be disabled or enabled to enhance overall performance.
\n“Above the fold” is the part of a webpage that is immediately visible on your desktop or mobile screen without scrolling. The new features that Avada provides will allow you to optimize your content for improved performance on mobile & desktop.
\nYou can now enable the generation of critical CSS & defer unused CSS, which will lead to a faster render time, and image preloading for your website’s images to improve performance.
\nBuild all the headers! This long-awaited new feature is ready for you to use, and it is super flexible. Building a Side Header in Avada Layouts is a straightforward process. Essentially, it’s just a setting in the Layout Section Options for a Header Layout Section.
\nAvada Mechanic is a bright, lightweight, and super flexible prebuilt website that you can import at the click of a button from your Dashboard.
\nThe post Avada 7.4 is live! A Performance Update appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"https://theme-fusion.com/avada-7-4-is-live-a-performance-update/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:82:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"25+ Best Free WooCommerce Plugins to Improve Your Store on a Budget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://theme-fusion.com/25-best-free-woocommerce-plugins-to-improve-your-store-on-a-budget/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:100:"https://theme-fusion.com/25-best-free-woocommerce-plugins-to-improve-your-store-on-a-budget/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 May 2021 10:33:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:7:"HubSpot";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=866557";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:697:"Searching for the best free WooCommerce plugins to improve your Avada website store without busting your budget? WooCommerce already offers some core free plugins for payment gateways like Stripe, Amazon, and PayPal and WooCommerce Shipping and WooCommerce Taxes to calculate rates. A great starting point when building your online WooCommerce store would be to choose [...]
\nThe post 25+ Best Free WooCommerce Plugins to Improve Your Store on a Budget appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Schantel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:167414:"Searching for the best free WooCommerce plugins to improve your Avada website store without busting your budget? WooCommerce already offers some core free plugins for payment gateways like Stripe, Amazon, and PayPal and WooCommerce Shipping and WooCommerce Taxes to calculate rates.
\nA great starting point when building your online WooCommerce store would be to choose one of the following top ten Avada WordPress prebuilt websites. In addition to building a bespoke online shopping experience with Avada’s WooCommerce Builder, you can also find lots of great third-party free WooCommerce plugins to improve your online store in a ton of valuable ways.
\nIf you search for “WooCommerce” at WordPress.org, you’ll find over 900 different plugins! That’s a lot of plugins to sort through. So to help you find the best free WooCommerce plugins, we’ve collected 25+ of your best options.
\nPlugins can help you improve your store in all types of ways, from boosting your marketing efforts to improving your frontend shopping experience, simplifying backend admin processes, and more.
\nLet’s get right to the plugins so that you can improve your store!
\nWith the HubSpot WooCommerce plugin, you can automatically sync customer details to your CRM, as well as shopping activity, order history, and more. Once you have shoppers in your CRM, you can segment them as needed and send one-off or automated emails using a drag-and-drop builder. You can also set up automation rules to send abandoned cart reminders and other similar emails.
\nBeyond marketing, HubSpot also comes with a popup and form builder, built-in eCommerce analytics to track performance, and more.
\nDrag-and-drop form builder and popup builder.
\nTrack cart abandonment and send abandoned cart recovery emails.
\nPricing: Free. Optional add-ons to access more marketing, sales, and support features.
\nBest For: Improving your WooCommerce store’s marketing and better understanding your customers.
\nWooCommerce PDF Invoices & Packing Slips is a popular free plugin that does one simple thing well – PDF invoices and packing slips. It helps you create well-designed PDFs that you can include in email confirmations and a shopper’s “My Account” area, as well as print and include in the packages that you ship out.
\nPricing: Free. Paid version from €59.
\nBest For: Creating PDF invoices and packing slips for your store.
\nIn April 2020, Google made it free for store owners to list products in Google Shopping, which opens up a valuable new marketing channel. However, to list your WooCommerce store’s products, you need to submit a properly formatted feed.
\nProduct Feed PRO for WooCommerce helps you create that feed, along with feeds for other services such as Facebook Remarketing.
\nPricing: Free. Paid version from €89.
\nBest For: Exporting a properly formatted feed of your products for Google Shopping and other destinations.
\nCustomer reviews are an important element for WooCommerce stores because they add social proof as well as useful information for your human visitors and relevant content for search engines. WooCommerce does include a built-in review feature, but it’s pretty basic.
\nCustomer Reviews for WooCommerce enhances the native WooCommerce review feature with useful features such as multiple product review forms, review filters, and more. It can also help you get more reviews in the first place with review reminders and offering a discount in exchange for reviews.
\nPricing: Free. Pro version from $50.
\nBest For: Optimizing your WooCommerce reviews and also collecting more reviews in the first place.
\nVariation Swatches for WooCommerce helps you improve how you display variable products at your store. Instead of showing text, you can show a color, image, or button that’s relevant to your variations. For example, if you’re selling t-shirts in multiple colors, you could display the actual color of each variation (as you can see in the screenshot above).
\nPricing: Free. Paid version from $49.
\nBest For: Improving how you display variable products.
\nCheckout Field Editor gives you more control over the fields that display on the WooCommerce checkout page. You can add new fields, edit the existing fields, and remove default fields if needed. You can also rearrange the order of all the fields to get more control over the checkout page.
\nPricing: Free. Premium version from $49.
\nBest For: Controlling the fields that appear at WooCommerce checkout.
\nBooster for WooCommerce doesn’t add one specific feature. Instead, it’s a modular set of hundreds of features to make a bunch of small changes to your store in a variety of areas. While it does include hundreds of features, you can enable/disable all of them to keep your store lightweight and make sure you don’t get bogged down by features that you don’t need.
\nPricing: Free. Premium version from $100.
\nBest For: Accessing lots of different WooCommerce features and enhancements from one plugin.
\nFlexible Shipping is a popular free option for setting up table-rate shipping on your eCommerce store. With table-rate shipping, you can set up fixed-rate shipping conditions based on the shipping method, order value, product weight, dimensions, etc.
\nThis is in contrast to the approach of using real-time rates from providers like USPS or FedEx which, while accurate, result in weird-looking shipping rates and make shoppers wait until they checkout to see how much shipping will cost.
\nPricing: Free. Paid version from $89.
\nBest For: Adding table-rate shipping calculations to your WooCommerce store.
\nYour store’s shoppers won’t always be ready to buy right away, so a wishlist gives them the option to save the items that they’re interested in for later. Shoppers can also share their wishlists with friends and family, which is great for birthdays or other gift-giving celebrations.
\nTI WooCommerce Wishlist makes it easy to add a user-friendly wishlist feature to your store for free, complete with useful features like shareable wishlist links.
\nShareable wishlists (great for sharing with friends and family).
\nPricing: Free. Paid version from $79.
\nBest For: Adding wishlist functionality to your WooCommerce store.
\nFiboSearch, formerly known as Ajax Search for WooCommerce, helps you improve product search at your WooCommerce store with live results that appear as soon as a shopper starts typing. You can also show additional information in the live search results, such as a product’s image, price, description, SKU, and more.
\nPricing: Free. Pro version offers performance improvements and other features from $49.
\nBest For: Improving product search at your WooCommerce store.
\nBy default, WooCommerce uses tabs to display detailed information on a single product page. Typically, you’ll get tabs for the long description, reviews, etc. But with Custom Product Tabs for WooCommerce, you can also add your own custom tabs that display any information you want, such as size charts, fitting information, instructions, etc.
\nInclude any content you want via the TinyMCE editor, including images or shortcodes from other plugins (like a size chart plugin).
\nPricing: Free. Pro version from $29.99
\nBest For: Adding custom tabs to the WooCommerce single product page.
\nAdvanced Shipment Tracking for WooCommerce lets you keep shoppers up-to-date with their orders by letting you attach tracking information to orders, with support for 250+ shipping providers. You’ll be able to attach the tracking numbers to emails and also display them in the order summary.
\nWith the premium version, you can even send real-time shipment status notifications.
\nPricing: Free. Paid version from $99.
\nBest For: Adding and displaying shipment tracking information for WooCommerce orders.
\nPPOM, short for Personalized Product Option Manager, is a useful plugin if you offer customizable WooCommerce products, such as products where shoppers can add their own text message, image, etc.
\nYou can use different field types to add more options to the single product page where shoppers can enter their preferences. You can also charge extra based on how shoppers fill out the fields, such as charging an extra fee for a custom engraving on a piece of jewelry.
\nPricing: Free. Pro version from $30.
\nBest For: Letting shoppers personalize products.
\nProduct filters help shoppers find the products they’re interested in by letting shoppers drill-down using price, variations, categories, and other product information. WooCommerce does include a few built-in product filter widgets, but the free WooCommerce Product Filter plugin goes a lot further and lets you build your own sets of custom filters.
\nYou can even conditionally display your filter groups for different products so that your filters are always optimized to the products a shopper is browsing.
\nPricing: Free. Paid version from $49.
\nBest For: Helping shoppers find products with product filters.
\nDiscount Rules for WooCommerce helps you use discounting as a marketing strategy by letting you create your own custom discount rules, such as “Buy X, Get X% Off” or “Spend $X+, Get X% Off”. You can create unlimited rules and you get a lot of different conditions for triggering your rules.
\nCreate a global storewide discount (great for sales).
\nPricing: Free. Paid version from $49.
\nBest For: Setting up a discounting strategy on your store to encourage sales.
\nCartFlows helps you revamp the WooCommerce checkout process by letting you build your own funnels, complete with upsells, order bumps, downsells, and more. It can benefit any WooCommerce store, but it’s especially great if you’re selling online courses, services, information products, etc.
\nPricing: Free. Paid version from $199.
\nBest For: Optimizing the WooCommerce checkout and boosting conversion rates with custom funnels.
\nAs the name suggests, WooCommerce Advanced Free Shipping gives you more control over when shoppers’ orders are eligible for free shipping. You’ll be able to create your own custom free shipping rules based on conditions like order total, shipping destination, weight, dimensions, and more.
\nPricing: Free.
\nBest For: Creating conditional free shipping rules on your WooCommerce store.
\nWooCommerce Menu Cart helps you add a cart option to your website’s menu, which is useful if your chosen WordPress theme doesn’t include this as a built-in feature. Or, even if your theme does include a built-in menu cart option, you still might prefer this plugin as it gives you more control over your menu cart, such as whether to show the number of items in the cart or the total price.
\nPricing: Free. Paid version from €29.
\nBest For: Adding a shopping cart icon to your store’s menu.
\nEnhanced Ecommerce Google Analytics Plugin for WooCommerce does exactly what the name says – it helps you set up Enhanced eCommerce tracking for your WooCommerce store in Google Analytics.
\nThis is a core Google Analytics feature that lets you pass important details such as orders, products, prices, etc. to Google Analytics so that you can view all of that eCommerce-focused information in your Google Analytics reports.
\nPricing: Free. Paid version costs $135.
\nBest For: Setting up Google Analytics Enhanced Ecommerce tracking.
\nKadence WooCommerce Email Designer gives you code-free options to customize all the transactional emails that your store sends for things like order confirmations, password resets, shipment notifications, etc.
\nWith the plugin, you’ll be able to customize all of the core WooCommerce emails from the native WordPress Customizer (the same interface that you use to customize many WordPress themes). Kadence WooCommerce Email Designer also integrates with some popular WooCommerce extensions so that you can customize those emails, too, which includes extensions like WooCommerce Subscriptions and WooCommerce Memberships.
\nNo code required.
\nPricing: Free.
\nBest For: Customizing WooCommerce emails without needing to use code.
\nYou want your shoppers to see as many products as possible to make sure they don’t miss something they’re interested in. YITH Infinite Scrolling helps you make sure that happens by infinitely loading products on your shop page and category/tag archive pages.
\nThere’s a reason all the social media networks use this approach – it keeps people engaged and browsing, which is exactly what you want on your eCommerce site.
\nPricing: Free.
\nBest For: Displaying more products to shoppers with infinite scroll.
\nAdvanced Coupons is a useful free WooCommerce plugin if you use coupons and discounting as a marketing strategy for your store. It works within the regular WooCommerce coupons interface to add new features and deal types such as BOGO deals (Buy one, get one), more flexible cart conditions and restrictions, URL coupons, and more.
\nAll in all, it’s a great way to get access to new features while still being able to work from the regular WooCommerce coupons interface.
\nPricing: Free. Paid version from $99.
\nBest For: Extending the native WooCommerce coupons features.
\nMailchimp for WooCommerce is an official plugin from Mailchimp that lets you sync your store’s customers and purchase data to Mailchimp. From there, you can send messages to your subscribers, create marketing automation campaigns, and more.
\nPricing: Free plugin, but requires a Mailchimp account.
\nBest For: Integrating your WooCommerce store with Mailchimp.
\nWooCommerce Currency Switcher, or WOOCS for short, is the most popular free plugin to help you offer your WooCommerce store in multiple currencies. You can choose from virtually any currency and automatically update rates using various services to ensure accurate conversions.
\nIntegration with WooCommerce Multilingual (WPML) to create a fully localized site.
\nPricing: Free. Paid version costs $34.
\nBest For: Displaying your store’s prices in multiple currencies.
\nWooCommerce Side Cart does what the name says – it lets you create a slide-out side cart much like you see on other eCommerce platforms like Shopify. Shoppers can access their carts from anywhere on your site and you can also customize what information to display in the cart.
\nPricing: Free. Pro version from $24.
\nBest For: Adding a slide-out side cart like Shopify offers (even if your theme doesn’t support it).
\nGift cards are a great way to lock-in upfront revenue at your store and make it easier for people to gift products from your store. With PW WooCommerce Gift Cards, you can easily start selling gift cards on WooCommerce.
\nYou can either sell pre-set amounts or let shoppers choose custom amounts (or both). You’ll also be able to manage all your gift cards from your store admin dashboard.
\nPricing: Free. Paid version from $59.
\nBest For: Selling gift cards on your WooCommerce store.
\nAll of these WordPress plugins help you enhance your store in some way, whether that’s boosting your marketing or SEO efforts, improving the user experience for shoppers, or streamlining your admin processes.
\nBest of all, because they’re all free, you can try them out at zero risk to your budget. Install the plugins you find most interesting today and see how they can improve your WooCommerce store.
\nThe post 25+ Best Free WooCommerce Plugins to Improve Your Store on a Budget appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:97:"https://theme-fusion.com/25-best-free-woocommerce-plugins-to-improve-your-store-on-a-budget/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:85:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Avada Videographer: Deconstructing a Prebuilt Website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://theme-fusion.com/avada-videographer-deconstructing-a-prebuilt-website/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"https://theme-fusion.com/avada-videographer-deconstructing-a-prebuilt-website/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 May 2021 17:10:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:17:"Prebuilt Websites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"Beginners Guide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"Web Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"Branding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=866511";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:631:"Let us introduce you to the Avada Videographer prebuilt website. This Avada website is ideal for digital creatives to show off their projects and promote ready-to-use footage. It can easily be adapted to suit any business model or venture using the Avada Website Builder. In this article, we will explore the page and post layouts [...]
\nThe post Avada Videographer: Deconstructing a Prebuilt Website appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Schantel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:133576:"Let us introduce you to the Avada Videographer prebuilt website. This Avada website is ideal for digital creatives to show off their projects and promote ready-to-use footage. It can easily be adapted to suit any business model or venture using the Avada Website Builder.
\nIn this article, we will explore the page and post layouts that make up the overall website structure to see how you can use the Avada Website Builder as the ultimate design tool. You have total design freedom to create unique layouts for your website’s pages and posts that work, with the only limit being your imagination.
\nCreating a style guide for your website will prove to be invaluable in the future. A style guide will help you to address usability, the user experience, design consistency, and online trends in an organized and consistent manner.
\nThe Avada Website Builder has a vast array of features and styling options; however, you do not need to use all of them for your website, and this is where your style guide comes in. Decide upfront which styling options align with your brand and which design features are needed to make your website stand out.
\nThe color palette selected for the Avada Videographer prebuilt website is a natural set of pastel colors with bright and dark tones, as seen above. If you would like to change the Avada Videographer color palette, this can be done within the options panel, as explained in this help file and video.
\nColor increases brand recognition, and it can influence people in how they feel about a website. Colors produce different emotions in people, making it essential to choose the right colors for your website. The balance of white space, contrast, and well thought out color schemes are vital elements of good web design. If you have not already decided on your brand colors, choosing a color palette for your website can be confusing. However, using a handy tool like the Adobe Color Wheel or any of the myriad of app choices online, you can undoubtedly make this task effortless.
\nWe suggest checking out HubSpot’s article on color theory.
\nWebsite Typography can be more important than you realize, from your brand and user perspective to your website’s overall look and style. It is often underrated and is, in fact, an art form and technique in itself. The following HubSpot guide to website typography will give you some great insights into the do’s and dont’s choosing which fonts work best for your Avada website.
\nThe Avada Website Builder has a vast array of Typography controls, options, and font selections to make your job easier. See this detailed help file and video to get you started.
\nBelow are the fonts used for the Avada Videographer prebuilt website:
\nWe suggest checking out HubSpot’s article on The Ultimate List of Web-Safe HTML and CSS Fonts.
\nTo get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;
\nA trusted web hosting service
\nThe latest version of WordPress
\nWhat are required plugins, and do you need them? In short, it is not the end of the world if you choose not to install and activate the plugins used with any particular Avada prebuilt website. Let’s take the Avada Videographer prebuilt website as an example: This prebuilt website was built without using any of the Avada bundled plugins.
\nWhen an Avada prebuilt website is built without using bundled plugins, you can still install and activate any of them, should it be needed for your website. Any Avada prebuilt website can be modified to fit your project needs.
\nMany facets set the Avada Website Builder apart from the competition. None more important is that Avada is not reliant on 3rd party builders and tools to deliver a stable and seamless website building experience. No waiting for external developers and toolset creators to deliver the next update for your theme. We take pride in the fact that Avada is 100% maintained, evolved, and developed according to strict WordPress and PHP coding standards. Avada gives you peace of mind and guarantees that what you have to work with will always be ahead of the latest industry requirements.
\nImporting any Avada Prebuilt Website is as simple as clicking a button, with pre-import selections making it highly flexible. You can choose to import a full website (more than 83 to choose from) and parts of any other and anything in between. Choose pages, posts, portfolios, images, sliders, theme options, widgets, or uninstall as you prefer.
\nA page or post structure is divided into four main sections: the Header, the Page Title Bar, Content, and the Footer. With the Avada Website Builder, you can independently edit each of these sections to create super flexible and stunning layout designs.
\nBelow is a list of the Avada Videographer pages and posts that have been prebuilt just for you. Once installed, you can change all aspects of each Layout, and at any time, add new pages to suit your online business needs.
\nBefore we look at the specific Layouts on the Avada Videographer prebuilt website, the first thing to understand is the Layouts and Layout Sections’ architecture. You can think of Layouts as a container for the page content. In contrast, the actual content comes from the various Layout Sections. There are four Layout Sections on a page – the Header, Page Title Bar, Content, and Footer Layout Sections.
\nThere is a default Global Layout, and any Layout Sections added to that will be shown on all pages of your website. There are Conditional Layouts with conditional logic to determine how the Layout will be used.
\nYou can make as many Layouts and Layout Sections as you like, and you can use the Layout Sections in multiple Layouts. But you can only use a specific condition on a single Layout, so the theme knows which one to use.
\nSee Understanding Layouts & Layout Sections and Understanding Conditional Layouts for more info.
\nWebsite pages are allocated for static content such as your website’s homepage, about, contact page, and so on, and are timeless entities.
\nWebsite posts are allocated to blog content listed in reverse (newest to the oldest) chronological order and are timely. Older posts are archived based on month and year. You can also create content for custom post types or CPT. In Avada, an example of this is the Portfolio post type. Check out this detailed WordPress article for more information.
\nThe Avada Videographer prebuilt website is exactly that, prebuilt, for you. If the design and style suit your website needs, you can use it as a starting point, and you can change as much or as little as you need to.
\nThe most obvious details that you will want to change at first is the website’s wording, titles, color scheme, and images. You can choose to leave the overall layouts as is or Drag and Drop to rearrange the content’s order. Further to that, you can add or remove any of the Design Elements to fine-tune your preferred business narrative. In short, you can change every single aspect of the prebuilt website’s Layout and content.
\nEditing a page’s content and layouts is done using the Drag and Drop live editor or using the traditional back-end method. The first image below shows the Live visual Drag and Drop editor is used to edit the content:
\nThe image below shows the traditional back-end method is used to edit the content:
\nWe have created a side by side point of reference that illustrates the differences in building a website using the Avada Website Builder to design custom Layouts vs. not using The Avada Website Builder and only using predefined options. The latter will allow you only to build a basic site, in comparison.
\nFor the Avada Videographer prebuilt website, the Header was created using the Avada Header Builder and is set globally across the website. This means that every page and post will use the same Header layout without any further conditions set. For example, you can change this if required by creating a unique Header layout for different pages or posts. You can check how this is structured on the backend by clicking this link.
\nThe content part of the homepage, the area between the Header and Footer, does not use a page title bar. You can change this page’s content in an infinite number of ways to best suit your business marketing and brand requirements.
\nPage and Post content is structured using Container and Column Elements, and if required, Nested Columns. Check out the help file links below for detailed information and videos explaining what they are and how to use them:
\nInstead of using a traditional image slider, like the Avada Slider, Slider Revolution or Layer Slider, as the above-the-fold hero section, this prebuilt site uses a Container with a Background Video. Added to the container are a single 1/1 (100% width) Column with three Title Elements and a Button Element.
\nA Call-to-action (CTA) is a marketing method designed to prompt an immediate response or encourage a direct sale from your website visitors. There is no hard and fast rule about how you should create them, other than being an attraction and conversion point on your website. Using the Avada Design Elements, you can make any CTA style that you feel will work for your online business.
\nThis section was built using one 1/3 (33.33% width) Column on the Left with an Image Element, a Nested Columns Element, two Separator Elements, Title Element, and a Text Block Element. On the Right there is one 2/3 (66.67 width) Column containing two Title Elements.
\nFor this example, a Container with three 1/3 (33.33% width) Columns, each with a Background Image, is used. Each Column contains an Icon Element, Separator Element, Title Element, and a Text Block Element.
\nUsing images as a way to highlight a call-to-action or for advertizing and promotion reasons is standard practice, and the Avada Website Builder makes this task even easier for you. To create this section, a Container is added to the page content which has an image selected as the background, with a gradient overlay. This is structured with a 2/3 (66.67% width) Column, containing two Title Elements, a Separator Element, and a Button Element.
\nTo create this layout, a Container with one 4/5 (80% width) Column with a Title Element, one 1/5 (20% width) Column with a Button Element, four 1/2 (50% width) Columns with eight Nested Column Elements, each containing a Background Image and an Icon Element, and one 1/1 (100% width) Column with a Button Element, is used.
\nDepending on the marketing goal, CTA’s can drive a variety of different actions and results for your website visitors. Check this article for some CTA inspiration, 39 Call-to-Action Examples You Can’t Help But Click.
\nFor this example, a Container with a Background Image was used with one 3/5 (60% width) Column two Title Elements and a Button Element.
\nFor this example, the CTA section is made up of a Container and three 1/3 (33.33% width) Columns, with the first two, each containing two Separator Elements, two Nested Column Elements, structured with an Icon Element, Title Element, Separator Element, and a Text Block Element, with an Icon Element in the last Column.
\nHere is another section using visual CTA’s. Using images as a way to highlight a call-to-action or for advertizing and promotion reasons is standard practice, and the Avada Website Builder makes this task even easier for you. To create this section, a Container Element is structured using two 1/4 (25% width) Columns on either side of a 1/2 (50% width) Column, containing two Nested Column Element, each with an Image Element, in the first Column, two Title Elements, a Separator Element, and a Button Element, and the last Column only has a Background Image.
\nThis section is built using a Container with a Background Image and four 1/4 (25% width) Columns, collectively containing a Title Element and nine Nested Column Elements, each with a Title Element and a Text Block Element.
\nThis section uses a Container with one 4/5 (80% width) Column and one 1/4 (20% width) Column with a Title Element and a Button Element, followed by a 1/1 (100% width) Column with a Blog Element.
\nFor this example, this section is made up of one 3/5 (60% width) Column and a 2/5 (40% width) Column with a Title and a Text Block Element in the first row. In the second row there are three 1/3 (33.33% width) Columns each with a Background Image and an Icon Element.
\nFor this section, a Container with one 2/3 (66.67% width) Column and one 1/3 (33.33% width) Column is used. Collectively using three Title elements, a Nested Columns Element, an Image Element, two Separator Elements, a Text Block Element, and a Button Element.
\nThis CTA is created using a Container with a Background Image. It is structured using a 2/3 (66.67% width) Column with two Title Elements, a Separator Element, and a Button Element.
\nFor this section, a Container with three 1/3 (33.33% width) Columns, each containing an Icon Element, a Title Element, and a Text Block Element.
\nA website footer aims to help visitors by providing appropriate information and navigation options at the bottom of website pages. Website footer design is underrated and more valuable to your website than you may think and is essential to the overall end-user experience. Three key points stand out, namely:
\nFor the Avada Videographer prebuilt website, the Footer was created using the Avada Footer Builder and this particular Footer content and Layout is set to display globally across the website. This means that every page and post will use the same Footer layout without any further conditions set. For example, you can change this if required by creating a unique Footer layout for different pages or posts. Let us take a closer look below:
\nThere are two Containers, with the first containing three 1/3 (33.33% width) Columns and one 1/1 (100% width) Column that make up the structure. Within the Columns for these containers, you will find Title Elements, Text Block Elements, Button Elements, Image Elements, Social Links Element, Separator Elements, and the use of Dynamic Data Options to display the website copyright information. You can check how this is structured on the backend clicking this link.
\nThere are 83 Avada prebuilt websites to choose from, with more being added regularly. Our amazing design team created these prebuilt websites as a way to give you a head start when building your next website.
\nYou can change the styling, Layouts, content as much or as little as you need to quickly adapt any individual prebuilt site to suit your chosen niche. Get started with the Avada Website Builder today and launch your business online; Fast.
\nThe post Avada Videographer: Deconstructing a Prebuilt Website appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:83:"https://theme-fusion.com/avada-videographer-deconstructing-a-prebuilt-website/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:85:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Top 10 Websites Built With Avada And WordPress 2021";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://theme-fusion.com/top-10-websites-built-with-avada-and-wordpress-2021/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"https://theme-fusion.com/top-10-websites-built-with-avada-and-wordpress-2021/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 May 2021 17:12:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"Web Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"Marketing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=735871";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:636:"Establishing your business online can seem complicated, yet it is a lot simpler than you may think. Where do you start? Which platform would best suit your brand delivery and workflow?; are common questions asked by many beginners and business professionals alike. To get started, WordPress and the Avada Website Builder are the tools you [...]
\nThe post Top 10 Websites Built With Avada And WordPress 2021 appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Schantel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:86778:"Establishing your business online can seem complicated, yet it is a lot simpler than you may think. Where do you start? Which platform would best suit your brand delivery and workflow?; are common questions asked by many beginners and business professionals alike.
\nTo get started, WordPress and the Avada Website Builder are the tools you will need. Once installed, no coding knowledge is required to design and build your perfect website. Avada is a feature-packed, intuitive to use, and provides you with the tools to deliver a successful lead generating website in no time. To give you a head start in building your website, and included with your purchase of Avada, are 83 beautifully crafted prebuilt websites to choose from.
\nImporting an Avada Prebuilt Website is as simple as clicking a button and is highly flexible. You can choose to import a complete prebuilt website and parts of any other and anything in between. Choose pages, posts, portfolios, images, sliders, layouts, options, widgets, and you can uninstall as you prefer.
\nIn this article, we will be looking at various website designs and styles, all of which are highly popular with day-to-day Avada users. Let’s get started!
\nThe 10 prebuilt websites we will be looking at were determined as the top prebuilt websites, by daily imports, in all categories. Regardless of the industry, you can get started with Avada and WordPress today.
\nThe Avada Retail online store can be used to sell merchandise of any kind. You will see visually categorized call-to-action sections across the site, which enables easy navigation for customers.
\nYou can change any section of this prebuilt website to fit your business needs. Add more or take away, stack them or change the color pallet. The options are almost endless.
\nDo you have a knack for music, fashion, or simply feel that your opinion stands out from the rest? Avada Influencer can help you boost your role in what’s trending next.
\nShare anything from stories and playlists to selling anything that you like to let the world know who you are as an individual.
\nTo get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;
\nA trusted web hosting service
\nThe latest version of WordPress
\nThese prebuilt websites are created as a way to give you a head start. You can change the styling, Layouts, content as much or as little as you need to quickly adapt any individual prebuilt site to suit your chosen niche. Get started with the Avada Website Builder today and launch your business online; Fast.
\nThe post Top 10 Websites Built With Avada And WordPress 2021 appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"https://theme-fusion.com/top-10-websites-built-with-avada-and-wordpress-2021/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:85:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Avada Financial Advisor: Deconstructing a Prebuilt Website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://theme-fusion.com/avada-financial-advisor-deconstructing-a-prebuilt-website/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:91:"https://theme-fusion.com/avada-financial-advisor-deconstructing-a-prebuilt-website/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 May 2021 07:36:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:17:"Prebuilt Websites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"Beginners Guide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"Web Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"Branding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=863416";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:628:"Let us introduce you to the Avada Financial Advisor prebuilt website. This Avada website is light, with a modern minimalist style and is ideal for anyone wanting to create a website that is uncluttered and to the point. After importing the prebuilt site, you can use it with minimal branding changes or change as much [...]
\nThe post Avada Financial Advisor: Deconstructing a Prebuilt Website appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Schantel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:107285:"Let us introduce you to the Avada Financial Advisor prebuilt website. This Avada website is light, with a modern minimalist style and is ideal for anyone wanting to create a website that is uncluttered and to the point. After importing the prebuilt site, you can use it with minimal branding changes or change as much as you like to get your branded message across. It can easily be adapted to suit any business model or venture using the Avada Website Builder as your design platform.
\nIn this article, we will explore the page and post layouts that make up the overall website structure to see how you can use the Avada Website Builder as the ultimate design tool. You have total design freedom to create unique layouts for your website’s pages and posts that work, with the only limit being your imagination.
\nCreating a style guide for your website will prove to be invaluable in the future. A style guide will help you to address usability, the user experience, design consistency, and online trends in an organized and consistent manner.
\nThe Avada Website Builder has a vast array of features and styling options; however, you do not need to use all of them for your website, and this is where your style guide comes in. Decide upfront which styling options align with your brand and which design features are needed to make your website stand out.
\nThe color palette selected for the Avada Financial Advisor prebuilt website is a selection of bright colors, as seen above. If you would like to change the Avada Financial Advisor color palette, this can be done within the options panel, as explained in this help file and video.
\nColor increases brand recognition, and it can influence people in how they feel about a website. Colors produce different emotions in people, making it essential to choose the right colors for your website. The balance of white space, contrast, and well thought out color schemes are vital elements of good web design. If you have not already decided on your brand colors, choosing a color palette for your website can be confusing. However, using a handy tool like the Adobe Color Wheel or any of the myriad of app choices online, you can undoubtedly make this task effortless.
\nWe suggest checking out HubSpot’s article on color theory.
\nWebsite Typography can be more important than you realize, from your brand and user perspective to your website’s overall look and style. It is often underrated and is, in fact, an art form and technique in itself. The following HubSpot guide to website typography will give you some great insights into the do’s and dont’s choosing which fonts work best for your Avada website.
\nThe Avada Website Builder has a vast array of Typography controls, options, and font selections to make your job easier. See this detailed help file and video to get you started.
\nBelow are the fonts used for the Avada Financial Advisor prebuilt website:
\nWe suggest checking out HubSpot’s article on The Ultimate List of Web-Safe HTML and CSS Fonts.
\nTo get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;
\nA trusted web hosting service
\nThe latest version of WordPress
\nWhat are required plugins, and do you need them? In short, it is not the end of the world if you choose not to install and activate the plugins used with any particular Avada prebuilt website. Let’s take the Avada Financial Advisor prebuilt website for example: This prebuilt website was built without using any of the Avada bundled plugins.
\nWhen an Avada prebuilt website is built without using bundled plugins, you can still install and activate any of them, should it be needed for your website. Any of the prebuilt websites can be modified to fit your project needs.
\nMany facets set the Avada Website Builder apart from the competition. None more important is that Avada is not reliant on 3rd party builders and tools to deliver a stable and seamless website building experience. No waiting for external developers and toolset creators to deliver the next update for your theme. We take pride in the fact that Avada is 100% maintained, evolved, and developed according to strict WordPress and PHP coding standards. Avada gives you peace of mind and guarantees that what you have to work with will always be ahead of the latest industry requirements.
\nImporting any Avada Prebuilt Website is as simple as clicking a button, with pre-import selections making it highly flexible. You can choose to import a full website (more than 83 to choose from) and parts of any other and anything in between. Choose pages, posts, portfolios, images, sliders, theme options, widgets, or uninstall as you prefer.
\nA page or post structure is divided into four main sections: the Header, the Page Title Bar, Content, and the Footer. With the Avada Website Builder, you can independently edit each of these sections to create super flexible and stunning layout designs.
\nBelow is a list of the Avada Financial Advisor pages and posts that have been prebuilt just for you. Once installed, you can change all aspects of each Layout, and at any time, add new pages to suit your online business needs.
\nBefore we look at the specific Layouts on the Avada Financial Advisor prebuilt website, the first thing to understand is the Layouts and Layout Sections’ architecture. You can think of Layouts as a container for the page content. In contrast, the actual content comes from the various Layout Sections. There are four Layout Sections on a page – the Header, Page Title Bar, Content, and Footer Layout Sections.
\nThere is a default Global Layout, and any Layout Sections added to that will be shown on all pages of your website. There are Conditional Layouts with conditional logic to determine how the Layout will be used.
\nYou can make as many Layouts and Layout Sections as you like, and you can use the Layout Sections in multiple Layouts. But you can only use a specific condition on a single Layout, so the theme knows which one to use.
\nSee Understanding Layouts & Layout Sections and Understanding Conditional Layouts for more info.
\nWebsite pages are allocated for static content such as your website’s homepage, about, contact page, and so on, and are timeless entities.
\nWebsite posts are allocated to blog content listed in reverse (newest to the oldest) chronological order and are timely. Older posts are archived based on month and year. You can also create content for custom post types or CPT. In Avada, an example of this is the Portfolio post type. Check out this detailed WordPress article for more information.
\nThe Avada Financial Advisor prebuilt website is exactly that, prebuilt, for you. If the design and style suit your website needs, you can use it as a starting point, and you can change as much or as little as you need to.
\nThe most obvious details that you will want to change at first is the website’s wording, titles, color scheme, and images. You can choose to leave the overall layouts as is or Drag and Drop to rearrange the content’s order. Further to that, you can add or remove any of the Design Elements to fine-tune your preferred business narrative. In short, you can change every single aspect of the prebuilt website’s Layout and content.
\nEditing a page’s content and layouts is done using the Drag and Drop live editor or using the traditional back-end method. The first image below shows the Live visual Drag and Drop editor is used to edit the content:
\nThe image below shows the traditional back-end method is used to edit the content:
\nWe have created a side by side point of reference that illustrates the differences in building a website using the Avada Website Builder to design custom Layouts vs. not using The Avada Website Builder and only using predefined options. The latter will allow you only to build a basic site, in comparison.
\nFor the Avada Financial Advisor prebuilt website, the Header was created using the Avada Header Builder and is set globally across the website. This means that every page and post will use the same Header layout without any further conditions set. For example, you can change this if required by creating a unique Header layout for different pages or posts. You can check how this is structured on the backend by clicking this link.
\nThe content part of the homepage, the area between the Header and Footer, does not use a page title bar. You can change this page’s content in an infinite number of ways to best suit your business marketing and brand requirements.
\nPage and Post content is structured using Container and Column Elements, and if required, Nested Columns. Check out the help file links below for detailed information and videos explaining what they are and how to use them:
\nInstead of using a traditional image slider, like the Avada Slider, Slider Revolution or Layer Slider, as the above-the-fold hero section, this prebuilt site uses a Custom Page Title Bar Layout. It is built using a Container with a Background Color and one 80% width Column. The Column contains Title Elements, Text Block Elements, Separator Elements, and a Nested Columns Element holding a single 1/1 (100% width) Column with the Avada Forms Element. You can check how this is structured on the backend by clicking this link.
\nThe Avada Form Builder is used to design and build this callback form. The Form Builder is very flexible and allows you to create many types of forms that you can use on your Avada website. For any form that you create, you can add them to a page or post as a single instance or you can set the form to display globally across the website, which then allows you to manage one form. If a form is showing on all pages, for example, and you edit the form, the same changes show across all form instances.
\nThis section is build as an Avada Library Element. It starts with a Global Container that has two rows of Columns. The first row is one 1/1 (100% width) Column with a Title Element, and the second row has four 1/4 (25% width) Columns with an Image Element, each set with a Picture Link URL.
\nThis section is built using a Container with a Background Image and two 1/2 (50% width) Columns. The left Column consists of two Nested Columns Elements and a Separator Element. Simply put, Nested Columns are Columns in Columns. The first Nested Column has one 1/1 (100% width) Column, with a Title Element, an Image Element, and a Text Block Element. The second Nested Columns Element has two 1/2 (50% width) Columns. The left has a Image Elements and the Right Column has a Title Element, two Text Block Elements and a Separator Element.
\nThe second 1/2 (50% width) Column in the container has a Title Element, an Image Element, a Text Block Element, and a Toggles Element.
\nA standard Call-to-action (CTA) is illustrated below and is set up with a Container and four rows with Columns. In the first row you will find one 1/1 (100% width) Column with a Title Element, an Image Element, and a Text Block Element.
\nThe second and third rows each have three 1/3 (33.33% width) Columns with an Icon Element, a Title Element, and a Text Block Element, finishing it off with another 1/1 (100% width) Column, containing a Text Block Element and a Button Element.
\nA website footer aims to help visitors by providing appropriate information and navigation options at the bottom of website pages. Website footer design is underrated and more valuable to your website than you may think and is essential to the overall end-user experience. Three key points stand out, namely:
\nFor the Avada Financial Advisor prebuilt website, the Footer was created using the Avada Footer Builder and this particular Footer content and Layout is set to display globally across the website. This means that every page and post will use the same Footer layout without any further conditions set. For example, you can change this if required by creating a unique Footer layout for different pages or posts. Let us take a closer look below:
\nThere is a single Container, and a series of Columns that make up the structure. Here you will find a a Nested Columns Element, an Image Element, Social Links Elements, and Separator Elements. The Nested Columns Element is structured using a Title Element, a Menu Element, a Checklist Element, a Text Block Element, and the Avada Form Element. Below this you will find 1/1 (100% Width) Column that makes use of Dynamic Data Options to display the website copyright information. You can check how this is structured on the backend clicking this link.
\nDifferent to adding a form through the builder, this form has been created and then added to the footer to display globally across the website. This is a great way to suggest to your website visitors to request a callback from your business and hence improve engagement.
\nThere are 83 Avada prebuilt websites to choose from, with more being added regularly. Our amazing design team created these prebuilt websites as a way to give you a head start when building your next website.
\nYou can change the styling, Layouts, content as much or as little as you need to quickly adapt any individual prebuilt site to suit your chosen niche. Get started with the Avada Website Builder today and launch your business online; Fast.
\nThe post Avada Financial Advisor: Deconstructing a Prebuilt Website appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:88:"https://theme-fusion.com/avada-financial-advisor-deconstructing-a-prebuilt-website/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:85:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"7 Best WordPress Food Themes 2021";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://theme-fusion.com/7-best-wordpress-food-themes-2021/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"https://theme-fusion.com/7-best-wordpress-food-themes-2021/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 May 2021 11:31:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:4:"Food";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"Web Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:9:"Marketing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=865395";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:591:"The food industry is constantly changing and is a trend that never ends. If you are a food blogger, restaurant owner, or even a celebrated foodie who wants to share your passion online, this post will get you started making the right choice to design your ideal website. Avada is a feature-packed Website Builder with no coding [...]
\nThe post 7 Best WordPress Food Themes 2021 appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Schantel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:64138:"The food industry is constantly changing and is a trend that never ends. If you are a food blogger, restaurant owner, or even a celebrated foodie who wants to share your passion online, this post will get you started making the right choice to design your ideal website.
\nAvada is a feature-packed Website Builder with no coding knowledge required when designing your ideal website. Anyone, from beginners to professionals, uses Avada for projects and businesses daily. When you get started with the Avada Website Builder for your next project, you will have access to all 82 Avada prebuilt websites, including these 7.
\nThe 7 prebuilt websites we will be looking at were determined as the top food prebuilt websites by daily imports for this category. Whether you have a sense of business or a refined taste in food, you can get started with Avada today.
\nGoing from store to store finding the best prime cuts is something of the past, and Avada Country Butcher proves just that. This prebuilt website is built to give you that warm country feeling.
\nFor this online store, the design and the products are on par with the target industry.
\nCafés have always been the spot for a quick lunch or to take a break from the office. If you have one of these great escapes from a busy life, it’s time to take the next step.
\nThis prebuilt website can put your business on the map by offering all your service locations and a visual representation of what’s on the menu.
\nWe all need to eat. But what we eat can become tricky at times, especially when we need a quick bite, a ready-made meal, or a healthy supper.
\nThese prebuilt websites are created as a way to give you a head start. You can change the styling, Layouts, content as much or as little as you need to quickly adapt any individual prebuilt site to suit your chosen niche. Get started with the Avada Website Builder today and launch your business online; Fast.
\nThe post 7 Best WordPress Food Themes 2021 appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:64:"https://theme-fusion.com/7-best-wordpress-food-themes-2021/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:85:"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Avada Online Tutor: Deconstructing a Prebuilt Website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://theme-fusion.com/avada-online-tutor-deconstructing-a-prebuilt-website/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"https://theme-fusion.com/avada-online-tutor-deconstructing-a-prebuilt-website/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 May 2021 12:30:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:17:"Prebuilt Websites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"Beginners Guide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"Web Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"Branding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=865971";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:630:"Let us introduce you to the Avada Online Tutor prebuilt website. This Avada website is built for the individuals that have an extra set of skills or are more knowledgeable about various subjects, as a way to offer tutorials and classes; online. Excellent for marketing, sales, customer service notices, CTA\'s, & you can stack [...]
\nThe post Avada Online Tutor: Deconstructing a Prebuilt Website appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Schantel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:124234:"Let us introduce you to the Avada Online Tutor prebuilt website. This Avada website is built for the individuals that have an extra set of skills or are more knowledgeable about various subjects, as a way to offer tutorials and classes; online. Excellent for marketing, sales, customer service notices, CTA’s, & you can stack more than one at a time. It can easily be adapted to suit any business model or venture using the Avada Website Builder.
\nIn this article, we will explore the page and post layouts that make up the overall website structure to see how you can use the Avada Website Builder as the ultimate design tool. You have total design freedom to create unique layouts for your website’s pages and posts that work, with the only limit being your imagination.
\nCreating a style guide for your website will prove to be invaluable in the future. A style guide will help you to address usability, the user experience, design consistency, and online trends in an organized and consistent manner.
\nThe Avada Website Builder has a vast array of features and styling options; however, you do not need to use all of them for your website, and this is where your style guide comes in. Decide upfront which styling options align with your brand and which design features are needed to make your website stand out.
\nThe color palette selected for the Avada Online Tutor prebuilt website is a set of confident colors, as seen above. If you would like to change the Avada Online Tutor color palette, this can be done within the options panel, as explained in this help file and video.
\nColor increases brand recognition, and it can influence people in how they feel about a website. Colors produce different emotions in people, making it essential to choose the right colors for your website. The balance of white space, contrast, and well thought out color schemes are vital elements of good web design. If you have not already decided on your brand colors, choosing a color palette for your website can be confusing. However, using a handy tool like the Adobe Color Wheel or any of the myriad of app choices online, you can undoubtedly make this task effortless.
\nWe suggest checking out HubSpot’s article on color theory.
\nWebsite Typography can be more important than you realize, from your brand and user perspective to your website’s overall look and style. It is often underrated and is, in fact, an art form and technique in itself. The following HubSpot guide to website typography will give you some great insights into the do’s and dont’s choosing which fonts work best for your Avada website.
\nThe Avada Website Builder has a vast array of Typography controls, options, and font selections to make your job easier. See this detailed help file and video to get you started.
\nBelow are the fonts used for the Avada Online Tutor prebuilt website:
\nWe suggest checking out HubSpot’s article on The Ultimate List of Web-Safe HTML and CSS Fonts.
\nTo get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;
\nA trusted web hosting service
\nThe latest version of WordPress
\nWhat are required plugins, and do you need them? In short, it is not the end of the world if you choose not to install and activate the plugins used with any particular Avada prebuilt website. Let’s take the Avada Online Tutor prebuilt website for example: It is created as a WooCommerce focussed site, and therefore the WooCommerce plugin should be installed and activated at the point of installing the prebuilt site.
\nIf you decide not to install the WooCommerce plugin, the full site will still be imported, but the eCommerce aspect will not be active. The following plugins have been used with the Avada Online Tutor website:
\nThe Events Calendar is 100% design integrated with the Avada WordPress Website Builder. The Events Calendar plugin offers a Pro version as well as a Free version. If you only want to use the Event Calendar plugin’s core features, then the free version will suffice. However, if you would like to receive premium events plugin support and additional features, then you can purchase the Pro version.
\nIf you decide not to install the The Events Calendar plugin, the full site will still be imported, but the this aspect will not be active.
\nMany facets set the Avada Website Builder apart from the competition. None more important is that Avada is not reliant on 3rd party builders and tools to deliver a stable and seamless website building experience. No waiting for external developers and toolset creators to deliver the next update for your theme. We take pride in the fact that Avada is 100% maintained, evolved, and developed according to strict WordPress and PHP coding standards. Avada gives you peace of mind and guarantees that what you have to work with will always be ahead of the latest industry requirements.
\nImporting any Avada Prebuilt Website is as simple as clicking a button, with pre-import selections making it highly flexible. You can choose to import a full website (more than 83 to choose from) and parts of any other and anything in between. Choose pages, posts, portfolios, images, sliders, theme options, widgets, or uninstall as you prefer.
\nA page or post structure is divided into four main sections: the Header, the Page Title Bar, Content, and the Footer. With the Avada Website Builder, you can independently edit each of these sections to create super flexible and stunning layout designs.
\nBelow is a list of the Avada Online Tutor pages and posts that have been prebuilt just for you. Once installed, you can change all aspects of each Layout, and at any time, add new pages to suit your online business needs.
\nBefore we look at the specific Layouts on the Avada Online Tutor prebuilt website, the first thing to understand is the Layouts and Layout Sections’ architecture. You can think of Layouts as a container for the page content. In contrast, the actual content comes from the various Layout Sections. There are four Layout Sections on a page – the Header, Page Title Bar, Content, and Footer Layout Sections.
\nThere is a default Global Layout, and any Layout Sections added to that will be shown on all pages of your website. There are Conditional Layouts with conditional logic to determine how the Layout will be used.
\nYou can make as many Layouts and Layout Sections as you like, and you can use the Layout Sections in multiple Layouts. But you can only use a specific condition on a single Layout, so the theme knows which one to use.
\nSee Understanding Layouts & Layout Sections and Understanding Conditional Layouts for more info.
\nWebsite pages are allocated for static content such as your website’s homepage, about, contact page, and so on, and are timeless entities.
\nWebsite posts are allocated to blog content listed in reverse (newest to the oldest) chronological order and are timely. Older posts are archived based on month and year. You can also create content for custom post types or CPT. In Avada, an example of this is the Portfolio post type. Check out this detailed WordPress article for more information.
\nThe Avada Online Tutor prebuilt website is exactly that, prebuilt, for you. If the design and style suit your website needs, you can use it as a starting point, and you can change as much or as little as you need to.
\nThe most obvious details that you will want to change at first is the website’s wording, titles, color scheme, and images. You can choose to leave the overall layouts as is or Drag and Drop to rearrange the content’s order. Further to that, you can add or remove any of the Design Elements to fine-tune your preferred business narrative. In short, you can change every single aspect of the prebuilt website’s Layout and content.
\nEditing a page’s content and layouts is done using the Drag and Drop live editor or using the traditional back-end method. The first image below shows the Live visual Drag and Drop editor is used to edit the content:
\nThe image below shows the traditional back-end method is used to edit the content:
\nWe have created a side by side point of reference that illustrates the differences in building a website using the Avada Website Builder to design custom Layouts vs. not using The Avada Website Builder and only using predefined options. The latter will allow you only to build a basic site, in comparison.
\nFor the Avada Online Tutor prebuilt website, the Header was created using the Avada Header Builder and is set globally across the website. This means that every page and post will use the same Header layout without any further conditions set. For example, you can change this if required by creating a unique Header layout for different pages or posts. You can check how this is structured on the backend by clicking this link.
\nThe content part of the homepage, the area between the Header and Footer, does not use a page title bar. You can change this page’s content in an infinite number of ways to best suit your business marketing and brand requirements.
\nPage and Post content is structured using Container and Column Elements, and if required, Nested Columns. Check out the help file links below for detailed information and videos explaining what they are and how to use them:
\nInstead of using a traditional image slider, like the Avada Slider, Slider Revolution or Layer Slider, as the above-the-fold hero section, this prebuilt site uses a Container with a Background Image. Added to the container a 43% width Column on the Left using an Image Element and a 57% width Column on the Right with two Title Elements, two Text block Elements, a Separator Element, and a Nested Columns Element with two 1/2 (50% width) Columns, each containing a Button Element.
\nThis section pretty straightforward and easy to replicate. It starts with a Container and added to the container is one 1/1 (100% width) Column with a Nested Columns Element. The Nested Columns Element is structured using three 1/3 (33.33% width) Columns, each containing an Image Element, a Title Element, a Separator Element, and a Text Block Element.
\nThis section uses a Container with several Columns across two Rows, structured using a Title Element, a Text Block Element, a Button Element, and a Section Separator Element.
\nA Call-to-action (CTA) is illustrated in this section and is set up as a global Container with two 1/1 (100% width) Columns, two 1/5 (20% width) Columns, and one 3/5 (60% width). Within these columns, you will find two Title Elements, a Text Block Element, and Woo Shortcodes Element.
\nDepending on the marketing goal, CTA’s can drive a variety of different actions and results for your website visitors. Check this article for some CTA inspiration, 39 Call-to-Action Examples You Can’t Help But Click.
\nThis section is created using a Global Container. The layout of the content is structured as one 1/1 (100% width) Column with a Title Element, three Separator Elements, an Image Element, and a Text Block Element.
\nFor this example, this section is built as two Global Containers, with the first structured with four 1/2 (50% width) Columns with four Title Element, two Text Block Elements, and two Separator Elements, which is the heading part. The first two Columns has visibility set for small and medium screens, whereas the second row’s Columns are set for large screens.
\nThe second Container has two 1/2 (50% width) Columns, each containing a Blog Element and one 1/1 (100% width) Column with a Button Element.
\nFor this example, the Container is made up of two (43% width Left – 57% width Right) Columns. This is structured with an Image Element and three Nested Columns Elements.
\nSimply put, Nested Columns are Columns within Columns. These Nested Columns are structured with several different Column sizes to achieve the Layout on the Right and use a Title Element, a Separator Element, Text Block Element, two Image Elements, and a Button Element.
\nA website footer aims to help visitors by providing appropriate information and navigation options at the bottom of website pages. Website footer design is underrated and more valuable to your website than you may think and is essential to the overall end-user experience. Three key points stand out, namely:
\nFor the Avada Online Tutor prebuilt website, the Footer was created using the Avada Footer Builder and this particular Footer content and Layout is set to display globally across the website. This means that every page and post will use the same Footer layout without any further conditions set. For example, you can change this if required by creating a unique Footer layout for different pages or posts. Let us take a closer look below:
\nThere is a single Container and a series of Columns that make up the structure. Here you will find Title Elements, Text Block Elements, Widget Elements, a Separator Element, Social Elements, Image Elements, as well as Columns that make use of Dynamic Data Options to display the website copyright information. You can check how this is structured on the backend by clicking this link.
\nThere are 83 Avada prebuilt websites to choose from, with more being added regularly. Our amazing design team created these prebuilt websites as a way to give you a head start when building your next website.
\nYou can change the styling, Layouts, content as much or as little as you need to quickly adapt any individual prebuilt site to suit your chosen niche. Get started with the Avada Website Builder today and launch your business online; Fast.
\nThe post Avada Online Tutor: Deconstructing a Prebuilt Website appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:83:"https://theme-fusion.com/avada-online-tutor-deconstructing-a-prebuilt-website/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:79:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Avada IE11 Browser Support";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://theme-fusion.com/avada-ie11-browser-support/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"https://theme-fusion.com/avada-ie11-browser-support/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 May 2021 12:19:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:5:"Avada";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Technical";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://theme-fusion.com/?p=865967";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:562:"It is time for us to say farewell to Internet Explorer 11 (IE11) support for Avada. As a team we pride ourselves in working extra hard to ensure that you as the end user has the best possible experience working with the Avada Website Builder. That includes what your visitors experience when visiting your website. [...]
\nThe post Avada IE11 Browser Support appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Michael";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:13853:"It is time for us to say farewell to Internet Explorer 11 (IE11) support for Avada. As a team we pride ourselves in working extra hard to ensure that you as the end user has the best possible experience working with the Avada Website Builder. That includes what your visitors experience when visiting your website.
\nSince the release of Avada in 2012 browser compatibility has been and continues to be a cornerstone of our development roadmap and evolution. As a team we have made the decision to end IE11 support for Avada as of the release of version 7.4 that is coming soon. At the time of writing this post, Avada’s current version is 7.3.
\nThe most commonly used internet browsers are Chrome, Safari, Firefox, Microsoft Edge, Interner Explorer, and Opera. Browser compatibility is about how a website page or post looks in each of these browsers. In the field of website development and maintenance, compatibility is essential for a reliable end-user experience. Firefox will render a website differently than Chrome or Internet Explorer will. Hence, it is crucial to ensure that your website is compatible across different browser types. Each browser type will interpret the document (code) differently when it converts it into HTML language that results in a well-formatted web page for users to interact with.
\nEnsuring that Avada is cross-browser compatible is crucial so that your website’s features and functionality is highlighted correctly to your visitors that will invariably use different browser-OS combinations, devices, and assistive tools.
\nIf it were practical to do so, it would happen; however, it isn’t. Most modern internet browsers are predictable in their behavior because of the various organizations that create the browser developers’ coding standards. The time it takes for development teams to bring their browser up to these standards through iterated releases can differ significantly. It is also not practical (for various reasons) for browser developers to alter their old (deprecated) browsers to meet evolving standards and web technologies, and when you view a web page in an old browser, it may look or behave differently than intended by the website developer.
\nIn short, because it is important to us that anyone that works with Avada on WordPress or visits an Avada powered website has the best possible user experience. IE11 does not provide the website visitor with a modern and reliable experience.
\nBecause web standards and technologies are continually evolving, and so to is the Avada Website Builder (7.3, 7.2, 7.1, 7.0, 6.2, 6.1, 6.0), it is important for our team to direct their efforts where it matters most; In this case, modern browser rendering. Browsers like Chrome, Firefox, Safari, Opera and even Microsoft Edge, are evolving and continually being updated and improved to match web standards and this is a good thing. Internet Explorer on the other hand is not evolving, in fact Microsoft advises against using this browser as the deault browser choice. Futhermore, the Microsoft 365 Apps team is saying goodbye to IE11 by August 17, 2021.
\nWordPress.org has been discussing about when to end support for Internet Explorer 11 (IE11) and since the publishing of this post has officially declared that IE11 support will end with the release of WordPress 5.8. As summarized in this post the current state of Internet Explorer usage among WordPress users and references three metrics that clealy indicate a decline bringing it down to below 1%:
\nWith the upcoming Avada 7.4 release, we will also be deprecating the Smooth Scroll option and will provide a fallback solution. Our extensive Avada support history shows that with this option enabled, the user experience in some browsers can be less than ideal.
\nStandards, technologies, and requirements are continually changing. With these changes come improvements for modern web browsers that allow website and framework developers to continue pushing the envelope on what is possible. At Avada HQ, this mindset is at the core of what we do and envisage for Avada. Ad meliora.
\nThe post Avada IE11 Browser Support appeared first on ThemeFusion | Avada Website Builder.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"https://theme-fusion.com/avada-ie11-browser-support/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:30:"https://theme-fusion.com/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:20:{s:4:"date";s:29:"Fri, 18 Jun 2021 00:55:50 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"vary";s:49:"Accept-Encoding, Accept-Encoding, Accept-Encoding";s:13:"cf-edge-cache";s:24:"cache,platform=wordpress";s:13:"last-modified";s:29:"Thu, 17 Jun 2021 23:40:42 GMT";s:4:"link";s:61:"WordPress 5.8 Beta 2 is now available for testing!
\n\n\n\nThis software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it.
\n\n\n\nYou can test the WordPress 5.8 Beta 2 in two ways:
\n\n\n\nBleeding edge
channel and the Beta/RC Only
stream)The current target for the final release is July 20, 2021. That’s just five weeks away, so your help is vital to ensure that the final release is as good as it can be.
\n\n\n\nSince Beta 1, 26 bugs have been fixed. Here is a summary of some of the included changes:
\n\n\n\n@babel/polyfill
with core-js/stable
. (#52941)Watch the Make WordPress Core blog for 5.8-related developer notes in the coming weeks, which will break down these and other changes in greater detail.
\n\n\n\nSo far, contributors have fixed 214 tickets in WordPress 5.8, including 87 new features and enhancements, and more bug fixes are on the way.
\n\n\n\nDo some testing!
\n\n\n\nTesting for bugs is a vital part of polishing the release during the beta stage and a great way to contribute.
If you think you’ve found a bug, please post to the Alpha/Beta area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac. That’s also where you can find a list of known bugs.
\n\n\n\nProps to @chanthaboune for revision, @webcommsat, @youknowriad, @jorbin, @felipeelia , and @jeffpaul for proofreading, and @cbringmann for final edits!
\n\n\n\nInstall won’t you please
WordPress 5-8 Beta 2?
We need your help: test!
During WordCamp Europe this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by @beafialho and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress. For those that weren’t able to attend live it’s now available for watching online.
\n\n\n\nMatt also opened a thread for questions on his blog, so be sure to chime in there if you have any!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10779";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:63:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 5.8 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Jun 2021 02:47:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"5.8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10733";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:50:"WordPress 5.8 Beta 1 is now available for testing!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Jeffrey Paul";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:10110:"\nWordPress 5.8 Beta 1 is now available for testing!
\n\n\n\nThis software is still in development, so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.
\n\n\n\nYou can test the WordPress 5.8 Beta 1 in two ways:
\n\n\n\nThe current target for the final release is July 20, 2021. This is just six weeks away, so your help is vital to ensure this release is tested properly and as good as it can be.
\n\n\n\nKeep your eyes on the Make WordPress Core blog for 5.8-related developer notes in the coming weeks, breaking down these and other changes in greater detail.
\n\n\n\nSo what’s new in this 5.8? Let’s start with some highlights.
\n\n\n\nPatterns can now also be recommended and selected during block setup, offering powerful new flows. Pattern transformations are also possible and allow converting a block or a collection of blocks into different patterns.
\n\n\n\nNew collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.
\n\n\n\nSupport for Internet Explorer 11 is ending in WordPress this year. In this release, most of those changes are being merged so use the Beta and RC periods to test!
\n\n\n\nLooking for a change and can’t find it? There are more improvements listed after the break.
\n\n\n\nTesting for bugs is an important part of polishing the release during the beta stage and a great way to contribute.
\n\n\n\nIf you think you’ve found a bug, please post to the Alpha/Beta area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac. That’s also where you can find a list of known bugs.
\n\n\n\nThanks for joining us, and happy testing!
\n\n\n\nProps to @audrasjb, @cbringmann, @youknowriad, @annezazu, @matveb, and @desrosj for editing/proof reading this post, and @chanthaboune for final review.
\n\n\n\nFull Site Editing
Coming at the end of year
But first, Beta 1
get_pages()
callsTo see all of the features for Gutenberg release in detail check out these posts: 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, and 10.7. In addition to those changes, contributors have fixed 215 tickets in WordPress 5.8, including 88 new features and enhancements, with more bug fixes on the way.
\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10733";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:55:"\n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WP Briefing: Episode 10: Finding the Good In Disagreement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://wordpress.org/news/2021/06/episode-10-finding-the-good-in-disagreement/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Jun 2021 12:22:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=10424";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:408:"To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Song: Fearless First by Kevin MacLeod […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2021/06/WP-Briefing-010.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:12068:"\nTo Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project.
\n\n\n\nHave a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
\n\n\n\nEditor: Dustin Hartzler
\n\n\n\nLogo: Beatriz Fialho
\n\n\n\nProduction: Chloé Bringmann
\n\n\n\nSong: Fearless First by Kevin MacLeod
\n\n\n\nWordPress 5.8 Development Cycle
\n\n\n\nJosepha Haden Chomphosy 00:10
\n\n\n\nHello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Joseph Haden Chomphosy. Here we go!
\n\n\n\nJosepha Haden Chomphosy 00:40
\n\n\n\nFor anyone who has ever organized something, whether it’s a social event, a school project, or an annual family gathering, you know that there are many different opinions. The more opinions you have, the more likely people don’t see eye to eye. And before you know it, you’ve got some disagreements. Some things make disagreements worse, like imbalance of information, lack of showing your work, and sometimes just “too many cooks in the kitchen,” to use a regional phrase. Frankly, sometimes it seems like the second you have more than one cook in your kitchen, you’re going to get some disagreements. But I think that’s a healthy thing. WordPress is huge. And there are huge numbers of people contributing to WordPress or any other open source project you want to name. So there’s a lot of stuff available to disagree about. If we never saw anyone pointing out an area that wasn’t quite right, there would probably be something wrong. If you, like me, think that a healthy tension of collaborative disagreement can be useful when approached thoughtfully, then this quick start guide is for you.
\n\n\n\nStep one, prepare to host a discussion. This is, by the way, just the hardest step out there. You have to take a little time to figure out what problem you’re solving with the solution you’re suggesting, any goals that it relates to, and then figure out what the bare minimum best outcome would be and what the wildest dreams magic wand waving outcome would be. And you have to be honest with yourself.
\n\n\n\nStep two, host the discussion. The venue will be different for different discussions, but you see a lot of these on team blogs or within the actual tickets where work is being done. Wherever you’re hosting it, state the problem, state your idea for the solution and ask for what you missed. If you’re hosting a discussion in person, like in a town hall format, this can be hard. And generally, hosting discussions in an in-person or voice call or zoom call kind of way is hard. So if you have an opportunity to start doing this in text first and level your way up to in person, that’s my recommendation.
\n\n\n\nStep three is to summarize the discussion and post a decision if possible. So organizing a big discussion into main points is a really good practice for the people you’re summarizing it for and yourself. It helps you to confirm your understanding, and it also gives you the chance to pair other solutions with the problem and goals you outlined in step one. If a different solution solves the same problem but with less time or effort, it’s worth taking a second look with less time or effort. There’s something that I say to WordPress contributors frequently, and that is there are a lot of yeses. There are a lot of right ways to do things and only a few clear wrong ways to do things. So be open-minded about whether or not someone else’s right way to do things could still achieve the goals you’re trying to accomplish with your solution. A note on step three where I said, “and post the decision if possible.” Sometimes you’re the person to make that decision, but sometimes you are not the person who can give something the green light, and so you’re preparing a recommendation. Whether you’re making a decision or a recommendation, sometimes you may experience a little decision-making paralysis. I know I do. So here are a few of the tools that I use.
\n\n\n\nIf you’re avoiding the decision, use the 10/10/10 rule; it can help you figure out if you’re stuck on a short-term problem. If there are too many good choices, use the Eisenhower Matrix that can help you to prioritize objectively. If there are too many bad choices, use the Maximin strategy. It can help you to identify how to minimize any potential negative impacts.
\n\n\n\nOkay, so you’ve considered your position. You’ve discussed everything. You summarized the big points. Maybe you also worked your way through to a recommendation or a decision. What about everyone who disagreed with the decision? Or have you made a recommendation, and it wasn’t accepted? How do you deal with that? That’s where “disagree and commit” shows up. This phrase was made popular by the folks over at Amazon, I think. But it first showed up, I believe at Sun Microsystems as this phrase, “agreeing, commit, disagree and commit or get out of the way.”
\n\n\n\nJosepha Haden Chomphosy 05:34
\n\n\n\nDisagree and commit as a concept works pretty well when everyone agrees on the vision and the goals, but not necessarily how to get to those goals. We’ve had moments in recent history where folks we’re not able to agree, we’re not able to commit, and so then left the project. I hate when that happens. I want people to thrive in this community for the entire length of their careers. But I also understand that situation shows up in the top five learnings of open source when you no longer have interest in the project and handed it off to a competent successor. So there it is – disagreements in open source in WordPress.
\n\n\n\nAs with so many of the things I discuss on this podcast, this is incredibly complex and nuanced in practice. Taking an argument, distilling facts from feelings, and adjusting frames of reference until the solution is well informed and risk-balanced. That is a skill set unto itself. But one that increases the health of any organization. I’ll share that list of references and general materials in the show notes, including a link explaining each of those decision-making tools that I shared. I’m also going to include the contributor training module on decision-making in the WordPress project. It’s got excellent information. It’s part of a series of modules that I asked team reps to take and sponsored contributors. I don’t require it from anyone, but I do hope that it is useful for you. Also, speaking of useful for you, if you are just here for leadership insights, I included some hot takes after the outro music for you. It’s like an Easter egg, but I just told you about it.
\n\n\n\nJosepha Haden Chomphosy 07:33
\n\n\n\nAnd that brings us to our small list of big things! First off, WordCamp Europe is happening this we; I hope that everybody has an opportunity to attend. If you still haven’t gotten your tickets, they are free, and I think there are still a few left. I will include a link in the show notes as well. There’s going to be a little demo with Matt Mullenweg and Matias Ventura on the WordPress 5.8 release that’s coming up. And then kind of a retrospective discussion between Matt and Brian Krogsgard. I encourage you to join; I think it’s going to be very interesting.
\n\n\n\nThere’s also WordCamp, Japan coming up June 20 through 26th. I mentioned it last time – it has a big section of contributing and contribution time. So if you’re looking to get started, some projects are laid out, and I encourage you to take a look at that as well.
\n\n\n\nThe new thing on this list, and I don’t know how new It is, in general, I hope it’s not too new to you, is that WordPress 5.8 release is reaching its beta one milestone on June 8th, so right in the middle of WordCamp Europe. I encourage every single theme developer, plugin developer that we have, agency owners that we have to really take a look at this release and dig into testing it. It’s a gigantic release. And I have so many questions about what will work and will not work once we get it into a broader testing area. We’ve been doing a lot of testing in the outreach program. But it’s always helpful to get people who are using WordPress daily in their jobs to really give a good solid test to the beta product to the beta package. And put it all through its paces for us.
\n\n\n\nSo, that my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.
\n\n\n\nJosepha Haden Chomphosy 10:09
\n\n\n\nHey there, you must be here because I told you about this totally not hidden easter egg about my hot takes on organizational health; I have three for you. And if you’ve ever worked with me, none of this will surprise you. But if you haven’t worked with me, hopefully, it kind of gives you some idea about how I approach all of this a bit differently. So, number one, critical feedback is the sign of a healthy organization. And I will never be dissuaded from that opinion. A complete lack of dissent doesn’t look like “alignment.” To me, that looks like fear. And it goes against the open source idea that many eyes make all bugs shallow.
\n\n\n\nTip number two, a bit of tension is good, a bit of disagreement is good. The same thing that I say about women in tech, we’re not all the same. And if we were, then we wouldn’t need to collaborate anyway. But diversity, whether that’s the diversity of thought or of a person or of experience, just doesn’t happen without some misunderstandings. It’s how we choose to grow through those misunderstandings that make all the difference for the type of organization we are.
\n\n\n\nAnd hot take number three, changing your mind isn’t flip-flopping or hypocritical. I think that’s a sign of growth and willingness to hear others. I like to think of my embarrassment at past bad decisions – as the sore muscles of a learning brain. And I, again, probably won’t be dissuaded from that opinion. Although, you know, if I’m sticking true to changing your mind some flip-flopping or hypocritical, maybe I will, but you can always try to, to give me the counter-argument for that, and we’ll see how it goes. Thank you for joining me for my little public easter egg.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10424";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:66:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"People of WordPress: Tijana Andrejic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Jun 2021 12:01:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:9:"heropress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"Interviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:16:"ContributorStory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"HeroPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10427";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:178:"This month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the opportunities in the WordPress world.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"webcommsat AbhaNonStopNewsUK";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14291:"\nWordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories.
\n\n\n\nThis month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the WordPress world, with the freelance and corporate opportunities it introduced.
\n\n\n\nAs a professional manager with a college degree in Organizational Science and a certified fitness instructor, Tijana is nothing if not driven and goal-oriented.
\n\n\n\nFollowing her time as a fitness trainer, Tijana moved to work in IT around 2016. She first explored content creation and design before focusing on SEO and becoming an independent specialist.
\n\n\n\nTijana was hired as a Customer Happiness Engineer for a hosting company, where she discovered the benefits of having a team. She realized that having close working relationships with colleagues is helpful for business success and accelerates personal growth.
\n\n\n\nTijana hopes that by sharing her story, she can help others who are either starting their career or are moving roles. She describes the opportunities she discovered in the WordPress community as ‘a huge epiphany’, especially in the world of freelancing.
\n\n\n\nShe highlights 5 things that helped her to start a new freelancing career. Let’s dive into them.
\n\n\n\n“Why am I doing this?” is the first question that Tijana asks herself before starting anything new. This self-review and honesty, she feels, allows her to determine her priorities. She also benchmarks options around her motivations of wanting a flexible schedule and to grow professionally.
\n\n\n\nShe lists the reasons to make a particular choice, like being a freelancer, to help her choose the right job, pathway, or identify alternatives.
\n\n\n\nShe recommends that others can take a similar approach. If freelancing is still the best solution after examining all their goals and motivations, Tijana believes a good next step would be to learn WordPress-related skills.
\n\n\n\nThe next question you may ask: “Why WordPress?”
\n\n\n\nWordPress is used by more than 40% of websites in some form and offers various roles, many of which are not developer-specific. Tijana highlights a few:
\n\n\n\nTijana emphasized: “Another reason why WordPress is great for freelancers is the strong community that exists around this content management system (CMS).” WordCamps and Meetups are a way to get useful information and meet people from a large and very diverse community and get answers to many questions straight away.
\n\n\n\nIn the past year, these events have been primarily online. However, the contributors who run them continue to make an effort to provide an experience as close to in-person events as possible. The biggest advantage to online events is that we can attend events from across the world, even if sometimes during these difficult times, it is difficult to get enough time to deeply into this new experience. Since Tijana’s first Meetup, she has attended many WordPress community events and volunteered as a speaker.
\n\n\n\nBecoming a freelancer takes time. For Tijana, success came with proper planning and following her plan to ‘acquire or improve relevant skills that will make you stand out in the freelance market.’ She strongly believes that learning and growing as a professional opens more business opportunities.
\n\n\n\nIf you are considering a freelance career, she advises improving relevant skills or developing new skills related to your hobbies as ‘there is nothing better than doing what you love.’ In cases where no previous experience and knowledge can be used, she suggests choosing ‘a job that has a shorter learning curve and builds your knowledge around that.’
\n\n\n\nTijana started as a content creator and learned to become an SEO expert. However, she highlights many alternative paths, including starting as a web implementer and moving to train as a developer.
\n\n\n\nShe suggests to others: “It would be a good idea to analyze the market before you jump into the learning process.” She also recommends people check the latest trends and consider the future of the skills they are developing.
\n\n\n\nVisit the new Learn WordPress.org to see what topics are of interest to you. In this newly established resource, the WordPress community aggregates workshops to support those who want to start and improve their skills, provides lesson plans for professional WordPress trainers and helps you create personal learning to develop key skills. There is also material on helping you be part of and organize events for your local community.
\n\n\n\nTijana highlights that there are many places for freelancers to find clients. For example, the WordPress Community has a place where companies and individual site owners publish their job advertisements – Jobs.WordPress.net.
\n\n\n\nAs a pragmatic person, Tijana recommends: “Save money before quitting your job to become a full-time freelancer. Alternatively, try freelancing for a few hours per week to see if you like it. Although some people do benefit when taking a risk, think twice before you take any irreversible actions.”
\n\n\n\nShe shared some possible next steps:
\n\n\n\n“By using video material, your clients will not see you like a list of skills and previous experiences, but as a real person that has these skills and experiences and that provides a certain service for them.”
\n\n\n\nShe adds: “Have a detailed strategy when choosing your first employer. Choose your first employer wisely, very wisely. I can’t emphasize enough how important this is”.
\n\n\n\nWhen Tijana took her first freelancing job, she considered the following:
\n\n\n\n“The first job is not all about the money. Don’t get greedy on your first job. If you get good recommendations, your second job can pay two to three times more. And your third job can go up to five times more. That was my experience.”
\n\n\n\nTijana reminds us: “Freedom often comes with responsibility; individual responsibility is key when it comes to freelancing.”
\n\n\n\nShe advises others not to take a job if you can not make a deadline and have someone reliable who can help you.
\n\n\n\nMissing deadlines will cost your client money and affect the review the client will be willing to leave about your job, and this can have a big impact on your future opportunities or freelance jobs.
\n\n\n\nShe adds: “This can start a downward spiral for your career. However, we are all humans, and unpredictable things can happen. If for some reason you are not able to complete your work in a timely manner, let your client know immediately so they can have enough time to hire someone else”.
\n\n\n\nTijana emphasizes the importance of making expectations clear before accepting a job, both what the client is expecting and what you can expect from the client.
\n\n\n\nLastly, she points out that if you are working from home, your friends and family should treat you the way they would if you were in an office. She advises: “Let them know about your working schedule.”
\n\n\n\nShe hopes that these basic guidelines will be useful in launching freelance careers, as they did her, even though there is no universal recipe for all.
\n\n\n\nTijana highlights: “It’s just important to stay focused on your goals and to be open to new opportunities.” Freelancing wasn’t the only way she could have fulfilled her goals, but it was an important part of her path, and it helped her be confident in her abilities to make the next big step in her life.
\n\n\n\nAs a freelancer, she was missing close relationships with colleagues and teamwork, which she has now found in her current firm. Her colleagues describe her as a: “walking-talking bundle of superpowers: sports medicine and fitness professional, SEO expert, blogger, designer and a kitty foster mum”.
\n\n\n\nIf you are considering starting your career as a freelancer, take the courses offered at learn.wordpress.org, reach out to companies that you would be interested in working with, and remember that there are a whole host of opportunities in the WordPress project.
\n\n\n\nThe WordPress.org Teams – what they do, when and where they meet
\n\n\n\nLearn WordPress resource – free to use to expand your knowledge and skills of using the platform and learning about the community around it.
\n\n\n\nThe 3-day WordCamp Europe 2021 online event begins on 7 June 2021. You can discover more about being a contributor in its live sessions and section on ways to contribute to WordPress.
\n\n\n\nThanks to Olga Gleckler (@oglekler), Abha Thakor (@webcommsat), Chloé Bringmann (@cbringmann), Surendra Thakor (@sthakor), and Meher Bala (@meher) for working on this story. Josepha Haden (@chanthaboune) and also to Topher DeRosia (@topher1kenobe) who created HeroPress. Thank you to Tijana Andrejic (@andtijana) for sharing her #ContributorStory
\n\n\n\nThis post is based on an article originally published on HeroPress.com. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.
\n\n\n\nMeet more WordPress community members in our People of WordPress series.
\n\n\n\n#ContributorStory #HeroPress
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10427";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"A New Design is Coming to WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Jun 2021 20:47:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10418";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:324:"After many years of a tidy, white-space filled design on WordPress.org/news it’s time to bring new life to the way we present our content. So much has changed since this site was first created: the people who read it, the type and variety of what is published, even the way WordPress works has changed. Which […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Josepha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1591:"\nAfter many years of a tidy, white-space filled design on WordPress.org/news it’s time to bring new life to the way we present our content. So much has changed since this site was first created: the people who read it, the type and variety of what is published, even the way WordPress works has changed.
\n\n\n\nWhich means it makes sense to change our theme.
\n\n\n\nEarlier this year, Matt requested a new design from Beatriz Fialho (who also created the State of the Word slides for 2020). The design keeps a clean, white-space friendly format while incorporating a more jazzy, playful feeling with a refreshed color palette.
\n\n\n\nMore detail on this modern exploration have been posted on make.wordpress.org/design. I encourage you to stop by and read more about the thoughts behind the coming updates; and keep an eye out for the new look here and across WordPress.org!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10418";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:57:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"The Month in WordPress: May 2021";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2021/06/the-month-in-wordpress-may-2021/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Jun 2021 18:23:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10393";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:366:"It’s really fun to contribute to something larger than yourself. Matt Mullenweg’s words in “The Commons of Images” episode of the WP Briefing podcast exemplify the core philosophy of the WordPress project, especially as we inch closer to the next major release (version 5.8). This post covers exciting updates from the month of May. WordPress […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Hari Shanker R";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11073:"\n\n\n\n\nIt’s really fun to contribute to something larger than yourself.
Matt Mullenweg’s words in “The Commons of Images” episode of the WP Briefing podcast exemplify the core philosophy of the WordPress project, especially as we inch closer to the next major release (version 5.8). This post covers exciting updates from the month of May.
\n\n\n\nWordPress celebrated the 18th anniversary of its launch on May 27, 2021. To celebrate 40+ releases and WordPress’ support of 40% of the web, the team released 40 milestones to celebrate the anniversary of the software. Here’s to the next 18 and beyond!
\n\n\n\nCreative Commons Search has officially joined the WordPress project. Creative Commons Search (CC Search) is a CC0 image search engine with over 500 million openly licensed images. The search product, which is being renamed to Openverse, will eventually live on the URL: https://wordpress.org/openverse. Contributors working on CC Search will continue their work as part of a new dedicated Make team: https://make.wordpress.org/openverse. Check out “The Commons of Images” podcast episode for more information.
\n\n\n\nWordPress version 5.7.2, a short-cycle security release, came out on May 13. Get the latest version directly from your WordPress dashboard or by downloading it from WordPress.org.
\n\n\n\nWant to contribute to WordPress core? Check out the Core Contributor Handbook. Don’t forget to join the WordPress #core channel in the Make WordPress Slack and follow the Core Team blog. The Core Team hosts weekly chats on Wednesdays at 5 AM and 8 PM UTC.
\n\n\n\nGutenberg version 10.6 and version 10.7 were launched this month. Version 10.6 features experimental Duotone filters (which are shipping with WordPress 5.8), block pattern suggestions in placeholders, and enhancements to the table block. Version 10.7 adds a responsive navigation block, block design tools, and the ability to load block patterns from the directory.
Want to get involved in building Gutenberg? Follow the Core Team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Make WordPress Slack. The latest “What’s next in Gutenberg” post offers more details on the latest updates. If you are unfamiliar with the Gutenberg plugin, learn more in this post.
\n\n\n\nDon’t miss the latest Full Site Editing (FSE) Outreach program testing call on building portfolio pages using the Template Editing feature shipping with WordPress 5.8! The deadline is June 9. The team has published a recap of the Query Quest FSE Testing call, which shares some interesting results. The answers to round two of FSE questions are also out.
\n\n\n\nThe countdown to one of the most anticipated WordPress events, WordCamp Europe 2021 (Online), has started! The full schedule of the event is now available, and the team has exciting plans! Don’t miss this event: get your tickets now before they run out!
\n\n\n\nHave a story that we should include in the next “Month in WordPress” post? Please submit it using this form.
\n\n\n\nThe following folks contributed to May’s Month in WordPress: @meher and @chaion07
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10393";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:57:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress at 18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2021/05/wordpress-at-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 May 2021 06:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10380";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:338:"Today marks the 18th anniversary of WordPress’ launch, a day that I fondly refer to as WordPress’ birthday, which means WordPress is 6,575 days old. To celebrate another turn around the sun, the community has had parties, we have shared data, and we have told our story. Since our last birthday we developed our 40th […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Josepha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1526:"\nToday marks the 18th anniversary of WordPress’ launch, a day that I fondly refer to as WordPress’ birthday, which means WordPress is 6,575 days old. To celebrate another turn around the sun, the community has had parties, we have shared data, and we have told our story.
\n\n\n\nSince our last birthday we developed our 40th release and now also support over 40% of the web. So it seems fitting that this year’s celebration should be a list of 40 milestones that have helped us get there.
\n\n\n\nGrab a slice of cake or festive beverage and give it a scroll!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10380";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:68:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Coloring Your Images With Duotone Filters";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 May 2021 12:17:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10349";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:336:"Created by Alex Lende Beginning with WordPress 5.8, you can colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images to integrate well with your themes. Filters? Like on Instagram? Duotone doesn’t work in quite the same way as Instagram filters. Whereas […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:2:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:58:"https://wordpress.org/news/files/2021/05/duotone_howto.mov";s:6:"length";s:8:"10231737";s:4:"type";s:15:"video/quicktime";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:64:"https://wordpress.org/news/files/2021/06/waves-a60072-67ff66.mp4";s:6:"length";s:8:"31718375";s:4:"type";s:9:"video/mp4";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6630:"\nCreated by Alex Lende
\n\n\n\nBeginning with WordPress 5.8, you can colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images to integrate well with your themes.
\n\n\n\nDuotone doesn’t work in quite the same way as Instagram filters. Whereas Instagram filters do color adjustments (color levels/curves and sometimes a vignette for the photo editors among us), the new duotone filters entirely replace the colors of your images.
\n\n\n\nYou can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colors for the shadows and highlights.
\n\n\n\nFor example, a grayscale filter can be created by selecting black and white as shadow/highlight colors, and a sepia filter by choosing brown and tan.
\n\n\n\nAnalogous colors can add a subtle effect and work well for cover backgrounds where the overlaid text still needs to stand out.
\n\n\n\nMuch more vibrant and interesting effects can be made with complementary colors.
\n\n\n\nThe duotone effect works best on high-contrast images, so start with an image with a lot of large dark and light areas. From the block toolbar, use the filter button and choose a preset:
\n\n\n\nYou can also choose colors from your theme’s palette, or a custom color of your choice.
\n\n\n\nIn addition to the image block, duotone can be applied to both images and video in the cover block.
\n\n\n\nImages and videos in your media library will remain unchanged. The duotone effect works using SVG filters and the CSS filter property, so the image or video is never modified in your library. On the one hand, this means that you can apply a filter to an image that you link to that doesn’t exist in your media library. On the other hand, this means that the filter won’t show up in RSS feeds or places that use the image URL directly.
\n\n\n\nThe API for adding duotone colors to blocks is experimental in Gutenberg v10.6. Still, the documentation for using it in your own blocks can be found and will be updated under Supports Color in the Block Editor Handbook. Themes can add duotone presets with theme.json. More information can be found under Global Settings & Styles Presets in the Block Editor Handbook.
\n\n\n\nThe duotone feature was released in version 10.6 of the Gutenberg plugin, so you can try it out now prior to the WordPress 5.8 release in July.
\n\n\n\nThanks to @joen and @mkaz for assistance writing and reviewing this post.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10349";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:58:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WP Briefing: Episode 9: The Cartography of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/news/2021/05/episode-9-the-cartography-of-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 May 2021 11:55:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=10373";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:159:"In this episode, Josepha Haden Chomphosy provides a map of how to navigate WordPress teams and communication channels, along with her small list of big things.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:62:"https://wordpress.org/news/files/2021/05/WP-Briefining-009.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:12611:"\nIn this episode, Josepha Haden Chomphosy provides a map of how to navigate WordPress teams and communication channels, along with her small list of big things.
\n\n\n\nHave a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
\n\n\n\nJosepha Haden Chomphosy 00:10
\n\n\n\nHello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Joseph Haden Chomphosy. Here we go!
\n\n\n\nJosepha Haden Chomphosy 00:40
\n\n\n\nAlmost every episode of this podcast, you can hear me invite you to join in the WordPress project, to contribute back, to get involved. And I’m sure that every time I say that there’s at least one of you who’s like “Yes. Challenge accepted!” And you wade in sight unseen, to immerse yourselves in the cheerful cacophony of open source at scale that is WordPress. You see before you all 158 ways you can start contributing and you are exhilarated by this lostness. This you think, is the lostness of infinite possibility. And for you, I’m really thankful. My work here today would not be possible if it weren’t for the brave souls who leap into something with hope as their primary plan and tactic. You are heroes, and I thank you very much for your service. For everyone else, I’m going to give you a quick tour of where WordPress collaborates and a little bit of how they collaborate. We’ll cover the Make network, the Making WordPress Slack, events for WordPress, and a rundown of the teams.
\n\n\n\nFirst, the Make network. The Make network of sites can be found at make.wordpress.org. That page includes information on most of our teams. Teams like Core and Design and Community. All of those teams require some technical skills since we’re a project built around a piece of software. However, some require a little more than others. You can think of this set of sites as the desk of each team in the WordPress project. It’s where they update each other, where they host discussions, where they refine proposals, and where they coordinate admin tasks. Contributors can write posts on most sites in the network as long as they follow the guidelines and best practices. And anyone with a wordpress.org profile can join in discussions in the comments. Most work on the Make network is asynchronous, and discussions stay open for a long enough time to allow anyone in the world to weigh in when they have the time. It’s how we try to remember that we are a globally-minded project.
\n\n\n\nThe second area is the Making WordPress Slack instance. The Making WordPress Slack instance can be found at wordpress.slack.com, and it requires an account that is associated with your wordpress.org profile. Each team in the project has a channel, although not all channels in that Slack instance, represent a standalone team. You can think of this Slack instance as a set of conference rooms. It’s where contributors connect, gain a more nuanced understanding of problems that we’re trying to solve. They host synchronous meetings and also coordinate working groups.
\n\n\n\nJosepha Haden Chomphosy 03:31
\n\n\n\nContributors can post in most channels, although there are a few that are restricted. We don’t have any social channels in this Slack instance, but most WordPress-ers do tend to find friends that they connect with. The work done here is synchronous, and most meetings last about an hour. There are about 35+ meetings a week, so you can basically always find someone around.
\n\n\n\nThe last area we work is actually at WordPress events. Word Camps and WordPress meetups happen all over the world. Unless there’s a global pandemic, then they’re kind of all over the computer and at all times of day and night. You can keep track of those on wordcamp.org or on WordPress’s meetup page, which I’ve linked in the notes below. These events bring together all sorts of facets of the WordPress project. And they are an event where local WordPress communities aim to connect, inspire and educate each other. There’s always someone at these events, who knows a little bit more about WordPress than you do. If you’re headed to want to learn more about contribution, look out for any that have a contributor day or are hosting a contribution drive. These are clearly synchronous events. And when we do get back to doing them in person, they’re also tied to physical locations. When we get back to them, I encourage you to find one that’s close to you. They are incredibly valuable.
\n\n\n\nOkay, so that’s the map of the area. Those are the three big places where we get this stuff done. Let’s do a quick map of the teams themselves. If you’re a developer and you’re looking to work inside the technology space, work with code a bit, then your best chances for teams are Core and all of its related components. They’re like 50 components, including core editor and various other things. There’s also the Mobile team WP CLI, the Tide team, Security, our brand new team, Openverse, and Meta. Those all take a fairly high amount of code knowledge to contribute there.
\n\n\n\nIf you’re more into design and product work, then we have a few teams for that as well. There’s of course, the Design team, but we also have Accessibility, Test, Triage, Polyglots kind of falls in there for me. But if you are a programs person, and we’re talking like programs, getting people together programs, not programs, as in programming or code. So if you’re a programs person, you’re looking more at the Community team, at the Themes team, the Plugin team, Polyglots, again, Training support, probably a number of others that have like program components in it as well.
\n\n\n\nIf you are really interested in learning more about contributor experience, which is how we build tools, and again, programs for all of the contributors who are showing up, then the teams for you will be teams like Meta and Documentation, Hosting, the Community team, the Training team, arguably any team that has a program as part of it is considered contributor experience because that’s how we help our contributors know what to do, what not to do, how to help them get onboarded, find their way, stuff like that.
\n\n\n\nAnd if you’re more in the communications area of things, we have quite a few teams there as well. We do have Marketing, of course, but also I think that Support ends up in our communications area, WordPress TV, obviously ends up in communications. But I think Training, Meta, Documentation, and arguably, maybe also Testing ends up in that space as well.
\n\n\n\nI realize that there are a handful of teams that I mentioned multiple times, especially Polyglots, Support, Test, Triage, Meta, Community. The reason they end up in a number of different places is that all of those teams also have a fair amount of admin and infrastructure stuff that goes into the WordPress project and community as a whole. So it touches a lot of other teams, and so they get a lot of mentions. All right. So WordPress adventurers, you now have a beginner’s map. I hope it helps, and I hope we see you around the community.
\n\n\n\nJosepha Haden Chomphosy 07:54
\n\n\n\nIf you’re still with me, that brings us today to my small list of big things. I’ve got four things for you, and I’m excited about all of them. The first two are events actually. WordCamp Europe is coming up from June seventh through the ninth. It will include a presentation from the WordPress project co-founder, Matt Mullenweg, so I encourage you to hop over, grab a ticket to check out the rest of the sessions that are happening while you’re there. The next one is WordCamp, Japan, which is happening June 20th through the 26th. And you heard that right that is seven whole days of WordCamp. It’s a little bit of a different format than we normally take, but it’s five days actually of contribution on ten specific projects. Then that’s bookended on either side of those contribution days, with full days of sessions. There’s some in English, but it’s primarily in Japanese. But either way, I think it’s going to be a really excellent event, and I encourage everyone to check it out.
\n\n\n\nThe rest of my list is not events. We have opened our sixth call for testing, it’s specifically looking at the template editing mode for Full Site Editing. It is an iteration on one of our earliest tests for the Full Site Editing outreach program. And so it has incorporated a lot of the feedback that we got in that test the first time around. So if you look at that test, which by the way, are all guided, if you’ve never tested anything before, don’t let this scare you. It’s really well written, it’s got a good guide on it and, and also allows for a little bit of exploration. But if you participated in the landing page test that we did early on, this is the follow-up to that. It incorporates a lot of the feedback that we got, so this is closing that feedback loop and I encourage you to stop by and participate in that test. It will be linked in the show notes and also I tweet about it a bit so you can run over there and find it also.
\n\n\n\nWordPress is dropping support for Internet Explorer 11. That’s happening over the summer, so around the middle of July is when that’s going to happen. If you’ve been using WordPress for a while you’ve been getting notifications. If you happen to get to WordPress with IE11, letting you know that that this particular browser is reaching the end of its life for support in general on the web, but now WordPress also is making the choice to drop support for that. And so there’s a post out on wordpress.org/news, which I will also link to in the show notes in case you have not heard about this yet. It shouldn’t have any immediate and noticeable effects on anyone who’s visiting a site that’s built using WordPress. There might be a few things in the dashboard that don’t work if you are administering a WordPress site from IE11. So there’s a lot of good information in that post. Give it a read and if you have questions, always feel free to stop by the Core chat and ask those as we go.
\n\n\n\nAnd that my friends is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"10373";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 18 Jun 2021 00:55:53 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Tue, 15 Jun 2021 19:59:14 GMT";s:4:"link";s:63:"Automattic released its second block theme to the WordPress theme directory last week. Mayland Blocks is geared toward photographers and other users who want to showcase their projects. It is the child of Blockbase, a sort of starter/parent hybrid the company’s Theme Team recently announced.
\n\n\n\nI had high hopes for Mayland Blocks going in. I have kept a loose eye on its GitHub repository in the last couple of months. It was one of the first 100% block-built themes the team seemed to be working on.
\n\n\n\nWhile block themes are still experimental at this stage, I was admittedly disappointed. Maybe my expectations were too high. I was eager to be wowed when I should have gone into this review more level-headed. However, I am who I am, and that is someone who is genuinely excited each and every time a new block theme comes along. I am ready for the next big thing, but Mayland Blocks did not fit the bill.
\n\n\n\nAs I began the process of testing the theme, the first order of business was to recreate the Masonry gallery as shown in the theme’s screenshot:
\n\n\n\nMy first thought was that the default gallery output would automagically work. It did not. Then, I looked for a Gallery block style. Nothing there. I searched for a custom pattern. Nothing there either. In short, it was impossible to recreate the gallery shown in the theme’s screenshot — one of the primary features that drew me to it.
\n\n\n\nBummer. I was looking forward to seeing a Masonry-style gallery of images built on top of the block system.
\n\n\n\nWith a tiny bit of sleuthing and peeking under the hood of the theme’s demo on WordPress.com, I saw that it was using the CoBlocks plugin by GoDaddy. The thing that made the theme special had nothing to do with the theme.
\n\n\n\nAfter a quick install, I converted my existing gallery to the CoBlocks Masonry block. Success!
\n\n\n\nAt that point, I began to wonder why I was even testing Mayland Blocks at all. Its claim to fame hinged on showcasing photography. The core Gallery block works well enough, and I can use CoBlocks with any theme. Most decent ones provide the sort of open-canvas template that is no different than Mayland’s front page.
\n\n\n\nWhat would have made it a great theme would have been living up to its screenshot’s promise. This was also a missed opportunity to showcase some alternate Gallery block styles and patterns. If we want more users to buy into this system, some of our best design and development teams need to take that one extra step.
\n\n\n\nFor such a simple theme, one well-suited as a one-page design, this was the moment to lean into the photography angle.
\n\n\n\nProvide users a Polaroid picture frame option:
\n\n\n\nAdd a “no gutter” block style:
\n\n\n\nBundle a few patterns that combine the Gallery block with others. Give us a little flavor.
\n\n\n\nMayland Blocks works well as a WordPress.com child theme because its suite of plugins is available to all users out of the box. For a publicly-released project on WordPress.org, it is a little disappointing that it was a straight port.
\n\n\n\nThe child theme is essentially its parent with an open-canvas front page template and some trivial font and color changes. Surprisingly, it made it into the theme directory with so few alterations. Two days later, another child theme was outright rejected for just adding “some minor changes which can be made directly from the parent theme.” The inconsistent application of the guidelines by different reviewers has long been a thorny issue, especially when more subjective rules come into play.
\n\n\n\nHowever, block themes have more wiggle room at the moment. There are so few for users to test that it makes sense to let things slide.
\n\n\n\nOne of the Themes Team’s previous hard lines has been that bundled front page templates must respect the user’s reading settings. This meant that if a user explicitly chose to show blog posts on their front page, the theme must display those posts.
\n\n\n\nMayland Blocks is the first that I have seen get a pass on this, a hopeful sign of more leeway for directory-submitted themes in the future.
\n\n\n\nBlock themes are a different beast. HTML files are not dynamic, and there is no way to put a PHP conditional check in a front-page.html
file in the same way as themers once did in a front-page.php
template. There is a technical workaround for this, but I do not think it is necessary. Block themes are changing the game, and the guidelines will need to follow.
I love seeing the contribution — any contribution, really — of another block theme to WordPress.org. However, I want to see more artistry on top of the Blockbase parent theme.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Jun 2021 00:43:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:106:"WPTavern: Alex Denning and Iain Poulson Launch FlipWP, an Acquisitions Marketplace for WordPress Companies";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118501";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:255:"https://wptavern.com/alex-denning-and-iain-poulson-launch-flipwp-an-acquisitions-marketplace-for-wordpress-companies?utm_source=rss&utm_medium=rss&utm_campaign=alex-denning-and-iain-poulson-launch-flipwp-an-acquisitions-marketplace-for-wordpress-companies";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5525:"Alex Denning and Iain Poulson launched FlipWP today, a private marketplace to facilitate acquisitions for WordPress companies. WP Engine’s recent published research, which estimates the WordPress economy at $596.7B, has inspired confidence in the ecosystem. An increasing number of acquisitions announced over the past month is also reinforcing the need for a more centralized marketplace for these opportunities.
\n\n\n\n“Iain and I started talking a lot more regularly a year ago, when he started Plugin Rank,” Denning said. “He was getting people asking him for acquisition opportunities, and with Ellipsis I was getting clients asking for help evaluating acquisitions and with sales. There was no go-to marketplace, so in March we started talking about working together on solving the problem.”
\n\n\n\nSellers can list on FlipWP privately for free and buyers handle their own sales, with no exclusivity obligation. The site doesn’t charge for listings and it doesn’t take commission from any sales. The $299 membership for buyers opened today, which offers access to FlipWP’s email list of acquisition opportunities.
\n\n\n\nListings include business data, such as ARR and monthly profit, the asking price, and commentary about the opportunity from FlipWP. Buyers can reach out directly to sellers with no middleman involved.
\n\n\n\nIn the past, finding a buyer for a WordPress company required having a wide network, knowing the right people, or posting on various marketplaces like Flippa and MicroAcquire.
\n\n\n\n“Every week I was hearing about another acquisition, getting an email from someone looking to buy a plugin business, or emails from developers asking the best way to sell,” Poulson said. “The need for a WordPress specific acquisition marketplace became more and more apparent.”
\n\n\n\nThere is a lot of buzz on Twitter lately, questioning whether an active acquisition market is a healthy development. Some have expressed concern about small, independent tools getting bought up by larger companies and worry that consolidation will lead to lack of competition.
\n\n\n\nEric Karkovack wrote in a post speculating on the future of plugin acquisitions, entertaining the possibility that “a few big players simply set the rules for everyone else to follow:”
\n\n\n\n\n\n\n\nFrankly, it’s becoming a lot harder for solo entrepreneurs or small development shops to manage a popular plugin. Supporting a large userbase while also focusing on the future could become overwhelming.
Thus, it’s not surprising to see that some of these products are being sold off to larger firms. We saw something similar happen with internet providers back in the early 2000s. The more mature the market, the harder it became for a small company to carry out its mission. Pretty soon, they were just about all bought up by corporate interests.
While that may not fully reflect the case here, it seems to at least be trending in that direction…
It will take some time. But there might come a day when a typical business website runs plugins from perhaps only a few big development houses.
Not everyone shares this same bleak outlook on the potential effects of consolidation. During Matt Mullenweg’s Q&A at WordCamp Europe, Brian Krogsgard asked what these acquisitions mean for the health of the WordPress economy. Mullenweg sees it as a positive development that should spur more creation:
\n\n\n\n\n\n\n\nIt’s a really exciting time because it feels so robust and healthy. The fact that these exits are happening then creates more incentives for something new to be created, either from the alumni of these companies or by people that know that they can get something to a certain point and sell it to one of these companies. It’s actually not very different from Google and Yahoo and all of these companies that buy up lots of startups. Guess what, that created way more startups, some of which became Airbnb and Uber and challenged the tech giants. That’s the beauty of how the ecosystem works.
Poulson and Denning are also optimistic that FlipWP will open up more opportunities for business owners to get connected and accelerate the process for all parties involved.
\n\n\n\n“The acquisition trend is indicative of WordPress maturing,” Denning said. “If WP Engine thinks the WordPress economy is worth $597 billion dollars and the biggest public companies in WordPress are worth ~$20bn, we’re about $577bn short. A lot of that number will be made up through the small businesses we see getting sold, and until now they’ve not had a way of selling other than ‘post it on Slack.’ If that study is right, then the one-most-weeks rate of acquisitions might actually be significantly too low, and those businesses are being undervalued, too. We can make it much easier for buyers to find quality WordPress listings, and we can make it much easier for sellers to get the best price.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Jun 2021 21:29:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: #4 – Dan Maby on the Importance of the WordPress Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wptavern.com/?post_type=podcast&p=118113";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:183:"https://wptavern.com/podcast/4-dan-maby-on-the-importance-of-the-wordpress-community?utm_source=rss&utm_medium=rss&utm_campaign=4-dan-maby-on-the-importance-of-the-wordpress-community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58344:"On the podcast today we have Dan Maby.
\n\n\n\nDan has been a user of WordPress for many years. As an agency owner he’s used it to build client websites, but, as is so often the case, he came for the software and got caught up in the community.
\n\n\n\nStarting out by attending some local WordPress meetups, he engaged with his fellow WordPressers and enjoying the events he was attending. Attendance turned into organising and over time Dan became the lead of four WordPress Meetups spread all over the UK.
\n\n\n\nMeetups led to an interest in WordCamps, where he again stepped up to take on leadership roles at WordCamp London.
\n\n\n\nIn the podcast today we talk about the importance of the WordPress community, not just to him as an individual, but to the future of the project as a whole. After all, it’s software created by people, and the health of that community will have a direct impact upon the contributions they make.
\n\n\n\nWe recorded this podcast at a time unlike any other. In person events have had to stop; the WordCamps and Meetups have all gone virtual. Perhaps there’s light at the end of that tunnel, but it’s a perfect time to look back and see how the community has adapted to these new circumstances.
\n\n\n\nWe get into whether hybrid WordPress events should be the new norm, what lessons the community can learn from the past year, and what Dan and his colleagues have done to stay connected and part of a vibrant community. They’ve built a platform to enable events and plan on releasing it as a WordPress plugin soon.
\n\n\n\nWe also discuss an event which Dan has been a key player in organising – WordFest Live, a 24-hour online event with a focus upon learning and positive mental health.
\n\n\n\nIt’s a lovely episode with a member of the community who has been giving back for many, many years.
\n\n\n\nWelcome to the fourth edition of the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast for the WordPress community. Each month, we bring you someone who is part of that community to give you an insight into a topic or person who you might not be familiar with. If you enjoy the podcast, you can subscribe to future episodes by going to wptavern dot com forward slash feed forward slash podcast.
\nIf you’ve got any feedback about the podcast, which could be a suggestion of a potential guest or a subject, then head over to wptavern dot com forward slash contact forward slash jukebox. There’s a contact form there for you to complete, and we’d certainly welcome your input. Thanks in advance. If you reach out.
\nOkay, so on the podcast today, we have Dan Maby. Dan has been a user of WordPress for many years. As an agency owner, he’s used it to build client websites, but as is often the case, he came for the software and got caught up in the community. Starting out by attending some local WordPress meetups, he engaged with his fellow WordPressers and enjoyed the events he was attending. Attendance turned into organizing, and over time, Dan became the lead for four WordPress meetups spread all over the UK. Meetups led to an interest in WordCamps, where he again stepped up to take on leadership roles at WordCamp London. In the podcast today, we talk about the importance of the WordPress community, not just to him as an individual, but to the future of the project as a whole. After all it’s software created by people, and the health of that community will have a direct impact upon the contributions they make. We recorded this podcast at a time unlike any other. In-person events have had to stop the; WordCamps and meet-ups have all gone virtual. Perhaps there’s a little light at the end of the tunnel, but it’s a perfect time to look back and see how the community has adapted to these new circumstances.
\nWe get into whether hybrid WordPress events should be the new norm. What lessons the community can learn from the past year, and what Dan and his colleagues have done to stay connected and part of a vibrant community. They’ve built a platform to enable events and plan on releasing it as a WordPress plugin soon.
\nWe also discuss an event which Dan has been a key player in organizing, WordFest Live. It’s a 24 hour online event with a focus upon learning and positive mental health. It’s a lovely episode with a member of the community who has been giving back for many, many years.
\nIf any of the points raised here, resonate with you, be sure to head over and find the post at wptavern dot com forward slash podcast, and leave a comment there.
\nAnd so without further delay, I bring you Dan Maby.
\nAm joined on the podcast today by Dan Maby. Hello, Dan.
\nGood. Speak to you.
\nYeah, it’s really nice to have you on the podcast today. Dan and I have a long history of chatting with each other, so this may end up being quite informal at times, but nevertheless, we’re going to talk today about the WordPress community and events in general.
\nTo paint some context into that, I wonder Dan, if you wouldn’t mind spending just a couple of moments, introducing yourself and perhaps explain your history. Not just with WordPress, the software, but also your history with WordPress as a community.
\nYeah, absolutely. I guess my journey started 15 years ago with WordPress. Funnily enough, we had obviously the 18th birthday quite recently of WordPress, and I was looking back at my history, trying to figure out what had been doing with it. And I realized that I’d started with version 1.5, which at the time was really quite a major introduction. Lots of features in that 1.5 update that we still recognize today in the platform. And it’s been, an interesting journey with WordPress and the community. One that I’ve absolutely loved over that 15 year journey. But really the journey for me with the community started, I think it was around 2012. I was looking for a way to connect with people that were working with and were interested using WordPress. I was working in London at the time in the UK, looked at a meetup. I came across, there was a WordPress meetup that was being run by Keith Devon at the time, the WordPress London meetup. So I went, I headed over to the meetup, came from my day job at the time, which means I was suited and booted. Wandered into this, a room with a bunch of WordPress developers and users. And felt entirely out of place in that in that first meeting. I was the only person there in a suit. Everybody else was nice and casual, but the welcome that I received in that meetup was second to none. It was really an incredible experience, a first experience of the, the wider WordPress community.
\nAnd it was actually at that event that Keith had asked if anybody was looking to get involved and support in the delivery of the event and that having been there literally for my first time, stuck my hand up, and that’s really where it all started. And very quickly moved into a situation where Keith decided to step away from the event to focus on other things, focus on his agency, et cetera. I’ve been running the event ever since. And the WordPress London meetup has been a key aspect to everything that I’ve been doing within the community. It’s been a real pleasure to be able to be a custodian of a that event.
\nYou have a lot more strings to your bow than just the WordPress London meetup. Do you want to tell us a little bit more about some of the other things that you’re, well, were involved in? We’ll get onto that a little bit later, about the way that things have had to cease, but tell us apart from the WordPress London meetup, tell us about the other things that you were doing on a monthly basis.
\nSure, so, for me the community was really the important bit, the people within the community. I really grew to develop a, a passion for the people that we were connecting with. And from that point from the running of the WPLDN event, I realized that actually there were other areas that were lacking in meetups across the UK. There were plenty of people running, plenty of meetups, and I was really enjoying being part of that kind of organizers community, if you like a meetup organizers community. But as I said, I noticed that there were areas that were lacking events, even in my local area, as well as further a field, I actually got to the point where I was organizing and leading four meetups a month across the UK, which saw me traveling quite substantial miles on a monthly basis, just to enable these communities to grow and develop.
\nAnd it was a real pleasure to be able to work with local communities. I always encouraged community members within the local area to come on board as co-hosts and enable them to take the lead and to sow the seed and then move on and help that community thrive. And it was going fantastically well. You know we had, as I say, we have four meetups running across the UK, and then suddenly, obviously we’re thrown into the situation where we couldn’t physically come together in person.
\nBefore we move on to that, perhaps we could paint a little picture about the importance of WordPress in your life, because it strikes me that many people, they may use WordPress as a piece of software. And that’s the end of it. They have really no understanding that there is a community which can support you in your WordPress knowledge, but also it can be much more than that. And I think it’s fair to say that in your case, many of the people that you’ve met through WordPress have become actual friends who you actually socialize with. Enjoy their company and stray into non WordPress things as well. So I’m just wondering if you could tell us how it has helped you, but perhaps get into the stuff that’s not to do with WordPress. Have you met people that you’ve really jelled with and found camaraderie with.
\nI think this is the the beauty of the WordPress community. It’s so much more than just the technology. I found it to be quite a unique community as well, in that the way people are open, the way people will communicate and discuss and talk about topics, which, by all rights where we attended an event together, we’re essentially often competing with one another. I run an agency which focuses on design and development services, and I will go and speak with many other people that also run agencies. And essentially we are competitors, but that level of competition doesn’t really surface too much in the WordPress community. It’s predominantly a community that’s very supportive and people are very open to discussing issues. Myself, I was seeking out connection, I wanted to be around like-minded individuals because I was in a situation where I was very isolated. I was looking for people to connect with that had an understanding of what I was experiencing. And that’s really what the community has been about for me. It has been about this idea of having similar experiences, having, understanding of the challenges that we can face if we’re working alone. And my company has run with distributed team members, so I don’t have a central office with a team that all works together. We work in our home offices. You miss out on that ability to be able to have those conversations that you would have, potentially in-person. That for me was where I was seeking out the community, and as I did that, I realized that this community really was very open to discussing many issues and very open to sharing experiences and knowledge, which was unique for me at the time. And as you say, that’s then led on to building of relationships and those relationships have gone further afield outside your outside of specifically WordPress related. Very happily, I’ve got some wonderful friends across the community now, and they are friends and the people that I will hopefully have the pleasure of knowing for the rest of my life. Nathan, I count you in amongst that I can remember a conversation you and I had in a car park post a meetup many years ago and, it’s been wonderful to watch the journey that you as an individual have gone on through your experiences of WordPress and podcasting, et cetera, and the many branches and tendrils that we have within the community. It’s a very rich experience. I would say being part of the WordPress community.
\nYeah, I would completely agree. And for those people who perhaps listening to this podcast, obviously this audio will go on in perpetuity, it may be that they’re listening to this and the world has become more normal. Shall we say? Perhaps we’re allowed to meet up in person again. If that were the case, what would be your best advice for digging into that community? What would your best search be? What would be the best way to go about finding where your local events are taking place?
\nFirst off is look for meetups. There are thousands of meetups across the globe that are run by local communities, and I really would encourage anybody if you haven’t previously. Take a look head over to you know, there are various sites, whether it’s meetup dot com, Eventbrite, et cetera, all those kinds of events websites. Do a search for your local area for WordPress meetup event. Sign yourself up and head over. My personal experience and something that I’ve spoken about many times historically is simply getting involved in these events. We have this wonderful ecosystem of WordCamps across the WordPress space. And these WordCamps are, you’re basically taking a meetup onto a grander scale, again, encouraging local communities to try and run those WordCamps and larger events, but that can sometimes feel quite daunting, just simply turning up to an event. So if you can get yourself embedded in some way, and volunteering is by far and away, the simplest and best way to do that. Every single one of these meetups and WordCamps are run by teams of volunteers. So signing up as a volunteer, simply putting your hand up and saying, yes, I’ll get involved in some way. It gives you a purpose within the event. So you’re not simply having to be there and trying to figure out where you fit within it. You’re there and you have a role. And this was certainly my experience of getting into the WordCamps space. I’ve volunteered. I can remember experience at WordCamp Europe, or I was doing some meeting and greeting as people were arriving, and it just opened up so many interesting and wonderful conversations with people that I still have very interesting, wonderful conversations with today. And it’s just that embedding yourself in it and enabling yourself to be part of that community. First step I’d say, check meetup, look for an event. Sign yourself up, head over there. And if there’s any way that you can get involved, do. Most meetup organizers are so grateful for anybody putting their hand up and say, yeah, look, I’ll get involved or stepping forward and saying look, do you need any help with this at all? And that help can vary in so many ways. As a meetup organizer, there’s an awful lot often goes on behind the scenes that maybe attendees aren’t always aware of that really go into delivering these events.
\nWhat is the difference between a meetup and a WordCamp? Probably, if you’ve attended, either of those you’ll know the difference, but if you’re new to this whole WordPress community thing, it might be good to paint a bit of clear blue sky between those two different things.
\nSo if I use London as an example. Our WordPress London meetup, when we were in person delivering these events, we were seeing the, of an average of a hundred people in attendance every month. So this would run every once a month in our local environment. So the focus for both WordCamps and meetups really are about encouraging local organizers to run them. So our meetup, we feature between two and three speakers on a night. It’s usually around two, two and a half hours long. And then post that within, have a bit of a social gathering. Where we continue doing a bit of networking, et cetera. The meetup is a really a trimmed down version, should we say? Or that’s probably negative, a negative way of putting it to be honest. The WordCamp is an enlarged version of meetup. Probably the best way of putting it and WordCamps are essentially that. We’re taking the concept of a meetup, but on a much, much grander scale. And they don’t have to be enormous. I’ve attended some you know, a hundred attendee WordCamps and they’ve been absolutely spectacular, really personal. And I really enjoy the kind of smaller hundred, hundred and fifty attendee WordCamps, but equally we also have some much, much larger ones. So again, if I look at WordCamp London, the last event we ran we had around 650, I believe was 650 attendees at that event. If we then look at the regional WordCamps. So the likes of WordCamp US, WordCamp Europe or WordCamp Asia. Yeah, WordCamp Europe. I believe there’s three and a half thousand attendees at the last event, the last in-person event. So they’re often spread across multiple days as well, but not always often there’s a, a single day WordCamp as well, but the one telling difference between a WordCamp and a meetup is the WordCamps often have what we call a contributor day associated with them as well, which is a day focused entirely on contributing to WordPress in some way, shape or form. And there are so many ways to contribute. We’re not just simply talking about writing code and contributing in that way. There’s documentation, there’s marketing, there’s the multi-lingual there’s many ways to get involved. So I really, again, would encourage anybody that’s thinking about attending a WordCamp, once we are back to a situation where we are safe to be able to return to in-person events. And obviously some of the virtual events I really would encourage joining the, contributor day in any way that you can.
\nSo with all of these events going on, obviously we’ve got a thriving piece of software, which is turning out to be widely used over 40% of the web. We have the statistic now using WordPress. So the software is one side, but obviously we’ve also, as you’ve just painted a picture that we’ve got this thriving community as well. An awful lot of the project perhaps was going on, at these community events, a lot of things were being organized, so contributor days, possibly different teams meeting up at various times at these events. And then sometime last year, the world paused and is still in a state of pause. I’m wondering if you have any thoughts on whether the project as a whole has been stifled. I know that we’ve gone online and we’ll come onto that in a moment, but I’m just wondering if you’ve got any thoughts about the impact that the world pausing and not being able to meet up in person. If the project itself has been stymied by that.
\nI think this is a really interesting discussion. I can sit on both sides of the fence here. I think there is definitely an element of fatigue within the community at this stage. And I think that fatigue is being born out of the fact that potentially we are not having those in-person connections, the wonderful conversations that can be born out of the hallway track, you know it’s spectacular, what can happen, and by hallway track, you’re simply wandering around the event itself and not necessarily being in a session, but there’s, the people are mingling around and the conversations that can be born out of those chance meetings, really are spectacular. Many times I’ve run into individuals in the hallway, or we’ve just started the conversation and then somebody else has jumped in, somebody else has jumped in and before we know it, there’s, there’s a really interesting round table conversation going on about the future of the project. Because as an open-source project, we all have the potential to influence them the potential to participate in the project in some way, shape or form. I think in this virtual environment that we’re currently in, on a personal level, I believe that we’ve lost some of that. We’ve lost that ability in many ways. And it’s created this fatigue where we’re not necessarily having the opportunity to have those discussions and those new ideas, those new thoughts, or those alternative ways of looking at a problem. I think the project has possibly suffered for that, in some respects, I think is partly why WordPress as the software has been so successful is because of WordPress the community has had that really strong in-person connection and that really strong coming together as a community. Having said that equally, there are many benefits to the concept of the virtual environment that we’re in. But yes. I certainly think there are some challenges that we have come up against and we’ve tried to work towards resolving to some degree as a community in this virtual environment.
\nWe’re in a strange dichotomy in that we were probably better prepared than almost any industry to move everything online at the drop of a hat, because the WordPress community is online. We understand how to put websites together and turn those websites into virtual events and all of that kind of stuff. Conversely, and perhaps somewhat unexpectedly. We were also a community, that needed to be offline in order to push the project forward. And so in some sense, we were not prepared for that. Two sides of one coin, very well prepared from the technological point of view. But perhaps we didn’t really understand that these in-person events, the interactions, the little coincidental meetings that might’ve happened, that pushed things forward. The fact that the contributor days, they were a great way of pushing the project forward. All of these little things that required us to be in-person well, they just evaporated and we weren’t really prepared for that and that’s kinda my take on it. It feels like from the tech point of view, everything’s a-okay. We can manage that side really well, but the unexpected consequences from the community going away have become slightly more obvious. And I feel it’s not really in any way, catastrophic, it’s just little paper cuts. Things haven’t perhaps worked as fluidly, perhaps interactions haven’t been made, perhaps people have become fatigued, logging onto their computer and so on. And of course, there’s the fact that there’s a great deal of excitement around turning up to one of these events and whether that’s a meetup and you just show up for the evening or you go somewhere further afield. You might need to get in the car or get on a train or get on a plane and you may have booked a hotel and your almost seeing it as a little bit of a vacation, something a little bit outside of the normal experience, all of that side has gone. And so there’s less be excited about. And perhaps as you described it fatigue, I’m describing it more as a lack of excitement, perhaps that has had a bit of an impact.
\nI think you’re absolutely right. There’s an excitement when you’re coming together in personnel, there’s excitement. You don’t always know what to expect. You don’t always know what’s going to come in those conversations. You may have a good idea, but the ability to come together in person and really thrive off that energy of one another, it really can be quite special, but equally there are many people that don’t thrive off of that there are many people that really struggle with the idea of being in large groups of people, there’s absolutely pros and cons to all of this. And it’s something that we were in our events, in the in-person events, we were trying to be aware of, be mindful of that experience for people. Some people, as I say will thrive off that environment of being around lots of people, but those that need their own space sometimes. The idea of delivering quiet rooms at in-person events is really important because some people do just need that time away from the crowd to be able to re-energize themselves, by being by themselves. This idea of enabling all walks of life, all the variations of people that build up our community to be able to participate. And I think this is really where we’ve got a huge positive in the virtual environment at the moment we’ve brought down so many barriers. For a far greater, far more diverse mix of individuals, whether we’re talking about speakers or attendees, we’ve got some wonderful opportunities right now in the virtual environment. We’re not having to consider visas. We’re not having to consider travel expenses. The limitation that we’re running on right now in terms of attendance of an event is the bandwidth to be able to connect to that event. We were looking at the positive side of this. There are some really good things I think we need to be very mindful of as we move forward. As we move into, as we start to move into a situation where we, if we’re in a safe environment, to be able to return to the in-person events, we also need to be mindful of how do we continue to encourage that very open and very inclusive model that the virtual environment has created.
\nDo you see in the future, and we’ll talk more in a moment about specifically what it is that you and your events have done to move online over the last year or so, but just for now, do you see in the future then a model where, let’s say that we all go back and the world returns to how it was in 2018. Everybody’s allowed to get on planes and trains and everybody can move freely once more. Do you think that we have reached a point where hybrid events and by that I mean, many people will come and be present in the room, but also perhaps we need to provide the internet access so the people from further afield who don’t wish to attend, or perhaps they’re literally on the other side of the world and they only want to see two or three of the variety of sessions that are on offer that week. It’s really not worth them getting on a plane for that, but they could log in and watch them online. So do you feel that there’s a hybrid or will we just consign the online events to the realms of history?
\nSo I’m very hopeful that as a community, we will adopt the hybrid model. However, having said that, I also appreciate that we need to also figure out what this hybrid model looks like. As a meetup organizer, again, the WordPress London meets up. We were taking quite a considerable amounts of kit into the event to deliver the events. And by kit I’m talking about cameras, microphones, tripods, sound equipment, all sorts of stuff, which isn’t that common in the meetup space. And as a meet-up organizer, you don’t need to be thinking about, or how do I get low cameras, et cetera. But what it meant for us is we were pre pandemic we were already in an environment where we were live streaming the sessions. We were accepting questions coming in from the virtual audience that were consuming the content live whilst the in-person community were also consuming that content. That put us in a very strong model as we move forward, which I can get into in a moment. But the issue that I see is, are we going to try and force the experience where we’ve got the in-person and the virtual, combined together at the same time, are we actually going to create a situation where we create the worst of both worlds? So the in-person deteriorates because there’s a need for more equipment, there’s a need for more organizing and there’s need for just a very different experience where you’ve got a lot more things needing to happen from an organizer’s perspective. And then have you then got the virtual side, is their experience going to deteriorate because the organizers are having to focus on the in person. It’s an awful lot to deliver, as an organizer: an event. But to then take that event and say now I need to do at the same time, a hybrid of in-person and live, particularly on the meetup side, I think it’s something we’re going to have to be very careful of and figure out how do we do that? Are we better to have, I don’t know, for example, an in-person event and a virtual event, twice a month. Again, I’m not advocating for this for every single meetup because I appreciate every meetup is run by volunteers. It’s about the capacity for those organizers. I think when we start to look at WordCamps, it gets a little more interesting because obviously WordCamps do have a slightly larger team often, and there is often some funding supported through sponsorship, et cetera, to enable that. But again, we’ve got to look at how do we make sure that the experience is optimal for both the in-person and the virtual. And I’m not sure I have the, certainly I don’t have the answers to that at this stage, but it’s certainly something we’ve been having a lot of discussion around internally. And the platform that we’ve developed for our virtual events at the moment is something that we’re looking to roll into our hybrid model. But again, that we don’t have the answers at this stage.
\nI’m also conscious that perhaps if everything becomes available online, it may persuade people who are almost going to attend live to not attend live. It may dwindle the audience that turn up to the live event, if you know what I mean, which would be a kind of an unexpected consequence, but those people who were flip-flopping and maybe I’ll go, maybe I won’t, oh, I’ll just watch it on the screen, which is fine. But obviously you don’t want to get to the point where the in-person event is attended by just a couple of people, because everybody else is just tuning in online because the sort of sense and the purpose of that event and the camaraderie, all the good stuff that you want to happen, in-person disappears.
\nSo this was something that we discussed, a number of times pre pandemic, when we made the decision to start live streaming, the WPLDN events, and we have that exact concern and it’s a genuine concern. Are you going to deteriorate the experience by somebody has the option to just simply watch it online? It never happened. Our numbers, stayed consistent and we saw a numbers of in-person stay consistent and we saw our numbers online, grow and grow. And that really demonstrates to us that people want that in person connection, as you just said, there’s so much more to the event than simply consuming the the section that’s being delivered. So it is those conversations are happening in hallway tracks. It’s the, all the other elements to the event that you often can’t gain from a virtual environment.
\nOkay. So let’s move the conversation a little bit. It was staying on more or less the exact same topic, but I’m curious to know what it is technically that you have done since March last year in the UK, March was the moment where everything ground to a halt, and we were unable to see each other. So I just wondered if you could run us through what challenges you faced, how you’ve overcome them. And I know that you spent a lot of time trying to build a platform and shape a platform, to make this work in your situation. Perhaps explaining that might encourage other people who would like to take their events online, to reach out to you and see if you can lend them a hand.
\nSure. Absolutely. Just to give a bit of context before I get into this, the WPLDN events, along with several other events that we deliver, now come under the umbrella of Big Orange Heart, which is a registered nonprofit with a mission to support, promote positive mental health within remote working communities. So a big focus for us is about continuing ways to help reduce social isolation and the delivery of events do that. Now the reason I’m saying that is because there’s a team of volunteers within Big Orange Heart, that have donated time into helping us deliver them. So what I wouldn’t want to portray is yeah I’m sitting here on my own and it built this platform that enabled the community to continue to do its thing. It’s taken a small village of people to continue to do this. And I appreciate not every meetup has that ability to be able to tap into that. But what we did, we actually back, as I said, previously, we were already live streaming. So we had a pretty good idea of, the, kind of the technical aspects of live streaming content and very fortunate, we’ve got a fantastic team on WPLDN, specifically Leo Mindel, Paul Smart and Diane Wallace and myself come together. Leo comes in with some fantastic technical knowledge to help support the live streaming side of it. And we took the decision back in February, so prior to the government making any announcement here in the UK, we took the decision that was going to be our last event until we had more information in relation to the pandemic. Little did we know that would obviously continue on as it is right now, but we took what we were doing in terms of our live streaming; so we did our final in-person event in February. We jumped straight into trying to do a virtual event in our next event in March. So we delivered one event a month through WPLDN. The first thing we did in March was jumped straight into Zoom and said, yep, let’s get everybody in. Within minutes, we recognize that Zoom was entirely the wrong platform for us to deliver an event on. It’s a great platform, for the purpose of meetings one-to-one or one to many meetings, but it really isn’t a good platform for any kind of event. Because if in an event you want the ability for people to freely move around. And we’ve seen many events that have used Zoom, used multiple Zoom rooms to enable the attendees to jump into different conversations. The problem with that is you don’t know what you’re jumping into. We often refer to it as Zoom roulette because you’ll be jumping into a Zoom call and you don’t know who’s in that Zoom call. You don’t know what you’re jumping into, and it adds a huge cognitive load to the attendees of an event, because not only are they having to figure out where the different Zoom links are, they’re also then having to figure out once they’ve got in who it is that they’re communicating with in that conversation, which it just simply didn’t work for us. So we very quickly started to work on a solution that would enable us to have that ability to have freedom of movement within a virtual environment. Now, this led us on to looking, we’re huge open-source advocates. And we wanted to continue to deliver, we wanted to build something that would tie in and fit with that ethos of the open source projects that we support. So we quickly discovered Jitsi as source video conferencing solution. Ran into many challenges along the way, in terms of building out the platform. But what we ultimately ended up with was a platform that enabled us to use our existing registration process. So all of our attendees are on meetup. So we wanted for people to be able to obviously log in with their meetup credentials. So register for an event on meetup, if they’ve registered, be able to then access the event online. So we built a WordPress site, built a custom app that wrapped around a Jitsi instance, which then enabled us to have this concept of tables within the platform. So attendees would register for the event, jump in. We would be able to stream content into that platform as well as then have this idea of tables where people could freely move around and see exactly who’s on what table before they were jumping in. We delivered that I believe that was around May time of that year. So two months following the decision to go to virtual and we continue to iterate and evolve that platform from that point on, which has been, it’s been a phenomenal experience, the development of this solution. I just wanted to give a shout out to Louis Cowles, who has been doing an incredible job. Taking what I had originally put together, which was this app wrapped around Jitsi and he has turned it into something far more spectacular, which we are now, almost at the stage of being able to deliver as a WordPress plugin. So if anybody has attended any of the Big Orange Heart events or any of the events, the Big Orange Heart supports, have experienced the platform, which includes WordFest. The whole platform that we have developed there will soon be available as a WordPress plugin as well, which we’re really excited about.
\nI have to say from my part, it is now feeling incredibly mature and the fact that it will soon be a WordPress plugin is remarkable. Will that be something that anybody can access and therefore use at their own meetups? Presumably there’s some sort of burden of setting up things outside of WordPress. Maybe there’s other containers with the Jitsi software that needs to be done, or does it all get rolled into just the plugin and you’re good to go.
\nSo there’s still work that we’re working through, how to enable that within the community. Really, what we’re trying to do here is build something that is enabling communities to have the experience that we’ve had with WPLDN, and also, we’re not just simply talking in this current particular space where we’ve got the, just virtual again, referring back to the hybrid model. As a platform would work particularly well for the hybrid model, but yes, there are definitely additional technical elements to it, which we will obviously be looking at how we can mitigate that technical challenge that comes with it. There are hosted versions of Jitsi, which you can simply plug into it as it is right now. So again, we’ll be able to share more information as we move forward with that. We’re really, it’s about enabling the community to be able to continue to have that very broad reach. Even as we, as we move back into the in-person.
\nYou being you, you weren’t content to rest on your laurels and carry on just doing the WPLDN event. You’ve obviously got this platform and you decided at some point last year, that you wanted to manage and organize an event which spanned the entire globe. And so WordFest was born. I don’t know if WordFest was born, basically out of the fact the world was on pause or whether you’d have plans for this prior to that. But perhaps you could spend a few minutes just outlining what WordFest is and by good coincidence, there is actually a WordFest, if you’re listening to this podcast episode, soon after it was released, there is actually a WordFest event coming up really soon. So perhaps tell us why you started it and then get onto what’s going on in the next few weeks.
\nSure. So as a charity, we always intended to have some form of larger in-person event. Events have been something that’s had a real passion for a very long time. The ethos of bringing people together, helping reduce social isolation of lone workers is something that really fits well with everything that we’re doing in terms of Big Orange Heart. So we wanted to enable people to come together. That had always been on the cards from the very early stages of Big Orange Heart. Of course, when we got thrown into this situation with the pandemic, as I say, we moved into the virtual environment for our monthly events, that platform that I’ve been discussing, we actually opened up to other communities. So we’ve enabled other communities to be able to run their events through our platform, without any charge to them. We just simply wants to be able to create a solution for those communities to continue to come together when they couldn’t deliver them in person. What that actually meant was that we, in the first 12 months that we were delivering events through our live dot Big Orange Heart dot org site, we’d had over 12,000 attendees come through that platform, which has meant that we’d obviously had a huge amount of feedback and we’d been able to iterate very quickly across that solution to get to a point where we actually decided that we want to deliver a larger scale event. It’s always been on the cards. Why not do that as a virtual conference or virtual festival? That’s really where the concept of WordFest was born. And I want to, again, when we give a huge shout out to Brian Richards, particularly of WordSesh. WordSesh has been around, you know, as a virtual WordPress focused virtual event for many years, I can remember way back in the early days of the first WordSesh, the first few WordSesh’s, which were 24 hour events and had a lot of fun attending those. And I remember attending my first one and actually attending for the full 24 hours. So this wasn’t something that was new in our space. We were very aware that there was a desire for it, but we wanted to wrap together the two elements of what we do. Our hearts really are in WordPress, but our focus is really around wellbeing and mental health, positive mental health. So this concept of WordFest was about bringing those elements together. So if you attend WordFest, you will find content that focuses on both WordPress and our individual wellbeing as remote workers. It really was about this concept of a global celebration of our community. We talked about different ways of delivering it. We talked about do we do over multiple days because we appreciate time zones, how do we, how do we factor in a way of enabling anybody that wants to attend to be able to attend? But we didn’t want to just say here’s a set time on this day, here’s six hours that would deliver it or, over a period of days, we’ll do, it was a real challenge. So we, we kept coming back to this 24 hour concept because it would end up, if somebody wants to attend over that one day, there was some point in the day that hopefully they would be able to join us. And it has mushroomed. It’s grown and grown. We set out to deliver the first one back in January, this year, 2021, we set a target of 2000 attendees to the event we had just over two and a half thousand attend. So it was, we completely smashed all our expectations in terms of people attending the event. But also we completely smashed our expectations in terms of the number of sessions that we were delivering. We initially set out a wanting to deliver 24 sessions over the 24 hours. That turned into 36 sessions actually ended up being 48 sessions through the first event. I’m really happy. I’m not sure it’s the right word, but I’m really happy to say that this time around we’ve actually got 66 sessions that are going to be delivered in the 24 hours. It’s been a phenomenal experience, delivering this as again, as a wonderful team of volunteers, sitting behind this people like Michelle, Cate, Hauwa, Paul, just wonderful people that are really enabling us to be able to continue to grow this event into a much larger scale event than it ever was initially. So the next WordFest live is taking place on the 23rd of July. So we’ll be featuring 66 sessions over a 24 hour period. And it is, I think one of the most wonderful things I took away from the last WordFest was, as an organizer, having organized many in-person events, there’s always a connection with your co-organizers. Certainly if you’re running a larger event, such as a WordCamp, for example, you build up this rapport and you build up this relationship that on the day of delivering the event often it’s, it’s, it’s tiring. There are, yeah, there are moments of challenges, but there are just wonderful moments as well. But you experience all of those things together as a team. What I took away from WordFest live, which was a genuine surprise to me was we managed to create that same experience. We managed to create that same shared experience as we were delivering the event. I’ll never forget sitting here, I think I was in about hour 36 of because I’d been up some time before the event and I was sitting there and just the silence that was actually happening as a bunch of organizers, we all knew how, what we were experiencing in that moment. And it was just a real special time. We use various tools to deliver it. And one of the key secret ingredients for us as organizers was Discord. So having an open audio Discord channel for us to be able to just simply be able to speak to one another as we needed in that moment, it worked incredibly well for us.
\nSo the event, just tell us one last time. What are the dates and where do we go if we wish to sign up and perhaps importantly, tell us how much does it cost?
\nI’m laughing because it costs you absolutely nothing. WordFest Live is a free event, the next event is taking place on the 23rd of July where we’ll be starting at midnight UTC. So time zones are always fun in an event like this. So we base it around UTC. So midnight UTC on the 23rd of July running for 24 hours. So that’s the Friday 23rd. You can join us at any point over that 24 hour period, we will be running across six continents. Our time zone starts off in the Australia, Australian time zones. We’ll move on to Asia, Africa, Europe, south America, and ending up in North America. And then we’ve got Antarctica. You can chill out in our community tent all day long. So over that period, we would love to see you join us. As I say, registration is entirely free. There is an optional $10 donation that you can make when registering, all funds go directly into Big Orange Heart, which was the say is a registered nonprofit. There is also an option there to sign up as a micro sponsor. Should you choose to. Micro sponsorship is charged at $250. And for that, we will obviously get some exposure of your company. And it’s really a more a reflection of what it actually costs for us to put this together, in terms of the attendees tickets.
\nThis podcast episode, you could probably sum it up with one word and that word would probably be community. If I was to show up to WordFest live and I had ambitions to socialize with other people. That kind of thing is possible? It’s not just about show up to the event, watch the speakers and then wait for the next speaker to start. You’ve provided opportunities to socialize. So maybe as a final thing, just explain how that works. What’s the provision for meeting up with other people and breaking out into different groups and so on.
\nSo this was as equally important as finding fantastic speakers. We also needed to make sure that the ability for people to be able to connect, the community, to be able to come together has been a focus for us. So this is where the custom solution that we’ve been developing comes into play. So if you are attending WordFest, you can obviously consume, we’ve got two tracks running over the 24 hour period. So at any point you have a choice of at least two sessions to choose from. I say at least because there’s also some evergreen content that will be available for you to consume through the events as well. And then you can head over to our community tent which we are nicknaming Antarctica this time round, where you can connect with the sponsors. So you will see all the sponsors tables, you can jump in and have conversations, discuss with them for whatever reason you need to to connect with the sponsors, highly encourage you to do that. But in the same space, you can also spin up your own community table. And this is, we try to liken it to a sponsors hall at an in-person event. You might wander into the sponsors hall. You’ll have conversations with the sponsors, but equally you might have conversations with your peers, friends, colleagues, in and around the community. So we’ve really tried to, as best we can in the virtual environment, replicates that hallway track experience where you’re not bound to specific calls, you’re not bound to specific tables. You have freedom of movement within that platform to connect with those that you want to connect with. Equally, you also have your own profile within the platform and your own profile then has your own meeting room. So should you want to break out and have you a slightly more private conversation discussion away from the community tent, then again, you have that facility. So it’s really about trying to enable people to come together and have the conversations that are so important.
\nThank you so much, Dan, for putting an event like this on, I know that as you’ve said, it’s not just you, there’s a great large community of people in the background as well. So thank you to them equally and during the last 18 months or so, thanks for being there and making sure that the communities can keep meeting and you’ve endeavored to to keep all of that going. And I fear that unless it was for people like you who’ve really gone the extra mile, perhaps things wouldn’t be quite so bright going forward. From the bottom of my heart. Thank you very much, Dan, for coming on the podcast and for everything that you do.
\nOh I’m deeply appreciate. I thank you. Thank you very much, and likewise. Thank you for all that you do across the community. I appreciate it. I’ll see, you spent a lot of time chatting with people like me sharing some wonderful stories.
\nThank you so much.
\nWordPress was created when I was 10 years old. I try to imagine myself at 10 and the only images I can conjure up are ones of anxiety. My world both felt so small and was so small yet what I felt seemed so big. I don’t look back fondly on those years. I was a ball of competitive anxiety who was just coming out of being made fun of for years for my speech impediments and finally starting to figure out who I might be. My 10 year old self didn’t like change and didn’t know how to cope. My 10 year old self had no concept of what was being created during these strange years and I’m filled with gratitude thinking about those who were paving the way before I could even conceptualize what a website was.
\nWordPress has fundamentally changed who I am. I don’t say that lightly. I have an urge to jump into a monologue of, “How do I love thee? Let me count the ways” when I think about WordPress.
\nThe most profound change started in awakening a sense of creativity and belief in myself. I work hard at things but my earlier black and white point of view often limited any amount of creativity I might have had. I’ll never forget in college working for web.unc.edu, UNC Chapel Hill’s WordPress multisite installation, and discovering that I could create as many sites as I wanted. The ease of use and the unlimited possibilities led me to create site after site. This still happens now with https://letslifechat.com/ born this year out of my desire to share my love of questions and deeply connecting with others, especially during a year of profound disconnection. Along the way at UNC, I got to work with brilliant and kind coworkers who believed in me to the point of encouraging me to apply to Automattic after I had to graduate a year early.
\n\nKnowing they believed in me helped me apply and the case of redbull they sent me for my trial helped me get the job!
I never saw myself as creative since creativity was defined for so many years as being art focused (poetry, painting, etc) and I have absolutely no artistic abilities. Being able to make an idea come to life online has changed how I view myself – I now see myself as creative and capable. This shift in how I view myself led me to create initiatives like accelerate.lgbt and Mentor Everywhere at Automattic in my free time. I never realized that my handwriting and drawing abilities could be terrible yet, at the same time, my creativity could be powerful. The results of my creative actions have solidified a sense of belief in myself that is deeply profound. It’s something I fall back on during tough days of self doubt and tough problems.
\nBecause of WordPress’ global and distributed nature, I have been afforded the opportunity to travel to far away lands and to be there for meaningful moments with dear loved ones. Being a “nomad” is something I never thought I’d be. Being connected to people all over the world felt unfathomable and still feels like more of a dream than a reality. It’s challenged every aspect of who I am and I am better for it. Combined with the ability to see the world, I get to work with folks from all over the world every single day thanks to WordPress. This has given me the honor of having a global mindset that I carry with me no matter where I go. I feel I have traveled enough for many lifetimes over. Once you begin thinking at that scale, whether due to a global mindset or due to the percentage of the web powered by WordPress, you can’t go back. Something in you changes for the better.
\nI think often of LGBTQ+ people of years past and how many likely never would have had the chance at a life that I have. This rings particularly true during Pride Month. On top of everything else, WordPress has given me a platform and a job where I can be my truest self whether that’s sharing my mental health struggles, talking about my evolving thoughts on being born through surrogacy, or imagining a different way of existing with many little homes rather than one. With WordPress, I can share my words and I can be heard. I can fiercely be myself and be amplified rather than silenced. I can join community meetings and proudly share a rainbow emoji as I say hi. WordPress has emboldened me and has given me so many opportunities to use my newfound creativity to lead in various spaces.
\nNone of the above gets to the root of why I LOVE what I do and love what WordPress is to me. Beyond any personal change, WordPress has allowed me to help others and to increase my own impact on this world. Whether it was working with department sites during my time at UNC or helping a local non profit set up a brand new website to bring theirs out of the 90s, I am thrilled to have a job and a passion that centers on helping others succeed.
\n\nIt’s such a privilege to work with folks during different stages of their sites – it’s always so personal and so sacred.
I can vividly remember the first time this gripped me. I was helping a professor at UNC set up a site and when we finally published it, he couldn’t believe it was “live”. He kept asking me whether other researchers, students, professors, etc. could find him. As I began to explain how everything worked, he was nearly brought to tears.
\n“I can’t believe my life’s work can be found by anyone in the world.”
\nI was just a freshman at this point and didn’t quite understand what I had stumbled upon with WordPress. I couldn’t have imagined that this would be my life. I had a friend a few years ago say to me, “You are the last person I ever expected to work in technology.” I grew quiet and nodded solemnly, “Me too”. This great adventure and great chance is truly due to those who helped me patiently over the years. It’s also due to those who enabled WordPress to be what it is today and what it will be tomorrow. I don’t take this for granted.
\nThere’s a concept I am stuck on these days. It’s centered on this quote:
\n\n“The true meaning of life is to plant trees, under whose shade you do not expect to sit.” – Nelson Henderson
When I was 10, so many were working so immensely hard to create the shade in which I currently sit. This gorgeous, remarkable, world expanding shade that I can’t believe I ever found and that I hardly have the words to describe. I send a tearful “thank you” from my soul into the ether for all of you out there who made this precious life of mine possible.
\nJust over a year ago, I switched into a Developer Relations Wrangler position at Automattic as a full time contributor to the WordPress project and my hope now is that I can pay forward what has been given to me through planting trees of my own. To have the chance to give back to something that has given me so much is something I wake up everyday thankful for, even on the tough days. Even better, I now get to play a role in encouraging, supporting, and believing in other people as a core part of my job in the same way so many have done for me.
\nThe post Changing The World, Changing Me appeared first on HeroPress.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Jun 2021 12:00:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Anne McCarthy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WPTavern: Automattic Acquires Day One Journaling App";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118457";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:149:"https://wptavern.com/automattic-acquires-day-one-journaling-app?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-day-one-journaling-app";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7835:"Automattic has acquired Day One, a journaling app available on iPhone, Android, iPad, Mac, and Apple Watch. The app makes it easy to create journal entries on the go, offers end-to-end encryption for privacy on its paid tier, and has offline capabilities. While most users compose private entries, Automattic’s acquisition announcement promises integrations for publishing to the web:
\n\n\n\nThat doesn’t mean that everything you journal has to stay private, though. When you want to share specific entries – or even entire journals with the world – you can expect seamless integrations with both WordPress.com and Tumblr to do just that. On the flip side of that, importing your favorite content from WordPress.com and Tumblr into Day One is on the near-term roadmap.
\n\n\n\nIn a post on his personal blog, Automattic CEO Matt Mullenweg said he has been a user of Day One since 2016 and spoke highly of the app’s infrastructure:
\n\n\n\nDay One not only nails the experience of a local blog (or journal as they call it) in an app, but also has (built) a great technical infrastructure — it works fantastic (when) offline and has a fully encrypted sync mechanism, so the data that’s in the cloud is secured in a way that even someone with access to their database couldn’t decode your entries, it’s only decrypted on your local device. Combining encryption and sync in a truly secure way is tricky, but they’ve done it.
A journaling app is a surprising acquisition for Automattic, which has traditionally gravitated towards snapping up publishing-related companies and tools. WordPress is capable of powering nearly every kind of public-facing website, but private publishing has never been its strong suit. Though many have used WordPress in a sort of “private” mode for journaling, or set up local installations, the software is not streamlined for this particular use case. Day One expertly handles this niche that has remained relatively untouched in the WordPress ecosystem.
\n\n\n\nIn explaining the acquisition, Mullenweg also touched on his “vision of making Automattic the Berkshire Hathaway of the internet,” a notion shared by Tiny Capital and often applied to Alphabet and its diverse holdings. One distinction is that Automattic’s acquisitions tend to complement one another technologically, often introducing the potential for improvements that can be shared with other products through open source software.
\n\n\n\nWhy did Automattic buy the company? Day One customers are curious, as some of them perceive Automattic to be another “corporate giant” gobbling up a scrappy startup, ready to squeeze every possible drop of revenue out of the app’s loyal customers.
\n\n\n\nMany long-time Day One users have never heard of Automattic and they are understandably leery of seeing their beloved app change hands. Perusing the comments on the Twitter announcement and in the app’s community on Facebook, the news has precipitated a stream of cancellations and exports as users explore alternatives. Numerous customers were disheartened by one particular ambiguous statement in Day One’s announcement, which left the door open for future changes to the privacy of the app:
\n\n\n\n\n\n\n\nRest assured there are no current plans to change the privacy of Day One; safely protecting memories and creating a 100% personal space is the foundation upon which this company was built.
The statement has since been updated to be more reassuring to users, although it still doesn’t explicitly promise no changes. It does contain a hint at why Automattic was interested in acquiring the app:
\n\n\n\n\n\n\n\nRest assured that Day One’s commitment to protecting your privacy remains unchanged. Safely protecting memories and creating a 100% personal space is the foundation upon which this company was built. (In fact, our technical capabilities around privacy are a large part of what Automattic finds valuable in our company).
I have never seen a more engaged community with such a strong reaction following an acquisition. Many are deeply invested, having poured years of their lives and private memories into Day One.
\n\n\n\n“Oh, great. I find a journaling app I really like and have 10 years of entries invested, and they get gobbled up by a bigger fish,” one user commented in the app’s Facebook community. “What will become of our beloved app? Will the safety, security, and integrity of our data be assured? Time to back up all of my data local.”
\n\n\n\nUsers have concerns about Day One’s updated privacy policy and whether the company might share data with affiliates. Many embraced the app because it was free of any ties with social media platforms. They have sewn themselves into this app in the most vulnerable way, and they are worried about how their private data will be handled in the future. Automattic may have a long road ahead in easing customers’ concerns so that they don’t feel the pressure to export and look for alternatives.
\n\n\n\nAs someone who considered using Day One years ago, I think I would be more likely to use it now, knowing that Automattic is usually in it for the long haul. I passed on Day On at the time because apps come and go and it’s not always easy to predict which ones have the right business model to stay afloat. One of my worst recurring nightmares is that I accidentally throw away my paper journals or that my house burns down with my journals inside. Putting trust in a company to keep your electronic data safe and private is an intensely personal decision.
\n\n\n\nKnowing that a larger company with more resources is behind Day One, along with leadership that bears a genuine appreciation for its underlying tech, it seems like a safer pick for a journaling app that will be around for the next ten years. The company’s founder and CEO Paul Mayne will continue to lead his same team at Automattic and is convinced that the move will be beneficial for “the preservation and longevity” of the app. Given how passionate Day One’s user base is about protecting the app’s future, I’m eager to how Automattic handles the challenge of winning their confidence.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Jun 2021 05:30:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:101:"WPTavern: Ask the Bartender: Is It OK To Provide WordPress Admin Credentials to Plugin Support Staff?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118497";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:243:"https://wptavern.com/ask-the-bartender-is-it-ok-to-provide-wordpress-admin-credentials-to-plugin-support-staff?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-is-it-ok-to-provide-wordpress-admin-credentials-to-plugin-support-staff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8410:"No. Nada. Nah. Nope. That’s a negative. Under no circumstances. My mama didn’t raise no fool. Heck naw. Not on your life. And, the other thousands of ways to tell anyone asking for site credentials to bugger off, even plugin support staff of a “trusted” WordPress development company.
\n\n\n\nThat is my way of saying that I do not trust anyone. Neither should you. However, there are cases where it is necessary to provide admin permissions to a plugin’s support staff.
\n\n\n\nToday’s installment of the Ask the Bartender series comes courtesy of a reader named Niko. Because the entire text is over 1,000 words, I will simply link to the transcript via a .txt file for those who want to read it in full. Here in the post, I will stick to the vital bits. Or at least the parts that I want to address.
\n\n\n\nOne of Niko’s Facebook group members kicked the discussion off.
\n\n\n\n\n\n\n\n‘Is it okay to send FTP details for a plugin developer to troubleshoot the issue we are having with WooCommerce. We have already provided WordPress Admin credentials.’
This is pretty normal practice in the WordPress world, right? Plugin developers helping out on issues, and if they can’t replicate an issue, they need the access so they can check if it is a plugin issue or a server issue and fix things?
Over the years, I have seen this become more of a common practice. However, it is not a practice that I recommend from either the user or developer end. Any site owner should ask whether they trust the person to whom they are giving credentials. If the answer to that question is no, you have the answer to the first question.
\n\n\n\nIn over a decade of running a theme and plugin shop, I never needed admin or FTP access to deal with a support question. It did not matter if it was a large and complex plugin or a small one. Because I was the sole person at the company, I also personally answered hundreds of thousands of support questions over the years. Still, not once did I log into a user’s site to help them. That always seemed like a liability issue for me, but I also used such scenarios as teaching moments about trust and security.
\n\n\n\nUsers sometimes provided credentials to me without me asking. Often they posted them in plain text in forums, email, or Slack (also, you should never do that). If on-site code needed changing, my users performed the task themselves or installed a bug-free version of the theme/plugin I handed over.
\n\n\n\nIf they did not know how to perform a task via the admin, FTP, or otherwise, I took the time to teach them. Yes, that required more energy on both ends, but I believe we were the better for it. More than once, those moments led some users down the path of becoming developers themselves, or it was at least a tiny stepping stone for them. I remain friends with many of them today and am proud that they started with my little solo WordPress shop.
\n\n\n\nSome cases were rougher than others. Many times, I would replicate their setup (plugins, theme, etc.) on my machine. The majority of the time, this led me to the solution — I was using __doing_it_wrong()
long before WordPress introduced the idea. In the long run, I was able to pass countless bug fixes upstream to other developers. I made a lot of developer friends this way too.
I have no doubts that the road I traveled was the longer of the two. There were times when I spent an hour, two, or even more addressing one user’s needs. Popping into some of their WordPress admins would have been a quicker course.
\n\n\n\nHowever, my theme and plugin users never needed to worry about whether they trusted me enough to provide that level of access. Plus, I had no chance of accidentally breaking their site by making custom changes.
\n\n\n\nAre there times when a plugin’s support staff really needs access? Probably.
\n\n\n\nThe original question was regarding WooCommerce. It is one of the most technically advanced plugins in existence for WordPress. Replicating a user’s setup off-site for it is trickier than most others. There may be rare times when you need to provide some access, but you should never trust anyone.
\n\n\n\nThe second part of Niko’s question revolves around the European Union’s General Data Protection Regulation (GDPR) and user data. It is a vital part of dealing with those times when you decide to hand over the keys to your website.
\n\n\n\n\n\n\n\nAlright so here comes the issue after we think about GDPR. If this developer happens to be outside the EU, then you would need to anonymize customer data and make an NDA agreement with that exact dev or company that is behind the plugin so they can come around and fix things.
I will preface this with the usual I am not a lawyer. However, protecting user data is always a legal and ethical priority on any site you run, regardless of what jurisdiction you fall under.
\n\n\n\nIn those — again, rare — cases where you need to provide access to your WordPress admin, there are steps you could take to better protect your site and its data. Regardless of the trustworthiness of a developer or a support staff member, there is always one rule of thumb when dealing with website security: trust no one and trust nothing.
\n\n\n\nThe first step should always be having a backup system in place. On the off chance that the support staff breaks something, you will want to revert the site back to its previous state.
\n\n\n\nNever provide complete admin-level access. I recommend installing and activating a role and capability management plugin. This will allow you to create a custom role for support help and limit the areas of the site they have access to. You would then create a user account for them with this role. Once they have completed their work, delete their account.
\n\n\n\nIf you do not want them to see registered users or do anything with user data at all, make sure their user role does not have the following capabilities:
\n\n\n\ncreate_users
delete_users
edit_users
list_users
promote_users
remove_users
There are many other admin-level capabilities like edit_files
, edit_plugins
, and edit_themes
that you should also avoid. Essentially, disallow most of the caps from the Administrator list in the WordPress documentation.
Most likely, plugin teams might need access to the manage_options
capability and any that are custom to their plugin. Even those can be dangerous, but that backup you put in place should mitigate any potential issues.
As for an FTP password? I trust very few people with that level of access.
\n\n\n\nThis reply probably sounds like I do not think any plugin shops or developers are trustworthy. Honestly, I do not know of any that have breached user trust using login or FTP credentials in this way. On the other hand, I have no way of knowing whether the staff member I am talking to plans to rage quit his job in the afternoon and is willing to burn everything down in the morning.
\n\n\n\nI have also seen a handful of cases where a developer dropped in to fix something but ended up breaking the site along the way. Backups were crucial in addressing those issues.
\n\n\n\nThis post is not meant to make plugin developers or companies appear untrustworthy. Most are good people just trying to make an honest living. However, not trusting anything is website security 101. It is merely the baseline in which users should operate. If you go into any interaction with this mindset, it should help you make smarter decisions on a case-by-case basis.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Jun 2021 23:26:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WordPress.org blog: WordPress 5.8 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10808";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5909:"WordPress 5.8 Beta 2 is now available for testing!
\n\n\n\nThis software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it.
\n\n\n\nYou can test the WordPress 5.8 Beta 2 in two ways:
\n\n\n\nBleeding edge
channel and the Beta/RC Only
stream)The current target for the final release is July 20, 2021. That’s just five weeks away, so your help is vital to ensure that the final release is as good as it can be.
\n\n\n\nSince Beta 1, 26 bugs have been fixed. Here is a summary of some of the included changes:
\n\n\n\n@babel/polyfill
with core-js/stable
. (#52941)Watch the Make WordPress Core blog for 5.8-related developer notes in the coming weeks, which will break down these and other changes in greater detail.
\n\n\n\nSo far, contributors have fixed 214 tickets in WordPress 5.8, including 87 new features and enhancements, and more bug fixes are on the way.
\n\n\n\nDo some testing!
\n\n\n\nTesting for bugs is a vital part of polishing the release during the beta stage and a great way to contribute.
If you think you’ve found a bug, please post to the Alpha/Beta area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac. That’s also where you can find a list of known bugs.
\n\n\n\nProps to @chanthaboune for revision, @webcommsat, @youknowriad, @jorbin, @felipeelia , and @jeffpaul for proofreading, and @cbringmann for final edits!
\n\n\n\nInstall won’t you please
WordPress 5-8 Beta 2?
We need your help: test!
It’s a tale as old as, well, WordPress. Ben Gillbanks noticed a conversation where someone thought that admin notices were getting out of hand. Enter another developer’s attempt to address this problem. With a few code additions to his Toolbelt plugin, he had a working solution to stop the madness: the Tidy Notifications module.
\n\n\n\nDespite the early promise of the WP Notify project last year, it still feels like we are no closer to addressing the overuse of the current admin notice system in WordPress. In reality, it is not so much a system as a hook that developers can use for literally anything. It is the Wild West of the WordPress admin. No rules. No order. And no proper API for standardizing how notices work.
\n\n\n\nWP Notify still exists on GitHub and continues to move along at its own pace, but there is no guarantee that it will ever land in the core platform. Sometimes, the best thing a developer can do is solve the existing problem and hope that WordPress follows along down the road with a better solution.
\n\n\n\nI am already tidying admin notifications with Toolbelt on my development install. My primary use case is to hide the non-dismissible notice from the Gutenberg plugin that I have a Full Site Editing theme installed — is there not a guideline against such notices? I did not suddenly forget that I was using such a theme between the 999th and 1,000th time the reminder appeared on every admin screen of my installation.
\n\n\n\nThe Tidy Notifications system in Toolbelt neatly tucks all admin notices under a bell icon in the admin toolbar. It also displays the number of notifications.
\n\n\n\nIt makes the WordPress admin so clutter-free that I do not know how I have lived without it before. I cannot imagine going back.
\n\n\n\nThe only problem with Toolbelt’s solution is that there is no way to distinguish between essential notices and those that should be tucked away. WordPress letting you know that your post was successfully updated is an important notice that should not be hidden. However, a plugin author drumming up five-star reviews, yeah, that should not be front and center.
\n\n\n\nHaving two systems would be beneficial. The existing admin_notices
hook in WordPress should be used for letting users know the outcome of their actions or actions that they should take. The post editor, which does not use page reloads or make the hook available, has replaced this with the snackbar popup system. These necessary notices have their place.
However, WordPress has no built-in system for non-essential notices. This leaves plugin and theme authors with two options: bundle an entirely custom notification apparatus with each extension or just use the admin_notices
hook. The latter is the more efficient use of developer resources.
Of course, we have had this conversation before. Just shy of a year ago, I wrote a post titled Are Plugin Authors to Blame for the Poor Admin Notices Experience? In the comments, WordPress project lead Matt Mullenweg posited that the solution to unwanted notifications is not to build an inbox, comparing WordPress to cell phones. He said that app store guidelines were likely more impactful to user happiness. In general, I agree with that concept. Setting down a few directory UI and UX rules would not hurt.
\n\n\n\nGiven the more recent push to loosen guidelines for the theme directory, that does not seem to be in the cards. Admin notices were not one of the guardrails, the safety net of “must-haves” from the Themes Team.
\n\n\n\nThe admin notice spam WordPress users see today most commonly comes from plugins and not themes. Why? It is not because theme authors care more about user happiness levels. It is because the theme review guidelines over the years have been strict. Anything too flamboyant gets the hammer.
\n\n\n\nThe WordPress Themes Team even has a custom guideline-friendly, drop-in class that themers can use.
\n\n\n\nThe plugin and theme directories have taken far different stances on admin notices, and it shows. When the Themes Team moves to minimal checks, there may not be anything to stop themers from competing for the most obnoxious admin notice award. Game on, plugin authors.
\n\n\n\n“Unwanted” notifications may even be the wrong terminology. Often, they are “unwanted right now.” Sometimes, folks might want to read a message — just later. I am still holding out hope that we will have a notifications/messages inbox in WordPress one day. One that is entirely controlled by the user.
\n\n\n\nUntil then, I may just stick with the Tidy Notifications module in Toolbelt. There are many other handy components in it too.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Jun 2021 22:54:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: Wordfence Now Authorized as a CVE Numbering Authority";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118413";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:171:"https://wptavern.com/wordfence-now-authorized-as-a-cve-numbering-authority?utm_source=rss&utm_medium=rss&utm_campaign=wordfence-now-authorized-as-a-cve-numbering-authority";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4968:"Wordfence has been authorized by the Common Vulnerabilities and Exposures (CVE®) Program as a CNA (CVE Numbering Authority), which allows the company to directly assign CVE numbers for new vulnerabilities in WordPress core, plugins, and themes. The authority is granted by Mitre Corporation, a federally-funded US non-profit that manages research and development centers. Wordfence anticipates that the ability to create CVE assignments will expedite its security research.
\n\n\n\n“As the Wordfence Threat Intelligence team continues to produce groundbreaking WordPress security research, Wordfence can more efficiently assign CVE IDs prior to publicly disclosing any vulnerabilities that our team discovers,” Wordfence threat analyst Chloe Chamberland said. “This means that a CVE ID will be immediately assigned with every vulnerability we discover rather than waiting for an assignment from an external CNA.”
\n\n\n\nNot having to wait on a CVE ID is a major advantage for the company, especially when working with enterprise installations where WordPress is used in combination with other software. It also helps security personnel prioritize and act based on the potential severity of threats.
\n\n\n\n“Our efforts to become a CNA had these individuals, institutions, and enterprise personnel in mind, as well as WordPress’ reputation as a whole,” Chamberland said. “Now, those tasked with securing WordPress will be able to quickly reference the CVE ID from our blog posts when reporting vulnerabilities throughout their organization and handling security update prioritization. We also hope that by being a CNA, Wordfence will receive even more direct reports from security researchers.”
\n\n\n\nBecoming a CNA simplifies a security company’s process of submitting vulnerabilities. Wordfence is the second company to become one, operating within the scope of WordPress and related vulnerabilities. In January 2021, WPScan was granted CVE Numbering Authority status. Prior to becoming a CNA, assigning CVEs for every vulnerability in WPScan’s database would have been too time consuming.
\n\n\n\n“Becoming a CNA has allowed us to help security researchers to verify and triage their vulnerabilities,” WPScan founder and CEO Ryan Dewhurst said. “This has helped grow our WordPress vulnerability database and keep WordPress users secure. But it is just one source of vulnerabilities among many others that we use.”
\n\n\n\nThe process for Wordfence to become a CNA was surprisingly simple. Chamberland said the company filled out a registration form with a few questions.
\n\n\n\n“Once we were approved and agreed upon a scope, you are required to watch a series of onboarding videos that explain the processes required of a CNA,” she said. “After that, we had an onboarding meeting to ensure our team was fully trained on CVE Program protocols. It took Wordfence about a month to get authorized as a CNA once they received our registration form.”
\n\n\n\nHistorically, the WordPress ecosystem has been a magnet for those looking to exploit vulnerabilities, due to its large footprint on the web. That trend is likely to continue. Chamberland believes there is room for multiple CNA’s in the WordPress space.
\n\n\n\n“We’ve had a great working relationship with WPScan over the years, and we expect that this relationship will continue as we have a similar mission in helping secure the WordPress community,” she said.
\n\n\n\n“As WordPress grows, it becomes a larger and more attractive target for malicious actors. The more hands we have on deck, and the better we collaborate and adhere to industry standard security practices, the safer WordPress will be.”
\n\n\n\nAttracting more researchers to report vulnerabilities is a major benefit to security companies that gain CNA status, since they are essentially in the business of selling vulnerability protection data. They give their paid customers early access to patches that are not yet available to the general public. Becoming a CNA has the potential to increase the value their businesses can provide.
\n\n\n\n“With this growth in WordPress, we expect to see more security researchers in the WordPress space,” Chamberland said. “As such, we are bound to see an increase in CVE ID requests. Having multiple CNA’s that can assign CVE IDs to WordPress core, plugins and themes make sense to improve the speed in which security researchers can obtain CVE IDs, and provides researchers with multiple sources for CVE IDs.”
I’m not sure when I first came across the critically acclaimed Day One product, which is the best private blogging and journaling app out there, but I began seriously using it daily in 2016 when my father was in the ICU and later passed. Having a private, safe place to write what I was going through kept me sane and helped me process everything.
\n\n\n\nWriting has always been a salve for me, and I’ve had local or private WordPress installations pretty much since 2003 to capture and archive writing that wasn’t fit for the public web.
\n\n\n\nDay One not only nails the experience of a local blog (or journal as they call it) in an app, but also has (built) a great technical infrastructure — it works fantastic (when) offline and has a fully encrypted sync mechanism, so the data that’s in the cloud is secured in a way that even someone with access to their database couldn’t decode your entries, it’s only decrypted on your local device. Combining encryption and sync in a truly secure way is tricky, but they’ve done it.
This is a long intro to say, as you can read from Day One’s founder and CEO Paul Mayne, from Eli at WordPress.com, and on Tumblr, that Paul and the team are joining the team at Automattic. For many years I’ve talked to anyone who will listen about my vision of making Automattic the Berkshire Hathaway of the internet, and Paul’s decision to continue to grow his amazing business as part of Automattic is a great validation of the way we’ve been building our culture and long-term orientation in our business. Day One is a beloved product, and bringing it into the fold is a responsibility I take very seriously and comes from a deep respect for what’s been built and a belief that working together we can create something for users better than we could working apart.
\n\n\n\nGreat software takes time, and the Day One team has been at it for about a decade now, I can’t wait to see what they accomplish in the coming decade and beyond. If you haven’t tried out Day One yet, please check it out in the Apple or Google’s app store.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Jun 2021 20:53:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:102:"WPTavern: WordPress 5.8 Beta 1 Released: New Blocks, New Widgets Screen, and Pattern Directory on Deck";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118227";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:243:"https://wptavern.com/wordpress-5-8-beta-1-released-new-blocks-new-widgets-screen-and-pattern-directory-on-deck?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-8-beta-1-released-new-blocks-new-widgets-screen-and-pattern-directory-on-deck";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7429:"WordPress 5.8 beta 1 is ready for testing. This upcoming release makes major strides towards solidifying WordPress’ site building capabilities, along with improvements to features users have enjoyed since the launch of the block editor. It is one of the most feature-packed releases in recent history and as such requires all hands on deck for testing.
\n\n\n\nNew blocks in 5.8 include Page List, Site Title, Logo, Tagline, Query Loop, and Duotone. I decided to take each one for a spin this weekend on a test site, putting myself in the shoes of someone trying these blocks for the first time.
\n\n\n\nI was surprised to learn that the template editor will be available to sites using any WordPress theme, since all the previous FSE testing rounds have called on testers to use the latest version of the TT1 Blocks Theme. It will be interesting to see how users respond to this and if it works well with older themes. Users can now create and edit custom templates for pages and posts using blocks.
\n\n\n\nThe template editor includes the new List View panel that gives an overview of all the sections and blocks in the template.
\n\n\n\nMost of the new blocks in 5.8 are intended to work within the context of the template editor, but they also work in the post editor.
\n\n\n\nThe Page List block magically populates a list of all the pages on a site as soon as it is inserted. Unfortunately, there isn’t a way to delete a single page from the list. If you try to delete a page the entire block disappears. This seems like a bug and is a frustrating experience in the context of the post editor. It may be more useful in terms of building navigation but this seems like a rough first pass.
\n\n\n\nThe Query Loop block comes with some different designs for how the loop could be displayed. Once a basic layout is chosen for a starting point, users can further customize the blocks within the loop, including typography, color, length of excerpt, and more.
\n\n\n\nThe Site Title, Tagline, and Logo blocks all seem to work as expected but I found previews to be unreliable for things like alignment and spacing. At this point in time, it seems like template editing will be better suited to users who are more adventurous and experimental when it comes to new features.
\n\n\n\nDuotone is a fun new core block that you can see in action below, demonstrated by WordPress documentation contributor Milana Cap. The block adds images effects that can be used in media blocks. Theme and plugin developers can also employ and customize the effects for their own particular use cases.
\n\n\n\n \n\n\n\nWordPress users will be greeted with a new block-based widgets screen in 5.8. It allows you to use blocks in any widgetized area. It wasn’t until I saw how this works that I realized how rigid our old widgets system was. Whatever functionality you were trying to insert had to be readily available as a widget or shortcode. Now any block from the vast world of blocks can be added to widgetized areas.
\n\n\n\nJustin Tadlock wrote a post about how users can disable it with the Classic Widgets plugin. Should you disable it? Not unless you are forced to because of using a theme that doesn’t support it very well. Using blocks in widget areas is going to give you much more flexibility for what you can insert. You can even continue to use the old style widgets via the Legacy Widget block. Users may need a little time to adapt to the new interface but it’s worth it to have access to the growing world of innovative blocks.
\n\n\n\nThe new Pattern Directory will launch on WordPress.org along with the 5.8 release. Justin Tadlock recently amplified the Design Team’s call for pattern contributions that would be available to users right away. Several have already been submitted via GitHub issues for the directory and the creativity here is energizing. In addition to introducing an exciting new avenue for designers to put their work out into the ecosystem, the Pattern Directory stands to become a valuable resource and inspiration to users who are designing their own websites.
\n\n\n\nAt launch the directory will only contain patterns that use core blocks but using blocks from WordPress.org may also be a possibility in the future.
\n\n\n\n“There have definitely been some discussion of allowing any blocks from the Block Directory to be used and that they would be auto-installed if someone inserted the pattern,” Shaun Andrews commented in response to a theme studio inquiring about submitting their own patterns that use free blocks. “I believe this is possible, and something we should do, but there simply hasn’t been any work done to enable it yet.
\n\n\n\n“We’re focused on getting the first iteration of the Pattern Directory launched, and then we plan to continue improving things.”
\n\n\n\nPattern transformation is a new feature launching with the new directory, which allows users to convert a block or collection of blocks into different patterns. Patterns can also be recommended and selected during block setup, which should make product onboarding easier.
\n\n\n\nThese are just a few features coming in WordPress 5.8 that need testing. Check out the 5.8 beta 1 release post for a more comprehensive list of all the improvements that are on deck. The official release is scheduled for July 20, 2021.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 13 Jun 2021 02:07:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:126:"Gutenberg Times: Over 50 Patterns in the Pattern Directory, Learn Full-site editing, WordCamp Europe – Weekend Edition #173";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=18121";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:129:"https://gutenbergtimes.com/over-50-patterns-in-the-pattern-directory-learn-full-site-editing-wordcamp-europe-weekend-edition-173/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:19222:"Howdy,
\n\n\n\nAfter three and a half years, it was time to replace the WordPress theme on the Gutenberg Times. The trigger: I wrote about Core Web Vitals for a different project and used the Gutenberg Times as a test project, using Google’s Lighthouse via an incognito browser window. The desktop version performed very well, all circles in the green range, but the mobile version really crawled over the Internet, ranking in the low 40ties.
\n\n\n\nGoogle announced earlier this year that they start rolling out new page experience update in this month, and start using Web Vitals as another ranking factor for organic search results. I also noticed that GT had a very high number of visitors via the desktop, but not many on mobile, which I found odd. Now I know why.
\n\n\n\nAnders Noren’s Eksell is our new theme. I love the typography, the clean design. and its graphics. I just started exploring it. Nothing gets things done faster than working on the live site. 😊
\n\n\n\nThe content mostly converted well, except there are no widget areas, so I would need to add the widget via the Legacy widget block. It was hit-and-miss. This exercise turned out to be a great test for the new block-based Widget screen, which will come to a WordPress instance near you in the 5.8 release on July 20th, 2021.
\n\n\n\nFrom the discussions, I learned that the Gutenberg team is leaning towards an opt-out rather than an opt-in implementation. Testing sites with this week’s WordPress 5.8 Beta 1, is definitely recommended. If you don’t have time to test all the site you are working on, rest easy, there is a Classic Widget plugin you can install to keep the old Widget screen.
\n\n\n\nWhat else happened this week? WordCamp Europe! It was a great virtual conference. Kudos to the organizers, speakers, sponsors and attendees! If you missed it, you can watch the recordings on YouTube.
\n\n\n\nThe video with the Gutenberg Highlights is available for those of use who missed the Conversation with Matt Mullenweg. Matias Ventura wrote: “The video is wonderfully narrated by Beatriz Fialho, and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress”. I will update my earlier WCEU post with links to videos and resources over the course of next week.
\n\n\n\nAs always, I am so glad you are here, reading the eNews every week. Thank you!
\n\n\n\nYours, 💕
Birgit
Join us for our next Live Q & A on June 24, 2021, at 11am EDT / 15:00 UTC
\n\n\n\nTheme.json for Theme Authors or building themes for full-site editing in WordPress.
Host: Birgit Pauli-Haack
Panel: Daily Olson, Tammie Lister and Jeff Ong Register Now
WordPress 5.8 Beta 1 was release on Tuesday. You can use the official Beta Tester Plugin to test this version. If you haven’t used it before, the Core Team share information and instructions in their handbook.
\n\n\n\nYou can read more about the development cycle of WordPress 5.8 here. Feature Freeze for this upcoming version was May 25. We are right now in the beta phase of the cycle. It will be used for testing and to fix bugs. That is to last until June 29, 2021, when the first Release Candidate will be released. That’s also the deadline for Dev Notes and Field Guide. It also comes with a hard-string freeze. That’s the moment the Polyglots team starts with translations.
\n\n\n\nSpeaking of DevNotes, the Gutenberg team tracks their progress on the DevNotes via this GitHub issue. You can get a head start on “Block API Enhancements” by Grzegorz Ziolkowski or “Contextual patterns for easier creation and block transformations” by Nik Tsekouras before they are published on the Make Core blog.
\n\n\n\nAnne McCarthy posted about other Block Editor Enhancements:
\n\n\n\nOn the WordPress News Blog, you found earlier: Coloring Your Images With Duotone Filters by Alex Lende. Yes, I am in love with it, that’s why I mentioned it again. Gutenberg 10.7 also brought the methods to disable duotone via the theme.json file. The details are in this Lende’s PR.
\n\n\n\nAdam Silverstein published WordPress 5.8 adds WebP support dev note. It’s not directly a block editor update but crucial for content creators and developers alike, especially in context of the Core Web Vitals when speed is becomes of the essence.
\n\n\n\nIt’s been two years since Mark Uraine and I started the Gutenberg Changelog podcast, and he was my co-host for the first 40 episodes. Grzegorz Ziolkowski joined me as co-host with episode 41. In February 2021, we celebrated the first 10,000 downloads. Now four months later, we passed the 26,000 mark of downloads. For such a narrow niche show, these are mind-boggling numbers. It is very humbling. We are very grateful for our faithful listeners! Thank you all very much.
\n\n\n\nGrzegorz Ziolkowski is back from vacation, and we recorded episode 45. We covered Gutenberg 10.7 and 10.8 releases, WordCamp Europe and WordPress 5.8. It will be published later this weekend. The similar t-shirts? Mere coincidence!
\n\n\n\nGutenberg 10.8 was released this week. It had quite a few enhancements, and a ton of bug fixes and underlying code change for quality and tooling. Sandip Mondal work on his first release and published the release notes: What’s new in Gutenberg 10.8? (9 June).
\n\n\n\nJustin Tadlock has more details Gutenberg 10.8 Adds New Typography Controls and Block Previews
\n\n\n\nThe enhancements for full-site editing and theme design controls are already for the next WordPress release (5.9) in December and require more testing before they are available for WordPress Core.
\n\n\n\nKjell Reigstad posted an invitation for the WordPress community to submit Block Patterns to the official WordPress directory. In his post Initial Patterns for the WordPress.org Patterns Directory, he explained the details of the submission process.
\n\n\n\nJustin Tadlock, a big fan of block patterns, wrote about the invitation on the WordPress Tavern and showcased some of his creations. Ana Segota, co-founder of Anariel Design shared her submissions via Twitter.
\n\n\n\nYou can review the list of submissions on GitHub and learn from the comments on by the design team. Brian Gardner, Tammie Lister, Mel Choyce, Kjell Reigstad and Beatriz Fialho also contributed patterns to the directory.
\n\n\n\nIn total, I counted 54 block patterns available to WordPress users. What a great start!
\n\n\n\nAt WordCamp Europe 2021, the Panelist Danielle Zarcaro, Grzegorz Ziółkowski, Koen Van den Wijngaert and Milana Cap discussed Full Site editing and what it means for the broader WordPress community. We have the recording and the transcript for you
\n\n\n\nWe added the Blockbase Theme to the list of available FSE themes last week. Kjell Reigstad published Using Blockbase for a theme experiment on the ThemeShaper blog and take you on a journey on creating a child theme of Blockbase. He wrote “Overall, I found that the benefit to using Blockbase was peace of mind. Compared to starting fresh or using emptytheme
, Blockbase ensured that I had a fully functional block theme immediately.” Kjell also shared his code on GitHub.
The WPMarmite Team publish the results of their Full Site Editing Study: Will WordPress theme shops embrace this new paradigm? They studied the involvement in the current FSE development of 127 Theme shops.
\n\n\n\nAt first glance, these seemed to be a little premature, considering that only architecture for themes supporting FSE is coming to WordPress at the end of July. It certainly sets the base numbers to see what will happen until December. These are the numbers to watch changing in the next half year, and it will answer the original questions.
\n\n\n\nThe team also talked to 22 theme shops about their intentions regards full-site editing. You need to read the article to learn more.
\n\n\n\nFränk Klein at WPDeveloper Courses, released his new course: Building Block-Based Themes. If you want to learn how to build a real-life example theme and all the ins and outs for a theme using the full-site editing capabilities and theme.json.
\n\n\n\nOn Fullsiteediting.com, Carolina Nymark has been offering her Full Site editing course for free, but that might change soon.
\n\n\n\nJoe Casabona at CreatorCourses is also working on an update of his Gutenberg Theme course.
\n\n\n\nMy take-away from the acquisitions of Atomic Blocks, Co Blocks etc. is that early adopters found it quite worth their while to deal with the ever-moving goal posts while developing along site Gutenberg developers. The future is yours!
\n\n\n\nJune 6, 2021 7:00 pm EDT / 23:00 UTC
WordPress Meetup Philadelphia
Full Site Editing Review and Test-a-thon
June 7 – 9th, 2021
WordCamp Europe
A virtual event and contributor day. Call for sponsors is open.
🎉 Gutenberg Times is a media partner of WordCamp Europe 2021
\n\n\n\nJune 10th, 2021
WordPress “Mega Meetup”: Plugins That Keep Websites Running
June 20 – 26, 2021
WordCamp Japan
The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think…
June 24, 2021
WPEngine Summit 2021
The digital breakthrough conference released their schedule. Personally, I am very much looking forward to the Keynote talk with Reshma Saujani, founder of Girls Who Code and Marshall Plan for Moms at 12:55 EDT / 16:55 UTC. I also hope to see talks with Rob Stinson, Carrie Dils and Chris Wiegman. There are also deep dive talks listed into Headless WordPress. Enterprise WordPress is definitely heading down that route.
June 24 – 26, 2021
WordCamp Cochabama (Colombia)
July 17 + 18th, 2021
WordCamp Santa Clarita
Calls for speakers ends TODAY!
July 23, 2021
WordFest Live – The festival of WordPress
August 6 + 7, 2021
WordCamp Nicaragua
September 21 + 22, 2021
WPCampus 2021 Online
“A free online conference for web accessibility and WordPress in higher education.”
On the Calendar for WordPress Online Events you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.
\n\n\n\n\nDon’t want to miss the next Weekend Edition?
\n\n\n\n\n\n\n\nFeatured Image: Photo by Pawel Czerwinski on Unsplash
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 12 Jun 2021 18:39:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"Gutenberg Times: WordCamp Europe: Full-Site Editing Panel discussion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=18145";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://gutenbergtimes.com/wordcamp-europe-full-site-editing-panel-discussion/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43875:"It was announced as a discussion panel about the present and future of WordPress with Full Site Editing.
\n\n\n\nThe panelists, highly involved in this new feature, discussed many topics about FSE and how it is going to be a new revolution in the WordPress ecosystem.
\n\n\n\nThe Panelist were Danielle Zarcaro, Grzegorz Ziółkowski, Koen Van den Wijngaert and Milana Cap
\n\n\n\nJose Ramon Padron and Lesley Molecke moderated the discussion.
\n\n\n\n \n\n\n\nTorque Magazine did an outstanding job live tweeting.
\n\n\n\n \n\n\n\nThe transcript and table of contents
\n\n\n\nJosé Ramón Padron: Hello, Lesley.
\n\n\n\nLesley Molecke: Hey, Moncho.
\n\n\n\nJosé Ramón Padron: I’m laughing, because this is the moment my neighbor started to do this at home. I don’t know. I hope it doesn’t sound through the microphone, but I’m hearing a hammer quite hard on that building. I hope it’s not-
\n\n\n\nLesley Molecke: I can’t hear anything, but listen, I’m ready for this next session. I can’t believe that we’re already here. It’s already the final session of the day, and it’s going to be a good one.
\n\n\n\nJosé Ramón Padron: Yes, it’s true. It’s going to be a good one, because we have a lot of good people talking about a quite good and hot topic inside the WordPress community. One of the things we are going to have, really near in, I don’t know, in 5.8, in the next version of WordPress, full site editing?
\n\n\n\nLesley Molecke: Yes. We would like to welcome our panelists. This is a panel presentation, so it should be a good conversation with a number of experts speaking. So they will join us here on stage in just a moment. Hello, hello. Hi, everybody.
\n\n\n\nGrzegorz Ziółkowski: Hello.
\n\n\n\nKoen Van den Wijngaert: Hello, there.
\n\n\n\nLesley Molecke: Will you please introduce yourselves?
\n\n\n\nMilana Cap: Which order?
\n\n\n\nLesley Molecke: As you wish.
\n\n\n\nJosé Ramón Padron: So let’s start with Milana, just for talking.
\n\n\n\nMilana Cap: Because I’m the loudest. Well, you said expert. I’m here just for the cookies and to bribe contributors to come to documentation. Also, I’m here as documentation team co-rep. And I’m the docs focus lead for a new release, 5.8. I should be knowing what’s happening, hopefully soon. I’m Milana from Serbia.
\n\n\n\nLesley Molecke: How about you, Danielle?
\n\n\n\nJosé Ramón Padron: Thank you so much.
\n\n\n\nDanielle Zarcaro: Sure. I’m having an issue too. I don’t know whether he’s blowing leaves or mowing the lawn? I don’t know what’s happening.
\n\n\n\nLesley Molecke: We can’t hear it, it’s okay.
\n\n\n\nDanielle Zarcaro: Good. I’m Danielle. I’m from the US. I am the head of paperback web development. We build custom WordPress websites and maintain them, and maintain existing websites, and all that that comes with. We just launched overnightwebsite.com. So that’s mostly what I deal with is the old and the new of WordPress. So it’s the whole range.
\n\n\n\nJosé Ramón Padron: Thanks, Danielle. Let’s go with Koen.
\n\n\n\nKoen Van den Wijngaert: Hey, hi, there. Is this thing on? Hey, Good evening. I’m Koen. I’m a WordCamp and meetup organizer from Belgium. I run my own company called NEOK IT, where I provide software consultancy, partly around WordPress. I’ve been working with WordPress for a few years now. I like to learn things, as well as challenge myself while doing it.
\n\n\n\nSo for a while now, I’ve been casually contributing to Gutenberg, as a way of giving back and mostly getting more accustomed to the ins and outs of the project. So that’s me.
\n\n\n\nGrzegorz Ziółkowski: It looks like it’s me now. So my name is Grzegorz Ziółkowski. I live in Oleśnica, Poland, and I work at Automatic, where I spend all time contributing to the WordPress core. My main focus is Gutenberg. I was helping to merge changes from the plugin, Gutenberg plugin to the WordPress core for the upcoming WordPress 5.8 release, which won’t contain all the necessary pieces of the full site editing. However, there is a lot of new goodies coming that will be ready to use on the site.
\n\n\n\nLesley Molecke: Excellent. So Moncho and I have come up with a bunch of questions for you. They go from really basic, and then they work up and get more and more exciting and interesting. So we’re going to start with the first one, which is actually, this is my question, because I don’t know the answer to it yet and hopefully you will educate me. What is full site editing and where did it come from?
\n\n\n\nKoen Van den Wijngaert: Maybe if I can start, maybe the best thing to say at first is that full site editing is not just a big monolithic heap of a big function. It’s better to think of it as a collection of a lot of features that come with Gutenberg, as part of the second phase of the Gutenberg roadmap. Maybe someone else can pitch in now, so I don’t do a monologue.
\n\n\n\nGrzegorz Ziółkowski: If you don’t take a bigger picture, so full site editing is part of the Gutenberg project, there are four phases. And we are reaching this year, the end of phase two. The first one was introducing the building blocks for editing content. Now, we will be editing a full canvas of the sites. And the next two phases are collaborative editing. So to let people collaborate when they are changing websites or writing content. And the fourth one is multilingual support.
\n\n\n\nKoen Van den Wijngaert: What everyone is waiting for, I believe. That’s going to be a big one.
\n\n\n\nJosé Ramón Padron: Anything else? Anything else? Because one of the things inside of Lesley’s question is, what problem does it solve? Which is, I think, very interesting. What do you think?
\n\n\n\nMilana Cap: I think that the problem it’s trying to solve is to give the user one unique workflow to edit everything. Because at this moment, you have post, you have page, and you go to block editor. Or if you are not brave enough, you’re still using classic editor and you edit your content there.
\n\n\n\nBut then you want to change your logo, then you have to go to customizer. But then you have some theme options. And it depends on theme from theme, what will you edit and where? I believe the idea is to release end user from need to know everything about the theme, you just go there and you just edit.
\n\n\n\nAnd if you want to edit footer, and you’re on the post and you’re editing post, and then you realize the menu is not correct, you edit menu. You don’t need to know, because nobody cares is it customizer or whatever? People care to know where it is. And it’s a good thing that you can see how it looks on the front end, which I think was the initial idea for Gutenberg. But who knows? Maybe I’m wrong.
\n\n\n\nI think that’s a huge problem that will be fixed, and solved with full site editing. For us who are building websites, I know that for every website, I have to create a ton of tutorials and everything, to show clients how to use it. And this will solve all that. So we will be out of job.
\n\n\n\nKoen Van den Wijngaert: I also like to think that it brings a lot of power and more freedom and flexibility to end users of a website. Because in the traditional way of doing things, there’s a few ways one can have a WordPress website. He can have an agency, have a website built for him. Or he could be using some sort of a theme builder, or he could have installed a theme from the theme directory or maybe it’s even a custom theme.
\n\n\n\nBut now end users are able to have so much more power about editing templates, and editing all sorts of aspects of their website. I think that’s really exciting to look forward to.
\n\n\n\nDanielle Zarcaro: I think it solves a couple of problems, to add to that. It takes away some of the ambiguity around how to edit each individual thing. So WordPress’s whole thing is to democratize publishing. There were areas of the websites that were just not available to edit to anyone who doesn’t know code.
\n\n\n\nSo there’s the ease of use gap that came about, that you can’t edit the 404 page, you can’t edit the header or footer, unless an option is available. Is the theme using the site logo that you upload in WordPress, or you’re going to upload the image and then theme isn’t going to show it. It gets rid of those, however the theme developer decided to do it that day, and it streamlines a lot of that process to do some expected behavior to make it easier for anyone to hop into a site and edit it, and it democratizes publishing on a whole new level.
\n\n\n\nKoen Van den Wijngaert: That’s a nice way of saying it. Yes. Because right now there’s this huge fragmented world of all different ways of themes that came up with our own way of editing site features and headers and customizing things. But there’s no real standard way of doing that. So it just makes it harder to step out of that particular ecosystem, I think. I’m looking forward to the standardized way of doing theming in WordPress.
\n\n\n\nJosé Ramón Padron: Grzegorz, I think you had something. Yes.
\n\n\n\nGrzegorz Ziółkowski: I wanted to add some more to it. Because I think it’s important to note that it’s not only about unifying everything, but it’s also to giving the power to users to change those little bits that annoy them, like the color of the header, or the font size.
\n\n\n\nBefore, you would have, or either learn CSS or learn HTML just to edit that. But now you will have tools that will allow that, and you won’t have to call your site administrator to do a simple change. So maybe you could tell that, remove the job from those people who maintain those sites, but on the other hand, they will have more time to work on expanding their offering and improving their own products or services, just to use the time.
\n\n\n\nSo this is something that sounds scary, but on the other hand, it opens a lot of possibilities. Because the idea of blocks also gives you the power that you can create your own blocks that you can use in several websites, and give additional functionality out of the box for your customers.
\n\n\n\nJosé Ramón Padron: So regarding that this is something new, something is going to happen from 5.8, as far as I know, what happens to the WordPress websites that are already live and in production? Must they be rebuilt in order to use full site editing? Or they’re going to work in the way they are?
\n\n\n\nMilana Cap: They have to be rebuilt completely. It will crash. No, it won’t.
\n\n\n\nKoen Van den Wijngaert: It will just crash when you update.
\n\n\n\nMilana Cap: No, it won’t.
\n\n\n\nLesley Molecke:That’s big news.
\n\n\n\nKoen Van den Wijngaert: Oh, we were not supposed to say that, sorry.
\n\n\n\nMilana Cap: No, they will not be crashed, they will not have to be rebuilt completely. As you all know, WordPress always build in mind with what is already out there, not to crash anything. And in 5.8, not everything will get in. So if I’m wrong, please correct me, but I think that in 5.8, you will have to install a Gutenberg plugin to actually use full site editing. So not everything will be there, but it will be foundation for the next releases when everything else will come in.
\n\n\n\nBut still, we will have some nice things coming in and nothing will break. You can go part by part and rebuilding it and adapting for a complete editing experience.
\n\n\n\nJosé Ramón Padron: Thanks, Milana. Anything to add ?
\n\n\n\nKoen Van den Wijngaert: Maybe Grzegorz can do it.
\n\n\n\nGrzegorz Ziółkowski: You can go.
\n\n\n\nKoen Van den Wijngaert: Okay, but you can just… Well, some of the full site editing features will be added to 5.8, I think, but Grzegorz will probably be able to say which one exactly. I’m hearing feedback.
\n\n\n\nJosé Ramón Padron: An echo. There is an echo.
\n\n\n\nKoen Van den Wijngaert: So it’s not some monolithic feature, like we said before, but it’s more like a collection of features and they won’t be turned off all at once by default, by just upgrading to WordPress 5.8. You do need to have a full site editing team to enable all features, but some of them will also be available for non-block based themes.
\n\n\n\nThings like the template editor blocks, the site logo, the tagline, the query blocks, posts, posts related blocks, like post title, post [inaudible 00:14:45], they will all be made available in the post editor. And as well as that, I think it was also possible to also not edit, but with add new templates to a normal theme and edit those in the template editor. It’s pretty awesome.
\n\n\n\nGrzegorz Ziółkowski: So the first step is to allow people to change, use the block-based paradigm on a single page. So think about that, about previously you would have to create a PHP file to change a single page view. And now you will be able to do that to through UI, and that will create an override that you would be able to delete later. But as a user, so it’s more like empowering people who have access to the sites, rather that’s a feature for the team designer.
\n\n\n\nSo that’s one thing. And everything like that is optional, so there will be a flag to disable that. So site owners or theme authors we will say that, “I don’t want that,” and they can remove that.
\n\n\n\nThe one big change is that not necessarily related to full site editing, but is somehow in the same area is the widget editor, which will be… I don’t know what’s the final decision, but it will be depending on the feedback from the testing, either an opt-in or opt-out.
\n\n\n\nSo the idea would be that you will be able to use the same blogs you use in your content to use also in site, when you would previously use widgets. So that’s a nice change. If you have your own custom blocks, you would be able to put there as well, which will open those new possibilities, and also somehow unify the interface.
\n\n\n\nBut as you could hear, there is a lot of new blocks coming. But it’s just addition, it’s not something that you have to use. It’s just there if you want to try them out, that will be perfect time to do that after 5.8 is out. And there is a-
\n\n\n\nKoen Van den Wijngaert: That will be released tomorrow, by the way. So if you want to test it, please do so. It’s by a lot of users that can test and provide feedback on the new update that we can improve upon those things, and decide what can be added and what should be skipped. So go install it tomorrow.
\n\n\n\nLesley Molecke:Yes, we should acknowledge that, that everyone here is actually working really hard right now to create the new release, while also attending WordCamp Europe and being here on this panel and contributing on track too, and y’all are everywhere. Thank you, thank you, thank you for your time.
\n\n\n\nMy next question has to do with stakeholders. So obviously, a big change like this to WordPress has multiple stakeholder groups. It has the end users, the users of WordPress websites down the road. It has the editors of WordPress websites. It has the companies who build themes and the companies who build plugins, and the people who contribute, all of these different groups.
\n\n\n\nI’m interested in talking about the theme creators who currently primarily rely on offering block patterns with their own header and footer and sidebar management. So how does that work with full site editing?
\n\n\n\nDanielle Zarcaro: Well, it works the same way. You can offer whatever you want. I think it’s a misconception that by giving the users the ability to do what they want means that they’ll be able to do anything they want. If you are someone like me who’s creating custom sites, you can actually more easy put options and make it so that you don’t have to install a whole extra plugin to add a couple of extra options. You reserve that for the bigger projects that you’re doing.
\n\n\n\nAnd it’s up to the theme creators, if they’re creating a theme on a wider scale, instead of just an individual client, that’s up to them to decide how they want it to work. They just opt into stuff, they add stuff, they add their custom options, but it’s all working within the same ecosystem, and we’re all speaking the same language now instead.
\n\n\n\nSo if you don’t want to make it so that your header and your footer and your sidebars are manageable in the block editor or in full site editing, then I guess you don’t have to. You can hard code whatever you want, you can do that now, you don’t have to make any options available.
\n\n\n\nBut then at some point, you’re going to start to fall behind, in terms of what you’re able to do. So it’s going to work the same way, just with more possibilities. That’s how I go about looking at it.
\n\n\n\nKoen Van den Wijngaert: You’ll be able to turn off or on, or even tweak some of the configuration options just by providing a single JSON file for those things. But also, I like to think that with full site editing, a theme developer or theme designer can benefit from a more solid foundation that is standardized and optimized for things like accessibility, usability and performance.
\n\n\n\nThat way more of their time and energy can be spent into building things that actually add value to their customers, all the while benefiting from the existing full site editing features and even tweaking them to their liking. So that’s a big plus, I think. So they don’t have to go and reinvent the wheel every time they build a new website.
\n\n\n\nJosé Ramón Padron: There is something related to the last major change we saw in WordPress, when Gutenberg appears, when Gutenberg finally was born in 5.0. And now you can see that there is a plugin that is the old editor. And at this moment, we this kind of legacy, we can call it legacy, but it’s still available there.
\n\n\n\nMy question is about why there are things that can sit in the core, and a different one can be set as a plugin? For example, why put the full site editing in the core when it is something that the majority of users at this moment don’t know? And we hope all of them are going to use it, but as everything that comes new in WordPress, there is always a time for getting used to it.
\n\n\n\nSo what do you think is the main reason full site editing is in the core and not, for example, in a plugin and people can choose if they want it or not?
\n\n\n\nMilana Cap: I think that now that we have Gutenberg in core, and full site editing is obviously expansion of what we were using in core by now, I think it would be silly not to have it in core and have it as a plugin, when you can use… This is just a foundation to put all the blocks that you already have. So it’s not like the structure that you still don’t have, you have. There is Gutenberg and now you will just expand it to the whole website.
\n\n\n\nAnd there is benefit in having everything standardized, especially for people who are using themes from our repository. So when you switch theme, you have all those available, things to edit, you know where it is, and you have all the blocks available.
\n\n\n\nJosé Ramón Padron: Makes sense.
\n\n\n\nMilana Cap: So that’s a huge benefit. I love that theme in wordpress.org is insisting on idea that people will change themes, and they cannot lose anything. I love that idea. I think this will really help having that.
\n\n\n\nSo when you have custom themes, and people have different ways of editing right now the header, the footer, or they don’t have it at all, so you’re afraid to change the theme. But with full site editing, you will have all that available.
\n\n\n\nNow, as far as not knowing how to use it goes, we didn’t know many things, how to use. And the thing that we really need right now is, here comes my pitch, documentation. So we really, really need to document everything good, because when you don’t have documentation, people don’t know how to use it and then they don’t interact with it enough. They don’t find bugs, they don’t contribute. They don’t think ideas how to expand it, and you don’t have contributors, and there is no cycle for open source. So first, we need to do a good documentation.
\n\n\n\nWe did fail a bit with Gutenberg getting in, and we can still feel it. We can still feel developers who are frustrated and don’t know how to work with it and how to build on that. I’m asking everyone to come and help. While doing documentation, you will actually learn how to do it.
\n\n\n\nI’m not afraid of new things. I don’t think anyone should be afraid, especially because this is not a really new thing, like Gutenberg was a new thing. We didn’t know what it was. Now we know, full site editing is what we already know, it’s new, but expanded, so it’s easier to learn. And if we do enough work, and we are doing… people make WordPress themes are doing great job.
\n\n\n\nJust mentioning few, Anne is doing the testing, great job, and Carolina even have a website for full site editing where you can read everything. So it’s doing better, and we can learn and there are resources, so there’s no need to be afraid of it.
\n\n\n\nKoen Van den Wijngaert: And if I’m not mistaken, there’s even seven milestones added to the full site editing milestones. It’s called gradual adoption. So that it focuses solely on making sure that full site editing features are being adopted better and more gradual. And that work is being put into actually making sure that the documentation is on par, and that the dev notes are up to date, and all of that kind of thing. So that’s also important. That’s also part of the work that’s now being done after the feature freeze for the 5.8 features.
\n\n\n\nDanielle Zarcaro: I think from my perspective, as someone who’s working with it and working with people, no one’s going to use it if you make it optional. People are going to do what they’re going to do, if you let them.
\n\n\n\nI think WordPress itself has never, it’s been very transparent about where it’s going. We’ve all been able to use Gutenberg for years now. We’ve been able to install the plugin, and then we’ve been able to use the block editor in core for years now. So it’s like we’ve had this getting used to period.
\n\n\n\nSo we’re just going in the direction that we said we’d go in, and people can still find ways to go backwards. They can still install the classic plugin for sites that need it, they can install the classic plugin for certain things. They cannot enable the block editor for custom post types. There’s all kinds of stuff that you can do to counteract some of that.
\n\n\n\nBut like I referenced before, and I’ve talked a lot about this in the past, at some point, you have to embrace the tool that you’re using. So you’re either going to embrace the fact that we’re all working towards the same goal, or you’re working against it and basically forking your own version and working on your own, which is fine. But then you can’t offer the latest stuff.
\n\n\n\nI think it’s up to you as a developer to, on some level, work with things, and meet WordPress where it is. You have to give up. WordPress is open source. You have to allow yourself to go with the tide a little bit.
\n\n\n\nAnd when you have new users who come into WordPress, who are installing things, they’re not going to know that there was an old WordPress. They’re not going to know that, oh, I have to install this other plugin to enable all of these awesome features. You have to think forward. So you have to allow these new users to start installing it, and use all the cool latest stuff.
\n\n\n\nIf someone wants to go backwards for a bit, then they can put the work in to do that.
\n\n\n\nGrzegorz Ziółkowski: It’s also worth mentioning that the full site editing, it’s soon to be included in the core, it’s always something that we wanted to have. It’s not something that came, because there was the 5.0 release and the block editor. It’s the other way around.
\n\n\n\nSo we took the smallest step possible to enable people to start using this block paradigm, start learning UI. We got a lot of feedback. And if you look at the iterations that worked, how the editor looked two and a half years ago and how it looks now, it’s a completely different product.
\n\n\n\nAnd also the way, how we people started thinking about building content with blocks is different. It’s not longer, building small custom blocks, but rather combining a lot of existing blocks into block patterns, into having UIs, having ways to change a big portion of the page with solutions. Like now it’s coming to the query block that allows you to switch the list of blog posts will be displayed on the page.
\n\n\n\nSo we are constantly trying to make it easier for users to provide the infrastructure, also for plugin authors, for theme authors, so they can build upon that, and have the unified experience. So people, once they learn how to write a post, they will know how to change the template of the page, because it’s exactly the same paradigm.
\n\n\n\nIt’s even in the same UI interface. You just go from one page to another, without the page reload. Everything can happen, you can go back, you can revisit how it looks when you compose everything together. It’s no longer you need to go to the preview of the page and see another tab to see, oh, it looks good, but now something broke outside of the post content. I need to go find customizers and go to this template, or call the theme author on the support and change that for me.
\n\n\n\nSo this is a huge project, and has so many layers on top of that. We want to bring as much as possible, I would say, what makes sense to most of the users, but not all of them. Because there is always room for extenders to build their own solutions on top of that, and give this unique perspective and look and feel for the customers.
\n\n\n\nLesley Molecke: I feel like we’re tiptoeing closer and closer to this question. I’m just going to ask it, just get it out there on the table. What do you all feel is the big role for the online page builders, the Divi, the Elementor, these big guys, taking into account that we’re moving into full site editing, block patterns, all of these things that are being built into WordPress core? What is the role of these page builders that so many of us use?
\n\n\n\nDanielle Zarcaro: I think that’s up to them. I think ultimately, they were there to push the envelope. They were there to bring us to where we currently are. I think without them, we might not have had this extra push. Maybe it would have taken a few more years to put all this into core. These builders saw this hole and filled it.
\n\n\n\nAnd ultimately, they’re going to have a different UI anyway. So they’re going to do have their fan base, they’re going to have their whatever preference to editing things, maybe certain things are dragging and dropping. Whatever they make available, they’re going to extend WordPress. So that’s up to them to decide how they’re going to go about it.
\n\n\n\nSo they’re all already currently working with the block editor, all the major ones anyway are. If they’re concerned at all about future proofing themselves, they’ve already looked into how to integrate themselves with the block editor. I think it’s only going to enhance everything to see how they go about integrating themselves into the new ecosystem.
\n\n\n\nI really love, as a developer, I love the way Oxygen goes about it, where you can build stuff, and then go and edit it in Gutenberg. So that’s a really cool take on it. And so it’s just a new way to innovate, and they’re going to have their place.
\n\n\n\nI think it’s cool that we now have these established things. We have these people to look to, to see where are the new holes in WordPress? Where can we go from here? And they’re going to continue to just push the envelope. I love the diversity that’s out there.
\n\n\n\nWhen you talk about builders, there’s at least four that come to mind and that’s awesome. And I hope that it stays that way and grows. And that’s only going to help us. And so hopefully, it’ll take away some of that, Divi does this way and Elementor does this way. So some things are going to hopefully become uniform, and then they’ll branch out in other ways.
\n\n\n\nKoen Van den Wijngaert: Exactly. Because now, there’s a few big ones indeed, and they all seem to have their own ecosystem surrounding them, which is okay, because as you said, they all implement and provide their own stream of users to the WordPress platform. So it’s definitely interesting to look at, and observe how they will interact with WordPress and Gutenberg.
\n\n\n\nI know most of them already have some sort of a way to either include a new template view or something as a block, or even toggle between Gutenberg and their own editor. But the thing I’m actually quite looking forward to is whether or not they will start using the new default way of doing things. So that they can actually merit from how it is now going to be supposed to be done, and add on top of that their own set of features and new value-adding stuff.
\n\n\n\nLike the cadence theme, for example, is doing. In my eyes, it’s quite a nice way of implementing Gutenberg the right way. I’m very interested to see how they will be going to implement full site editing things in the near future, because now it’s all in the customizer, of course. So, interesting.
\n\n\n\nJosé Ramón Padron: We were talking about how full site editing can affect the own WordPress ecosystem, talking about for example, what happens with the builders, builders like Divi, Elementor, et cetera. But what do you think, taking account you are developers, designers, you are on the technical side, contributors, what do you think is going to happen with the rest of the open source solutions like Joomla, Drupal? How do you think it’s going to affect? So it’s going to make WordPress better than the rest, it’s going to be a real advantage in front of the rest, like Wix, like the other ones, not only in the open source reality, but outside WordPress? What do you think is going to happen with full site editing?
\n\n\n\nMilana Cap: They will all take Gutenberg. Drupal already do it.
\n\n\n\nKoen Van den Wijngaert: But Drupal also has a [crosstalk 00:37:15]. But there’s not like this CMS is better than the other one. They all serve different purposes. And it’s like using the right tool for the right job. And having more competition in the game is pretty good actually.
\n\n\n\nI think the biggest reason that we, as WordPress, have the biggest market share to date in the CMS market is because of the low threshold to start building websites. And that’s partly thanks to all of those theme builders. I think it’s important to reach out and make sure that we all keep using WordPress and not just fork off their own version of WordPress, because it’s open source, they can do that.
\n\n\n\nSo if we all collaborate, we can build pretty nice things, I think.
\n\n\n\nMilana Cap: I think we already saw this many times in history, but let’s just take a look at Internet Explorer 6. It was so bad that we got this good Chrome and Firefox. And it was so difficult to create posts for some people in WordPress, that we got page builders. So this is happening. There is always this kind of competition between WordPress and Joomla and Drupal.
\n\n\n\nBut the truth is, they all have their share. Ours is a little bigger than theirs, but they will continue to exist, and I hope they will push, they will invent something new. And then we will be jealous, and we will do something better, because that’s how it works. Human mind compares. So that’s what we do.
\n\n\n\nI’m proud that 12 years ago I have selected WordPress and now it’s 40%. I think I’m smart, because I did that. But I don’t like just one way of doing things. I like things messing up. I like people inventing new things. That makes us all better and everything makes better.
\n\n\n\nI’m really looking forward to see what other CMSs will do, but also what will page builders do. I have never used page builder, as someone who builds website and some of you uses website. I cannot say anything.
\n\n\n\nBut I’m seeing in our WordPress Serbia Facebook group, I’m seeing people asking questions about it. I know what they are doing and how, and I really hope to see they invent something insane, so we will have to push Gutenberg again and just pushing forward.
\n\n\n\nKoen Van den Wijngaert: Even better.
\n\n\n\nDanielle Zarcaro: I think it’s going to blur the line a little bit. Because I just recently had to go into a Wix site and it is no longer Wix or Weebly. It is Wix or Webflow. Webflow popped up as an in between to Weebly and the GoDaddy builder and WordPress.
\n\n\n\nI think it blurs the line a little bit, where you can now visually edit things and you can now edit those parts, like I said, the 404. All these other things, you can just do now. And so I think it blurs the line and WordPress can now fit into more categories as well.
\n\n\n\nSo maybe it’s not a Squarespace, which is a template machine that you stick a bunch of stuff in and it’s easy, but it does open it up to a whole nother market. Instead of just, oh, you got to have somebody on your side, it now opens the door for more people. And then now they’re ready to grow, and now they come to you and are familiar with WordPress.
\n\n\n\nSo there’s the three or four other markets that’ll pop up as well. So it blurs a little bit and makes it a little more accessible.
\n\n\n\nGrzegorz Ziółkowski: There’s also one thing that I’m looking forward to, is the blog patterns directory, which should enable a quicker creation of websites, instead of going, changing everything yourself. If you don’t have, like me, skills for designing, you just pick something that someone crafted very carefully. And maybe pay some fee for that and have unique experience for all the use cases you have.
\n\n\n\nIt’s no longer you need to use one theme, and hope that it has all the solutions you need. Instead, you can combine from different sources and build the best experience you need. So that’s one thing.
\n\n\n\nOne thing that I’m looking forward to is how I’m seeing the growth of headless. It’s getting a lot of attention at the conferences in the WordPress community. And that interaction with full site editing, I’m looking forward how that will evolve. Because at the moment, if you want to use headless solutions you need to build from scratch the front end side.
\n\n\n\nHowever, if you combine that with what Gutenberg can produce and reach that, that will open a new set of possibilities. And that will bring big companies looking at WordPress, because now they will be able to build completely custom solutions, and also use whatever WordPress provides in its core, rather treating it as a source of the content only.
\n\n\n\nJosé Ramón Padron: I’m glad to read that question.
\n\n\n\nLesley Molecke: Koen, you have one final thing to add, before we sign off?
\n\n\n\nKoen Van den Wijngaert: I was going to say that one obstacle might be that a lot of back end developers have mostly skills in writing PHP and stuff. But most of the new features, you really do benefit more if you have a JavaScript back end. I think we should also focus on helping those developers transition into more and more adopting JavaScript and active development to develop even better new solutions.
\n\n\n\nMilana Cap: And documentation.
\n\n\n\nKoen Van den Wijngaert: Most importantly, of course.
\n\n\n\nLesley Molecke: Yes. Well, thank you, thank you, thank you all for this really interesting conversation. I now know more about full site editing than I do before, thanks to you. But also, I think our audience does as well, which is fantastic.
\n\n\n\nAnd again, thank you for taking the time to join us, even though you’re also so, so busy working on the new release, and working on this massive change to WordPress. We’re really grateful to you and your time. Enjoy the rest of the conference. We will see you later and thank you.
\n\n\n\nWill you be heading over to the Q&A room to talk with the audience? Does that sound like a familiar thing to you? All right.
\n\n\n\nMilana Cap: We can, if there are questions.
\n\n\n\nJosé Ramón Padron: There will be.
\n\n\n\nLesley Molecke: People can also make meetings with you and see you in other rooms and things.
\n\n\n\nJosé Ramón Padron: There will be more content related full site editing during WordCamp Europe, in each day, I think, or also in the number two track. So this is not the last time we are going to talk about full site editing.
\n\n\n\nAnother thing is to say thank you for accepting our invitation, more or less in the last minute. Thank you. Thank you so much.
\n\n\n\nLesley Molecke:Thank you all.
\n\n\n\nMilana Cap: Thank you, bye.
\n\n\n\nGrzegorz Ziółkowski: Thank you.
\n\n\n\nKoen Van den Wijngaert: Thank you. Very nice to being here.
\n\n\n\nJosé Ramón Padron: See you around. Ta-ta.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 12 Jun 2021 18:31:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: Gutenberg 10.8 Adds New Typography Controls and Block Previews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118211";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:189:"https://wptavern.com/gutenberg-10-8-adds-new-typography-controls-and-block-previews?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-8-adds-new-typography-controls-and-block-previews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6354:"On Wednesday, Gutenberg 10.8 landed in the WordPress plugin directory. The release includes new typography options for controlling the Heading block’s font-weight and the List block’s font family. The Audio and File blocks now show preview content in the inserter.
\n\n\n\nGutenberg 10.7 felt like it introduced flashier features than 10.8. But, this was still a solid release. Sometimes the things that you do not see are just as important as those that you do. Full Site Editing (FSE) components continue to move along at a swift pace. Most changes were bug fixes rather than enhancements.
\n\n\n\nOne of the primary theme-related FSE upgrades allows developers to set the padding for nav menu links via theme.json
. This may be a small win, but it is unlikely to address the numerous issues with styling navigation items and nested lists. The change also does not affect the Page List block links, which can be set as a nav menu item. The Navigation block will be one of the toughest nuts to crack before site editing is a possibility. Enhancements like this help, but it is a long and winding road to a solution that satisfies both theme authors and users.
Users should see the post title in template-editing mode. The template details modal also includes more detailed information, such as how to best name custom templates.
\n\n\n\nGutenberg 10.8 enables the font-weight control for Heading blocks. This allows theme authors to define the default weight via their theme.json
files, and users can override this via the sidebar panel in the editor.
The control displays all nine possible weights:
\n\n\n\nWhile each weight is selectable, it does not mean all fonts support a specific weight. For example, users will see no difference between Extra Bold and Black with the Twenty Twenty-One theme.
\n\n\n\nIn the long term, this should be coupled with the font family control. This would allow theme authors to define which weights are supported by a specific family, making those the only options for users.
\n\n\n\nThe List block is jumping ahead of others with its support of the font family option. Generally, we would see the Heading or Paragraph blocks gain such features first.
\n\n\n\nThe Site Title, Site Tagline, and Post Title blocks all currently support the font family control. It is a welcome addition to see expanded typography options, but I look forward to the day they are offered across every block.
\n\n\n\nTheme authors can also define custom letter spacing for the Site Title and Site Tagline blocks. However, the feature does not currently appear in the block options sidebar, which would allow users to customize it. There is an open ticket to address this missing piece of the UI.
\n\n\n\nThe development team added new previews for the Audio and File blocks in the inserter. This is a nice-to-have enhancement, adding long-missing previews of some of the remaining core blocks, but it is also a bug fix.
\n\n\n\nIn previous versions of the block editor, users who attempted to upload media via the Audio or File blocks would get a duplicate upload. This only happened in situations where their theme or a plugin registered a custom block style. Adding a preview apparently fixed this odd bug.
\n\n\n\nThis change also nearly gives us a complete set of previews for the pre-WordPress 5.8 blocks. Classic, Spacer, Shortcode, and Legacy Widget do not have them, but they are unique cases. The upcoming theme-related blocks also lack previews.
\n\n\n\nWhen using the Archives block as a dropdown, it now outputs a label titled “Archives.” While it is a seemingly trivial change, it could impact how themes typically present this block.
\n\n\n\nThis enhancement changes some existing expectations. The primary use case throughout WordPress’s history has been to show the Archives dropdown in a widget. In that case, there is almost always a widget title with the “Archives” text preceding it. I expect most other use cases would follow a similar pattern. This essentially creates duplicate text.
\n\n\n\nThemes Team representative Carolina Nymark had an alternate suggestion:
\n\n\n\n\n\n\n\nWhat if the label was visible by default, but there was an option for hiding it? Similar to the search block, except there would be an actual label hidden with a screen reader text CSS class when the option is toggled.
That would have been my suggestion too if I had seen the ticket earlier. For now, theme authors who need to hide it should target the .wp-block-archives-dropdown > label
class in their CSS.
Matt Mullenweg and Matías Ventura joined WordCamp Europe to chat about what’s happening with the Gutenberg project and celebrate the progress contributors have made over the past four years.
\n\n\n\n“For me, 2020 was the year that really felt like people started to see the vision of Gutenberg from four or five years ago, when it was very abstract and they saw it as kind of like the old WYSIWYG editor with some extra lines on it or something,” Mullenweg said. “The first 17 or 18 years of WordPress democratized people putting text into a box. Now we’re democratizing design, allowing people to control the boxes.”
\n\n\n\nVentura commented on how transformative patterns have been for making page design approachable for users.
\n\n\n\n“Perhaps it was a smaller part of the roadmap initially but it’s becoming a centerpiece – especially because it allows…world class designers to provide a starting point for users and users get to learn design as they are interacting with themes,” Ventura said. He began his WordPress developer journey by “tinkering with themes,” as many others did, and believes that blocks can unlock a similar experimental learning experience.
\n\n\n\n“I think we are getting into a chapter where people will be able to tinker with things that were sort of hidden for you in WordPress – more advanced things like queries and loops, that we can now expose through blocks,” Ventura said. “They can be stepping stones for people to learn how to work with WordPress.”
\n\n\n\nMullenweg commented on how things that previously would have required a fairly experienced WordPress developer to do, like creating a home page with a column that shows five recent posts from a particular category, and another column that shows featured posts in a different category, you can now do with just a few clicks.
\n\n\n\n“It’s no code – it’s like expanding the layers of accessibility of what people are able to do with WordPress,” Mullenweg said. “That, to me, is very core to our mission.”
\n\n\n\nMullenweg and Ventura debuted a new “Gutenberg highlight” video that covers current and new features coming to the block editor, as it “gets ready to become a site builder.” These kinds of marketing videos are so valuable because users don’t always know what is possible, even if the tools are approachable for anyone to use.
\n\n\n\nThe video demonstrates new design features for different blocks, including the transform live previews, dragging media into container blocks, inline cropping without leaving the editor canvas, the template editor, duotone image filters, more customization options for navigation, improvements to the list view browser, and the new global styles design that is coming soon.
\n\n\n\nCheck out the video below and you can also watch Mullenweg and Ventura’s conversation that was recorded during the event.
\n\n\n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Jun 2021 20:11:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WordPress.org blog: Gutenberg Highlights";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10779";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2021/06/gutenberg-highlights/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:879:"During WordCamp Europe this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by @beafialho and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress. For those that weren’t able to attend live it’s now available for watching online.
\n\n\n\n \n\n\n\nMatt also opened a thread for questions on his blog, so be sure to chime in there if you have any!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Jun 2021 11:03:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matias Ventura";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: A Progress Bar Block Plugin Done Right by the Tiles Team";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118206";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:177:"https://wptavern.com/a-progress-bar-block-plugin-done-right-by-the-tiles-team?utm_source=rss&utm_medium=rss&utm_campaign=a-progress-bar-block-plugin-done-right-by-the-tiles-team";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4425:"I have been on the hunt for a decent progress bar solution for a while now. Most of them are bundled in large block libraries, requiring me to install another 20 or 30 blocks in which I have no need. Others seem to miss the mark entirely with odd configurations and block options. Some of the remaining plugins still use shortcodes and widgets, but it is 2021. I am looking for a block.
\n\n\n\nA couple of days ago, the Tiles Progress Block landed in the directory. It seems to be a smaller piece of a larger project named Tiles. I have been keeping an eye on the team’s work since its initial design and patterns framework plugin launched last week. That project is still in beta, and only time will tell if it becomes a competitive project in the block space.
\n\n\n\nHowever, the team’s new progress bar block was just what I was looking for. Other than one bug, which I reported to the developer, I found no serious issues.
\n\n\n\nThe plugin does what it says on the tin. It registers a Progress Bar block:
\n\n\n\nOut of the box, it includes Small and Large styles, allowing the user to adjust the size of the bar.
\n\n\n\nIts strength is that — I cannot stress this enough — the block’s content is editable within the editor canvas area. This includes the label and percentage. This is a refreshing change from the many others that require users to jump back into the block options sidebar to change simple text. Because the block uses Rich Text fields for its label and percentage, end-users can use inline formatting tools like bold, italic, and more.
\n\n\n\nThe block also uses the standard typography and color palette controls from core WordPress. This provides access to the theme’s font sizes and colors.
\n\n\n\nPlus, users can choose wide and full-width layouts, an often overlooked feature in block plugins.
\n\n\n\nOverall, I am digging this block plugin. If I had one feature request, it would be to add a border-radius option. By default, the progress bar is rounded, but some users might prefer squared corners.
\n\n\n\nIn theme previews, I almost always see progress bars showcased alongside how much PHP, HTML, and JavaScript the demo’s faux developer has learned. It is rarely a real-world representation of progress bars. How do you quantify how much of a coding language you have mastered? I have been doing this for nearly two decades and cannot answer that.
\n\n\n\nProgress bars should be of measurable things. For example, steps someone has taken in an online learning course, percentage of total donations received, and any number of things that can be counted are far more realistic.
\n\n\n\nMy favorite use of progress bars also happens to be on my favorite novelist’s website. I like to keep an eye on Brandon Sanderson’s work, looking forward to getting my next literary fix (yes, I am a fanboy).
\n\n\n\nCurrently, Tiles Progress Block does not handle that exact layout. However, because it is built on the block system and does not do anything out of the ordinary, theme authors can change that with custom styles.
\n\n\n\nAnd that is just what I did. My Sanderson-esque book progress bars (rough, unpolished code available as a Gist):
\n\n\n\nThe thing I love about the block system is that themers can extend blocks in this way. There is no needless checking for active plugins, loading additional per-plugin stylesheets, or figuring out each plugin’s unique system.
\n\n\n\nIf a block is coded to the current standards, theme authors merely need to hook in with their own styles. Users can then select those styles via the editor and even make them the default.
\n\n\n\nI want to see more of this from the block plugin ecosystem.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Jun 2021 02:48:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPTavern: WordPress 5.8 Introduces Support for WebP Images";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:161:"https://wptavern.com/wordpress-5-8-introduces-support-for-webp-images?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-8-introduces-support-for-webp-images";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3789:"WebP support is coming to WordPress 5.8. This modern image file format was created by Google in September 2010, and is now supported by 95% of the web browsers in use worldwide. It has distinct advantages over more commonly used formats, providing both lossless and lossy compression that is 26% smaller in size compared to PNGs and 25-34% smaller than comparable JPEG images.
\n\n\n\nWebP is currently used by 1.6% of all the top 10 million websites, according to W3Techs, and usage has increased over the past five years.
\n\n\n\nAdding WebP support to core won’t make all WordPress sites instantly faster, but it will give every site owner the opportunity to reduce bandwidth by uploading WebP images. In the dev note, Adam Silverstein suggested converting images to WebP using command line conversion tools or web based tools like Squoosh, but there are also many plugins that can perform conversion on upload.
\n\n\n\nWebP Express uses the WebP Convert library to convert the images and then serves them to supporting browsers. It is used on more than 100,000 WordPress sites. Imagify is one of the most popular plugins in use with more than 500,000 active installs. It has a Bulk Optimizer tool that can convert previously uploaded images with one click. The EWWW Image Optimizer plugin, used on more than 800,000 websites, also has support for automatically converting images to the WebP format.
\n\n\n\nBy default, WordPress will create the sub-sized images as the same image format as the uploaded file. More adventurous users can experiment with Silverstein’s plugin that offers a setting for specifying the default image format used for the sub-sized images WordPress generates. A new wp_editor_set_quality
filter is available for developers to modify the quality setting for uploaded images.
“The media component team is also exploring the option of having WordPress perform the image format conversion on uploaded images – using WebP as the default output format for sub-sized images,” Silverstein said. “We are also keeping our eyes on even more modern formats like AVIF and JPEGXL that will both improve compression and further reduce resources required for compression.”
\n\n\n\nWordPress 5.8 is expected to be released on July 20, introducing WebP support for uploads. The new release also adds information to the Media Handling section of the Site Health screen, showing the ImageMagick/Imagick supported file formats for the site in case users need it for debugging.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Jun 2021 04:27:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:109:"WPTavern: Original Dark Mode Developer Relaunches Plugin After the Apparent ‘Cash Grab’ of the New Owners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117984";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:251:"https://wptavern.com/original-dark-mode-developer-relaunches-plugin-after-the-apparent-cash-grab-of-the-new-owners?utm_source=rss&utm_medium=rss&utm_campaign=original-dark-mode-developer-relaunches-plugin-after-the-apparent-cash-grab-of-the-new-owners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6073:"Daniel James, the original Dark Mode WordPress plugin creator, is stepping back into WordPress development after a two-year pursuit of other projects. His new plugin: Dark Mode 2.
\n\n\n\nIt is a response to the recent change to the original Dark Mode plugin for WordPress. Last month, I reported that the WPPool repurposed the plugin to include the commercial Iceberg editor, a feature entirely unrelated to providing a dark viewing mode for the WordPress admin. It is now called WP Markdown Editor.
\n\n\n\nAfter the change, several plugin users left one-star ratings. However, its user base was small compared to that of ProfilePress (formerly WP User Avatar), which continues getting drenched in low ratings. Still, the change did not sit well with James.
\n\n\n\n“After finding out that Dark Mode had been passed on to multiple people, I was disappointed to see so many people say they’d take it on without actually bothering to do anything with it,” said James. “It became even more disappointing when I learned the latest developers to have hold of it had ripped out the original functionality in favor of something completely different as a means of selling a product.”
\n\n\n\nThe Dark Mode plugin was once a feature proposal for WordPress. James began the process in 2018, but it never moved much beyond the initial stage. In 2019, he put the plugin up for adoption. It changed hands a couple of more times before WPPool became the owner.
\n\n\n\nIn hindsight, James said he should have just abandoned the plugin. At the time, he was stepping away from WordPress entirely to pursue other projects, including building applications with the Laravel PHP framework. However, he never stopped using WordPress completely and has kept an eye on the community.
\n\n\n\n“I think there is more things that WordPress.org maintainers could do, specifically the Plugin Review Team,” he said. “I think more checks need to be done when plugins change ownership and/or are updated. As someone who used to put a lot of time into WordPress, I know how demanding it can be, so having volunteers tasked with more work is always a tricky thing to handle.”
\n\n\n\nHowever, he said he did not have the solution to the problem. “When you take Dark Mode and, more recently, WP User Avatar having their code changed for what appears to be a cash grab, all it does is hurt developers, agencies, and site admins.”
\n\n\n\nThe repurposing of his former work was the catalyst that he needed to rebuild a solution from scratch. Now, Dark Mode 2 is on the scene.
\n\n\n\nJames says Dark Mode 2 is still early in its development lifecycle. However, he does not think it is far off from where the original plugin would be if he would have continued it. Maybe just shy an extra setting or two.
\n\n\n\n“I’ve finally got it to a point where it’s ready to be used and replace the classic Dark Mode plugin,” he said. “The great thing about starting again is that it’s easier to style the WordPress dashboard. There is so much going on in the various wp-admin stylesheets that starting over was the only way. It means it supports the latest version of WordPress and cuts out any outdated styling that was previously there.”
\n\n\n\nThe plugin currently only has one setting, which individual users can set via their profile page. It is an option between “Light” and “Dark” viewing modes.
\n\n\n\nThere are several features James is eager to work on going forward. One of the most requested from the “classic” Dark Mode days is styling the WordPress editor. At the moment, the plugin steers clear of it.
\n\n\n\n“I’ve always been hesitant to do that because of theme editor styles,” he said. “However, lots of themes tend to style the editors in a very basic fashion, so I’ll be looking at adding in ‘support’ styles for those that want a fully dark dashboard.”
\n\n\n\nOne of the other features he is working on is scheduling when Dark Mode is active or inactive. This would primarily work based on a user’s system preferences if they have their OS set up for light or dark mode at different times of the day.
\n\n\n\n“For something that appears to be quite a basic plugin, there’s so much you can do with it,” said James.
\n\n\n\nThis time around, the plugin developer is making Dark Mode 2 a commercial-only plugin. He is pricing it at £25 (~$35.28 at today’s exchange rate). This includes lifetime updates with no installation limits. James said he wanted to keep the price low and not have people worry about another renewal fee every year while also still being supported for his effort.
\n\n\n\n“I’m not going to make millions from this plugin, and that’s okay,” he said. “That’s not my goal. My goal is to make a plugin that helps people and makes it easier for them to manage their website. Plus, it’s about time WordPress got a proper Dark Mode!”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Jun 2021 23:20:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Matt: WCEU Open Thread";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=54320";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"https://ma.tt/2021/06/wceu-open-thread/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:524:"I just wrapped up a fun session with Matías and Brian, and though we covered a lot of ground we weren’t able to get to all the questions from the audience. Starting at 2:58:
\n\n\n\n \n\n\n\nSo this is an open thread, if you have any question from the talk please drop it in the comments here, and myself or someone in the community will respond! We’ll keep this open for a day or so.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Jun 2021 17:30:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WordPress.org blog: WordPress 5.8 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10733";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9976:"WordPress 5.8 Beta 1 is now available for testing!
\n\n\n\nThis software is still in development, so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.
\n\n\n\nYou can test the WordPress 5.8 Beta 1 in two ways:
\n\n\n\nThe current target for the final release is July 20, 2021. This is just six weeks away, so your help is vital to ensure this release is tested properly and as good as it can be.
\n\n\n\nKeep your eyes on the Make WordPress Core blog for 5.8-related developer notes in the coming weeks, breaking down these and other changes in greater detail.
\n\n\n\nSo what’s new in this 5.8? Let’s start with some highlights.
\n\n\n\nPatterns can now also be recommended and selected during block setup, offering powerful new flows. Pattern transformations are also possible and allow converting a block or a collection of blocks into different patterns.
\n\n\n\nNew collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.
\n\n\n\nSupport for Internet Explorer 11 is ending in WordPress this year. In this release, most of those changes are being merged so use the Beta and RC periods to test!
\n\n\n\nLooking for a change and can’t find it? There are more improvements listed after the break.
\n\n\n\nTesting for bugs is an important part of polishing the release during the beta stage and a great way to contribute.
\n\n\n\nIf you think you’ve found a bug, please post to the Alpha/Beta area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac. That’s also where you can find a list of known bugs.
\n\n\n\nThanks for joining us, and happy testing!
\n\n\n\nProps to @audrasjb, @cbringmann, @youknowriad, @annezazu, @matveb, and @desrosj for editing/proof reading this post, and @chanthaboune for final review.
\n\n\n\nFull Site Editing
Coming at the end of year
But first, Beta 1
get_pages()
callsTo see all of the features for Gutenberg release in detail check out these posts: 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, and 10.7. In addition to those changes, contributors have fixed 215 tickets in WordPress 5.8, including 88 new features and enhancements, with more bug fixes on the way.
\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Jun 2021 02:47:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Jeffrey Paul";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:80:"WPTavern: Open Invitation To Contribute to the WordPress Block Pattern Directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118068";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:205:"https://wptavern.com/open-invitation-to-contribute-to-the-wordpress-block-pattern-directory?utm_source=rss&utm_medium=rss&utm_campaign=open-invitation-to-contribute-to-the-wordpress-block-pattern-directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4427:"The upcoming block pattern directory is launching alongside WordPress 5.8 in July. The goal is to make several high-quality designs available for users right off the bat. However, the official submission process will not open until the directory launches. In this chicken-and-egg scenario, the Design team is asking for early contributors to submit their pattern candidates via GitHub.
\n\n\n\n“The project needs a collection of high-quality, diverse, community-designed patterns to populate it with during development,” wrote Kjell Reigstad in the announcement post. “These patterns will set the tone for quality in the repository and will make the directory useful for folks upon its launch.”
\n\n\n\nAlongside Reigstad, Beatriz Fialho and Mel Choyce-Dwan have already added several block patterns. They are available through the Gutenberg plugin now.
\n\n\n\nThe trio has also submitted the majority of the 18 current potential patterns. While they have produced solid work thus far, the directory needs a more diverse set of designs from the community to launch with a bang.
\n\n\n\nCreating a pattern requires no coding skills. It is possible directly via the block editor. Just design, copy, and submit. The team already has a GitHub template in place for submitting patterns. Be sure to use CC0 (public domain) images if they are a part of your creation.
\n\n\n\nI have somewhere between 40 and 50 patterns lying around. You could say that I have been doing a bit of dabbling in the art of block-pattern design in my free time. Many of these patterns rely on custom block styles, so they are not suitable for the directory. However, I have several that are general enough for submission.
\n\n\n\nAs always, I try to pay it forward when possible. Therefore, I cleaned a couple of patterns today using the Twenty Twenty-One theme and submitted them for inclusion.
\n\n\n\nThe first was a three-column section of “about me” or “connect with me” boxes. This has been one of my favorites to play around with.
\n\n\n\nIt is not on par with my original design, but I like how it turned out. If you have read any of my past posts on blocks and patterns, I will sound like a broken record. However, I must say it for those who did not hear the message the first 100 times. The main limiting factor for block patterns is the lack of spacing options on almost all blocks.
\n\n\n\nBlocks like Group and Column have padding controls, which are a nice feature. However, vertical margin options are must-haves for the directory to be as successful with its goals as it intends to be.
\n\n\n\nA prime example is in my first pattern. My original mockup closes the gap between the heading and subheading. In my submission, I tightened the space by setting the line height, but I needed an option for zeroing out the vertical margin.
\n\n\n\nIf you compare it to the original idea built with some features not yet available, you can see how much improved the overall layout’s spacing is.
\n\n\n\nI ran into the same issue with my second pattern, Team Social Cards, between the Image and Separator blocks. The gap there has more to do with Twenty Twenty-One’s inconsistent spacing.
\n\n\n\nI may revisit the giraffe photo, but it is growing on me. It is fun. Plus, end-users are meant to actually replace it.
\n\n\n\nI will probably submit one or two more during this early phase, and I will definitely contribute more once the pattern directory is officially open. For now, I want to see our talented design community giving a little something back to the WordPress project. This is such an easy way to contribute that has no coding requirement — just a little time.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Jun 2021 20:53:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:99:"WPTavern: Review Signal Publishes 2021 Hosting Performance Benchmarks on New WordPress-Powered Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117467";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:243:"https://wptavern.com/review-signal-publishes-2021-hosting-performance-benchmarks-on-new-wordpress-powered-site?utm_source=rss&utm_medium=rss&utm_campaign=review-signal-publishes-2021-hosting-performance-benchmarks-on-new-wordpress-powered-site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5577:"Kevin Ohashi has published his 2021 WordPress Hosting Performance Benchmarks report. The annual report is broken down into six different hosting tiers, from the most economical <$25/month, to the $500+ enterprise level. This is the second year the stats include WooCommerce-specific hosts as a separate category.
\n\n\n\nAfter eight years of measuring peak performance and consistency for WordPress hosts, Review Signal has relaunched benchmarks on wphostingbenchmarks.com, a WordPress-powered site.
\n\n\n\nReview Signal started using sentiment analysis to capture consumer reviews of hosting companies on Twitter in 2011 and launched in 2012. Ohashi added a WordPress blog but said it never really integrated well with the code and design of the rest of the site. He launched the benchmarks in 2013, publishing the first handful of tests via a simple blog post.
\n\n\n\n“In 2020 it was dozens of companies, 6 full price tiers of competition, and a separate WooCommerce group as well,” Ohashi said. “It really has become its own product, and creating a dedicated site for them at WPHostingBenchmarks.com is recognition of that fact. It also opened the door for a rebranding effort and a much better presentation of the results.”
\n\n\n\nResults on the new site are much easier to understand at a glance with honorable mentions and top tier companies denoted by a half star and full star. Visitors can click through to get more specific information about each host’s performance on the tests.
\n\n\n\nTop tier performers in the <$25 tier included 20i, CynderHost, EasyWP by Namecheap, Eco Web Hosting, Green Geeks, Lightning Base, RAIDBOXES, and WPX, with a handful of honorable mentions. In the Enterprise tier (shown above), RAIDBOXES, Scaleforce powered by Jelastic, Seravo, Servebolt, Servebolt Accelerated, and WordPress VIP capture the top tier spots.
\n\n\n\nNow that the new site is database driven, Ohashi can publish faster and reduce the amount of work it takes going forward.
\n\n\n\n“It also lets me auto generate pages from the data – for example company profile pages,” he said. “I attempted to write a blog post in the past about companies that did well, but it was never really a success. Now, I can display all their historical results, pull up analysis, compare them all by year, etc. So I am happier, companies are (hopefully) happier, and most of all – consumers get better insight into the results.”
\n\n\n\nWooCommerce benchmarks have expanded since their first time to be included separately last year. Five out of the 11 companies tested scored top tier results, including Lightning Base, Pressable, Servebolt, SiteGround, and WordPress.com.
\n\n\n\nServebolt scored 99.999% Uptime and the fastest Load Storm average response time, along with the fastest wp-login, Buyer and Customer profiles and second fastest Home profile. Pressable reprised its top tier status with perfect uptime and the second fastest Average Response Time on WebPageTest. WordPress.com posted perfect uptime, the second fastest K6 average response time, and a solid Load Storm test. On the WebPageTest results WordPress.com took 10/12 of the fastest response times and posted the fastest WP Bench scores Ohashi has ever recorded and the second fastest PHP Bench.
\n\n\n\nIn 2021, SiteGround slipped to honorable mention status in every other tier where it was tested, with the exception of WooCommerce. Lightning Base maintained its top tier status with a 99.99% uptime rating, very good flat Load Storm and K6 results, and no problems with the tests.
\n\n\n\n“For WooCommerce I had seven companies participate last year and this year had 11 companies, which is a 57% increase,” Ohashi said. “The traditional WordPress benchmarks grew from ~29 companies last year to 35-37 depending on if you differentiate Automattic brands (VIP, WP.com, Pressable) which is at least a 20% growth in participation.”
\n\n\n\nOhashi said he is pleased with the mix of new entrants and companies that have participated for years, but the pandemic has slowed Review Signal’s business.
\n\n\n\n“It’s been a bit slow revenue wise,” he said. “I don’t sell any products and don’t think I’ve found any advantage during the pandemic to make what I do stand out relative to what’s happening to the world. That is another motivating reason for creating WPHostingBenchmarks.com, I wanted to take that extra time I have and make the biggest change for Review Signal in years.”
\n\n\n\nReview Signal’s benchmarks are one of the most thorough and transparent evaluations of hosting products in the industry. This is because Ohashi doesn’t accept any hosting sponsorship. Each company pays a small, publicly documented, fee for participation to cover the costs of the tests. These fees are standardized based on the pricing tier of the product entered into the testing. Consumers in the market for a new hosting company will find WPHostingBenchmarks a solid resource for comparing how companies perform at different pricing tiers.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Jun 2021 04:06:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WPTavern: Spice Up Your Food or Recipe Blog With the Nutmeg WordPress Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117981";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:195:"https://wptavern.com/spice-up-your-food-or-recipe-blog-with-the-nutmeg-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=spice-up-your-food-or-recipe-blog-with-the-nutmeg-wordpress-theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5683:"Last week, Dumitru Brînzan announced Nutmeg Plus. It is the latest commercial theme offering through his ILOVEWP brand. Earlier today, the free version of Nutmeg landed in the WordPress theme directory. The theme is built for food and recipe bloggers and is another solid example of building on the block system.
\n\n\n\nAs is typical of his style, Nutmeg rests on a foundation of clean lines and readable typography. It pulls elements from some of Brînzan’s previous work, such as the featured pages section of Photozoom and the two-column intro from Endurance. Reusing code is one of the cornerstones of smart development.
\n\n\n\nThe theme never gets too flashy, nor is it a bold step forward in design. However, it has a timeless layout that is hard to go wrong with.
\n\n\n\nWhere it shines is in its use of block patterns and styles.
\n\n\n\nSometimes, theme authors surprise me with, in hindsight, simple solutions. Nutmeg’s List block styles had me asking, “Why didn’t I think of that?”
\n\n\n\nLast month, I challenged theme authors to build out patterns that are often created as custom blocks. In the post, I showcased an example of how themers could provide pricing columns for their users. The Nutmeg theme is a perfect example of that same concept, only applied to recipes.
\n\n\n\nThe unique aspect is that Brînzan did not make it complex. With a few simple styles for the List block, he had all the makings of the typical “recipe card” seen on many food blogs. Is it as advanced as a fully-featured recipe card plugin? No. But, that should not be the goal. If users need more advanced recipe-related features and functionality, that is where plugins make sense. The theme even recommends a few like WP Recipe Maker, Recipe Card Blocks, and Delicious Recipes for those who need more.
\n\n\n\nHowever, for bloggers who are just starting, undecided on recipe plugins, or simply do not want another dependency, the theme has built-in solutions for them. It is tough to discount the value in that.
\n\n\n\nWith a starting point of the Recipe Info, Ingredients List, or Ingredients + Instructions patterns, users can quickly pop these sections into their content. Or, they can go the alternate route of starting with the List block and selecting one of four custom styles.
\n\n\n\n\n\n\n\nTheme authors should be able to build unique and complex combinations of blocks with custom styles. Users should be able to just make it look like the demo.
Block Patterns Will Change Everything
It was March 2020. The Gutenberg development team had just pushed block patterns into the plugin, but the feature would not land in core WordPress for months. I do not want to call myself a prophet. It was plain enough for anyone to see: block patterns would eventually change how end-users interact with the editor and build their sites.
\n\n\n\nPatterns were the answer to elaborate homepage setups. Instead of jumping back and forth between non-standard theme options, hoping for the best from a theming community that never learned to entirely leverage the customizer, users could simply click buttons and insert layout sections where they wanted.
\n\n\n\nRecreating Nutmeg’s homepage demo was easy. By just picking a few patterns and adding some custom images, I was up and running in minutes. No tutorial necessary. No half-hour session of figuring out a theme’s custom options setup.
\n\n\n\nSimple setup processes like this are the exact thing that theme authors have been repeatedly asking about for the better part of a decade. Except for a powerful Query solution, which is arriving in a limited form in WordPress 5.8 (the Post Featured Image block is the weak point), the tools are mostly in place. The feature set is only growing with each release.
\n\n\n\nOne of my favorite solutions in the theme is the use of the Cover block’s inner container. The plugin has several styles for moving this inside box around and creating a featured section.
\n\n\n\nOne improvement I might suggest is to provide “width” styles for the inner container here. Core already provides an alignment matrix option. Styles for 25%, 50%, and 75% width (100% being the default) would offer more variety when coupled with the existing alignments.
\n\n\n\nThe only things that felt out of place with the theme were its alignment block styles for Heading and Paragraph blocks. WordPress already provides alignment options for these blocks. I am not sure if there is a use case that I am unaware of for the styles, but they were definitely confusing.
\n\n\n\nThe theme is worth a test run for any food or recipe bloggers who need a dash of Nutmeg to spice up their site.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Jun 2021 22:54:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WordPress.org blog: People of WordPress: Tijana Andrejic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10427";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:13617:"WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories.
\n\n\n\nThis month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the WordPress world, with the freelance and corporate opportunities it introduced.
\n\n\n\nAs a professional manager with a college degree in Organizational Science and a certified fitness instructor, Tijana is nothing if not driven and goal-oriented.
\n\n\n\nFollowing her time as a fitness trainer, Tijana moved to work in IT around 2016. She first explored content creation and design before focusing on SEO and becoming an independent specialist.
\n\n\n\nTijana was hired as a Customer Happiness Engineer for a hosting company, where she discovered the benefits of having a team. She realized that having close working relationships with colleagues is helpful for business success and accelerates personal growth.
\n\n\n\nTijana hopes that by sharing her story, she can help others who are either starting their career or are moving roles. She describes the opportunities she discovered in the WordPress community as ‘a huge epiphany’, especially in the world of freelancing.
\n\n\n\nShe highlights 5 things that helped her to start a new freelancing career. Let’s dive into them.
\n\n\n\n“Why am I doing this?” is the first question that Tijana asks herself before starting anything new. This self-review and honesty, she feels, allows her to determine her priorities. She also benchmarks options around her motivations of wanting a flexible schedule and to grow professionally.
\n\n\n\nShe lists the reasons to make a particular choice, like being a freelancer, to help her choose the right job, pathway, or identify alternatives.
\n\n\n\nShe recommends that others can take a similar approach. If freelancing is still the best solution after examining all their goals and motivations, Tijana believes a good next step would be to learn WordPress-related skills.
\n\n\n\nThe next question you may ask: “Why WordPress?”
\n\n\n\nWordPress is used by more than 40% of websites in some form and offers various roles, many of which are not developer-specific. Tijana highlights a few:
\n\n\n\nTijana emphasized: “Another reason why WordPress is great for freelancers is the strong community that exists around this content management system (CMS).” WordCamps and Meetups are a way to get useful information and meet people from a large and very diverse community and get answers to many questions straight away.
\n\n\n\nIn the past year, these events have been primarily online. However, the contributors who run them continue to make an effort to provide an experience as close to in-person events as possible. The biggest advantage to online events is that we can attend events from across the world, even if sometimes during these difficult times, it is difficult to get enough time to deeply into this new experience. Since Tijana’s first Meetup, she has attended many WordPress community events and volunteered as a speaker.
\n\n\n\nBecoming a freelancer takes time. For Tijana, success came with proper planning and following her plan to ‘acquire or improve relevant skills that will make you stand out in the freelance market.’ She strongly believes that learning and growing as a professional opens more business opportunities.
\n\n\n\nIf you are considering a freelance career, she advises improving relevant skills or developing new skills related to your hobbies as ‘there is nothing better than doing what you love.’ In cases where no previous experience and knowledge can be used, she suggests choosing ‘a job that has a shorter learning curve and builds your knowledge around that.’
\n\n\n\nTijana started as a content creator and learned to become an SEO expert. However, she highlights many alternative paths, including starting as a web implementer and moving to train as a developer.
\n\n\n\nShe suggests to others: “It would be a good idea to analyze the market before you jump into the learning process.” She also recommends people check the latest trends and consider the future of the skills they are developing.
\n\n\n\nVisit the new Learn WordPress.org to see what topics are of interest to you. In this newly established resource, the WordPress community aggregates workshops to support those who want to start and improve their skills, provides lesson plans for professional WordPress trainers and helps you create personal learning to develop key skills. There is also material on helping you be part of and organize events for your local community.
\n\n\n\nTijana highlights that there are many places for freelancers to find clients. For example, the WordPress Community has a place where companies and individual site owners publish their job advertisements – Jobs.WordPress.net.
\n\n\n\nAs a pragmatic person, Tijana recommends: “Save money before quitting your job to become a full-time freelancer. Alternatively, try freelancing for a few hours per week to see if you like it. Although some people do benefit when taking a risk, think twice before you take any irreversible actions.”
\n\n\n\nShe shared some possible next steps:
\n\n\n\n“By using video material, your clients will not see you like a list of skills and previous experiences, but as a real person that has these skills and experiences and that provides a certain service for them.”
\n\n\n\nShe adds: “Have a detailed strategy when choosing your first employer. Choose your first employer wisely, very wisely. I can’t emphasize enough how important this is”.
\n\n\n\nWhen Tijana took her first freelancing job, she considered the following:
\n\n\n\n“The first job is not all about the money. Don’t get greedy on your first job. If you get good recommendations, your second job can pay two to three times more. And your third job can go up to five times more. That was my experience.”
\n\n\n\nTijana reminds us: “Freedom often comes with responsibility; individual responsibility is key when it comes to freelancing.”
\n\n\n\nShe advises others not to take a job if you can not make a deadline and have someone reliable who can help you.
\n\n\n\nMissing deadlines will cost your client money and affect the review the client will be willing to leave about your job, and this can have a big impact on your future opportunities or freelance jobs.
\n\n\n\nShe adds: “This can start a downward spiral for your career. However, we are all humans, and unpredictable things can happen. If for some reason you are not able to complete your work in a timely manner, let your client know immediately so they can have enough time to hire someone else”.
\n\n\n\nTijana emphasizes the importance of making expectations clear before accepting a job, both what the client is expecting and what you can expect from the client.
\n\n\n\nLastly, she points out that if you are working from home, your friends and family should treat you the way they would if you were in an office. She advises: “Let them know about your working schedule.”
\n\n\n\nShe hopes that these basic guidelines will be useful in launching freelance careers, as they did her, even though there is no universal recipe for all.
\n\n\n\nTijana highlights: “It’s just important to stay focused on your goals and to be open to new opportunities.” Freelancing wasn’t the only way she could have fulfilled her goals, but it was an important part of her path, and it helped her be confident in her abilities to make the next big step in her life.
\n\n\n\nAs a freelancer, she was missing close relationships with colleagues and teamwork, which she has now found in her current firm. Her colleagues describe her as a: “walking-talking bundle of superpowers: sports medicine and fitness professional, SEO expert, blogger, designer and a kitty foster mum”.
\n\n\n\nIf you are considering starting your career as a freelancer, take the courses offered at learn.wordpress.org, reach out to companies that you would be interested in working with, and remember that there are a whole host of opportunities in the WordPress project.
\n\n\n\nThe WordPress.org Teams – what they do, when and where they meet
\n\n\n\nLearn WordPress resource – free to use to expand your knowledge and skills of using the platform and learning about the community around it.
\n\n\n\nThe 3-day WordCamp Europe 2021 online event begins on 7 June 2021. You can discover more about being a contributor in its live sessions and section on ways to contribute to WordPress.
\n\n\n\nThanks to Olga Gleckler (@oglekler), Abha Thakor (@webcommsat), Chloé Bringmann (@cbringmann), Surendra Thakor (@sthakor), and Meher Bala (@meher) for working on this story. Josepha Haden (@chanthaboune) and also to Topher DeRosia (@topher1kenobe) who created HeroPress. Thank you to Tijana Andrejic (@andtijana) for sharing her #ContributorStory
\n\n\n\nThis post is based on an article originally published on HeroPress.com. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.
\n\n\n\nMeet more WordPress community members in our People of WordPress series.
\n\n\n\n#ContributorStory #HeroPress
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Jun 2021 22:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"webcommsat AbhaNonStopNewsUK";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WordPress.org blog: WP Briefing: Episode 10: Finding the Good In Disagreement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=10424";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://wordpress.org/news/2021/06/episode-10-finding-the-good-in-disagreement/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12066:"To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project.
\n\n\n\nHave a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
\n\n\n\nEditor: Dustin Hartzler
\n\n\n\nLogo: Beatriz Fialho
\n\n\n\nProduction: Chloé Bringmann
\n\n\n\nSong: Fearless First by Kevin MacLeod
\n\n\n\nWordPress 5.8 Development Cycle
\n\n\n\nJosepha Haden Chomphosy 00:10
\n\n\n\nHello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Joseph Haden Chomphosy. Here we go!
\n\n\n\nJosepha Haden Chomphosy 00:40
\n\n\n\nFor anyone who has ever organized something, whether it’s a social event, a school project, or an annual family gathering, you know that there are many different opinions. The more opinions you have, the more likely people don’t see eye to eye. And before you know it, you’ve got some disagreements. Some things make disagreements worse, like imbalance of information, lack of showing your work, and sometimes just “too many cooks in the kitchen,” to use a regional phrase. Frankly, sometimes it seems like the second you have more than one cook in your kitchen, you’re going to get some disagreements. But I think that’s a healthy thing. WordPress is huge. And there are huge numbers of people contributing to WordPress or any other open source project you want to name. So there’s a lot of stuff available to disagree about. If we never saw anyone pointing out an area that wasn’t quite right, there would probably be something wrong. If you, like me, think that a healthy tension of collaborative disagreement can be useful when approached thoughtfully, then this quick start guide is for you.
\n\n\n\nStep one, prepare to host a discussion. This is, by the way, just the hardest step out there. You have to take a little time to figure out what problem you’re solving with the solution you’re suggesting, any goals that it relates to, and then figure out what the bare minimum best outcome would be and what the wildest dreams magic wand waving outcome would be. And you have to be honest with yourself.
\n\n\n\nStep two, host the discussion. The venue will be different for different discussions, but you see a lot of these on team blogs or within the actual tickets where work is being done. Wherever you’re hosting it, state the problem, state your idea for the solution and ask for what you missed. If you’re hosting a discussion in person, like in a town hall format, this can be hard. And generally, hosting discussions in an in-person or voice call or zoom call kind of way is hard. So if you have an opportunity to start doing this in text first and level your way up to in person, that’s my recommendation.
\n\n\n\nStep three is to summarize the discussion and post a decision if possible. So organizing a big discussion into main points is a really good practice for the people you’re summarizing it for and yourself. It helps you to confirm your understanding, and it also gives you the chance to pair other solutions with the problem and goals you outlined in step one. If a different solution solves the same problem but with less time or effort, it’s worth taking a second look with less time or effort. There’s something that I say to WordPress contributors frequently, and that is there are a lot of yeses. There are a lot of right ways to do things and only a few clear wrong ways to do things. So be open-minded about whether or not someone else’s right way to do things could still achieve the goals you’re trying to accomplish with your solution. A note on step three where I said, “and post the decision if possible.” Sometimes you’re the person to make that decision, but sometimes you are not the person who can give something the green light, and so you’re preparing a recommendation. Whether you’re making a decision or a recommendation, sometimes you may experience a little decision-making paralysis. I know I do. So here are a few of the tools that I use.
\n\n\n\nIf you’re avoiding the decision, use the 10/10/10 rule; it can help you figure out if you’re stuck on a short-term problem. If there are too many good choices, use the Eisenhower Matrix that can help you to prioritize objectively. If there are too many bad choices, use the Maximin strategy. It can help you to identify how to minimize any potential negative impacts.
\n\n\n\nOkay, so you’ve considered your position. You’ve discussed everything. You summarized the big points. Maybe you also worked your way through to a recommendation or a decision. What about everyone who disagreed with the decision? Or have you made a recommendation, and it wasn’t accepted? How do you deal with that? That’s where “disagree and commit” shows up. This phrase was made popular by the folks over at Amazon, I think. But it first showed up, I believe at Sun Microsystems as this phrase, “agreeing, commit, disagree and commit or get out of the way.”
\n\n\n\nJosepha Haden Chomphosy 05:34
\n\n\n\nDisagree and commit as a concept works pretty well when everyone agrees on the vision and the goals, but not necessarily how to get to those goals. We’ve had moments in recent history where folks we’re not able to agree, we’re not able to commit, and so then left the project. I hate when that happens. I want people to thrive in this community for the entire length of their careers. But I also understand that situation shows up in the top five learnings of open source when you no longer have interest in the project and handed it off to a competent successor. So there it is – disagreements in open source in WordPress.
\n\n\n\nAs with so many of the things I discuss on this podcast, this is incredibly complex and nuanced in practice. Taking an argument, distilling facts from feelings, and adjusting frames of reference until the solution is well informed and risk-balanced. That is a skill set unto itself. But one that increases the health of any organization. I’ll share that list of references and general materials in the show notes, including a link explaining each of those decision-making tools that I shared. I’m also going to include the contributor training module on decision-making in the WordPress project. It’s got excellent information. It’s part of a series of modules that I asked team reps to take and sponsored contributors. I don’t require it from anyone, but I do hope that it is useful for you. Also, speaking of useful for you, if you are just here for leadership insights, I included some hot takes after the outro music for you. It’s like an Easter egg, but I just told you about it.
\n\n\n\nJosepha Haden Chomphosy 07:33
\n\n\n\nAnd that brings us to our small list of big things! First off, WordCamp Europe is happening this we; I hope that everybody has an opportunity to attend. If you still haven’t gotten your tickets, they are free, and I think there are still a few left. I will include a link in the show notes as well. There’s going to be a little demo with Matt Mullenweg and Matias Ventura on the WordPress 5.8 release that’s coming up. And then kind of a retrospective discussion between Matt and Brian Krogsgard. I encourage you to join; I think it’s going to be very interesting.
\n\n\n\nThere’s also WordCamp, Japan coming up June 20 through 26th. I mentioned it last time – it has a big section of contributing and contribution time. So if you’re looking to get started, some projects are laid out, and I encourage you to take a look at that as well.
\n\n\n\nThe new thing on this list, and I don’t know how new It is, in general, I hope it’s not too new to you, is that WordPress 5.8 release is reaching its beta one milestone on June 8th, so right in the middle of WordCamp Europe. I encourage every single theme developer, plugin developer that we have, agency owners that we have to really take a look at this release and dig into testing it. It’s a gigantic release. And I have so many questions about what will work and will not work once we get it into a broader testing area. We’ve been doing a lot of testing in the outreach program. But it’s always helpful to get people who are using WordPress daily in their jobs to really give a good solid test to the beta product to the beta package. And put it all through its paces for us.
\n\n\n\nSo, that my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.
\n\n\n\nJosepha Haden Chomphosy 10:09
\n\n\n\nHey there, you must be here because I told you about this totally not hidden easter egg about my hot takes on organizational health; I have three for you. And if you’ve ever worked with me, none of this will surprise you. But if you haven’t worked with me, hopefully, it kind of gives you some idea about how I approach all of this a bit differently. So, number one, critical feedback is the sign of a healthy organization. And I will never be dissuaded from that opinion. A complete lack of dissent doesn’t look like “alignment.” To me, that looks like fear. And it goes against the open source idea that many eyes make all bugs shallow.
\n\n\n\nTip number two, a bit of tension is good, a bit of disagreement is good. The same thing that I say about women in tech, we’re not all the same. And if we were, then we wouldn’t need to collaborate anyway. But diversity, whether that’s the diversity of thought or of a person or of experience, just doesn’t happen without some misunderstandings. It’s how we choose to grow through those misunderstandings that make all the difference for the type of organization we are.
\n\n\n\nAnd hot take number three, changing your mind isn’t flip-flopping or hypocritical. I think that’s a sign of growth and willingness to hear others. I like to think of my embarrassment at past bad decisions – as the sore muscles of a learning brain. And I, again, probably won’t be dissuaded from that opinion. Although, you know, if I’m sticking true to changing your mind some flip-flopping or hypocritical, maybe I will, but you can always try to, to give me the counter-argument for that, and we’ll see how it goes. Thank you for joining me for my little public easter egg.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Jun 2021 12:22:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Chloe Bringmann";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:106:"Gutenberg Times: Themes for Full-Site Editing and Getting ready for WordPress 5.8 – Weekend Edition #172";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=18038";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://gutenbergtimes.com/themes-for-full-site-editing-and-getting-ready-for-wordpress-5-8-weekend-edition-172/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:19490:"Howdy,
\n\n\n\nIt’s the eve of the second virtual WordCamp Europe. Tickets are still available for another awesome three days with talks, workshops and contributor events. This year, the organizer decide to sprinkle contributor event into the rest of the schedule and have for all three days, a mix between techtalk, business talks and contributor presentation and discussions. There are quite a few events around the Block editor, Full-site-editing and block-based themes. I compiled a list for you. And just because I am so focused on Gutenberg, doesn’t mean you have to. 😎 Check out the schedule and get your tickets now.
\n\n\n\nHopefully, it will be the last virtual conference and we will see each other at an in-person WordCamp Europe in 2022. I am still hoping for Porto, Portugal. At this state of withdrawal from meeting WordPress friends in person, it doesn’t matter where it will take place, thought. It’ll be a Hug-Fest.
\n\n\n\nLast week, I mentioned the next Gutenberg Times Live Q & A in the subscribers-only section of this newsletter. Now we have a full panel. Registration is officially open. I am thrileed to host Daisy Olsen, Jeff Ong and Tammie Lister for our show on How to get started on Theme building for Full-site Editing and using the Theme.json file to configure your theme, and its interaction with the block editor. The Theme.json file will be introduced with the release of WordPress 5.8 in July 2021. Get a head start and join us!
\n\n\n\nGrzegorz (Greg) Ziolkowski will be back from vaction next week and we will record our next Changelog episode on Friday 11, 2021. I am so excited and can’t wait until Grzegorz is back! If you have questions or suggestions or news, you want us to consider, hit reply or send them to changelog@gutenbergtimes.com. We now have consitently 500 – 800 downloads per week. It’s humbling, mind-boggling and inspiring. And if YOU are a listener, Thank You! If you have a minute or two, consider writing a review of the podcast. We’d be grateful and might read it out loud on the next show.
\n\n\n\nAlright, that’s the news around Gutenberg Times. Below you’ll find what else happened in the Gutenberg universe. Enjoy!
\n\n\n\nYours, 💕
Birgit
PS: Hope to see you at WordCamp Europe. Don’t forget to join the #WCEU channel on WordPress Slack and meet speaker, sponsors, organizer and attendees like you and me.
\n\n\n\n\n\nAnne McCarthy published the Stick the landing (pages) Summary. This post is a summary of the sixth call for testing for the experimental FSE outreach program, which also was translated into Italian to reach more of the non-English audience. Earlier calls were also translated into Japanese. The group of FSE testers is much bigger now, thanks to the persistent efforts by Anne to reach out to the community and stay on top of all the issues around the template editor.
\n\n\n\nA reminder: You can still join the the seventh call for testing: Polished Portfolios – The deadline for your feedback was extended to June 16th, 2021.
\n\n\n\nIf you read this before Sunday night, you can participate in the Full Site Editing Review and Test-a-thon Sunday, June 6th at 7 – 8:30 pm with the WordPress Meetup group in Philadelphia.
\n\n\n\nReading through the summary, I am stuck on trying to understand the difference between a template built by the site-owner and a theme template. What will happen with their templates when the site-owner decides to change the overall theme of their site? There is still plenty to be figured out. How edited block templates are linked to themes is topic of the discussion on GitHub. The Gutenberg team would appreciate some thoughts from folks familiar with these APIs (theme mods, performance, database).
\n\n\n\nKjell Reigstad posted again acomprehensive list of issues and discussions regarding block-based themes and Full-Site Editing: Gutenberg + Themes: Week of May 31, 2021. Any of the listed items are worth checking out and consider commenting. The more the team knows the better the next iteration of Full-Site editing and block-based themes becomes.
\n\n\n\nFrom the meeting notes of this week’s Dev Chat: “Docs needs the most help with end user documentation. For block editor in particular. Some changes from 5.6 and 5.7 are still not published and we had a significant drop in number of contributors due to pandemic situation. Anyone interested in getting involved please ping Milana Cap (zzap on Slack).
\n\n\n\nThe summary of needed DevNotes for new features in WordPress 5.8 is available on GitHub and could use contributors. There is also a “needs dev note” label for pull requests.
\n\n\n\nThe widget screen could use some more testing. As a reminder, please read Help Test the Widgets Editor for WordPress 5.8 by Andre Draganescu
\n\n\n\nHector Pietro wrote in his post What’s next in Gutenberg? (June 2021):
\n\n\n\n“Since Gutenberg 10.7, block patterns displayed in the inserter are fetched from the WordPress.org Pattern Directory. This opens the door to having a big amount of wonderful patterns available in the inserter, which will require iterating on the pattern insertion experience.
\n\n\n\nFor more updates on the Pattern Directory, stay tuned for Block Pattern Directory updates and check the most recent design iterations for the Pattern Directory.”.
\n\n\n\nFeatured Box Plugin with this plugin “you can highlight a image with your key features” wrote Sumaiya Siddika on WordPress.org. Justin Tadlock took it for a spin.
\n\n\n\nJetFormBuilder — Form Builder plugin for Gutenberg from the plugins stable at CrocoBlock. The developers Andrey Shevchenko and Oleksandr Ivanenko also added an extensive Post action hook system that allows you to daisy chain actions and integrated with 3rd party systems. I haven’t tested it yet, but it looks promising. Crocoblock has been building plugins and tools for Elementor and has now started supporing Gutenberg with their products as well.
\n\n\n\nAnother new plugin is the JetEngine for Gutenberg a dynamic content plugin that lets you build a complex websites fast and cost-effectively.
\n\n\n\nA few people ask about Themes that are already working with the Full-Site Editing system and Site Editor. So I put a list together of those I know about. Now before you use them, you need to be aware that they are all built while Full-Site Editing is still under active development, hasn’t been released yet and ergo many features are still experimental. Do not use in production or live site.
\n\n\n\nIf you find any missing, let me know.
\n\n\n\nThis week’s big WordPress business news is the aquisition of Eliots Condon‘s plugin Advanced Custom Fields (ACF) by Delicious Brains. With over more then 1 million active installs ACF is one of the widest used plugins. Thousands for developers depened on it in the last ten years to build complex WordPress sites.
\n\n\n\n\n\n\n\nStepping away from ACF has not been an easy decision to make. The reasoning behind it comes from a place of humility. As the number of installs have grown from thousands to millions, the needs of the product have outgrown my ability to develop solutions. The last thing I want to do to this amazing community is unintentionally hold back the project, so something needed to change.
Elliot Condon, ACF
Early on into the development of the block editor, Candon was also developing a php way to build blocks and integrated it into Advanced Custom Fields Pro starting with the version 5.8. This effort certainly helped developers even more. Now they could use their existing tools and offer their users Gutenberg compatible sites withouth learning ES6 JavaScript or ReactJS.
\n\n\n\nDelicious Brains also caters to WordPress Developers with products like SpinupWP (💕), WP Migrate DB and more. Their team seems to be the right fit to pick up the torch and put ACF on an even stronger path for future growth.
\n\n\n\nYou can learn more about the aquisition via
\n\n\n\nJoin us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC
Theme.json for Theme Authors or building themes for full-site editing in WordPress.
Host: Birgit Pauli-Haack
Panel: Daily Olson, Tammie Lister and Jeff Ong Register Now
June 6, 2021 7:00 pm EDT / 23:00 UTC
WordPress Meetup Philadelphia
Full Site Editing Review and Test-a-thon
June 7 – 9th, 2021
WordCamp Europe
A virtual event and contributor day. Call for sponsors is open.
🎉 Gutenberg Times is a media partner of WordCamp Europe 2021
\n\n\n\nJune 10th, 2021
WordPress “Mega Meetup”: Plugins That Keep Websites Running
June 20 – 26, 2021
WordCamp Japan
The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think…
June 24, 2021
WPEngine Summit 2021
The digital breakthrough conference just released their schedule. Personally, I am very much looking forward to the Keynote talk with Reshma Saujani, founder of Girls Who Code and Marchall Plan for Moms at 12:55 EDT / 16:55 UTC. I also hope to see talks with Rob Stinston, Carrie Dils and Chris Wiegman. There are also deep dive talks listed into Headless WordPress. Enterprise WordPress is definitely heading down that route.
June 24 – 26, 2021
WordCamp Cochabama (Colombia)
July 17 + 18th, 2021
WordCamp Santa Clarita
Calls for speakers ends TODAY!
July 23, 2021
WordFest Live – The festival of WordPress
August 6 + 7, 2021
WordCamp Nicaragua
September 21 + 22, 2021
WPCampus 2021 Online
“A free online conference for web accessibility and WordPress in higher education.”
On the Calendar for WordPress Online Events you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.
\n\n\n\n\nDon’t want to miss the next Weekend Edition?
\n\n\n\n\n\n\n\nFeatured Image: Photo by Xavi Cabrera on Unsplash
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Jun 2021 19:32:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Gutenberg Times: WordCamp Europe 2021 starts Monday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=17964";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://gutenbergtimes.com/wordcamp-europe-2021-starts-monday/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6936:"WordCamp Europe 2021 will be one of the largest virtual WordCamps again and the schedule has some great talks for every WordPress users, developers, site builders, theme designers, DIY site owners and content creators.
\n\n\n\nWe looked through the schedule and spotted very forward-looking Gutenberg related talks, workshops and discussions. Before you study the list, I would recommend the site Time Zone Converter to help you convert the listed times from Central Europe Summer Time (CEST) to your local time. Once in a while I get confused by time zones, and that’s my favorite site to set me straight.
\n\n\n\nFabian Kägy, developer at 10up:
Building great experiences in the new editor
Description: Starting out building blocks or experiences for the WordPress block editor can be a bit daunting. Where do I start? Custom blocks, block patterns or just styling core blocks. In this talk, Kägy will walk through the different options and share the benefits and downsides of each while talking about overall good practices for building great editorial experiences.
\n\n\n\nAs a sidenote: Almost exactly a year ago, Fabian Kägy was a presenter at a Gutenberg Times Live Q & A together with Grzegorz Ziolkowski, and demo’d how you can use and extend the official WordPress create-block scaffolding tool.
\n\n\n\nMonday, June 7th, 2021, at 10am EDT / 14:00 UTC / 16:00 CEST
\n\n\n\nThe names of the panelist are still a secret, and I will update the post when we know more.
\n\n\n\nIf you’d like to get a jump start here are few resources:
\n\n\n\nMonday, June 7, 2021 at 12:34 pm EDT / 16:34 UTC / CEST: 18:34
\n\n\n\nWorkshop: A walkthrough of Full Site Editing with Herb Miller, Web developer in UK,
\n\n\n\nDescription: Herb Miller will give a short tour of Full Site Editing (FSE) in this workshop from his perspective as a contributor to the outreach experiment for this major development in WordPress.
\n\n\n\nHe has created a learning resource which attendees can use to follow on during the workshop.
\n\n\n\nHerb will give attendees an overview of:
\n\n\n\nTuesday, June 8th, 2021 11am EDT / 15:00 UTC / 17:00 CEST
\n\n\n\nLee Shadle, web developer Blazing fast block development
\n\n\n\nLee Shadle wrote in his description: “I’ve been OBSESSED w/ building blocks since before Gutenberg was released. I’ve built a BUNCH of custom block plugins over the years. In this workshop I’m going to share the framework I’ve been using for quickly building custom block plugins for WordPress.”. Shadle recently also held a talk at WordSesh and demo’d his create-block-plugin scaffolding tool and it was inspiring. This is definitely not a talk to miss.
\n\n\n\nTuesday June 8, 2021 12:00 EDT / 16:00 UTC / 18:oo CEST
\n\n\n\nThe Future of Themes in WordPress
\n\n\n\nThe future of themes will be a topic of this panel discussion. Stay tuned or follow WordCamp Europe on Social Media (Twitter, Facebook, Instagram).
\n\n\n\nJoin us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC
Theme.json for Theme Authors or building themes for full-site editing in WordPress.
Host: Birgit Pauli-Haack
Panel: Daily Olson, Tammie Lister and Jeff Ong Register Now
Conversation with Matt Mullenweg
\n\n\n\nMatt Mullenweg is the co-founder of WordPress and the CEO of Automattic. The conversation should be the highlight of the WordCamp Europe
\n\n\n\nWednesday, June 9th, 2021 – 11:42 EDT / 15:42 UTC / 17:42 CEST
\n\n\n\nThis edition of the WordCamp Europe also offers interesting Sponsor talks. Look for them on the schedule, too.
\n\n\n\n\n\n\n\nAs we’re nearing 5.8, there’s an increasing demand for people to speak about Full Site Editing and this post should help act as a resource guide to enable more people to do so. As always, I would love contributions from the wider community to build this out into an even more comprehensive resource! While this post covers a lot of content, see it as a go to place to mix and match as you’d like for your own presentation rather than something you need to know every detail of. For example, if you’re presenting to theme authors, you can use this to get a sense at a glance of what might be relevant from what to demo, what resources to share, what GitHub issues to highlight, and more.
\n\n\n\nJoin us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC
Theme.json for Theme Authors or building themes for full-site editing in WordPress.
Host: Birgit Pauli-Haack
Panel: Daily Olson, Tammie Lister and Jeff Ong Register Now
Depending on who you are and who the audience, the following are your best bets for demo content:
\n\n\n\nThese are the top questions you can most likely expect to get asked with high level answers to get you started in the right direction. For a more comprehensive list of questions and answers, check out the FSE Outreach Program’s roundups.
\n\n\n\nFull Site Editing is a collection of features that bring the familiar experience and extendability of blocks to all parts of your site rather than just post and pages. In terms of value, it depends on who you are:
User: empowerment to customize what you want to your liking without needing to dive into code.
Themer/developer: focus less on coding thanks to various design tools and more on creating a compelling experience with your theme.
Agency: greater control and consistency over what you offer clients including things like setting custom branding colors or locking down various aspects of the site such as typography settings.
When you see or feel this value depends on who you are, how early you adopt features, and when stable features land in Core. Thanks to FSE being a collection of features, some independent and some interdependent, there’s wonderful room to ship what’s stable.
In the long run, it should make theme development much easier and simpler with design tools ready to tap into allowing theme authors to focus less on coding and functions and more on design expression and aesthetics. Because Full Site Editing requires a block based theme, this makes themes extremely important to get right! As a result, lots of pathways are being created including the ability to use theme blocks in a classic theme, exploring how to use the customizer and site editor as part of a “universal theme”, unlocking the ability to create a new block template in a classic theme, allowing classic themes to adopt the block widget editor, and more.
Key: Themes are a key part of the FSE experience, lots of work is being done to allow for a breadth of options going forward, and we need feedback from theme authors to make the transition easier.
FSE is being built in a way that site builders, if they choose to, can build on top of what’s being created. Overall though, FSE is being built partially so people don’t get locked into one site builder over another. While the goals shared between FSE and site builders are similar in terms of empowering users and give better tools to customize a site, the main difference is that we are developing tools that work for users, themers, and hopefully also page builders by expanding how WordPress uses blocks as a whole. Since Core has to strike a nice balance, it’s expected that future plugins will play a role here in exposing more/less depending on user needs.
This will depend on who is asking the question (a user, a theme author, a developer, etc) but some of the GitHub issues referenced above should help. For users, I’d focus on the fact that they would either need to seek out a block theme to use or their current theme would need to ship specific updates. For a themer/developer, I’d share that there will be various options to opt in and out of this work (for example with creating block templates). Upcoming 5.8 dev notes should address this for any new features.
No. 5.8 is focused on giving tools to extenders first and foremost before more user facing changes are launched going forward and integrated into themes. In terms of user facing features, you can expect to see
Anne McCarthy published this post on her personal blog and gave us permission to republish it here as well.
\n\n\n\nJoin us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC
Theme.json for Theme Authors or building themes for full-site editing in WordPress.
Host: Birgit Pauli-Haack
Panel: Daily Olson, Tammie Lister and Jeff Ong Register Now
Jetpack 9.8 was released this week, introducing WordPress Stories as the headline feature. The Story block, which allows users to create interactive stories, was previously only available on mobile. It can now be used in the web editor. Stories went into public beta on the Android app in January 2021, and were officially released on the mobile apps in March.
\n\n\n\nVersion 9.8 also included a security patch for all sites using the Carousel feature. The vulnerability allowed the comments of non-published pages/posts to be leaked. It was severe enough for the Jetpack team to work with WordPress.org to release 78 patched versions – every version of Jetpack since 2.0. Sites not using the Carousel feature were not vulnerable but could be in the future if it was enabled and left unpatched.
\n\n\n\nIn a rare move, WordPress.org pushed a forced update to all vulnerable versions, surprising those who have auto-updates disabled. Several Jetpack users posted in the support forums, asking why the plugin had updated automatically without permission and in some cases not to the newest version.
\n\n\n\n \n\n\n\nJetpack team member Jeremy Herve said the vulnerability was responsibly disclosed via Hackerone, allowing them to work on a patch for the issue. After it was ready to go, the Jetpack team reached out to the WordPress.org security team to inform them of a vulnerability impacting multiple versions of the plugin.
\n\n\n\n“We sent them the patch alongside all the info we had (a PoC for the vulnerability, what features had to be active, what versions of Jetpack were impacted),” Herve said. “They recommended we release point releases for older versions of Jetpack as well.
\n\n\n\n“We created those new releases, and when we were ready to release them, someone from the WordPress.org team made some changes on the WordPress.org side so folks running old, vulnerable versions of the plugin would get auto-updated, just like it works for Core versions of WordPress.”
\n\n\n\nJetpack team member Brandon Kraft estimated the number of vulnerable sites at 18% of the plugin’s active installs. He said that Jetpack was not part of the discussion about the pushing out a forced update.
\n\n\n\n \n\n\n\n“What probably adds to the confusion is that WordPress 5.5 added a UI for plugin (and theme) autoupdates,” Herve said. “That UI, while helping one manage plugin autoupdates on their site, is a bit different from Core’s forced update process. Both of those update types can be deactivated by site owners, just like core’s autoupdates can be deactivated, but I don’t believe (and honestly wouldn’t recommend) that many folks deactivate those updates.”
\n\n\n\nBrandon Kraft dug deeper into the topic and published a post that explains the differences between auto-updates and forced updates. It includes how to lock down file modifications if you don’t want to receive any forced updates in the future. Forced updates, however, are exceedingly rare, and Kraft counts only three for Jetpack since 2013.
\n\n\n\nIn this instance, the Jetpack team followed the official process for reporting a critical vulnerability to the plugin and security teams who determine the impact for users based on a set criteria. Users who received an email notification about an automatic update from Jetpack, despite having the UI in the dashboard set to disable them, should be aware that these forced updates can come once in a blue moon for security purposes.
\n\n\n\nTony Perez, founder of NOC and former CEO at Sucuri, contends that forcing a security update like this violates the intent users’ assign when using the auto-updates UI in WordPress. He highlighted the potential for abuse if the system were to become vulnerable to a bad actor.
\n\n\n\n“The platform is making an active decision that is arguably contrary to what the site administrator is intending when they explicitly say they don’t want something done,” Perez said. “Put plainly, it’s an abuse of trust that exists between the WordPress user and the Foundation that helps maintain the project.
\n\n\n\n“My position is not that it shouldn’t exist. That’s a much deeper ideological debate, but it is about respecting an administrators explicit intent.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Jun 2021 00:04:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WPTavern: Create Per-Post Social Media Images With the Social Image Generator WordPress Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:233:"https://wptavern.com/create-per-post-social-media-images-with-the-social-image-generator-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=create-per-post-social-media-images-with-the-social-image-generator-wordpress-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6689:"It was a bit of a low-key announcement when Daniel Post introduced Social Image Generator to the world in February via tweet. But, when you get repped by Chris Coyier of CSS-Tricks and the co-founder of WordPress uses your plugin (come on, Matt, set a default image), it means your product is on the right track.
\n\n\n\nI am not easily impressed by every new plugin to fly across my metaphorical desk. I probably install at least a couple dozen every week. Sometimes, I do so because something looks handy on the surface, and I want to see if I can find some use for it. Other times, I think it might be worth sharing with Tavern readers. More often than not, I consider most of them cringeworthy. I have high standards.
\n\n\n\nAs I chatted with Post about this new plugin, I was excited enough to call Social Image Generator one of those OMG-where-have-you-been? types of plugins. You will not hear that from me often.
\n\n\n\nPost quit his day job to venture out earlier this year, creating his one-man WordPress agency named Posty Studio. Social Image Generator is its first product.
\n\n\n\n“I kept seeing tutorials on my Twitter feed on how to automatically generate images for your social media posts, but unfortunately, they all used a similar approach (Node.js) that just wasn’t suitable for WordPress,” said Post of the inspiration for the plugin. “This got me thinking: would it be possible to make this for WordPress? I started playing around with image generation in PHP, and when I got my proof of concept working, I realized that this might actually be something I should pursue.”
\n\n\n\nIn our chat over Slack, we actually saw the plugin in action. As he shared Coyier’s article from CSS-Tricks, the chatting platform displayed the social image in real-time.
\n\n\n\nMaybe it was fate. Maybe Post knew it would happen and thought it would be a good idea to show off his work as we talked about his project. Either way, it was enough to impress the writer who is unafraid to call your plugin a dumpster fire if he smells smoke.
\n\n\n\nPost seems to be hitting all the right notes with this commercial plugin. It has a slew of features built into version 1.x, which we will get to shortly. It is dead simple to use. It is something nearly any website owner needs, assuming they want to share their content via social networks. And, with a $39/year starting price, it is not an overly expensive product for those on the fence about buying.
\n\n\n\nAfter installing and activating Social Image Generator, users are taken to the plugin’s settings screen. Other than a license key field and a button for clearing the image cache, most users will want to dive straight into the template editor.
\n\n\n\nAt the moment, the plugin includes 23 templates. From Twenty Seventeen to Twenty Twenty-One, each of the last four default WordPress themes also has a dedicated template. After selecting one, users can customize the colors for the logo, post title, and more — the amount of customization depends on the chosen template.
\n\n\n\nAside from selecting colors, users can choose between various logo and text options. They can also upload a default image for posts without featured images.
\n\n\n\nWhen it comes time to publish, the plugin adds a meta box to the post sidebar. Users can further customize their social image and text on a per-post basis.
\n\n\n\nOnce published, the plugin creates an image that will appear when a post is shared on social media.
\n\n\n\nOn the whole, there is a ton that anyone can do with the built-in templates. There is also an API for developers to create their own. For a first outing, it is a robust offering. However, there is so much more that can be done to make the plugin more flexible.
\n\n\n\nThus far, Post said he has received tons of positive feedback along with feature requests. Primarily, users are asking for more customization options and the ability to create and use multiple templates. These are the focus areas for the next version. With a 1,718% increase in revenue in the past month, it seems he might have the initial financial backing to invest in them.
\n\n\n\n“I’ve started building a completely overhauled drag-n-drop editor, which will allow you to create basically any custom image you want,” he said. “It will be heavily inspired by the block editor, and I want to keep the UI and UX as close to the block editor as possible.”
\n\n\n\nThe new template editor would allow users to create multiple layers, an idea similar to how Photoshop, Gimp, and other image-editing software works. The difference would be that it can pull in data from WordPress.
\n\n\n\n“For example, an ‘Image’ layer will have options such as height/width and positioning, as well as some stylistic options like color filters and gradient overlays,” said Post. “A ‘Text’ layer can be any font, color, and size and can show predefined options (post title, date, etc.) or whatever you want. You can add an infinite number of layers and order them however you’d like.”
\n\n\n\nHe seems excited about opening up new possibilities with an overhauled editor. Users could potentially create social image templates for each post type. A custom layer might pull in post metadata, such as displaying product pricing or ratings from eCommerce plugins like WooCommerce.
\n\n\n\n“The prebuilt templates will still exist, similar to Block Patterns in the block editor,” said the plugin developer. “They will, however, serve as a starting point rather than the final product. I’ll also try to implement theme styling as much as possible.
\n\n\n\n“The possibilities here are so endless, and I’m incredibly excited for this next part.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Jun 2021 23:59:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: Building Featured Boxes With the WordPress Block Editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117803";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:175:"https://wptavern.com/building-featured-boxes-with-the-wordpress-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=building-featured-boxes-with-the-wordpress-block-editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6333:"It is a new day with another chase for that elusive block plugin that will bring a little joy into my life. Today’s experiment comes courtesy of the Feature Box plugin by Sumaiya Siddika. It is a simple block that allows end-users to upload an image and add some content to an offset box.
\n\n\n\nThe plugin’s output is a typical pattern on the web. As usual, I am excited to see plugin authors experimenting with bringing these features to WordPress users. I want to see more of it, especially from first-time plugin contributors.
\n\n\n\nI was able to quickly get the block up and running, adding my custom content. The following is what the block looked like after entering my content and customizing it. I envisioned myself as a recipe blogger for this test.
\n\n\n\nOn a technical level, the plugin worked well. I ran into no errors. Everything was simple to customize. However, it never felt like an ideal user experience.
\n\n\n\nThe first thing I immediately noticed is that image uploading happens in the block options sidebar. Core WordPress blocks have a dedicated button in the toolbar for adding images and other media. I also found myself wanting more direct control over individual elements. How could I change the heading font size? Where were the typical button styles like Outline and Solid Color? How do I insert other blocks, like a list?
\n\n\n\nNone of those things were possible. Like many other blocks, the developer has created a system with specific parameters, and the user cannot move outside of them. There are times when that rigidity makes sense, such as when building custom blocks for clients. However, more often than not, publicly-released plugins should be far more open.
\n\n\n\nThis tightly controlled block is reflective of how WordPress worked in the past. It was often inflexible, leaving users to what theme and plugin developers thought was best for their sites.
\n\n\n\nThe block system is about tossing out these overly rigid concepts and giving users power over their content. The job of plugins and themes is to define the framework the user is operating under. They set up some rules to more or less keep things from breaking, but the users get to strap themselves into the driver’s seat. Their destination is their own.
\n\n\n\nThe block would have been far more well-rounded if users could control all of the content in the box. Ideally, they could put whatever blocks they wanted into the “content” area of the Feature Box block. The design would match their theme better too.
\n\n\n\nA couple of weeks ago, I wrote a post titled You Might Not Need That Block. The premise was that users could recreate some blocks with the current editor and that themers could make this easier by offering patterns.
\n\n\n\nI knew replicating this particular block would be impossible without at least a little custom code. WordPress’s editor does not have a feature for offsetting a block’s position.
\n\n\n\nA theme author could easily duplicate this functionality. Typically, I would create a custom pattern, complete with all the existing pieces in place. However, I wanted to approach this with custom block styles. This would allow end-users to select the content offset from the sidebar and switch it around if needed.
\n\n\n\nNote: For those who wish to learn how to create custom block styles, Carolina Nymark’s tutorial is the best resource.
\n\n\n\nThe Cover block made an ideal candidate for this. Because it has an existing “inner wrapper” element, it meant that I could target it with CSS and move it around. The following is a screenshot of the Offset Left style I created:
\n\n\n\nI simply replicated the code and changed a few values to create an Offset Right style immediately after. The code is available as a GitHub Gist. It is a simple proof-of-concept and not a polished product. There are various approaches to this, and several Cover block options are left unhandled. Theme authors are free to take the code and run with it.
\n\n\n\nThese block styles looked far better because they matched my theme. Everything from the spacing to the border-radius to the button looked as it should.
\n\n\n\nThe big win was that I had design control over every aspect of the content box. I could select the button style I wanted. I could change my font sizes. The default spacing matched my theme as it should.
\n\n\n\nThe problem I ran into with the block style method is allowing users to control the content box’s background color. The Feature Box plugin wins in the user experience category here because it has an option for this. The block style I created inherits its background from the Cover block parent. It may not be immediately obvious how to change it.
\n\n\n\nThe other “problem” with the block style is that it does not handle wide and full alignments for the Cover block. That is because I did not take the experiment that far, only replicating the plugin’s layout. I will leave that to theme designers to tinker around with. There are many possibilities to explore; don’t wait for me to provide all the ideas.
\n\n\n\nMy goal with this post and similar ones is to show how I would approach these things as both a user and developer. As a user, I want flexibility in all things. As a developer, I want to provide the solutions that I desire as a user.
\n\n\n\nI also want to see plugin and theme authors thinking beyond their initial use case when building blocks, patterns, styles, and more. Lay the groundwork. Then, expand on that initial idea by thinking of all the ways that users might want to customize what you have built.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Jun 2021 05:07:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: Delicious Brains Acquires Advanced Custom Fields Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117769";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:175:"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin?utm_source=rss&utm_medium=rss&utm_campaign=delicious-brains-acquires-advanced-custom-fields-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4240:"Delicious Brains, the company behind WP Migrate DB Pro and SpinupWP, has acquired the Advanced Custom Fields (ACF) plugin from its creator, Elliot Condon. After 10 years, the plugin has more than 1 million active installs and a thriving business based on the Pro version. It has become an indispensable part of the workflow for thousands of WordPress developers around the globe.
\n\n\n\nThe plugin allows developers to easily customize WordPress edit screens and custom field data. In 2019, the Pro version introduced ACF Blocks, a PHP-based framework for developing custom blocks. This came as a great relief to many developers who did not know how they were going to keep pace with learning the JavaScript required to use WordPress’ Block API.
\n\n\n\nGeneral reaction to the news was positive, as ACF fits in neatly with Delicious Brains’ suite of well-maintained developer products. The company’s founders also possess a genuine appreciation of ACF and its importance to the WordPress developer community.
\n\n\n\n“I don’t think WordPress would be where it is today without ACF,” Brad Touesnard said on a recent episode of the Delicious Brain Waves podcast.
\n\n\n\nCondon cited the scale of the project and “technology complexity and user expectation” as factors in his decision to sell ACF. As a one-person team, he was unable to keep up with the growth of ACF over the years.
\n\n\n\n“Stepping away from ACF has not been an easy decision to make,” Condon said. “The reasoning behind it comes from a place of humility. As the number of installs have grown from thousands to millions, the needs of the product have outgrown my ability to develop solutions. The last thing I want to do to this amazing community is unintentionally hold back the project, so something needed to change.”
\n\n\n\nDelicious Brains’ announcement stated that the company will be reviewing Condon’s roadmap for the product in hopes of fulfilling his vision moving forward.
\n\n\n\n“Two of our greatest strengths that we’ll bring to ACF are design (UI/UX) and developer education,” Touesnard said. “We’ll be focusing our initial efforts in those areas. I have a few UI/UX improvements in mind that would make a huge difference to users. We also see a significant opportunity to produce developer-focused content focused on effectively using ACF in your WordPress projects.”
\n\n\n\nTouesnard also confirmed that Delicious Brains will not be making any drastic changes to ACF or ACF Pro, nor do they plan to adjust the pricing of the product anytime soon.
\n\n\n\n“If we ever decide to update pricing in the future, we won’t force existing customers onto the new pricing,” he said.
\n\n\n\nAfter the initial announcement, there was some confusion surrounding lifetime licenses that originated from a hasty response to a customer inquiry. Delicious Brains has since updated the post to clarify the company’s commitment to ACF Pro’s lifetime customers.
\n\n\n\n“We are committed to honoring lifetime licenses forever,” Touesnard said. “Lifetime license holders will get all ACF Pro software updates forever.”
\n\n\n\nMore information on how the acquisition happened, as well as what customers can expect in the future, is available on the most recent episode of the Delicious Brain Waves podcast.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Jun 2021 03:35:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WordPress.org blog: A New Design is Coming to WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10418";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1152:"After many years of a tidy, white-space filled design on WordPress.org/news it’s time to bring new life to the way we present our content. So much has changed since this site was first created: the people who read it, the type and variety of what is published, even the way WordPress works has changed.
\n\n\n\nWhich means it makes sense to change our theme.
\n\n\n\nEarlier this year, Matt requested a new design from Beatriz Fialho (who also created the State of the Word slides for 2020). The design keeps a clean, white-space friendly format while incorporating a more jazzy, playful feeling with a refreshed color palette.
\n\n\n\nMore detail on this modern exploration have been posted on make.wordpress.org/design. I encourage you to stop by and read more about the thoughts behind the coming updates; and keep an eye out for the new look here and across WordPress.org!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Jun 2021 20:47:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Josepha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"WPTavern: Forks and Alternatives: Custom User Avatar Plugins for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117207";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:191:"https://wptavern.com/forks-and-alternatives-custom-user-avatar-plugins-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=forks-and-alternatives-custom-user-avatar-plugins-for-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7622:"You know what one of the great things about open source is? Others can use a project’s code, share it wholesale, modify it, and/or distribute their changes. These are the pillars upon which WordPress stands. It is a beautiful thing to watch in practice.
\n\n\n\nMost often, it means we can build off the shoulders of those giants who came before us, continually improving the software for ourselves and others. It is how WordPress got its start nearly two decades ago as a fork of the b2/cafelog blogging system.
\n\n\n\nSometimes, it just means having the freedom to give your friend a copy of something you love and letting them use it. Other times, it is the gateway for a budding developer learning how functions or classes work for the first time, ripping apart a project to see what makes it tick.
\n\n\n\nEvery so often, the promise of free software means that others can decide to go their own way when they do not like the direction a project is heading. They can fork the code, carving a new destination for its future.
\n\n\n\nThis is what happened when ProfilePress overhauled its WP User Avatar plugin, turning it into a full-fledged membership solution. While its average user may not be able or willing to dip their toes into the depths of the development waters, when you have a 400,000+ user base, a few of them are bound to be programmers. Or at least tech-savvy enough to create a copy of the previous version and distribute it directly.
\n\n\n\nIt did not take long — mere days — before ex-users began sharing their forks. The beauty of open source is that they have the power to do this without some corporation cracking down on them. I wanted to acknowledge what they accomplished by jumping into a messy situation and making quick alternatives for many users who felt abandoned. This is my symbolic handclap. 👏
\n\n\n\nIt is not often that we get to mention WordPress’s license without gearing up for battle. However, the GPL played a crucial role in making these forks possible. The license protected the plugin’s user base, giving them multiple alternative paths to take.
\n\n\n\nWithout further preaching the merits of open source, the following are the current forks of WP User Avatar:
\n\n\n\nEach fork looks like a straight port of the latest version of WP User Avatar before version 3.0. There are some necessary code and branding changes. The first two also remove all advertising from the plugin.
\n\n\n\nFor anyone looking to return to the exact same functionality as the old plugin, any one of these will do the job.
\n\n\n\nStraight ports are nice to have, especially for those who need to keep their data intact for many user accounts, but this could also be an opportunity for others to look at alternatives. And, custom user avatar solutions are a dime a dozen. There is a little something for everyone out there.
\n\n\n\nThe following is nowhere near a comprehensive list. I have either tested or used most of these in the past couple of years. I encourage anyone to share plugins I did not include in the comments.
\n\n\n\nTopping any list of custom avatar solutions is Simple Local Avatars by 10up. The WordPress company is one of the most respected in the community, and its employees contribute heavily to core development. 10up tends to put together solid plugins.
\n\n\n\nSimple Local Avatars does just what it says on the box. It allows users to upload custom avatars to their site. It also generates requested image sizes on demand. It works alongside Gravatar, a feature that can be enabled or disabled. It also has built-in options for site administrators to grant permission to non-authorized roles to upload their photos.
\n\n\n\nWP User Avatars by John James Jacoby, a lead developer for bbPress and BuddyPress, is another simple plugin. Like many similar solutions, it adds a form for users to manage their avatar from their profile pages.
\n\n\n\nIt is unique in that it works alongside a suite of other user-related plugins that Jacoby offers. While it can work on its own, it is at least worth checking out his WP User Profiles plugin, which overhauls WordPress profile pages. It and his other user-related plugins work in conjunction with each other. Plugin users can pick and choose which they wish to install.
\n\n\n\nThere seems to be a pattern emerging here — users tend to love these simple avatar solutions. User Profile Picture by Cozmoslabs is another that fits this mold. It also includes a block to allow post or page authors to output any user’s profile (avatar, name, description, and posts link) on the site front end.
\n\n\n\nUsers without permission to upload an image cannot add an avatar with this plugin alone. By default, this is the Administrator, Editor, and Author roles. Site admins will need to install either a permissions plugin or Cozmoslabs’ Profile Builder for the extra capability.
\n\n\n\nPixel Avatars is a privacy-first Gravatar replacement. It takes a different route than similar options by not providing a method to upload a custom avatar. Instead, it automatically generates unique avatars for each user with a bit of JavaScript. It is a fun twist on the typical avatar system.
\n\n\n\nTechnically, this is not a standalone avatar plugin. The Pixel Avatars system is a sub-component of the Toolbelt plugin. Created by Ben Gillbanks, it is a collection of tools that he uses for most of his WordPress projects. It may be overkill for many, but each plugin module can be enabled or disabled based on user needs.
\n\n\n\nThis plugin is also different from other solutions because it does not allow local avatar uploading. However, it is a solid alternative for those who just need faster load times, especially on posts that display dozens or hundreds of Gravatar images in the comments.
\n\n\n\nLocal Gravatars by Ari Stathopoulos is a caching system. It stores Gravatar images on the user’s server for a week before flushing them out. This can make for a performance boost instead of hitting the Gravatar CDN for each image.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Jun 2021 01:33:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WPTavern: WordCamp Europe 2021 Online Schedule Announced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117521";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:157:"https://wptavern.com/wordcamp-europe-2021-online-schedule-announced?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-online-schedule-announced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2933:"Mark your calendars for the next major WordPress event coming up at the beginning of next week. WordCamp Europe is just five days away and will run from June 7-9. In July 2020, organizers announced that in-person events would not resume until 2022. At that time, attendees were deeply disappointed but resigned to the necessity of online events due to the pandemic.
\n\n\n\nOne of the advantages of scheduling a virtual event so far in advance is that organizers have been able to eliminate a great deal of uncertainty for attendees and their travel arrangements as well as have more time to create a better online experience. This is one of the few times in WordCamp Europe history where all attendees will be joining virtually, on equal footing from wherever they are in the world.
\n\n\n\nWCEU 2021 organizers have announced the speaker lineup and schedule for the upcoming three days of 30-minute sessions, 10-minute lightning talks, workshops, discussion panels, and interviews. Two tracks will run simultaneously.
\n\n\n\nThe schedule includes some big-picture topics like full-site editing and the future of WordPress themes, as well as more technical topics such as how to quickly build custom blocks, setting up a WooCommerce data hub, headless WordPress, and accessing APIs using OAuth on the Federated Web. At the close of day 3, WordPress co-founder Matt Mullenweg will join the event for a virtual chat.
\n\n\n\nBusiness owners, project managers, designers, and other professionals will all find topics related to their work and interests. The schedule has a built-in favoriting tool so attendees can mark the sessions they plan to attend and then print or email to themselves for a personalized schedule. Every hour or so there will be 10-minute breaks so attendees will have time to talk with others and socialize. WCEU organizers are planning to host virtual networking rooms where attendees can meet sponsors and take part in product demos.
\n\n\n\nRegistration is free and attendees will receive online goodiebags. Tickets are still available but organizers expect it to be another “sell out” year.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Jun 2021 01:07:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WordPress.org blog: The Month in WordPress: May 2021";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10393";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2021/06/the-month-in-wordpress-may-2021/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:11057:"\n\n\n\nIt’s really fun to contribute to something larger than yourself.
Matt Mullenweg’s words in “The Commons of Images” episode of the WP Briefing podcast exemplify the core philosophy of the WordPress project, especially as we inch closer to the next major release (version 5.8). This post covers exciting updates from the month of May.
\n\n\n\nWordPress celebrated the 18th anniversary of its launch on May 27, 2021. To celebrate 40+ releases and WordPress’ support of 40% of the web, the team released 40 milestones to celebrate the anniversary of the software. Here’s to the next 18 and beyond!
\n\n\n\nCreative Commons Search has officially joined the WordPress project. Creative Commons Search (CC Search) is a CC0 image search engine with over 500 million openly licensed images. The search product, which is being renamed to Openverse, will eventually live on the URL: https://wordpress.org/openverse. Contributors working on CC Search will continue their work as part of a new dedicated Make team: https://make.wordpress.org/openverse. Check out “The Commons of Images” podcast episode for more information.
\n\n\n\nWordPress version 5.7.2, a short-cycle security release, came out on May 13. Get the latest version directly from your WordPress dashboard or by downloading it from WordPress.org.
\n\n\n\nWant to contribute to WordPress core? Check out the Core Contributor Handbook. Don’t forget to join the WordPress #core channel in the Make WordPress Slack and follow the Core Team blog. The Core Team hosts weekly chats on Wednesdays at 5 AM and 8 PM UTC.
\n\n\n\nGutenberg version 10.6 and version 10.7 were launched this month. Version 10.6 features experimental Duotone filters (which are shipping with WordPress 5.8), block pattern suggestions in placeholders, and enhancements to the table block. Version 10.7 adds a responsive navigation block, block design tools, and the ability to load block patterns from the directory.
Want to get involved in building Gutenberg? Follow the Core Team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Make WordPress Slack. The latest “What’s next in Gutenberg” post offers more details on the latest updates. If you are unfamiliar with the Gutenberg plugin, learn more in this post.
\n\n\n\nDon’t miss the latest Full Site Editing (FSE) Outreach program testing call on building portfolio pages using the Template Editing feature shipping with WordPress 5.8! The deadline is June 9. The team has published a recap of the Query Quest FSE Testing call, which shares some interesting results. The answers to round two of FSE questions are also out.
\n\n\n\nThe countdown to one of the most anticipated WordPress events, WordCamp Europe 2021 (Online), has started! The full schedule of the event is now available, and the team has exciting plans! Don’t miss this event: get your tickets now before they run out!
\n\n\n\nHave a story that we should include in the next “Month in WordPress” post? Please submit it using this form.
\n\n\n\nThe following folks contributed to May’s Month in WordPress: @meher and @chaion07
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Jun 2021 18:23:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Hari Shanker R";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:132:"HeroPress: From Blogging to WordPress Communities: A Bolivian tale – De Blogger a comunidades de WordPress: Una historia boliviana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=3626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:182:"https://heropress.com/essays/from-blogging-to-wordpress-communities-a-bolivian-tale/#utm_source=rss&utm_medium=rss&utm_campaign=from-blogging-to-wordpress-communities-a-bolivian-tale";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:15766:"Este ensayo también está disponible en español.
\nI would have never imagined that working with WordPress would be a vital part of my current life and that I would be organizing the first WordCamp of my city Cochabamba, and the first of Bolivia.
\nTo start with my story, let me clarify that I don’t have any background in computer science or similar. I actually studied Industrial Engineering and even did a masters degree in Environmental studies. But life has taken me somewhere else and I’m very happy with my current destination. I won’t go into details of how my career changed so much, that would take hours of reading. But my early stages of WordPress started when I decided to start a small business designing and selling cushions and bed clothes. It was tiny and it only lasted a bit more than a year. It was a solo person business, little investment, and very little planning. While I sat in the small store I’d rented to sell these items, begging that people stopping at the shop’s windows would step in to buy something, I decided I needed to create a website for this business.
\nI had zero budget to hire somebody but I had good confidence in my ability to learn things on my own. I had always been the nerdy type and a close friend with computers in general. Thus, I decided I would figure out how to build a website on my own. I ended up building the most simple website/blog with WordPress.com. I didn’t even have a budget to buy a custom domain and I stayed with the free subdomain from WordPress.com. Unfortunately, soon my entrepreneurship was over. There were no profits and any income went mostly to pay the store’s rent. To add to the decision, a previous company with whom I had worked before, contacted me for a job opening that matched my profile. I needed that income. Therefore, I closed the store and forgot about my entrepreneurship.
\n\nHowever, that brief encounter with a simple website had opened a field out there that I wanted to explore better some day.
Back to the employee mode, I started my new job as a technical writer for a software development company. Since I had done my masters degree in the UK, I had a decent level of English, and somehow my close affinity with computers and technology made it easy for me to translate complex software jargon into simple tutorial steps. As I got more training in technical writing, I started to improve my writing skills in general. That reconnected me with a long lost passion of mine- writing. I’d forgotten that little girl in me that used to love writing stories and journaling. In all these years of my adult life, I hadn’t reconnected to it. That’s when I realized I had to have a blog. I needed a blog. And when WordPress.com came to my encounter again.
\nThis time I wanted to know the platform deeply. Creating my blog helped me become more familiar with WordPress and website building in general. I blogged about writing, my thoughts, book reviews, and everything that could come to my mind. That was in 2015.
\nI don’t remember exactly how I got into the WordPress support forums, probably looking for answers to a specific issue about my blog. That’s when I realized there were other people’s questions that I could actually answer. I began checking the forums a couple of times per week. I did it as a hobby. I liked that I was able to help people and learn more while doing that.
\n\nSome people at my work checked their Facebook to relax on their break time, I checked the WordPress.com forums.
That’s how I found out about the Happiness Engineer position in Automattic. A Happiness Engineer provides customer support to people building their blogs or websites with WordPress.com. When I read the job description, it was like reading a job that was perfect for me. Even more it offered the possibility to work remotely and even travel while still working. My career as a technical writer was stuck after three years and I was also certain that I didn’t want to go back to any job related to Industrial Engineering.
\nMy story about applying to Automattic is long. To summarize it, I didn’t get in it the first time I applied. I had to do the trial twice and re-applied three times in total. I had to learn about HTML and CSS. But after almost one year and a half in between the applications and the two trials, I finally got the job. WordPress became my main means of income.
\nIt was in this job that I learned about the WordPress communities around the world and WordCamps. And when somebody asked, how is the WordPress community where you live? I was speechless. I really didn’t know. Was there a community?
\nSoon after finding there wasn’t any community, I started to dig more information about what was needed to organize one. I talked about the idea with some colleagues and they provided good insights. But I was still debating inside myself, who would start it? Was it me? It couldn’t be. It was true I provided technical support for blogs and websites, but I knew nothing about coding, plugin or theme development.
\n\nIt had to be somebody else, an expert WordPress developer, not me.
But after trying to gauge interest and ask around I realized that the only way to find these community members was to start the community. Therefore, the WordPress community in Cochabamba was born. That was 3 years ago.
\nWe’ve had ups and downs, probably similar to any other community. And although Cochabamba is not a big city, we had issues finding a location that would be accessible to everybody and wouldn’t incur a cost. We had people coming from all different levels of knowledge, from people that had a vast experience with WordPress to people with no experience at all but that wanted to learn. Covid19 actually helped the community grow when meetups went online.
\nThe community also brought in me a side I didn’t know I would ever be interested in: public speaking. I had the opportunity to be a speaker at WordCamp Mexico, WordCamp Guayaquil and WordCamp Colombia online. I started to gain confidence while I enjoyed the opportunity to connect with other communities and meet people that were in similar pathways. Not all of them were developers as one tends to imagine in a WordPress community, many like me started only as bloggers.
\nFinally, after 3 years we decided to organize our first WordCamp. I never imagined myself organizing any WordCamp- me, the shy one, suddenly talking to sponsors, contacting companies to sponsor us, leading a group of people with different talents and backgrounds. I’m thrilled to say that I’ve learned so much from the experience.
\nIn all these years my career has taken a dramatic swift turn.
\n\nThanks to WordPress I have been able to find a good job, work remotely, and help build something in my community that helps people learn skills and find career opportunities.
I couldn’t be more grateful for all the good things that WordPress has given me.
\nNunca me hubiera imaginado que trabajar con WordPress sería una parte vital de mi vida y que estaría organizando el primer WordCamp de mi ciudad, Cochabamba, y el primero de Bolivia.
\nPara comenzar con mi historia, déjenme aclarar que no tengo ningún estudio en ciencias de la computación o similar. Estudié Ingeniería Industrial e incluso hice una maestría en estudios ambientales. Pero mi vida ha tomado otro rumbo y estoy feliz con donde estoy ahora.
\nNo iré en detalles de cómo mi carrera cambió, eso tomaría horas de lectura. Pero mis comienzos tempranos con WordPress empezaron cuando decidí comenzar un pequeño negocio diseñando y vendiendo almohadones y ropa de cama. Era muy pequeño y solo duró un poco más de un año. Era un negocio de una sola persona, con poca inversión y poca planeación. Mientras me sentaba dentro de mi tienda vendiendo mis productos y rogando que la gente que se detenía en frente de las vitrinas entrara a comprar algo, decidí que necesitaba crear un sitio web para mi negocio.
\nTenía cero presupuesto para contratar a alguién pero tenía confianza en mis habilidades para aprender cosas por mi misma. Siempre había sido del tipo nerd y muy amiga de las computadoras en general. Entonces decidí que encontraría la forma de construir el sitio web por mi misma. Terminé construyendo un sitio, casi blog, de lo más simple. No tenía ni siquiera presupuesto para comprar un dominio personalizado y me quedé con el subdominio gratuito de WordPress.com. Desafortunadamente, mi emprendimiento llegó al fin. No habían ganancias y cualquier ingreso era generalmente para pagar el alquiler de la tienda. Para influenciar aún más esta decisión, una compañía con quien había trabajado anteriormente me contactó para un trabajo que le iba muy bien a mi perfil. Necesitaba esos ingresos. Por lo tanto cerré la tienda y me olvidé de mi emprendimiento.
\n\nSin embargo, ese encuentro breve con un sitio web simplísimo abrió un campo delante de mis ojos que quería explorar mejor algún día.
De nuevo ya en modo de empleado, comencé mi trabajo como technical writer para una empresa de software. Como había hecho mi maestría en el Reino Unido, tenía un nivel decente de inglés y mi afinidad con las computadoras y la tecnología en general hacía que fuese sencillo para mi traducir la jerga compleja de los desarrolladores de software en tutoriales con sencillos pasos. A medida que recibía más entrenamiento en technical writing, comencé a mejorar mis habilidades de escritura. Eso me reconectó con una pasión perdida, la escritura. Me había olvidado de esa pequeña niña a la que le encantaba escribir historias. En todos estos años de mi vida adulta, no me había reconectado con eso. Entonces me di cuenta que necesitaba un blog, tenía que tener un blog. Y WordPress.com vino a mi encuentro otra vez.
\nEsta vez quería conocer la plataforma más profundamente. La creación de mi blog me ayudó a estar más familiarizada con WordPress y con la construcción de sitios web en general. Blogueé sobre el proceso de escritura, mis pensamientos, revisiones de libros, cualquier cosa que se venga a mi mente. Eso fué en 2015.
\nNo recuerdo exactamente cómo llegué a los foros de WordPress, tal vez buscando respuestas a algún problema con mi blog. Ahí fue cuando me di cuenta que habían preguntas de otras personas que en realidad podía responder. Empecé a revisar los foros un par de veces por semana. Lo hacía por hobby. Me gustaba que podía ayudar a la gente y aprender más mientras lo hacía.
\n\nAlguna gente en mi trabajo revisaba su Facebook durante el tiempo de descanso, yo revisaba los foros de WordPress.com
Fué así que me enteré del trabajo de Happiness Engineer en Automattic. Un Ingeniero de la Felicidad provee soporte técnico a personas que construyen sus sitios o blogs con WordPress.com. Cuando leí la descripción del trabajo, era como leer algo que era perfecto para mí. Adicionalmente me daba la posibilidad de trabajar remotamente e incluso trabajar mientras viajaba. Mi carrera como technical writer estaba estancada después de tres años y estaba segura que no quería retornar a algún trabajo relacionado con Ingeniería Industrial.
\nMi historia sobre mi postulación a Automattic es muy larga. Para resumirlo, no entré a la primera vez. Tuve que hacer el periodo de prueba 2 veces y postulé como 3 veces en general. Tuve que aprender HTML y CSS. Pero después de casi un año y medio entre estas postulaciones y los periodos de prueba, finalmente obtuve el trabajo. WordPress se convirtió en la fuente principal de ingreso.
\nFue en este trabajo que aprendí sobre las comunidades de WordPress en el mundo y los WordCamps. Y cuando alguien me preguntó cómo es la comunidad de WordPress de donde eres? No tenía respuesta. No sabía. ¿Había alguna comunidad?
\nMuy pronto después de darme cuenta que no había ninguna comunidad, empecé a buscar más información sobre lo que era necesario para organizar una. Hablé de la idea con algunos colegas y me dieron buenas perspectivas. Pero todavía me debatía dentro de mi, ¿quien empezaría esta comunidad? ¿Sería yo? No podía ser. Era cierto que proveía soporte técnico para los blogs y páginas web, pero no sabía nada de código o desarrollo de plugins o temas.
\n\nTenía que ser alguien más, un experto desarrollador en WordPress, no yo.
Después de tratar de ver el interés alrededor mío, me di cuenta que la única manera de encontrar a estos miembros de la comunidad era empezando la comunidad. Y es así como la comunidad de Cochabamba nació. Eso fue hace 3 años.
\nTuvimos subidas y bajadas, probablemente como cualquier comunidad. Aunque Cochabamba no es una ciudad grande, tuvimos problemas encontrando un lugar accesible a todos, que no incurría en grandes costos. Tuvimos gente viniendo de todo tipo de experiencias de WordPress, desde gente con vasta experiencia hasta gente que no tenía experiencia para nada pero que quería aprender. El Covid19 en realidad nos ayudó a que la comunidad crezca cuando las reuniones se volvieron virtuales.
\nLa comunidad de WordPress también despertó en mí una parte en la que nunca pensé que estaría interesada, hablar en público. Tuve la oportunidad de ser ponente en el WordCamp México, WordCamp Guayaquil y el WordCamp Colombia online. Empecé a adquirir confianza y disfrutar de la oportunidad de conectar con otras comunidades y conocer gente que estaba en caminos similares. No todos ellos eran desarrolladores como uno tiende a imaginar en una comunidad de WordPress, muchos como yo comenzaron solo como bloggers.
\nFinalmente, después de 3 años, decidimos organizar el primer WordCamp. Nunca me imaginé organizando ningún WordCamp de ningún tipo, yo, bastante tímida, hablando con patrocinadores, contactando compañías para patrocinarnos, liderando un grupo de gente con diferentes talentos y backgrounds. Estoy muy feliz de decir que he aprendido mucho de esta experiencia.
\nEn todos estos años, mi carrera ha dado un giro dramático.
\n\nGracias a WordPress he podido encontrar un buen trabajo, trabajar remotamente, y ayudar a construir algo en mi comunidad que ayuda a que la gente aprenda nuevas habilidades y encuentre oportunidades laborales.
No podría estar más agradecida por todas las cosas buenas que WordPress me ha dado.
\nThe post From Blogging to WordPress Communities: A Bolivian tale – De Blogger a comunidades de WordPress: Una historia boliviana appeared first on HeroPress.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Jun 2021 12:00:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Carla Doria Medina";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WPTavern: Chrome Canary Adds Flag for Disabling FLoC Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117580";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:165:"https://wptavern.com/chrome-canary-adds-flag-for-disabling-floc-testing?utm_source=rss&utm_medium=rss&utm_campaign=chrome-canary-adds-flag-for-disabling-floc-testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6223:"Google’s controversial Federated Learning of Cohorts (FLoC) experiment now has a feature flag within Chrome Canary (the nightly build of Chrome for developers) that allows users to opt out.
\n\n\n\nIn January 2020, Google announced its plans to discontinue support for third-party cookies in Chrome within two years. The first bits and pieces of the company’s Privacy Sandbox initiative started landing in Chrome in December 2020 with an initial flag to disable it. FLoC, Google’s proposed replacement for third-party cookies, began testing as a developer origin trial in Chrome at the end of March 2021.
\n\n\n\nIn Canary, users can navigate to chrome://flags/#privacy-sandbox-settings-2 to find the Privacy Sandbox Settings 2 flag.
\n\n\n\nRelaunch Canary to save the changes. This will unlock the box that allows users to either reset their FLoC group or opt out of FLoC entirely. The new setting is available under chrome://settings/privacySandbox:
\n\n\n\nIf the setting remains enabled, which is the default, Chrome will group users into cohorts based on recent browsing activity and then advertisers select ads for the entire group. Browsing activity for the individual is “kept private on your device,” but Chrome certainly has access that information by way of mediating the cohorts. Google notes that the trial is currently only active in some regions.
\n\n\n\nUsers can also opt out of Privacy Sandbox trials on the same page. Current trials include the following:
\n\n\n\nGoogle has not specified how users would opt out of FLoC if the experiment is successful and moves forward. Organizations and site owners who are currently on the fence about it may go either way depending on how easy it is for Chrome users to opt out themselves.
\n\n\n\n“Instead of comparing FLoC to its predecessor, third party cookies, I feel it’s actually more like the Facebook Pixel – mostly in the sense that it’s controlled by a single surveillance capital company,” WordPress core contributor Roy Tanck commented on the trac ticket for the discussion. “FLoC may not be quite as nefarious, but I feel it should be something website owners consciously opt into.
\n\n\n\n“WordPress has always advocated for a free and open web, and FLoC appears to actively harm that goal. I think WordPress should take a stand against this, and do it now.”
\n\n\n\nA few others have chimed in on the ticket recently as other open source projects have started blocking FLoC by default. Plugin developer David McCan’s comment referenced analytics data published in early May suggesting that US users choose to opt out of tracking 96 percent of the time following the changes in iOS 14.5.
\n\n\n\n“There is no doubt that coming down on the side of user privacy vs user tracking is the right thing to do,” McCan said. “Which headline would we rather see? ‘By default millions of WordPress websites are allowing users to be tracked’ or ‘WordPress takes steps to block user tracking making millions of websites around the world safe to visit?’
\n\n\n\n“We already have a policy that opt-in by default tracking’ is not allowed in plugins hosted by WordPress. This is because we recognize the responsibility and benefit of protecting user privacy.”
\n\n\n\nDuring a live marketing event Google hosted at the end of last week, Jerry Dischler, vice president and general manager of Ads, addressed the recent privacy concerns surrounding FLoC.
\n\n\n\n“We’ll be using these [Privacy Sandbox] APIs for our own ads and measurement products just like everyone else, and we will not build any backdoors for ourselves,” Dischler said.
\n\n\n\nDischler also reaffirmed Google’s commitment to moving away from third-party cookies.
\n\n\n\n“Third-party cookies and other proposed identifiers that some in the industry are advocating for do not meet the rising expectations consumers have when it comes to privacy,” he said. “They will not stand up to rapidly evolving regulatory restrictions; they simply cannot be relied on in the long term.”
\n\n\n\nGoogle bears the burden of reassuring advertisers that effective advertising is still possible as the company moves beyond tracking cookies. It is aiming to future-proof advertisers’ measurement of campaign performance with what it claims are “privacy-safe solutions.” The company is pushing hard for advertisers to adopt these new techniques, promising more actionable first-party conversion data.
\n\n\n\nAlthough consumer expectations have changed, FLoC may not be the answer to the need for a privacy-preserving advertising model. So far it looks like Google will have an uphill battle to gain more broad support from browsers, advertisers, and consumers.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Jun 2021 03:12:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: Ujwal Thapa, Co-Founder of the WordPress Nepal Community, Passes Away";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117594";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:199:"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away?utm_source=rss&utm_medium=rss&utm_campaign=ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4028:"“Here is my resume of professional Failures,” began his LinkedIn profile. On a site where most are apt to share success, Ujwal Thapa started with nearly a two-decade history of dreams that did not quite work out. Or, maybe they did in some ways.
\n\n\n\nMuch of Nepal is reeling from his death today. In the past week, he had been battling multiple health complications from Covid-19. The 44-year-old activist was the founder of the Bibeksheel Nepali political party, originally a peaceful movement that fought against political corruption and social injustice.
\n\n\n\nHowever, many Nepali WordPress users will remember him as a co-founder of their community. The WordPress Nepal Facebook group has now grown to nearly 8,000 members.
\n\n\n\nIn a 2015 interview with Nepal Buzz, he noted his proudest WordPress-related achievement as building this community. “That is not just creating tens and hundreds, but thousands of jobs in Nepal, and has the potential to create tens of thousands more, which basically means we are contributing to the nation by creating opportunities where there are none.”
\n\n\n\nLater in the interview, he said he was a provoker, and he continued to live the remainder of his life in that belief.
\n\n\n\n“I believe that the easiest way to bring change is to align all the positive people in the same direction,” he said. “So my job is to provoke and bring together people with similar interests, and align them in a similar direction, creating the change that they would never believe could come.”
\n\n\n\nThapa founded Digital Max Solutions in 2002, amidst the Nepalese Civil War. At one point, the company had as many as 35 employees. Over 30 eventually moved on to start their own IT businesses. He also created the Entrepreneurs for Nepal Facebook group, which now has over 100,000 members. From May 2013 to October 2019, he served as the Chairperson of the BibekSheel Nepali party.
\n\n\n\nMany in Nepal’s WordPress community owe him a debt of gratitude for having the vision of building off the core platform. WordPress.org Themes Team representative Ganga Kafle credits at least part of his career and deep involvement with WordPress to Thapa, helping him land an initial internship with Web Experts Nepal.
\n\n\n\n“Ujwal Thapa is the person who introduced WordPress to me in 2012 in a meetup,” he said. “After that, I was in close relation with him. In 2014, after my graduation, I went to Ujwal and asked him about the internship, and he took me to that office and talked with the boss and finalized for the internship. That’s how I jumped in WordPress, and now I am one of the leads of Themes Team.”
\n\n\n\n“Once he said to me, ‘WordPress is giving so much things for free, why you hesitate to put Proudly Powered by WordPress?\'” Kafle shared of the mentor, referencing the typical credit line in many WordPress site footers. “He was in love with WordPress.”
\n\n\n\nYou can view Thapa’s WordCamp presentations as a speaker and panel moderator via WordPress.tv.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Jun 2021 19:08:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: Breaking Down WPMarmite’s 127-Shop Full Site Editing Study";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117541";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:179:"https://wptavern.com/breaking-down-wpmarmites-127-shop-full-site-editing-study?utm_source=rss&utm_medium=rss&utm_campaign=breaking-down-wpmarmites-127-shop-full-site-editing-study";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6698:"Earlier today, the WPMarmite team released a massive study of 127 WordPress theme shops. It primarily focused on integration with the block editor. The team also surveyed 22 of the shops directly to dive deeper into what the future might look like when the Full Site Editing (FSE) project is entirely bundled into the core platform, which could be around the WordPress 5.9 release in late 2021.
\n\n\n\nFSE is not a single thing that WordPress will drop on users all at once. It is an ongoing project with several independent but related components that will ship based on their readiness. The goal is to move the block system beyond just content, bringing blocks into all facets of a site’s front end.
\n\n\n\nSingle post/page template editing and block-based widgets are expected to arrive with WordPress 5.8 in July. These are two user-facing components that serve as stepping stones toward a complete FSE experience.
\n\n\n\nPutting study into context, FSE-related discussion for theme authors is mainly about block templates and global styles. These components will create a drastic change to theme development where templates are made up of blocks themselves and styles are configured via a JSON file. For the first time in WordPress’s history, users will be able to directly edit both from an interface in their site admin without knowing any code.
\n\n\n\nWordPress 5.0, the first version to include blocks, launched two and a half years ago. Theme authors have had time to catch up, migrate old projects, and create new ones. WPMarmite’s study gives a solid, at-a-glance view of how shops are fairing now that the shockwave of the block system’s introduction has long settled.
\n\n\n\nThe primary takeaway from the 127-shop study was that 57% of them featured their compatibility with the block editor in some way. Short of testing themes from each site individually or directly asking them all, there is no other way to know how many actually offer support. My guess is the number is not much higher.
\n\n\n\nTechnically, all themes “work” with the WordPress editor. However, not all are designed from the ground up to offer an ideal experience with it. As a commercial theme shop, you would want to mention this support somewhere in your marketing.
\n\n\n\nEven if that 57% is dead-on, a shop featuring block support does not always mean solid support. In my experience of viewing themes and their demos almost daily, “support” often means minimal adjustments to make sure the basics do not break the site. That number is far lower if you are counting themes that offer an immersive block-editor experience.
\n\n\n\nThe number that was surprising but not surprising was the percentage of shops currently providing block patterns. Only 3% (4 in total) bundle custom patterns.
\n\n\n\nWhile the patterns API has only been around since WordPress 5.5, released less than a year ago, it is one of those crucial tools for the future of theme development. I thought the number was low. I just did not know it was 3% low.
\n\n\n\nIf 57% of shops offer some level of block editor support, why are they stopping short of complete integration and not using the most powerful features at their disposal?
\n\n\n\nPatterns are part of that immersive experience I mentioned. If a shop does not have any, I would question how much it actually supports the block system.
\n\n\n\nIn the WordPress.org free theme directory, that percentage is much higher. Currently, 514 themes add block editor styles, and 120 bundle at least one pattern.
\n\n\n\nNote: if you combine those two filters, the directory lists 107 themes. Some could be missing a tag.
\n\n\n\nOne data point the team missed was how many of these theme shops integrated with third-party page builders. I would wager that most of the ThemeForest authors support at least one additional builder, maybe two. It is almost a sure-fire bet that Elementor and Beaver Builder top that list. While the study was on the core block system, this would have given us a more accurate look at the current theme market.
\n\n\n\nOf the 127 shops, WPMarmite surveyed 22 of them with questions around FSE. The most telling statistic is that 82% of shops follow FSE-related news, citing WP Tavern as one of their sources. Thank you, dear readers.
\n\n\n\nOn a more serious note, 86% of those surveyed believe that FSE will be a breakthrough for users. I am not surprised at this. Many features that theme authors have attempted to accomplish over the last decade are being rolled into the Gutenberg plugin. It is a slow process, but having the pieces built into WordPress provides standard APIs that will make themers’ jobs easier. In turn, this will allow them to launch features that users ask for with less code and a faster turnaround.
\n\n\n\nThe number I want to see higher is those actively preparing for block templates and global styles. According to the survey, only 22% are doing so.
\n\n\n\nThese components are continually in flux. However, the foundational elements are far more stable than they were just a few months ago. This makes it a good moment for others to start diving in — there is less chance of breaking changes with the system. I expect the percentage of commercial theme shops working with FSE to jump throughout the year. However, it could be a slow process getting to the point where such themes are commonplace. We may need to see a breakout block theme that quickly rises in popularity first. Everyone else will fall in line.
\n\n\n\nIn the meantime, if anyone wants to experiment with FSE, there are six themes listed in the directory.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Jun 2021 00:36:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:117:"Gutenberg Times: Why WordPress Agencies Are Embracing Gutenberg – Help Test WordPress 5.8 – Weekend Edition #171";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=17922";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:118:"https://gutenbergtimes.com/why-wordpress-agencies-are-embracing-gutenberg-help-test-wordpress-5-8-weekend-edition-171/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12753:"Howdy,
\n\n\n\nMemorial Day is a federal holiday, honoring the men and women who died while serving in the U.S. military. Although a sad occasion for many people in the US, it is also the first long weekend after a cold winter. Many of you will hopefully take the opportunity to spend it leisurely outside with family and friends, away from the screens. Look up from your phone. The content keeps until Tuesday when you get back to work.
\n\n\n\nAfter catching up on my publishing schedule, I will spend the weekend with friends at the Cricket Club, and at the Dali Museum in St. Petersburg. Let me know about your weekend!
\n\n\n\n\n\nWith the release of Gutenberg 10.7 version, we are in the “feature freeze” which means from now to the first beta release on June 8th, 2021, it’s all about bug fixing. Below you’ll find several ways how you can help make it a great release.
\n\n\n\n\n\n\n\nThere is something to be said that 5.8 is probably the biggest release for Gutenberg since 5.0 and in terms of merged code might even be bigger.
Riad Benguella, editor release lead for WordPress 5.8, in #core-editor meeting 5/26/2021
Yours 💕,
Birgit
PS: Thank you to all who shared great resources on wp.data last week! If you used the wp.data package in your blocks, I am looking for real life examples. Ping me in Slack @bph or email me.
\n\n\n\nPPS: Huge “Thank You” to Dave Smith for his wonderful review of our podcast. Grzegorz (Greg) Ziolkowski is on vacation, and we’ll record the next Gutenberg Changelog on Friday Jun 11, covering both releases 10.7 and 10.8. Send us your questions to changelog@gutenbergtimes.com.
\n\n\n\nA new call for testing is now available from the FSE outreach program! Deadline: Jun 9th, 2021. Anne McCarthy sends you down the rabbit hole to create a Polished Portfolio Pages, using the Template Editor and your personal Query Blocks design. She guides you with nice ideas for your Portfolio page, the accompanying template and shares designs from the web. On WPTavern, Justin Tadlock followed along. He shared his page’s source code and the joy and frustrations along the way.
\n\n\n\nHuge W. Roberts introduces you to the Five Photo Editing Tools Available To Use On The Block Editor and explains in detail how to crop, resize and zoom and other features of the Image block.
\n\n\n\nSpeaking of which, WordPress 5.8 will bring a new feature to the image and cover block: Coloring Your Images With Duotone Filters, created by Alex Lende. Details about this wonderful new feature are now available on the WordPress News site. Using the Gutenberg plugin, you don’t have to wait until July 20, 2021 for WordPress 5.8 to come out. You can use today!
\n\n\n\nBlockbase “This block theme attempts to make all the common theme styles configurable in theme.json, and provides the CSS needed to make them work until the blocks themselves support these settings.” wrote Ben Dwyer The Blockbase themes is available via GitHub. Justin Tadlock at WPTavern kick the tires of it. He concluded: “It is the modern-day Underscores (_s) for blocks, and the WordPress theme design community will need such a project moving forward. They will need a starting point and educational tool, and Blockbase is just that.” You’d be interested in more details.
\n\n\n\nHector Pietro published What’s new in Gutenberg 10.7? The release notes for this week’s Gutenberg plugin release. This is the last version of Gutenberg features that will be coming to WordPress core. What didn’t make it? Navigation screen and block, Post Author Block and the Refactor of the Gallery Block. The latter is a bit disappointing as I was very much looking forward to building galleries with image blocks. Ah, well.
\n\n\n\nThe new Widget screen made it and could use some major testing round: Use the WordPress Beta Tester plugin, enable the nightly stream on the bleeding edge channel and start testing specially for backwards compatibility with existing themes and plugins and configuration. Pantheon gives Developer 2 free testing sites, and has a powerful migration tool for cloning existing sites for testing. It’s what we will use for our long-time client sites. If you feel you don’t have enough times, but also don’t want to see any surprises, you can install the Classic Widgets plugin by core contributors Tonya Mork and Andrew Ozz.
\n\n\n\nAllison Rivers wrote Why WordPress Agencies Are Embracing Gutenberg for the Torque Magazine. Rivers interviewed 15 Agency leaders in the WordPress space who shared why they are slowly moving away from 3rd party page builders favoring the block editor and the rich ecosystem around it, with Generate Blocks, Kadence Blocks, Toolset, Stackable, Genesis Blocks and more.
\n\n\n\nThe above article was a nice palate cleanser after the rather lively debate on This Week in WordPress #164 with Nathan Wrigley and Spencer Forman. The reasoning from the agency leaders might also explain why hard-core Elementor fans get so agitated. Big “Thank You” to Nathan Wrigley for having me on the show. 🤟 It was quite entertaining, to say the least.
\n\n\n\nIn case you missed it, I thoroughly enjoyed Nathan Wrigley’s interview with Benjamin Intal, of Stackable on the WP Tavern Jukebox podcast, and Why he is betting his business on blocks.
\n\n\n\nEric Karkovack did a deep dive into the plugin Block Visibility by Nick Diego and shared his insights in his article An Easy Way to Edit Block Visibility in the WordPress Gutenberg Editor .I mentioned the plugin multiple times before. If you didn’t get a chance to test it on one of your projects, Karkovack’s article gives you definitely more insight in how it works, and what use cases are suitable for it.
I also discovered the plugin Conditional Blocks by Morgan Hvidt with a slightly different approach. Both plugins also provide pro versions via their respective websites.
June 7 – 9th, 2021
WordCamp Europe
A virtual event and contributor day. Call for sponsors is open.
🎉 Gutenberg Times is a media partner of WordCamp Europe 2021
\n\n\n\nJune 10th, 2021
WordPress “Mega Meetup”: Plugins That Keep Websites Running
June 20 – 26, 2021
WordCamp Japan
The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think…
June 24, 2021
WPEngine Summit 2021
The digital breakthrough conference
June 24 – 26, 2021
WordCamp Cochabama (Colombia)
July 17 + 18th, 2021
WordCamp Santa Clarita
Calls for speakers was extended to June 5th, 2021.
July 23, 2021
WordFest Live – The festival of WordPress
September 21 + 22, 2021
WPCampus 2021 Online
“A free online conference for web accessibility and WordPress in higher education.” Call for Proposal is up and proposal are due May 26, 2021
On the Calendar for WordPress Online Events you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.
\n\n\n\n\nDon’t want to miss the next Weekend Edition?
\n\n\n\n\n\n\n\nFeatured Image: Photo by Ravi Palwe on Unsplash
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 May 2021 18:23:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: The Automattic Theme Team Announces Blockbase, Its New Block Parent Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117361";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:209:"https://wptavern.com/the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme?utm_source=rss&utm_medium=rss&utm_campaign=the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6504:"Any WordPress company that builds and maintains themes worth its salt is already doing at least some preliminary work as WordPress inches ever closer to bundling its upcoming block theme system. Automattic’s Theme Team is no exception. Ben Dwyer announced the team’s new Blockbase parent theme on the Theme Shaper blog yesterday. It includes support for global styles and block templating.
\n\n\n\nThe theme is based on the classic, block-editor-ready Blank Canvas project that Automattic launched in January. Until a few days ago, it was even named Blank Canvas Blocks. I have been checking in on the team’s work in the past couple of months, waiting to see how Blockbase and Mayland Blocks, a child theme based on the team’s original Mayland, were coming along.
\n\n\n\nThe team has built a well-rounded system that should keep them from overhauling each block theme they create for WordPress.com every time there is a change. For theme authors who have yet to dip their toes into the block-theme pond, it might also be the starting point they need.
\n\n\n\nThe Holy Grail of some block theme designers will be creating a project with little more than a theme.json
file. The goal: let WordPress generate all the CSS via setting and style configurations. It will never be possible for all theme authors to achieve their design goals through this — most will need at least some custom CSS. And, whether such a goal is A Good Thing remains to be seen.
Nevertheless, the future of theme design will lean on JSON-configured and generated styles. Blockbase leverages this system to create a standardized set of guideposts for its eventual child themes. This ensures that creators are not continually updating their themes as block styling rapidly evolves.
\n\n\n\nBlockbase serves as a bridge between what is currently possible to configure via a theme.json
file and what will be possible in the future.
It is the modern-day Underscores (_s) for blocks, and the WordPress theme design community will need such a project moving forward. They will need a starting point and educational tool, and Blockbase is just that.
\n\n\n\nThe latest version of the Gutenberg plugin only covers a fraction of what it and, eventually, WordPress will handle in the coming months and years. However, it does allow theme authors to add custom settings via the settings.custom
key, creating their own CSS variables that are automatically output in the site’s head. The Theme Team used this feature to their advantage. Where Gutenberg does not currently support a setting, Blockbase has a custom theme.json
parameter. The theme then uses the generated CSS variables in its stylesheet. As Gutenberg and WordPress eventually support more of these settings out of the box, the team can simply remove unneeded code.
The theme is not altogether unopinionated. “Blockbase is intended to be a representation of all the theme style settings that we believe should eventually live in Global Styles and be configurable by users,” wrote Dwyer. Block theme development could still change in unexpected ways as the system continues to be refined, and the theme will need to change along with it. Bumps in the road should be expected.
\n\n\n\nIt is a project that soon-to-be and current block themers can learn from. While it is currently available via GitHub, Dwyer said the team can investigate making it a npm package if there is enough interest.
\n\n\n\nOne of the most unique things the theme does is work with the theme.json
settings via PHP. In Blockbase’s functions.php
file, it plucks out font-family names registered in the JSON file. It then automatically loads their associated stylesheets from the Google Fonts API. While it is not documented in the code (it should be), I am taking an educated guess that the goal is to allow child theme authors to declare fonts in their own theme.json
files and for Blockbase to handle the loading.
The code is relatively simple. It is the technique that matters.
\n\n\n\nAs developers grapple with the changing nature of WordPress theme architecture, they will need to find new solutions for some of the old problems they previously solved in a PHP-only world. With most theme configuration moving to JSON and templates to HTML, it can be easy to feel like they are losing that dynamic nature of PHP. It was something reliable, and developers have spent years honing custom systems around the old WordPress.
\n\n\n\nThe new WordPress delivers a more robust set of design tools out of the box, but it can seem a bit foreign. That is why seeing real-world code examples of how others are handling these features is a vital step in transitioning more theme authors to block-based development.
\n\n\n\nThis may be a small code sampling, but I am impressed by the clever thinking. In my journey to learn more about how block themes work, I often find myself hitting a brick wall, fighting against the system. This code works with it instead of against it.
\n\n\n\nI do not often write several paragraphs about one function that spans a mere 21 lines of code, but I am still a developer at heart and love seeing elegantly simple solutions. It is not about the font-loading technique; it is about solving problems. This code will undoubtedly be copied many thousands of times over in the coming years and modified for many more thousands of uses. If you are a theme developer and do not see it yet, you will.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 May 2021 00:00:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"HeroPress: Yoast Pivots Diversity Fund";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=3632";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:121:"https://heropress.com/yoast-pivots-diversity-fund/#utm_source=rss&utm_medium=rss&utm_campaign=yoast-pivots-diversity-fund";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2606:"For the last three and a half years, Yoast has offered a “diversity fund”, which funded WordCamp attendance for underrepresented people in tech. The goal was to increase the diversity at WordCamps. It worked very well. According to a recent blog post:
\n\n\n\n\n\n\nDuring 2018, 2019, and 2020:
\n\n
\n- We were able to sponsor 70 people,
\n- To join a total of 56 events,
\n- That were all around Asia, Africa, North America, South America, Europe, and Australia.
\n
The problem is that in 2020 all that came to a screeching halt when WordCamps stopped happening. But rather than throw up their hands and say “Oh well!”, the good folks at Yoast came up with a new plan.
\n\n\n\nThe new plan is to sponsor the same group of people, but to fund their WordPress projects, rather than travel to an event. To quote the same blog post from above:
\n\n\n\n\n\n\n\nSo what kind of projects are we looking for? It can be a short-term project, like fixing a simple bug, or a longer-term project like creating a new WordPress theme. That being said, we are looking for projects that aim to be no longer than one WordPress release cycle of three months.
I particularly love this new direction because it feels like a more substantial contribution. Don’t get me wrong, I think WordCamps are great and important, but supporting someone financially for three months while they build something that the entire world gets to use just feels like a bigger thing.
\n\n\n\nDiversity is very important to us here at HeroPress. We’ve striven for diversity across multiple metrics, from gender to age, culture, geography, and language. I think that’s why this project speaks to me more than others.
\n\n\n\nSo many thanks to Yoast for making this happen.
\n\n\n\nIf you’d like more information about the program, check out this blog post, and if you’d like to apply for the fund click here.
\nThe post Yoast Pivots Diversity Fund appeared first on HeroPress.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 May 2021 13:03:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WPTavern: Happy 18th Birthday, WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117346";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:123:"https://wptavern.com/happy-18th-birthday-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=happy-18th-birthday-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4396:"WordPress is celebrating 18 years today since the first release of the software to the general public. That release post, titled, “WordPress Now Available,” kicked off an exciting era in the history of the blogosphere where WordPress emerged as an unofficial successor to the abandoned b2/cafelog software. Reading the comments on the first release, you can feel the energy of that time when loyal b2 users were thrilled to have a smooth migration to a new blogging engine that would be maintained.
\n\n\n\nOne line in that post may have had even more impact on WordPress’ trajectory than the features contained in the first release:
\n\n\n\n“WordPress is available completely free of charge under the GPL license.“
\n\n\n\nThe license it inherited from b2 empowered the WordPress community to make it the powerful CMS that it is today. WordPress now underpins a multi-billion dollar economy of creators, publishers, and merchants who can build just about anything with the world of GPL-licensed extensions available. WordPress’ vibrant ecosystem has grown to include more than 58,000 free plugins to extend core, and thousands of commercial plugins and services, including hosting companies that cater specifically to its users.
\n\n\n\nWordPress was instrumental in making publishing software accessible to those with no coding experience, and it is now doing the same for e-commerce, facilitating billions of dollars in sales for businesses and independent stores. The pandemic created unprecedented opportunities for WordPress-powered stores to succeed as traditional brick-and-mortar businesses were forced to close their doors.
\n\n\n\nDespite weathering some profound, once-in-a-lifetime challenges over the past year, WordPress has continued to grow at a phenomenal rate. In February, the CMS passed 40% market share of all websites, up from 35.4% in January 2020, as measured by W3Techs. WordPress’ project lead and co-founder Matt Mullenweg noted this milestone in a post on his blog, marking the 18th anniversary:
\n\n\n\n\n\n\n\nWho could have imagined that our nights and weekends hacking on blogging software, a fork of b2/cafelog, could turn into something powering over 40% of the web? Or that nearly twenty years in, it would be getting better faster than it ever has been?
WordPress.org is celebrating with a new history timeline that logs 40 major milestones along the path to 40% market share. Scrolling through it reads like a story, highlighting some of the most salient moments in WordPress’ history, like the launch of the plugin repository, major interface improvements, and the first WordCamp. There are some interesting notes about how WordPress was able to outpace its contemporaries in the early days, doubling its downloads after Moveable Type 3.0 introduced licensing restrictions. The software had several turns of fortune along the way that have bolstered its market dominance.
\n\n\n\nFor many who have contributed to WordPress’ success, it’s the smaller points that don’t make this official timeline which have been the glue for this community. Friendships are forged in working together and celebrating small wins but also in weathering the friction, conflict, and human failures that come part and parcel with working on an open source project.
\n\n\n\n18 years of growth is a milestone worth recognizing on the web. Congratulations to the code contributors, translators, community organizers, WordPress leadership, and everyone else who has helped make this beloved publishing platform that continues to surprise the world.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 May 2021 03:29:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"WPTavern: Gutenberg 10.7 Integrates With the Pattern Directory, Introduces New Block Design Controls";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117350";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:243:"https://wptavern.com/gutenberg-10-7-integrates-with-the-pattern-directory-introduces-new-block-design-controls?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-7-integrates-with-the-pattern-directory-introduces-new-block-design-controls";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7306:"Gutenberg 10.7 landed yesterday. Within a few hours, the development team also released version 10.7.1 of the plugin with a few bug fixes. The latest update primarily focuses on work expected to land in WordPress 5.8 this July.
\n\n\n\nThe feature freeze deadline for the current WordPress development cycle passed on Tuesday. This should mean that no new features beyond Gutenberg 10.7 will make it into the core platform. WordPress 5.8 Beta 1 is slated for June 8.
\n\n\n\nThis release feels like the team has polished the interface and experience for the better. Users can also look forward to several enhancements, such as additional block design options.
\n\n\n\nGutenberg now serves its default block patterns via the pattern directory on WordPress.org. This moves their development outside of the plugin and core WordPress, which means designers can iterate on them without a user needing to update. They will always have the latest version available from the editor.
\n\n\n\nThe pattern directory will be a handy tool for end-users. For many, it will likely serve as a path toward building more complex layouts in the WordPress editor. At the moment, it only houses 10 patterns. This will change after it is opened to community submissions.
\n\n\n\nShaun Andrews shared some of the ongoing design work for the directory, and it is beautiful. I am eager to see the final result when it launches.
\n\n\n\nA side note about block patterns: there is currently a bug that may cause some of those bundled with themes to not appear in the inserter.
\n\n\n\nVersion 10.7 introduces several new design controls for blocks. The most exciting feature for many will be margin controls for more precise control over spacing. Theme authors must set the settings.spacing.customMargin
key to true
in their theme.json
files to enable this.
Currently, only the Site Title and Site Tagline blocks support margin controls. However, now that the initial feature has landed, we should expect others to follow suit in future versions.
\n\n\n\nThe Site Title block also has letter case typography controls.
\n\n\n\nThe development team upgraded the Column block with a couple of new options. Users can now customize the padding and colors for individual columns.
\n\n\n\nOne of the more low-key enhancements happens to be one of my favorite changes. The Media & Text block received a new “media width” block option in the sidebar. This makes getting the correct width a far better experience than using the drag handle in the content canvas.
\n\n\n\nI may begin using this block more now. I had been shying away from it for any use case beyond the default width settings.
\n\n\n\nAnother welcome enhancement is Cover being added as a transform option for the Group block. It will only appear if the block has a background.
\n\n\n\nTemplate-editing mode will be one of the most highlighted features for WordPress 5.8. It allows users to switch from content to template editing while never leaving the post screen. Therefore, users will need a welcome guide to explain the new feature.
\n\n\n\nCurrently, the message reads:
\n\n\n\n\n\n\n\nWelcome to the template editor
Templates express the layout of the site. Customize all aspects of your posts and pages using the tools of blocks and patterns.
It is a solid starting point, but it does not fully explain what this mode is about. I expect the development team to smooth it out a bit, maybe add an extra slide or two, or even link to a dedicated documentation page on WordPress.org. Helping users set off on the right foot with this new feature should mitigate confusion and lower the support burden.
\n\n\n\nThere is currently an open call for volunteers to provide feedback on the template editor while building a portfolio-type landing page (see my results). Make sure to get involved if you can spare half an hour or more.
\n\n\n\ncolumn-gap
This is more of a theme developer note, but some users may have noticed lines of buttons not extending to the edge of their container. In certain situations, at least.
\n\n\n\nEssentially, the space between individual Button blocks used a bit of a hacky, old-school CSS margin solution to create the gutter space between each. In the modern world of flex and grid layouts, it is something most designers dread seeing. It overcomplicates things and makes for more bloated CSS, particularly if you want to make adjustments based on screen size.
\n\n\n\nI am highlighting this change because it is one of those stages where the block system is becoming more polished under the hood. And, it could be the start of more exciting things to come for theme authors.
\n\n\n\n“This is great, this is beautiful, themers are going to love it,” wrote Joen Asmussen in the ticket. “At some point once the dust settles, we should see if this gap could become a global styles property; since it’s so easy to change and resilient, it would be nice to handle in such a neat way.”
\n\n\n\nIt is a welcome sight to see the use of column-gap
land in the plugin. Of course, it could use row-gap
for vertical spacing instead of margins in those cases where Buttons extend beyond a single row.
Now, can we do the same for the Columns, Gallery, and Query Loop blocks? Normalizing the system for gutters/gaps between flex items can save dozens upon dozens of lines of code in the long term.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 May 2021 00:41:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: WordPress 18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=54256";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:35:"https://ma.tt/2021/05/wordpress-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1446:"Today marks eighteen years since the very first release of WordPress. I consider myself so lucky to have co-founded the project alongside Mike Little. Who could have imagined that our nights and weekends hacking on blogging software, a fork of b2/cafelog, could turn into something powering over 40% of the web? Or that nearly twenty years in, it would be getting better faster than it ever has been?
\n\n\n\nI blogged these anniversaries when WordPress was five, ten, fifteen, and last year at seventeen, but as the project reaches an age that, if it were a child, it would be heading off to college, I’m uncharacteristically at a loss for words.
\n\n\n\nThe overwhelming feeling is one of gratitude, so I want to say thank you to every person who has ever been involved with making WordPress as a contributor, a community organizer, or as an end-user of the software. It’s amazing what we can accomplish when we work together.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 May 2021 22:31:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Foundation: 18 years of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"https://wordpressfoundation.org/?p=187010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpressfoundation.org/2021/18-years-of-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4064:"On this very day 18 years ago (May 27th), the first version of the WordPress open source software came out. WordPress has come a long way in the past 18 years. At the time of writing this blog post, WordPress has surpassed 40 releases and powers more than 40% of the web!
\n\n\n\nCheck out these 40 key milestones in the WordPress journey towards 40% of the web!
\n\n\n\n \n\n\n\nOne of the critical milestones in this journey is the establishment of the WordPress Foundation in January 2010. The foundation aims to ensure free access, in perpetuity, to WordPress and the software projects we support. People and businesses may come and go, so it is essential that the source code for these projects will survive beyond the current contributor base. This will ensure that we have a stable platform for web publishing for generations to come. As part of this mission, the Foundation will protect WordPress, WordCamp, and related trademarks.
\n\n\n\nA 501(c)3 non-profit organization, the WordPress Foundation pursues a charter to educate the public about WordPress and related open source software. We regularly host educational programs like charity hackathons and open source educational events. These programs are made possible through the help of generous donations from our donors.
\n\n\n\nIf WordPress has helped you in any way during the past 18 years, kindly consider donating to the WordPress Foundation. Money raised by the WordPress Foundation will be used to ensure free access to supported software projects, protect the WordPress trademark, and fund various programs. In short – your donations will go a long way in helping the WordPress project. You can either make a one-time donation or choose to donate annually. If you sign up for any one of the four annual subscription plans, you will be featured on our Donors page – as a token of our gratitude for supporting education programs about WordPress and open source.
\n\n\n\n \n\n\n\nWordPress would not exist without its team of global contributors that help build the software. The best way to give back to WordPress is to help us build it! You need not be a developer to give back to WordPress – some other ways to contribute to the project include translations, support, community, documentation, and marketing, to name a few. In other words – anyone and everyone can contribute to WordPress, and we strongly encourage you to do so!
\n\n\n\nThank you for your support of WordPress over the past 18 years. Your continued patronage will ensure that WordPress will keep going for the next 18 years and beyond!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 May 2021 10:57:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Hari Shanker";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress.org blog: WordPress at 18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10380";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2021/05/wordpress-at-18/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1022:"Today marks the 18th anniversary of WordPress’ launch, a day that I fondly refer to as WordPress’ birthday, which means WordPress is 6,575 days old. To celebrate another turn around the sun, the community has had parties, we have shared data, and we have told our story.
\n\n\n\nSince our last birthday we developed our 40th release and now also support over 40% of the web. So it seems fitting that this year’s celebration should be a list of 40 milestones that have helped us get there.
\n\n\n\n \n\n\n\nGrab a slice of cake or festive beverage and give it a scroll!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 May 2021 06:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Josepha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"WPTavern: Joomla Blocks FLoC by Default, Drupal Moves to Block FLoC in Upcoming 9.2 Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117217";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:225:"https://wptavern.com/joomla-blocks-floc-by-default-drupal-moves-to-block-floc-in-upcoming-9-2-release?utm_source=rss&utm_medium=rss&utm_campaign=joomla-blocks-floc-by-default-drupal-moves-to-block-floc-in-upcoming-9-2-release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7349:"Joomla has announced plans to block Google’s Federated Learning of Cohorts (FLoC) by default going forward. The 3.9.2.7 security update, released yesterday, added a Permissions Policy header to disable FLoC. Users can now find a new setting in Global configuration on the Site tab in the Site Settings area, where they can toggle FLoC on if desired. This change will also affect existing sites updated from older versions.
\n\n\n\nThe Joomla Developer Network blog outlined a few concerns contributors have about fingerprinting, the technology Google uses to gather information from a user’s browser to create a unique, stable identifier. They also highlighted cross-content exposure as another concern:
\n\n\n\n\n\n\n\nThe technology will share new personal data with trackers who can already identify users. For FLoC to be useful to advertisers, a user’s cohort will necessarily reveal information about their behavior.
This means every site you visit will have a good idea about what kind of person you are on first contact, without having to do the work of tracking you across the web.
If you visit a site to buy a jumper they will have access to your cohort identifying number. This could also give them your political thinking or reveal that you are also in certain defined medical groups. There is nothing to stop these groups being backward engineered and your movement between the cohorts will reveal a lot about you over time.
A similar permissions policy header was added to Drupal 9.2.0-beta1 on May 14, after a lengthy discussion with overwhelming consensus to block FLoC. It is expected to be part of Drupal core on June 16, 2021, when 9.2 is scheduled to be released.
\n\n\n\n“I’d love to see this added to core and enabled by default,” Drupal founder Dries Buytaert commented on the implementation discussion. “We should provide an option/mechanism to disable it though.” He said he has already added a Permissions-Policy header on his personal blog.
\n\n\n\nDrupal makes disabling it a bit more of a hurdle than Joomla, as it requires setting block_interest_cohort
to FALSE in the settings.php file.
Although FLoC is still in the experimental stage, many other frameworks and tools have blocked it or are planning to block it. The DuckDuckGo Chrome extension has been reconfigured to block FLoC’s tracking, in addition to DuckDuckGo Search opting users out. GitHub is also blocking FLoC on GitHub Pages and all sites served from the github.io domain. Although Chrome is the market leader by a wide margin, Google has not yet been able to sway any other major browsers to get on board. At this time, Microsoft Edge, Safari, and Firefox do not plan to adopt FLoC.
\n\n\n\n“It is disappointing to see Google, instead of taking the present opportunity to help design and build a user-first, privacy-first Web, proposing and immediately shipping in Chrome a set of smaller, ad-tech-conserving changes, which explicitly prioritize maintaining the structure of the Web advertising ecosystem as Google sees it,” Brave CEO and co-founder Brendon Eich and senior privacy researcher Peter Snyder wrote in a statement on the company’s blog. “The worst aspect of FLoC is that it materially harms user privacy, under the guise of being privacy-friendly.”
\n\n\n\nBrave has disabled FLoC and the company recommends that all sites do the same, advising that “any new privacy-risking features on the web should be opt-in.” The post concludes that FLoC will not be an improvement on current ad tech:
\n\n\n\n\n\n\n\nOverall, FLoC, along with many other elements of Google’s “Privacy Sandbox” proposal, are a step backward from more fundamental, privacy-and-user focused changes the Web needs. Instead of deep change to enforce real privacy and to eliminate conflicts of interest, Google is proposing Titanic-level deckchair-shuffling that largely maintains the current, harmful, inefficient system the Web has evolved into, a system that has been disastrous for the Web, users and publishers.
What the Web desperately needs is radical change, one where “would users want this?” is the most important question asked for each new feature. Instead, FLoC and “Privacy Sandbox” ask “how can we make this work for ad-tech, in a way that users will tolerate or not notice.”
The open source Umbraco CMS is taking a more hands-off approach to the controversial issue. In response to a PR suggesting suggesting Umbraco block FLoC, Umbraco project manager Sebastiaan Janssen said, “We feel it’s not our place or task to enforce this kind of blocking, we believe site implementers should be free to use whatever services they think make sense for their sites (as well as block them when they want).”
\n\n\n\nAt this point in Google’s Chrome’s Origin Trial, Chrome representatives do not yet know how the FLoC API will be finalized for determining which pages will be included in FLoC calculations. WordPress has not yet made a determination about whether to block FLoC or leave it site owners to decide. Multiple FLoC blocking plugins are already available to users who want to opt out now. After a lengthy and heated discussion on a proposal to block FLoC by default, WordPress core leadership moved the conversation to Trac where contributors are monitoring Google’s experiment.
\n\n\n\nThe ticket has not yet received much feedback as WordPress is taking a more cautious approach that will depend on how Google decides to implement its FLoC API. Without the support of any major browsers, WordPress’ support or opposition may be critical to the success or failure of FLoC adoption on the web. Once more information from the FLoC trial becomes available, WordPress contributors will be in a better position to decide a course of action.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 May 2021 02:25:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 18 Jun 2021 00:55:54 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 18 Jun 2021 00:30:09 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 2";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20201016172007";}', 'no'); INSERT INTO `wp_options` VALUES (1310, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1624020955', 'no'); INSERT INTO `wp_options` VALUES (1311, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1623977755', 'no'); INSERT INTO `wp_options` VALUES (1312, '_transient_timeout_dash_v2_fe2922e4dab38d163882ac0453e47f7b', '1624020955', 'no'); INSERT INTO `wp_options` VALUES (1313, '_transient_dash_v2_fe2922e4dab38d163882ac0453e47f7b', ' ', 'no'); INSERT INTO `wp_options` VALUES (1314, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1623988613', 'no'); INSERT INTO `wp_options` VALUES (1315, '_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:4952;}s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4771;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2716;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2593;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:2003;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1859;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1837;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1518;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1506;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1499;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1497;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1485;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1471;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1311;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:1266;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:1257;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1230;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1153;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:1127;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:1059;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:959;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:933;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:909;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:887;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:878;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:829;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:822;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:810;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:807;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:786;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:763;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:747;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:729;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:728;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:719;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:713;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:684;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:683;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:665;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:664;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:663;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:660;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:656;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:649;}s:9:"gutenberg";a:3:{s:4:"name";s:9:"gutenberg";s:4:"slug";s:9:"gutenberg";s:5:"count";i:644;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:614;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:600;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:598;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:590;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:590;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:575;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:573;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:566;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:561;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:559;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:557;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:547;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:546;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:545;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:539;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:530;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:523;}s:9:"elementor";a:3:{s:4:"name";s:9:"elementor";s:4:"slug";s:9:"elementor";s:5:"count";i:522;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:512;}s:5:"block";a:3:{s:4:"name";s:5:"block";s:4:"slug";s:5:"block";s:5:"count";i:508;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:504;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:500;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:497;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:492;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:486;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:478;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:467;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:461;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:459;}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:452;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:447;}s:8:"shipping";a:3:{s:4:"name";s:8:"shipping";s:4:"slug";s:8:"shipping";s:5:"count";i:446;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:445;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:445;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:443;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:432;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:426;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:420;}s:11:"performance";a:3:{s:4:"name";s:11:"performance";s:4:"slug";s:11:"performance";s:5:"count";i:413;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:411;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:408;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:407;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:400;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:394;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:389;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:388;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:380;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:379;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:378;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:371;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:367;}s:6:"import";a:3:{s:4:"name";s:6:"import";s:4:"slug";s:6:"import";s:5:"count";i:366;}s:16:"google-analytics";a:3:{s:4:"name";s:16:"google analytics";s:4:"slug";s:16:"google-analytics";s:5:"count";i:358;}s:5:"cache";a:3:{s:4:"name";s:5:"cache";s:4:"slug";s:5:"cache";s:5:"count";i:356;}s:16:"custom-post-type";a:3:{s:4:"name";s:16:"custom post type";s:4:"slug";s:16:"custom-post-type";s:5:"count";i:348;}}', 'no'); INSERT INTO `wp_options` VALUES (1316, 'duplicator_settings', 'a:17:{s:7:"version";s:5:"1.4.1";s:18:"uninstall_settings";b:1;s:15:"uninstall_files";b:1;s:16:"uninstall_tables";b:1;s:13:"package_debug";b:0;s:17:"package_mysqldump";b:1;s:22:"package_mysqldump_path";s:0:"";s:24:"package_phpdump_qrylimit";s:3:"100";s:17:"package_zip_flush";b:0;s:19:"installer_name_mode";s:6:"simple";s:16:"storage_position";s:6:"wpcont";s:20:"storage_htaccess_off";b:0;s:18:"archive_build_mode";i:2;s:17:"skip_archive_scan";b:0;s:21:"unhook_third_party_js";b:0;s:22:"unhook_third_party_css";b:0;s:17:"active_package_id";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (1317, 'duplicator_version_plugin', '1.4.1', 'yes'); INSERT INTO `wp_options` VALUES (1318, 'duplicator_ui_view_state', 'a:3:{s:22:"dup-pack-storage-panel";s:1:"1";s:22:"dup-pack-archive-panel";s:1:"1";s:24:"dup-pack-installer-panel";s:1:"0";}', 'yes'); INSERT INTO `wp_options` VALUES (1319, 'duplicator_package_active', 'O:11:"DUP_Package":23:{s:7:"Created";s:19:"2021-06-18 01:02:02";s:7:"Version";s:5:"1.4.1";s:9:"VersionWP";s:5:"5.7.2";s:9:"VersionDB";s:7:"10.4.17";s:10:"VersionPHP";s:5:"8.0.2";s:9:"VersionOS";s:5:"WINNT";s:2:"ID";N;s:4:"Name";s:26:"20210618_lakeorchardvillas";s:4:"Hash";s:35:"23159de1fab887b87899_20210618010202";s:8:"NameHash";s:62:"20210618_lakeorchardvillas_23159de1fab887b87899_20210618010202";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:8:"ScanFile";s:72:"20210618_lakeorchardvillas_23159de1fab887b87899_20210618010202_scan.json";s:10:"TimerStart";i:-1;s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";i:0;s:6:"WPUser";N;s:7:"Archive";O:11:"DUP_Archive":21:{s:10:"FilterDirs";s:0:"";s:11:"FilterFiles";s:0:"";s:10:"FilterExts";s:0:"";s:13:"FilterDirsAll";a:0:{}s:14:"FilterFilesAll";a:0:{}s:13:"FilterExtsAll";a:0:{}s:8:"FilterOn";i:0;s:12:"ExportOnlyDB";i:0;s:4:"File";N;s:6:"Format";s:3:"ZIP";s:7:"PackDir";s:32:"C:/xampp/htdocs/lakeorchardvilla";s:4:"Size";i:0;s:4:"Dirs";a:0:{}s:5:"Files";a:0:{}s:10:"FilterInfo";O:23:"DUP_Archive_Filter_Info":8:{s:4:"Dirs";O:34:"DUP_Archive_Filter_Scope_Directory":6:{s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:10:"AddonSites";a:0:{}s:4:"Core";a:0:{}s:6:"Global";a:0:{}s:8:"Instance";a:0:{}}s:5:"Files";O:29:"DUP_Archive_Filter_Scope_File":7:{s:4:"Size";a:0:{}s:7:"Warning";a:0:{}s:10:"Unreadable";a:0:{}s:10:"AddonSites";a:0:{}s:4:"Core";a:0:{}s:6:"Global";a:0:{}s:8:"Instance";a:0:{}}s:4:"Exts";O:29:"DUP_Archive_Filter_Scope_Base":3:{s:4:"Core";a:0:{}s:6:"Global";a:0:{}s:8:"Instance";a:0:{}}s:9:"UDirCount";i:0;s:10:"UFileCount";i:0;s:9:"UExtCount";i:0;s:8:"TreeSize";a:0:{}s:11:"TreeWarning";a:0:{}}s:14:"RecursiveLinks";a:0:{}s:10:"file_count";i:-1;s:10:"\0*\0Package";O:11:"DUP_Package":23:{s:7:"Created";s:19:"2021-06-18 01:02:02";s:7:"Version";s:5:"1.4.1";s:9:"VersionWP";s:5:"5.7.2";s:9:"VersionDB";s:7:"10.4.17";s:10:"VersionPHP";s:5:"8.0.2";s:9:"VersionOS";s:5:"WINNT";s:2:"ID";N;s:4:"Name";s:26:"20210618_lakeorchardvillas";s:4:"Hash";s:35:"23159de1fab887b87899_20210618010202";s:8:"NameHash";s:62:"20210618_lakeorchardvillas_23159de1fab887b87899_20210618010202";s:4:"Type";i:0;s:5:"Notes";s:0:"";s:8:"ScanFile";N;s:10:"TimerStart";i:-1;s:7:"Runtime";N;s:7:"ExeSize";N;s:7:"ZipSize";N;s:6:"Status";i:0;s:6:"WPUser";N;s:7:"Archive";r:21;s:9:"Installer";O:13:"DUP_Installer":13:{s:4:"File";N;s:4:"Size";i:0;s:10:"OptsDBHost";s:0:"";s:10:"OptsDBPort";s:0:"";s:10:"OptsDBName";s:0:"";s:10:"OptsDBUser";s:0:"";s:13:"OptsDBCharset";s:0:"";s:15:"OptsDBCollation";s:0:"";s:12:"OptsSecureOn";i:0;s:14:"OptsSecurePass";s:0:"";s:13:"numFilesAdded";i:0;s:12:"numDirsAdded";i:0;s:10:"\0*\0Package";r:63;}s:8:"Database";O:12:"DUP_Database":14:{s:4:"Type";s:5:"MySQL";s:4:"Size";N;s:4:"File";N;s:4:"Path";N;s:12:"FilterTables";s:0:"";s:8:"FilterOn";i:0;s:4:"Name";N;s:10:"Compatible";s:0:"";s:8:"Comments";s:31:"mariadb.org binary distribution";s:4:"info";O:16:"DUP_DatabaseInfo":16:{s:9:"buildMode";N;s:13:"collationList";a:0:{}s:17:"isTablesUpperCase";N;s:15:"isNameUpperCase";N;s:4:"name";N;s:15:"tablesBaseCount";N;s:16:"tablesFinalCount";N;s:14:"tablesRowCount";N;s:16:"tablesSizeOnDisk";N;s:18:"varLowerCaseTables";i:1;s:7:"version";N;s:14:"versionComment";N;s:18:"tableWiseRowCounts";a:0:{}s:11:"triggerList";a:0:{}s:33:"\0DUP_DatabaseInfo\0intFieldsStruct";a:0:{}s:42:"\0DUP_DatabaseInfo\0indexProcessedSchemaSize";a:0:{}}s:10:"\0*\0Package";r:63;s:24:"\0DUP_Database\0tempDbPath";N;s:23:"\0DUP_Database\0EOFMarker";s:0:"";s:26:"\0DUP_Database\0networkFlush";b:0;}s:13:"BuildProgress";O:18:"DUP_Build_Progress":12:{s:17:"thread_start_time";N;s:11:"initialized";b:0;s:15:"installer_built";b:0;s:15:"archive_started";b:0;s:20:"archive_has_database";b:0;s:13:"archive_built";b:0;s:21:"database_script_built";b:0;s:6:"failed";b:0;s:7:"retries";i:0;s:14:"build_failures";a:0:{}s:19:"validation_failures";a:0:{}s:27:"\0DUP_Build_Progress\0package";r:63;}}s:29:"\0DUP_Archive\0tmpFilterDirsAll";a:0:{}s:24:"\0DUP_Archive\0wpCorePaths";a:5:{i:0;s:41:"C:/xampp/htdocs/lakeorchardvilla/wp-admin";i:1;s:51:"C:/xampp/htdocs/lakeorchardvilla/wp-content/uploads";i:2;s:53:"C:/xampp/htdocs/lakeorchardvilla/wp-content/languages";i:3;s:50:"C:/xampp/htdocs/lakeorchardvilla/wp-content/themes";i:4;s:44:"C:/xampp/htdocs/lakeorchardvilla/wp-includes";}s:29:"\0DUP_Archive\0wpCoreExactPaths";a:2:{i:0;s:32:"C:/xampp/htdocs/lakeorchardvilla";i:1;s:43:"C:/xampp/htdocs/lakeorchardvilla/wp-content";}}s:9:"Installer";r:84;s:8:"Database";r:98;s:13:"BuildProgress";r:129;}', 'yes'); INSERT INTO `wp_options` VALUES (1320, '_mphb_wp_session_expires_fdde2262e2d7c1ad6ddc130607a2c3fa', '1623981001', 'no'); INSERT INTO `wp_options` VALUES (1321, 'wp_db_backup_excs', 'a:2:{s:9:"revisions";a:0:{}s:4:"spam";a:0:{}}', 'yes'); # # End of data contents of table `wp_options` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_postmeta` # -------------------------------------------------------- # # Delete any existing table `wp_postmeta` # DROP TABLE IF EXISTS `wp_postmeta`; # # Table structure of table `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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=608 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_postmeta` # INSERT INTO `wp_postmeta` VALUES (1, 2, '_wp_page_template', 'default'); INSERT INTO `wp_postmeta` VALUES (2, 3, '_wp_page_template', 'default'); INSERT INTO `wp_postmeta` VALUES (3, 1, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (4, 2, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (5, 2, '_edit_lock', '1620953786:1'); INSERT INTO `wp_postmeta` VALUES (8, 7, '_wp_page_template', '100-width.php'); INSERT INTO `wp_postmeta` VALUES (9, 7, 'pyre_portfolio_width_100', 'no'); INSERT INTO `wp_postmeta` VALUES (10, 7, 'pyre_portfolio_content_length', 'default'); INSERT INTO `wp_postmeta` VALUES (11, 7, 'pyre_portfolio_excerpt', ''); INSERT INTO `wp_postmeta` VALUES (12, 7, 'pyre_portfolio_filters', 'yes'); INSERT INTO `wp_postmeta` VALUES (13, 7, 'pyre_portfolio_text_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (14, 7, 'pyre_portfolio_featured_image_size', 'default'); INSERT INTO `wp_postmeta` VALUES (15, 7, 'pyre_portfolio_column_spacing', ''); INSERT INTO `wp_postmeta` VALUES (16, 7, 'fusion_builder_status', 'active'); INSERT INTO `wp_postmeta` VALUES (17, 7, 'fusion_builder_converted', 'yes'); INSERT INTO `wp_postmeta` VALUES (18, 7, 'pyre_slider_type', 'flex'); INSERT INTO `wp_postmeta` VALUES (19, 7, 'pyre_slider', '0'); INSERT INTO `wp_postmeta` VALUES (20, 7, 'pyre_wooslider', 'home'); INSERT INTO `wp_postmeta` VALUES (21, 7, 'pyre_revslider', '0'); INSERT INTO `wp_postmeta` VALUES (22, 7, 'pyre_elasticslider', '0'); INSERT INTO `wp_postmeta` VALUES (23, 7, 'pyre_slider_position', 'default'); INSERT INTO `wp_postmeta` VALUES (24, 7, 'pyre_avada_rev_styles', 'default'); INSERT INTO `wp_postmeta` VALUES (25, 7, 'pyre_fallback', ''); INSERT INTO `wp_postmeta` VALUES (26, 7, 'pyre_demo_slider', ''); INSERT INTO `wp_postmeta` VALUES (27, 7, 'pyre_main_top_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (28, 7, 'pyre_main_bottom_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (29, 7, 'pyre_hundredp_padding', ''); INSERT INTO `wp_postmeta` VALUES (30, 7, 'pyre_show_first_featured_image', 'no'); INSERT INTO `wp_postmeta` VALUES (31, 7, 'pyre_display_header', 'yes'); INSERT INTO `wp_postmeta` VALUES (32, 7, 'pyre_header_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (33, 7, 'pyre_header_bg', ''); INSERT INTO `wp_postmeta` VALUES (34, 7, 'pyre_header_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (35, 7, 'pyre_header_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (36, 7, 'pyre_displayed_menu', 'default'); INSERT INTO `wp_postmeta` VALUES (37, 7, 'pyre_display_footer', 'default'); INSERT INTO `wp_postmeta` VALUES (38, 7, 'pyre_display_copyright', 'default'); INSERT INTO `wp_postmeta` VALUES (39, 7, 'pyre_footer_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (40, 7, 'pyre_sidebar_position', 'default'); INSERT INTO `wp_postmeta` VALUES (41, 7, 'pyre_sidebar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (42, 7, 'pyre_page_bg_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (43, 7, 'pyre_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (44, 7, 'pyre_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (45, 7, 'pyre_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (46, 7, 'pyre_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (47, 7, 'pyre_wide_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (48, 7, 'pyre_wide_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (49, 7, 'pyre_wide_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (50, 7, 'pyre_wide_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (51, 7, 'pyre_page_title', 'no'); INSERT INTO `wp_postmeta` VALUES (52, 7, 'pyre_page_title_breadcrumbs_search_bar', 'default'); INSERT INTO `wp_postmeta` VALUES (53, 7, 'pyre_page_title_text', 'default'); INSERT INTO `wp_postmeta` VALUES (54, 7, 'pyre_page_title_text_alignment', 'default'); INSERT INTO `wp_postmeta` VALUES (55, 7, 'pyre_page_title_custom_text', ''); INSERT INTO `wp_postmeta` VALUES (56, 7, 'pyre_page_title_text_size', ''); INSERT INTO `wp_postmeta` VALUES (57, 7, 'pyre_page_title_custom_subheader', ''); INSERT INTO `wp_postmeta` VALUES (58, 7, 'pyre_page_title_custom_subheader_text_size', ''); INSERT INTO `wp_postmeta` VALUES (59, 7, 'pyre_page_title_font_color', ''); INSERT INTO `wp_postmeta` VALUES (60, 7, 'pyre_page_title_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (61, 7, 'pyre_page_title_height', ''); INSERT INTO `wp_postmeta` VALUES (62, 7, 'pyre_page_title_mobile_height', ''); INSERT INTO `wp_postmeta` VALUES (63, 7, 'pyre_page_title_bar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (64, 7, 'pyre_page_title_bar_borders_color', ''); INSERT INTO `wp_postmeta` VALUES (65, 7, 'pyre_page_title_bar_bg', ''); INSERT INTO `wp_postmeta` VALUES (66, 7, 'pyre_page_title_bar_bg_retina', ''); INSERT INTO `wp_postmeta` VALUES (67, 7, 'pyre_page_title_bar_bg_full', 'default'); INSERT INTO `wp_postmeta` VALUES (68, 7, 'pyre_page_title_bg_parallax', 'default'); INSERT INTO `wp_postmeta` VALUES (69, 7, 'pyre_sidebar_sticky', 'default'); INSERT INTO `wp_postmeta` VALUES (70, 7, 'pyre_page_title_line_height', ''); INSERT INTO `wp_postmeta` VALUES (71, 7, 'kd_featured-image-2_page_id', ''); INSERT INTO `wp_postmeta` VALUES (72, 7, 'kd_featured-image-3_page_id', ''); INSERT INTO `wp_postmeta` VALUES (73, 7, 'kd_featured-image-4_page_id', ''); INSERT INTO `wp_postmeta` VALUES (74, 7, 'kd_featured-image-5_page_id', ''); INSERT INTO `wp_postmeta` VALUES (75, 7, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (76, 7, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (77, 7, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (78, 7, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (79, 7, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0.98)'); INSERT INTO `wp_postmeta` VALUES (80, 7, '_fusion', 'a:14:{s:7:"bg_full";s:2:"no";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:25:"show_first_featured_image";s:3:"yes";s:12:"main_padding";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:15:"content_bg_full";s:2:"no";s:9:"bg_repeat";s:6:"repeat";s:16:"header_bg_repeat";s:6:"repeat";s:11:"slider_type";s:4:"flex";s:6:"slider";s:1:"0";s:9:"wooslider";s:1:"0";s:9:"revslider";s:1:"0";s:14:"page_title_bar";s:2:"no";s:17:"content_bg_repeat";s:6:"repeat";}'); INSERT INTO `wp_postmeta` VALUES (81, 7, '_fusion_google_fonts', 'a:1:{s:17:"Libre Baskerville";a:1:{s:8:"variants";a:11:{i:0;s:3:"400";i:1;s:3:"400";i:2;s:3:"400";i:3;s:3:"400";i:4;s:3:"400";i:5;s:3:"400";i:6;s:3:"400";i:7;s:3:"400";i:8;s:3:"400";i:9;s:3:"400";i:10;s:3:"400";}}}'); INSERT INTO `wp_postmeta` VALUES (82, 7, '_wxr_import_user_slug', 'sam-mi'); INSERT INTO `wp_postmeta` VALUES (83, 7, 'fusion_demo_import', 'spa'); INSERT INTO `wp_postmeta` VALUES (84, 7, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (85, 7, '_fusion_builder_custom_css', '.fusion-logo img {\r\n display: none;\r\n}'); INSERT INTO `wp_postmeta` VALUES (86, 9, '_wp_page_template', '100-width.php'); INSERT INTO `wp_postmeta` VALUES (87, 9, 'pyre_portfolio_width_100', 'no'); INSERT INTO `wp_postmeta` VALUES (88, 9, 'pyre_portfolio_content_length', 'default'); INSERT INTO `wp_postmeta` VALUES (89, 9, 'pyre_portfolio_excerpt', ''); INSERT INTO `wp_postmeta` VALUES (90, 9, 'pyre_portfolio_filters', 'yes'); INSERT INTO `wp_postmeta` VALUES (91, 9, 'pyre_portfolio_text_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (92, 9, 'pyre_portfolio_featured_image_size', 'default'); INSERT INTO `wp_postmeta` VALUES (93, 9, 'pyre_portfolio_column_spacing', ''); INSERT INTO `wp_postmeta` VALUES (94, 9, 'fusion_builder_status', 'active'); INSERT INTO `wp_postmeta` VALUES (95, 9, 'fusion_builder_converted', 'yes'); INSERT INTO `wp_postmeta` VALUES (96, 9, 'pyre_slider_type', 'no'); INSERT INTO `wp_postmeta` VALUES (97, 9, 'pyre_slider', '0'); INSERT INTO `wp_postmeta` VALUES (98, 9, 'pyre_wooslider', ''); INSERT INTO `wp_postmeta` VALUES (99, 9, 'pyre_revslider', '0'); INSERT INTO `wp_postmeta` VALUES (100, 9, 'pyre_elasticslider', '0'); INSERT INTO `wp_postmeta` VALUES (101, 9, 'pyre_slider_position', 'default'); INSERT INTO `wp_postmeta` VALUES (102, 9, 'pyre_avada_rev_styles', 'default'); INSERT INTO `wp_postmeta` VALUES (103, 9, 'pyre_fallback', ''); INSERT INTO `wp_postmeta` VALUES (104, 9, 'pyre_demo_slider', ''); INSERT INTO `wp_postmeta` VALUES (105, 9, 'pyre_main_top_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (106, 9, 'pyre_main_bottom_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (107, 9, 'pyre_hundredp_padding', ''); INSERT INTO `wp_postmeta` VALUES (108, 9, 'pyre_show_first_featured_image', 'no'); INSERT INTO `wp_postmeta` VALUES (109, 9, 'pyre_display_header', 'yes'); INSERT INTO `wp_postmeta` VALUES (110, 9, 'pyre_header_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (111, 9, 'pyre_header_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (112, 9, 'pyre_header_bg_opacity', ''); INSERT INTO `wp_postmeta` VALUES (113, 9, 'pyre_header_bg', ''); INSERT INTO `wp_postmeta` VALUES (114, 9, 'pyre_header_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (115, 9, 'pyre_header_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (116, 9, 'pyre_displayed_menu', 'default'); INSERT INTO `wp_postmeta` VALUES (117, 9, 'pyre_display_footer', 'default'); INSERT INTO `wp_postmeta` VALUES (118, 9, 'pyre_display_copyright', 'default'); INSERT INTO `wp_postmeta` VALUES (119, 9, 'pyre_footer_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (120, 9, 'pyre_sidebar_position', 'default'); INSERT INTO `wp_postmeta` VALUES (121, 9, 'pyre_sidebar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (122, 9, 'pyre_page_bg_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (123, 9, 'pyre_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (124, 9, 'pyre_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (125, 9, 'pyre_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (126, 9, 'pyre_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (127, 9, 'pyre_wide_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (128, 9, 'pyre_wide_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (129, 9, 'pyre_wide_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (130, 9, 'pyre_wide_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (131, 9, 'pyre_page_title', 'default'); INSERT INTO `wp_postmeta` VALUES (132, 9, 'pyre_page_title_breadcrumbs_search_bar', 'default'); INSERT INTO `wp_postmeta` VALUES (133, 9, 'pyre_page_title_text', 'default'); INSERT INTO `wp_postmeta` VALUES (134, 9, 'pyre_page_title_text_alignment', 'default'); INSERT INTO `wp_postmeta` VALUES (135, 9, 'pyre_page_title_custom_text', ''); INSERT INTO `wp_postmeta` VALUES (136, 9, 'pyre_page_title_text_size', ''); INSERT INTO `wp_postmeta` VALUES (137, 9, 'pyre_page_title_custom_subheader', ''); INSERT INTO `wp_postmeta` VALUES (138, 9, 'pyre_page_title_custom_subheader_text_size', ''); INSERT INTO `wp_postmeta` VALUES (139, 9, 'pyre_page_title_font_color', ''); INSERT INTO `wp_postmeta` VALUES (140, 9, 'pyre_page_title_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (141, 9, 'pyre_page_title_height', ''); INSERT INTO `wp_postmeta` VALUES (142, 9, 'pyre_page_title_mobile_height', ''); INSERT INTO `wp_postmeta` VALUES (143, 9, 'pyre_page_title_bar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (144, 9, 'pyre_page_title_bar_borders_color', ''); INSERT INTO `wp_postmeta` VALUES (145, 9, 'pyre_page_title_bar_bg', ''); INSERT INTO `wp_postmeta` VALUES (146, 9, 'pyre_page_title_bar_bg_retina', ''); INSERT INTO `wp_postmeta` VALUES (147, 9, 'pyre_page_title_bar_bg_full', 'default'); INSERT INTO `wp_postmeta` VALUES (148, 9, 'pyre_page_title_bg_parallax', 'default'); INSERT INTO `wp_postmeta` VALUES (149, 9, 'pyre_sidebar_sticky', 'default'); INSERT INTO `wp_postmeta` VALUES (150, 9, 'pyre_page_title_line_height', ''); INSERT INTO `wp_postmeta` VALUES (151, 9, 'kd_featured-image-2_page_id', ''); INSERT INTO `wp_postmeta` VALUES (152, 9, 'kd_featured-image-3_page_id', ''); INSERT INTO `wp_postmeta` VALUES (153, 9, 'kd_featured-image-4_page_id', ''); INSERT INTO `wp_postmeta` VALUES (154, 9, 'kd_featured-image-5_page_id', ''); INSERT INTO `wp_postmeta` VALUES (155, 9, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (156, 9, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (157, 9, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (158, 9, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (159, 9, '_fusion', 'a:16:{s:7:"bg_full";s:2:"no";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:25:"show_first_featured_image";s:3:"yes";s:12:"main_padding";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:15:"content_bg_full";s:2:"no";s:9:"bg_repeat";s:6:"repeat";s:16:"header_bg_repeat";s:6:"repeat";s:14:"displayed_menu";s:7:"default";s:11:"slider_type";s:2:"no";s:9:"wooslider";s:1:"0";s:14:"page_title_bar";s:7:"default";s:17:"content_bg_repeat";s:6:"repeat";s:13:"pages_sidebar";s:0:"";s:15:"pages_sidebar_2";s:0:"";s:14:"sidebar_sticky";s:7:"default";}'); INSERT INTO `wp_postmeta` VALUES (160, 9, '_fusion_google_fonts', ''); INSERT INTO `wp_postmeta` VALUES (161, 9, '_wxr_import_user_slug', 'sam-mi'); INSERT INTO `wp_postmeta` VALUES (162, 9, 'fusion_demo_import', 'spa'); INSERT INTO `wp_postmeta` VALUES (163, 12, '_wp_page_template', '100-width.php'); INSERT INTO `wp_postmeta` VALUES (164, 12, 'pyre_portfolio_width_100', 'no'); INSERT INTO `wp_postmeta` VALUES (165, 12, 'pyre_portfolio_content_length', 'default'); INSERT INTO `wp_postmeta` VALUES (166, 12, 'pyre_portfolio_excerpt', ''); INSERT INTO `wp_postmeta` VALUES (167, 12, 'pyre_portfolio_filters', 'yes'); INSERT INTO `wp_postmeta` VALUES (168, 12, 'pyre_portfolio_text_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (169, 12, 'pyre_portfolio_featured_image_size', 'default'); INSERT INTO `wp_postmeta` VALUES (170, 12, 'pyre_portfolio_column_spacing', ''); INSERT INTO `wp_postmeta` VALUES (171, 12, 'fusion_builder_status', 'active'); INSERT INTO `wp_postmeta` VALUES (172, 12, 'fusion_builder_converted', 'yes'); INSERT INTO `wp_postmeta` VALUES (173, 12, 'pyre_slider_type', 'no'); INSERT INTO `wp_postmeta` VALUES (174, 12, 'pyre_slider', '0'); INSERT INTO `wp_postmeta` VALUES (175, 12, 'pyre_wooslider', ''); INSERT INTO `wp_postmeta` VALUES (176, 12, 'pyre_revslider', '0'); INSERT INTO `wp_postmeta` VALUES (177, 12, 'pyre_elasticslider', '0'); INSERT INTO `wp_postmeta` VALUES (178, 12, 'pyre_slider_position', 'default'); INSERT INTO `wp_postmeta` VALUES (179, 12, 'pyre_avada_rev_styles', 'default'); INSERT INTO `wp_postmeta` VALUES (180, 12, 'pyre_fallback', ''); INSERT INTO `wp_postmeta` VALUES (181, 12, 'pyre_demo_slider', ''); INSERT INTO `wp_postmeta` VALUES (182, 12, 'pyre_main_top_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (183, 12, 'pyre_main_bottom_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (184, 12, 'pyre_hundredp_padding', ''); INSERT INTO `wp_postmeta` VALUES (185, 12, 'pyre_show_first_featured_image', 'no'); INSERT INTO `wp_postmeta` VALUES (186, 12, 'pyre_display_header', 'yes'); INSERT INTO `wp_postmeta` VALUES (187, 12, 'pyre_header_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (188, 12, 'pyre_header_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (189, 12, 'pyre_header_bg_opacity', ''); INSERT INTO `wp_postmeta` VALUES (190, 12, 'pyre_header_bg', ''); INSERT INTO `wp_postmeta` VALUES (191, 12, 'pyre_header_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (192, 12, 'pyre_header_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (193, 12, 'pyre_displayed_menu', 'default'); INSERT INTO `wp_postmeta` VALUES (194, 12, 'pyre_display_footer', 'default'); INSERT INTO `wp_postmeta` VALUES (195, 12, 'pyre_display_copyright', 'default'); INSERT INTO `wp_postmeta` VALUES (196, 12, 'pyre_footer_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (197, 12, 'pyre_sidebar_position', 'default'); INSERT INTO `wp_postmeta` VALUES (198, 12, 'pyre_sidebar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (199, 12, 'pyre_page_bg_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (200, 12, 'pyre_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (201, 12, 'pyre_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (202, 12, 'pyre_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (203, 12, 'pyre_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (204, 12, 'pyre_wide_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (205, 12, 'pyre_wide_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (206, 12, 'pyre_wide_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (207, 12, 'pyre_wide_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (208, 12, 'pyre_page_title', 'default'); INSERT INTO `wp_postmeta` VALUES (209, 12, 'pyre_page_title_breadcrumbs_search_bar', 'default'); INSERT INTO `wp_postmeta` VALUES (210, 12, 'pyre_page_title_text', 'default'); INSERT INTO `wp_postmeta` VALUES (211, 12, 'pyre_page_title_text_alignment', 'default'); INSERT INTO `wp_postmeta` VALUES (212, 12, 'pyre_page_title_custom_text', ''); INSERT INTO `wp_postmeta` VALUES (213, 12, 'pyre_page_title_text_size', ''); INSERT INTO `wp_postmeta` VALUES (214, 12, 'pyre_page_title_custom_subheader', ''); INSERT INTO `wp_postmeta` VALUES (215, 12, 'pyre_page_title_custom_subheader_text_size', ''); INSERT INTO `wp_postmeta` VALUES (216, 12, 'pyre_page_title_font_color', ''); INSERT INTO `wp_postmeta` VALUES (217, 12, 'pyre_page_title_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (218, 12, 'pyre_page_title_height', ''); INSERT INTO `wp_postmeta` VALUES (219, 12, 'pyre_page_title_mobile_height', ''); INSERT INTO `wp_postmeta` VALUES (220, 12, 'pyre_page_title_bar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (221, 12, 'pyre_page_title_bar_borders_color', ''); INSERT INTO `wp_postmeta` VALUES (222, 12, 'pyre_page_title_bar_bg', ''); INSERT INTO `wp_postmeta` VALUES (223, 12, 'pyre_page_title_bar_bg_retina', ''); INSERT INTO `wp_postmeta` VALUES (224, 12, 'pyre_page_title_bar_bg_full', 'default'); INSERT INTO `wp_postmeta` VALUES (225, 12, 'pyre_page_title_bg_parallax', 'default'); INSERT INTO `wp_postmeta` VALUES (226, 12, 'pyre_sidebar_sticky', 'default'); INSERT INTO `wp_postmeta` VALUES (227, 12, 'pyre_page_title_line_height', ''); INSERT INTO `wp_postmeta` VALUES (228, 12, 'kd_featured-image-2_page_id', ''); INSERT INTO `wp_postmeta` VALUES (229, 12, 'kd_featured-image-3_page_id', ''); INSERT INTO `wp_postmeta` VALUES (230, 12, 'kd_featured-image-4_page_id', ''); INSERT INTO `wp_postmeta` VALUES (231, 12, 'kd_featured-image-5_page_id', ''); INSERT INTO `wp_postmeta` VALUES (232, 12, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (233, 12, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (234, 12, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (235, 12, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (236, 12, '_fusion', 'a:19:{s:14:"blog_width_100";s:2:"no";s:17:"portfolio_filters";s:3:"yes";s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"revslider";s:1:"0";s:13:"elasticslider";s:1:"0";s:12:"main_padding";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:25:"show_first_featured_image";s:3:"yes";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:16:"header_bg_repeat";s:6:"repeat";s:7:"bg_full";s:2:"no";s:9:"bg_repeat";s:6:"repeat";s:15:"content_bg_full";s:2:"no";s:17:"content_bg_repeat";s:6:"repeat";s:20:"sbg_selected_sidebar";a:1:{i:0;s:1:"0";}s:13:"pages_sidebar";s:0:"";s:22:"sbg_selected_sidebar_2";a:1:{i:0;s:1:"0";}s:15:"pages_sidebar_2";s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (237, 12, '_wxr_import_user_slug', 'sam-mi'); INSERT INTO `wp_postmeta` VALUES (238, 12, 'fusion_demo_import', 'spa'); INSERT INTO `wp_postmeta` VALUES (239, 14, '_wp_page_template', '100-width.php'); INSERT INTO `wp_postmeta` VALUES (240, 14, 'pyre_portfolio_width_100', 'no'); INSERT INTO `wp_postmeta` VALUES (241, 14, 'pyre_portfolio_content_length', 'default'); INSERT INTO `wp_postmeta` VALUES (242, 14, 'pyre_portfolio_excerpt', ''); INSERT INTO `wp_postmeta` VALUES (243, 14, 'pyre_portfolio_filters', 'yes'); INSERT INTO `wp_postmeta` VALUES (244, 14, 'pyre_portfolio_text_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (245, 14, 'pyre_portfolio_featured_image_size', 'default'); INSERT INTO `wp_postmeta` VALUES (246, 14, 'pyre_portfolio_column_spacing', ''); INSERT INTO `wp_postmeta` VALUES (247, 14, 'fusion_builder_status', 'active'); INSERT INTO `wp_postmeta` VALUES (248, 14, 'fusion_builder_converted', 'yes'); INSERT INTO `wp_postmeta` VALUES (249, 14, 'pyre_slider_type', 'no'); INSERT INTO `wp_postmeta` VALUES (250, 14, 'pyre_slider', '0'); INSERT INTO `wp_postmeta` VALUES (251, 14, 'pyre_wooslider', ''); INSERT INTO `wp_postmeta` VALUES (252, 14, 'pyre_revslider', '0'); INSERT INTO `wp_postmeta` VALUES (253, 14, 'pyre_elasticslider', '0'); INSERT INTO `wp_postmeta` VALUES (254, 14, 'pyre_slider_position', 'default'); INSERT INTO `wp_postmeta` VALUES (255, 14, 'pyre_avada_rev_styles', 'default'); INSERT INTO `wp_postmeta` VALUES (256, 14, 'pyre_fallback', ''); INSERT INTO `wp_postmeta` VALUES (257, 14, 'pyre_demo_slider', ''); INSERT INTO `wp_postmeta` VALUES (258, 14, 'pyre_main_top_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (259, 14, 'pyre_main_bottom_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (260, 14, 'pyre_hundredp_padding', ''); INSERT INTO `wp_postmeta` VALUES (261, 14, 'pyre_show_first_featured_image', 'no'); INSERT INTO `wp_postmeta` VALUES (262, 14, 'pyre_display_header', 'yes'); INSERT INTO `wp_postmeta` VALUES (263, 14, 'pyre_header_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (264, 14, 'pyre_header_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (265, 14, 'pyre_header_bg_opacity', ''); INSERT INTO `wp_postmeta` VALUES (266, 14, 'pyre_header_bg', ''); INSERT INTO `wp_postmeta` VALUES (267, 14, 'pyre_header_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (268, 14, 'pyre_header_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (269, 14, 'pyre_displayed_menu', 'default'); INSERT INTO `wp_postmeta` VALUES (270, 14, 'pyre_display_footer', 'default'); INSERT INTO `wp_postmeta` VALUES (271, 14, 'pyre_display_copyright', 'default'); INSERT INTO `wp_postmeta` VALUES (272, 14, 'pyre_footer_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (273, 14, 'pyre_sidebar_position', 'default'); INSERT INTO `wp_postmeta` VALUES (274, 14, 'pyre_sidebar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (275, 14, 'pyre_page_bg_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (276, 14, 'pyre_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (277, 14, 'pyre_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (278, 14, 'pyre_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (279, 14, 'pyre_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (280, 14, 'pyre_wide_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (281, 14, 'pyre_wide_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (282, 14, 'pyre_wide_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (283, 14, 'pyre_wide_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (284, 14, 'pyre_page_title', 'default'); INSERT INTO `wp_postmeta` VALUES (285, 14, 'pyre_page_title_breadcrumbs_search_bar', 'default'); INSERT INTO `wp_postmeta` VALUES (286, 14, 'pyre_page_title_text', 'default'); INSERT INTO `wp_postmeta` VALUES (287, 14, 'pyre_page_title_text_alignment', 'default'); INSERT INTO `wp_postmeta` VALUES (288, 14, 'pyre_page_title_custom_text', ''); INSERT INTO `wp_postmeta` VALUES (289, 14, 'pyre_page_title_text_size', ''); INSERT INTO `wp_postmeta` VALUES (290, 14, 'pyre_page_title_custom_subheader', ''); INSERT INTO `wp_postmeta` VALUES (291, 14, 'pyre_page_title_custom_subheader_text_size', ''); INSERT INTO `wp_postmeta` VALUES (292, 14, 'pyre_page_title_font_color', ''); INSERT INTO `wp_postmeta` VALUES (293, 14, 'pyre_page_title_100_width', 'yes'); INSERT INTO `wp_postmeta` VALUES (294, 14, 'pyre_page_title_height', ''); INSERT INTO `wp_postmeta` VALUES (295, 14, 'pyre_page_title_mobile_height', ''); INSERT INTO `wp_postmeta` VALUES (296, 14, 'pyre_page_title_bar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (297, 14, 'pyre_page_title_bar_borders_color', ''); INSERT INTO `wp_postmeta` VALUES (298, 14, 'pyre_page_title_bar_bg', ''); INSERT INTO `wp_postmeta` VALUES (299, 14, 'pyre_page_title_bar_bg_retina', ''); INSERT INTO `wp_postmeta` VALUES (300, 14, 'pyre_page_title_bar_bg_full', 'default'); INSERT INTO `wp_postmeta` VALUES (301, 14, 'pyre_page_title_bg_parallax', 'default'); INSERT INTO `wp_postmeta` VALUES (302, 14, 'pyre_sidebar_sticky', 'default'); INSERT INTO `wp_postmeta` VALUES (303, 14, 'pyre_page_title_line_height', ''); INSERT INTO `wp_postmeta` VALUES (304, 14, 'kd_featured-image-2_page_id', ''); INSERT INTO `wp_postmeta` VALUES (305, 14, 'kd_featured-image-3_page_id', ''); INSERT INTO `wp_postmeta` VALUES (306, 14, 'kd_featured-image-4_page_id', ''); INSERT INTO `wp_postmeta` VALUES (307, 14, 'kd_featured-image-5_page_id', ''); INSERT INTO `wp_postmeta` VALUES (308, 14, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (309, 14, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (310, 14, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (311, 14, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (312, 14, '_fusion', 'a:20:{s:14:"blog_width_100";s:2:"no";s:17:"portfolio_filters";s:3:"yes";s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"revslider";s:1:"0";s:13:"elasticslider";s:1:"0";s:12:"main_padding";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:25:"show_first_featured_image";s:3:"yes";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:16:"header_bg_repeat";s:6:"repeat";s:7:"bg_full";s:2:"no";s:9:"bg_repeat";s:6:"repeat";s:15:"content_bg_full";s:2:"no";s:17:"content_bg_repeat";s:6:"repeat";s:20:"page_title_100_width";s:3:"yes";s:20:"sbg_selected_sidebar";a:1:{i:0;s:1:"0";}s:13:"pages_sidebar";s:0:"";s:22:"sbg_selected_sidebar_2";a:1:{i:0;s:1:"0";}s:15:"pages_sidebar_2";s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (313, 14, '_wxr_import_user_slug', 'sam-mi'); INSERT INTO `wp_postmeta` VALUES (314, 14, 'fusion_demo_import', 'spa'); INSERT INTO `wp_postmeta` VALUES (315, 16, '_wp_page_template', '100-width.php'); INSERT INTO `wp_postmeta` VALUES (316, 16, 'pyre_slider_position', 'default'); INSERT INTO `wp_postmeta` VALUES (317, 16, 'pyre_slider_type', 'no'); INSERT INTO `wp_postmeta` VALUES (318, 16, 'pyre_slider', '0'); INSERT INTO `wp_postmeta` VALUES (319, 16, 'pyre_wooslider', '0'); INSERT INTO `wp_postmeta` VALUES (320, 16, 'pyre_revslider', '0'); INSERT INTO `wp_postmeta` VALUES (321, 16, 'pyre_elasticslider', '0'); INSERT INTO `wp_postmeta` VALUES (322, 16, 'pyre_fallback', ''); INSERT INTO `wp_postmeta` VALUES (323, 16, 'pyre_avada_rev_styles', 'default'); INSERT INTO `wp_postmeta` VALUES (324, 16, 'pyre_main_top_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (325, 16, 'pyre_main_bottom_padding', '0px'); INSERT INTO `wp_postmeta` VALUES (326, 16, 'pyre_hundredp_padding', ''); INSERT INTO `wp_postmeta` VALUES (327, 16, 'pyre_show_first_featured_image', 'no'); INSERT INTO `wp_postmeta` VALUES (328, 16, 'pyre_display_header', 'yes'); INSERT INTO `wp_postmeta` VALUES (329, 16, 'pyre_header_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (330, 16, 'pyre_header_bg', ''); INSERT INTO `wp_postmeta` VALUES (331, 16, 'pyre_header_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (332, 16, 'pyre_header_bg_opacity', ''); INSERT INTO `wp_postmeta` VALUES (333, 16, 'pyre_header_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (334, 16, 'pyre_header_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (335, 16, 'pyre_displayed_menu', 'default'); INSERT INTO `wp_postmeta` VALUES (336, 16, 'pyre_display_footer', 'default'); INSERT INTO `wp_postmeta` VALUES (337, 16, 'pyre_display_copyright', 'default'); INSERT INTO `wp_postmeta` VALUES (338, 16, 'pyre_footer_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (339, 16, 'pyre_sidebar_position', 'default'); INSERT INTO `wp_postmeta` VALUES (340, 16, 'pyre_sidebar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (341, 16, 'pyre_page_bg_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (342, 16, 'pyre_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (343, 16, 'pyre_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (344, 16, 'pyre_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (345, 16, 'pyre_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (346, 16, 'pyre_wide_page_bg', ''); INSERT INTO `wp_postmeta` VALUES (347, 16, 'pyre_wide_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (348, 16, 'pyre_wide_page_bg_full', 'no'); INSERT INTO `wp_postmeta` VALUES (349, 16, 'pyre_wide_page_bg_repeat', 'repeat'); INSERT INTO `wp_postmeta` VALUES (350, 16, 'pyre_portfolio_width_100', 'no'); INSERT INTO `wp_postmeta` VALUES (351, 16, 'pyre_portfolio_content_length', 'default'); INSERT INTO `wp_postmeta` VALUES (352, 16, 'pyre_portfolio_excerpt', ''); INSERT INTO `wp_postmeta` VALUES (353, 16, 'pyre_portfolio_filters', 'yes'); INSERT INTO `wp_postmeta` VALUES (354, 16, 'pyre_portfolio_text_layout', 'default'); INSERT INTO `wp_postmeta` VALUES (355, 16, 'pyre_portfolio_featured_image_size', 'default'); INSERT INTO `wp_postmeta` VALUES (356, 16, 'pyre_portfolio_column_spacing', ''); INSERT INTO `wp_postmeta` VALUES (357, 16, 'pyre_page_title', 'default'); INSERT INTO `wp_postmeta` VALUES (358, 16, 'pyre_page_title_text', 'default'); INSERT INTO `wp_postmeta` VALUES (359, 16, 'pyre_page_title_text_alignment', 'default'); INSERT INTO `wp_postmeta` VALUES (360, 16, 'pyre_page_title_100_width', 'default'); INSERT INTO `wp_postmeta` VALUES (361, 16, 'pyre_page_title_custom_text', ''); INSERT INTO `wp_postmeta` VALUES (362, 16, 'pyre_page_title_text_size', ''); INSERT INTO `wp_postmeta` VALUES (363, 16, 'pyre_page_title_custom_subheader', ''); INSERT INTO `wp_postmeta` VALUES (364, 16, 'pyre_page_title_custom_subheader_text_size', ''); INSERT INTO `wp_postmeta` VALUES (365, 16, 'pyre_page_title_font_color', ''); INSERT INTO `wp_postmeta` VALUES (366, 16, 'pyre_page_title_height', ''); INSERT INTO `wp_postmeta` VALUES (367, 16, 'pyre_page_title_mobile_height', ''); INSERT INTO `wp_postmeta` VALUES (368, 16, 'pyre_page_title_bar_bg', ''); INSERT INTO `wp_postmeta` VALUES (369, 16, 'pyre_page_title_bar_bg_retina', ''); INSERT INTO `wp_postmeta` VALUES (370, 16, 'pyre_page_title_bar_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (371, 16, 'pyre_page_title_bar_borders_color', ''); INSERT INTO `wp_postmeta` VALUES (372, 16, 'pyre_page_title_bar_bg_full', 'default'); INSERT INTO `wp_postmeta` VALUES (373, 16, 'pyre_page_title_bg_parallax', 'default'); INSERT INTO `wp_postmeta` VALUES (374, 16, 'pyre_page_title_breadcrumbs_search_bar', 'default'); INSERT INTO `wp_postmeta` VALUES (375, 16, 'fusion_builder_status', 'active'); INSERT INTO `wp_postmeta` VALUES (376, 16, 'fusion_builder_converted', 'yes'); INSERT INTO `wp_postmeta` VALUES (377, 16, 'pyre_demo_slider', ''); INSERT INTO `wp_postmeta` VALUES (378, 16, 'pyre_sidebar_sticky', 'default'); INSERT INTO `wp_postmeta` VALUES (379, 16, 'pyre_page_title_line_height', ''); INSERT INTO `wp_postmeta` VALUES (380, 16, 'kd_featured-image-2_page_id', ''); INSERT INTO `wp_postmeta` VALUES (381, 16, 'kd_featured-image-3_page_id', ''); INSERT INTO `wp_postmeta` VALUES (382, 16, 'kd_featured-image-4_page_id', ''); INSERT INTO `wp_postmeta` VALUES (383, 16, 'kd_featured-image-5_page_id', ''); INSERT INTO `wp_postmeta` VALUES (384, 16, 'pyre_fallback_id', ''); INSERT INTO `wp_postmeta` VALUES (385, 16, 'pyre_combined_header_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (386, 16, 'pyre_mobile_header_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (387, 16, 'pyre_header_bg_id', ''); INSERT INTO `wp_postmeta` VALUES (388, 16, 'pyre_responsive_sidebar_order', ''); INSERT INTO `wp_postmeta` VALUES (389, 16, 'pyre_page_bg_id', ''); INSERT INTO `wp_postmeta` VALUES (390, 16, 'pyre_wide_page_bg_id', ''); INSERT INTO `wp_postmeta` VALUES (391, 16, 'pyre_page_title_subheader_font_color', ''); INSERT INTO `wp_postmeta` VALUES (392, 16, 'pyre_page_title_bar_bg_id', ''); INSERT INTO `wp_postmeta` VALUES (393, 16, 'pyre_page_title_bar_bg_retina_id', ''); INSERT INTO `wp_postmeta` VALUES (394, 16, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (395, 16, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (396, 16, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:"0";}'); INSERT INTO `wp_postmeta` VALUES (397, 16, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (398, 16, '_fusion', 'a:20:{s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"wooslider";s:1:"0";s:9:"revslider";s:1:"0";s:13:"elasticslider";s:1:"0";s:12:"main_padding";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:25:"show_first_featured_image";s:3:"yes";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:16:"header_bg_repeat";s:6:"repeat";s:7:"bg_full";s:2:"no";s:9:"bg_repeat";s:6:"repeat";s:15:"content_bg_full";s:2:"no";s:17:"content_bg_repeat";s:6:"repeat";s:14:"blog_width_100";s:2:"no";s:17:"portfolio_filters";s:3:"yes";s:20:"sbg_selected_sidebar";a:1:{i:0;s:1:"0";}s:13:"pages_sidebar";s:0:"";s:22:"sbg_selected_sidebar_2";a:1:{i:0;s:1:"0";}s:15:"pages_sidebar_2";s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (399, 16, '_wxr_import_user_slug', 'sam-mi'); INSERT INTO `wp_postmeta` VALUES (400, 16, 'fusion_demo_import', 'spa'); INSERT INTO `wp_postmeta` VALUES (401, 1131, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (402, 1131, 'fusion_builder_status', 'active'); INSERT INTO `wp_postmeta` VALUES (403, 1132, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (404, 1884, '_seedprod_page', '1'); INSERT INTO `wp_postmeta` VALUES (405, 1884, '_seedprod_page_uuid', 'e5b827ae-1b68-43f3-9e35-0f2aa8633405'); INSERT INTO `wp_postmeta` VALUES (406, 1884, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (407, 7, '_edit_lock', '1623729545:1'); INSERT INTO `wp_postmeta` VALUES (410, 1896, '_wp_attached_file', '2021/05/IMG_4551.jpg'); INSERT INTO `wp_postmeta` VALUES (411, 1896, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/05/IMG_4551.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619611244";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.001";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (412, 1897, '_wp_attached_file', '2021/05/IMG_4449.jpg'); INSERT INTO `wp_postmeta` VALUES (413, 1897, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/05/IMG_4449.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619532949";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:6:"0.0005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (414, 1898, '_wp_attached_file', '2021/05/Lake-Orchard-Villas-Logo_png.png'); INSERT INTO `wp_postmeta` VALUES (415, 1898, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:895;s:6:"height";i:509;s:4:"file";s:40:"2021/05/Lake-Orchard-Villas-Logo_png.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (416, 1903, '_wp_attached_file', '2021/05/IMG_4451.jpg'); INSERT INTO `wp_postmeta` VALUES (417, 1903, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2541;s:6:"height";i:3811;s:4:"file";s:20:"2021/05/IMG_4451.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:11:"Marcus Ting";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619532969";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:6:"0.0005";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (418, 1904, '_wp_attached_file', '2021/05/IMG_4452.jpg'); INSERT INTO `wp_postmeta` VALUES (419, 1904, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3861;s:6:"height";i:2574;s:4:"file";s:20:"2021/05/IMG_4452.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:11:"Marcus Ting";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619532979";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:6:"0.0005";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (420, 1905, '_wp_attached_file', '2021/05/IMG_4455.jpg'); INSERT INTO `wp_postmeta` VALUES (421, 1905, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2574;s:6:"height";i:3861;s:4:"file";s:20:"2021/05/IMG_4455.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:11:"Marcus Ting";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619533040";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00125";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (422, 1906, '_wp_attached_file', '2021/05/IMG_4457.jpg'); INSERT INTO `wp_postmeta` VALUES (423, 1906, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3861;s:6:"height";i:2574;s:4:"file";s:20:"2021/05/IMG_4457.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:11:"Marcus Ting";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619533057";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.001";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (424, 1907, '_wp_attached_file', '2021/05/IMG_4467.jpg'); INSERT INTO `wp_postmeta` VALUES (425, 1907, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3861;s:6:"height";i:2574;s:4:"file";s:20:"2021/05/IMG_4467.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:11:"Marcus Ting";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619533299";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:9:"0.0003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (426, 1908, '_wp_attached_file', '2021/05/IMG_4448.jpg'); INSERT INTO `wp_postmeta` VALUES (427, 1908, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3861;s:6:"height";i:2574;s:4:"file";s:20:"2021/05/IMG_4448.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:11:"Marcus Ting";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619532944";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (428, 1909, '_wp_attached_file', '2021/05/IMG_4449-1.jpg'); INSERT INTO `wp_postmeta` VALUES (429, 1909, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3861;s:6:"height";i:2574;s:4:"file";s:22:"2021/05/IMG_4449-1.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:11:"Marcus Ting";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619532949";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:6:"0.0005";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (430, 1914, '_menu_item_type', 'post_type'); INSERT INTO `wp_postmeta` VALUES (431, 1914, '_menu_item_menu_item_parent', '0'); INSERT INTO `wp_postmeta` VALUES (432, 1914, '_menu_item_object_id', '7'); INSERT INTO `wp_postmeta` VALUES (433, 1914, '_menu_item_object', 'page'); INSERT INTO `wp_postmeta` VALUES (434, 1914, '_menu_item_target', ''); INSERT INTO `wp_postmeta` VALUES (435, 1914, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (436, 1914, '_menu_item_xfn', ''); INSERT INTO `wp_postmeta` VALUES (437, 1914, '_menu_item_url', ''); INSERT INTO `wp_postmeta` VALUES (439, 1914, '_menu_item_fusion_megamenu', 'a:20:{s:5:"style";s:0:"";s:4:"icon";s:11:"fa-home fas";s:8:"icononly";s:0:"";s:5:"modal";s:0:"";s:15:"highlight_label";s:0:"";s:26:"highlight_label_background";s:0:"";s:21:"highlight_label_color";s:0:"";s:28:"highlight_label_border_color";s:0:"";s:12:"special_link";s:0:"";s:21:"show_woo_cart_counter";s:0:"";s:27:"show_empty_woo_cart_counter";s:0:"";s:22:"show_woo_cart_contents";s:0:"";s:15:"searchform_mode";s:0:"";s:6:"status";s:0:"";s:5:"width";s:0:"";s:7:"columns";s:4:"auto";s:11:"columnwidth";s:0:"";s:9:"thumbnail";s:0:"";s:12:"thumbnail_id";s:0:"";s:16:"background_image";s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (440, 1939, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (441, 1939, '_edit_lock', '1623724044:1'); INSERT INTO `wp_postmeta` VALUES (442, 1939, 'rs_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (443, 1939, '_fusion', 'a:22:{s:25:"show_first_featured_image";s:3:"yes";s:4:"fimg";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:17:"post_links_target";s:2:"no";s:7:"bg_full";s:2:"no";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:14:"blog_width_100";s:3:"yes";s:12:"main_padding";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:15:"content_bg_full";s:2:"no";s:20:"image_rollover_icons";s:7:"default";s:9:"bg_repeat";s:7:"default";s:16:"header_bg_repeat";s:6:"repeat";s:14:"displayed_menu";s:7:"default";s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"wooslider";s:1:"0";s:9:"revslider";s:1:"0";s:14:"page_title_bar";s:7:"default";s:17:"content_bg_repeat";s:7:"default";s:13:"posts_sidebar";s:15:"default_sidebar";s:15:"posts_sidebar_2";s:15:"default_sidebar";s:14:"sidebar_sticky";s:7:"default";}'); INSERT INTO `wp_postmeta` VALUES (444, 1939, 'mphb_adults_capacity', '1'); INSERT INTO `wp_postmeta` VALUES (445, 1939, 'mphb_children_capacity', '0'); INSERT INTO `wp_postmeta` VALUES (446, 1939, 'mphb_total_capacity', ''); INSERT INTO `wp_postmeta` VALUES (447, 1939, 'mphb_size', '0'); INSERT INTO `wp_postmeta` VALUES (448, 1939, 'mphb_view', ''); INSERT INTO `wp_postmeta` VALUES (449, 1939, 'mphb_bed', ''); INSERT INTO `wp_postmeta` VALUES (450, 1939, 'mphb_gallery', ''); INSERT INTO `wp_postmeta` VALUES (451, 1939, 'mphb_services', ''); INSERT INTO `wp_postmeta` VALUES (452, 1940, '_fusion', 'a:22:{s:25:"show_first_featured_image";s:3:"yes";s:4:"fimg";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:17:"post_links_target";s:2:"no";s:7:"bg_full";s:2:"no";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:14:"blog_width_100";s:3:"yes";s:12:"main_padding";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:15:"content_bg_full";s:2:"no";s:20:"image_rollover_icons";s:7:"default";s:9:"bg_repeat";s:7:"default";s:16:"header_bg_repeat";s:6:"repeat";s:14:"displayed_menu";s:7:"default";s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"wooslider";s:1:"0";s:9:"revslider";s:1:"0";s:14:"page_title_bar";s:7:"default";s:17:"content_bg_repeat";s:7:"default";s:13:"posts_sidebar";s:15:"default_sidebar";s:15:"posts_sidebar_2";s:15:"default_sidebar";s:14:"sidebar_sticky";s:7:"default";}'); INSERT INTO `wp_postmeta` VALUES (453, 1940, 'mphb_room_type_id', '1939'); INSERT INTO `wp_postmeta` VALUES (454, 1941, '_fusion', 'a:22:{s:25:"show_first_featured_image";s:3:"yes";s:4:"fimg";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:17:"post_links_target";s:2:"no";s:7:"bg_full";s:2:"no";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:14:"blog_width_100";s:3:"yes";s:12:"main_padding";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:15:"content_bg_full";s:2:"no";s:20:"image_rollover_icons";s:7:"default";s:9:"bg_repeat";s:7:"default";s:16:"header_bg_repeat";s:6:"repeat";s:14:"displayed_menu";s:7:"default";s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"wooslider";s:1:"0";s:9:"revslider";s:1:"0";s:14:"page_title_bar";s:7:"default";s:17:"content_bg_repeat";s:7:"default";s:13:"posts_sidebar";s:15:"default_sidebar";s:15:"posts_sidebar_2";s:15:"default_sidebar";s:14:"sidebar_sticky";s:7:"default";}'); INSERT INTO `wp_postmeta` VALUES (455, 1941, 'mphb_room_type_id', '1939'); INSERT INTO `wp_postmeta` VALUES (456, 1942, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (457, 1942, '_edit_lock', '1623724066:1'); INSERT INTO `wp_postmeta` VALUES (458, 1942, 'rs_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (459, 1942, '_fusion', 'a:22:{s:25:"show_first_featured_image";s:3:"yes";s:4:"fimg";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:17:"post_links_target";s:2:"no";s:7:"bg_full";s:2:"no";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:14:"blog_width_100";s:3:"yes";s:12:"main_padding";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:15:"content_bg_full";s:2:"no";s:20:"image_rollover_icons";s:7:"default";s:9:"bg_repeat";s:7:"default";s:16:"header_bg_repeat";s:6:"repeat";s:14:"displayed_menu";s:7:"default";s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"wooslider";s:1:"0";s:9:"revslider";s:1:"0";s:14:"page_title_bar";s:7:"default";s:17:"content_bg_repeat";s:7:"default";s:13:"posts_sidebar";s:15:"default_sidebar";s:15:"posts_sidebar_2";s:15:"default_sidebar";s:14:"sidebar_sticky";s:7:"default";}'); INSERT INTO `wp_postmeta` VALUES (460, 1942, 'mphb_adults_capacity', '5'); INSERT INTO `wp_postmeta` VALUES (461, 1942, 'mphb_children_capacity', '0'); INSERT INTO `wp_postmeta` VALUES (462, 1942, 'mphb_total_capacity', ''); INSERT INTO `wp_postmeta` VALUES (463, 1942, 'mphb_size', '0'); INSERT INTO `wp_postmeta` VALUES (464, 1942, 'mphb_view', ''); INSERT INTO `wp_postmeta` VALUES (465, 1942, 'mphb_bed', ''); INSERT INTO `wp_postmeta` VALUES (466, 1942, 'mphb_gallery', ''); INSERT INTO `wp_postmeta` VALUES (467, 1942, 'mphb_services', ''); INSERT INTO `wp_postmeta` VALUES (468, 1943, '_fusion', 'a:22:{s:25:"show_first_featured_image";s:3:"yes";s:4:"fimg";a:2:{s:5:"width";s:0:"";s:6:"height";s:0:"";}s:17:"post_links_target";s:2:"no";s:7:"bg_full";s:2:"no";s:14:"display_header";s:3:"yes";s:14:"header_bg_full";s:2:"no";s:14:"blog_width_100";s:3:"yes";s:12:"main_padding";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}s:15:"content_bg_full";s:2:"no";s:20:"image_rollover_icons";s:7:"default";s:9:"bg_repeat";s:7:"default";s:16:"header_bg_repeat";s:6:"repeat";s:14:"displayed_menu";s:7:"default";s:11:"slider_type";s:2:"no";s:6:"slider";s:1:"0";s:9:"wooslider";s:1:"0";s:9:"revslider";s:1:"0";s:14:"page_title_bar";s:7:"default";s:17:"content_bg_repeat";s:7:"default";s:13:"posts_sidebar";s:15:"default_sidebar";s:15:"posts_sidebar_2";s:15:"default_sidebar";s:14:"sidebar_sticky";s:7:"default";}'); INSERT INTO `wp_postmeta` VALUES (469, 1943, 'mphb_room_type_id', '1942'); INSERT INTO `wp_postmeta` VALUES (470, 1945, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (471, 1945, 'rs_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (472, 1945, 'mphb_start_date', '2021-06-01'); INSERT INTO `wp_postmeta` VALUES (473, 1945, 'mphb_end_date', '2025-02-28'); INSERT INTO `wp_postmeta` VALUES (474, 1945, 'mphb_days', 'a:4:{i:0;s:1:"1";i:1;s:1:"2";i:2;s:1:"3";i:3;s:1:"4";}'); INSERT INTO `wp_postmeta` VALUES (475, 1945, '_edit_lock', '1623724126:1'); INSERT INTO `wp_postmeta` VALUES (476, 1945, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (477, 1947, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (478, 1947, 'rs_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (479, 1947, 'mphb_start_date', '2021-06-01'); INSERT INTO `wp_postmeta` VALUES (480, 1947, 'mphb_end_date', '2025-02-22'); INSERT INTO `wp_postmeta` VALUES (481, 1947, 'mphb_days', 'a:3:{i:0;s:1:"0";i:1;s:1:"5";i:2;s:1:"6";}'); INSERT INTO `wp_postmeta` VALUES (482, 1947, '_edit_lock', '1623724159:1'); INSERT INTO `wp_postmeta` VALUES (483, 1947, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (484, 1948, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (485, 1948, '_edit_lock', '1623724227:1'); INSERT INTO `wp_postmeta` VALUES (486, 1948, 'rs_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (487, 1948, 'mphb_room_type_id', '1939'); INSERT INTO `wp_postmeta` VALUES (488, 1948, 'mphb_description', ''); INSERT INTO `wp_postmeta` VALUES (489, 1948, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (490, 1948, 'mphb_season_prices', 'a:2:{i:0;a:2:{s:6:"season";s:4:"1945";s:5:"price";a:4:{s:7:"periods";a:1:{i:0;i:1;}s:6:"prices";a:1:{i:0;d:335;}s:17:"enable_variations";b:0;s:10:"variations";a:0:{}}}i:1;a:2:{s:6:"season";s:4:"1947";s:5:"price";a:4:{s:7:"periods";a:1:{i:0;i:1;}s:6:"prices";a:1:{i:0;d:335;}s:17:"enable_variations";b:0;s:10:"variations";a:0:{}}}}'); INSERT INTO `wp_postmeta` VALUES (491, 1949, 'mphb_room_type_id', '1942'); INSERT INTO `wp_postmeta` VALUES (492, 1949, 'mphb_season_prices', 'a:2:{i:0;a:2:{s:6:"season";s:4:"1945";s:5:"price";a:4:{s:7:"periods";a:1:{i:0;i:1;}s:6:"prices";a:1:{i:0;d:385;}s:17:"enable_variations";b:0;s:10:"variations";a:0:{}}}i:1;a:2:{s:6:"season";s:4:"1947";s:5:"price";a:4:{s:7:"periods";a:1:{i:0;i:1;}s:6:"prices";a:1:{i:0;d:385;}s:17:"enable_variations";b:0;s:10:"variations";a:0:{}}}}'); INSERT INTO `wp_postmeta` VALUES (493, 1949, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (494, 1949, '_edit_lock', '1623724257:1'); INSERT INTO `wp_postmeta` VALUES (495, 1949, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (496, 1949, 'rs_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (497, 1949, 'mphb_description', ''); INSERT INTO `wp_postmeta` VALUES (498, 1950, '_edit_last', '1'); INSERT INTO `wp_postmeta` VALUES (499, 1950, '_edit_lock', '1623724285:1'); INSERT INTO `wp_postmeta` VALUES (500, 1950, 'rs_page_bg_color', ''); INSERT INTO `wp_postmeta` VALUES (501, 1950, 'mphb_room_type_id', '1942'); INSERT INTO `wp_postmeta` VALUES (502, 1950, '_fusion', 'a:0:{}'); INSERT INTO `wp_postmeta` VALUES (503, 1951, '_wp_attached_file', '2021/06/Lake-Orchard-Villas-Logo-shadowed.png'); INSERT INTO `wp_postmeta` VALUES (504, 1951, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:895;s:6:"height";i:509;s:4:"file";s:45:"2021/06/Lake-Orchard-Villas-Logo-shadowed.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (505, 1952, '_wp_attached_file', '2021/06/Lake-Orchard-Villas-Logo-SMALL-shadowed.png'); INSERT INTO `wp_postmeta` VALUES (506, 1952, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:287;s:6:"height";i:163;s:4:"file";s:51:"2021/06/Lake-Orchard-Villas-Logo-SMALL-shadowed.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (507, 1955, '_wp_attached_file', '2021/06/Header-Image.png'); INSERT INTO `wp_postmeta` VALUES (508, 1955, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:24:"2021/06/Header-Image.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (509, 1957, '_wp_attached_file', '2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png'); INSERT INTO `wp_postmeta` VALUES (510, 1957, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:588;s:4:"file";s:47:"2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (511, 1960, '_wp_attached_file', '2021/06/IMG_4468.jpg'); INSERT INTO `wp_postmeta` VALUES (512, 1960, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4468.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619608611";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (513, 1961, '_wp_attached_file', '2021/06/IMG_4469.jpg'); INSERT INTO `wp_postmeta` VALUES (514, 1961, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4469.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619608628";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (515, 1962, '_wp_attached_file', '2021/06/IMG_4470.jpg'); INSERT INTO `wp_postmeta` VALUES (516, 1962, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4470.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619608647";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"6";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (517, 1963, '_wp_attached_file', '2021/06/IMG_4472.jpg'); INSERT INTO `wp_postmeta` VALUES (518, 1963, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4472.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619608668";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (519, 1964, '_wp_attached_file', '2021/06/IMG_4473.jpg'); INSERT INTO `wp_postmeta` VALUES (520, 1964, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4473.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619608692";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (521, 1965, '_wp_attached_file', '2021/06/IMG_4479.jpg'); INSERT INTO `wp_postmeta` VALUES (522, 1965, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4479.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619608765";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (523, 1966, '_wp_attached_file', '2021/06/IMG_4482.jpg'); INSERT INTO `wp_postmeta` VALUES (524, 1966, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4482.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609062";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (525, 1967, '_wp_attached_file', '2021/06/IMG_4483.jpg'); INSERT INTO `wp_postmeta` VALUES (526, 1967, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4483.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609065";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"6";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (527, 1968, '_wp_attached_file', '2021/06/IMG_4484.jpg'); INSERT INTO `wp_postmeta` VALUES (528, 1968, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4484.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609082";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (529, 1969, '_wp_attached_file', '2021/06/IMG_4487.jpg'); INSERT INTO `wp_postmeta` VALUES (530, 1969, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4487.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609119";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (531, 1970, '_wp_attached_file', '2021/06/IMG_4489.jpg'); INSERT INTO `wp_postmeta` VALUES (532, 1970, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4489.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609145";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (533, 1971, '_wp_attached_file', '2021/06/IMG_4490.jpg'); INSERT INTO `wp_postmeta` VALUES (534, 1971, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4490.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609169";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"6";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (535, 1972, '_wp_attached_file', '2021/06/IMG_4494.jpg'); INSERT INTO `wp_postmeta` VALUES (536, 1972, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4494.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609214";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (537, 1973, '_wp_attached_file', '2021/06/IMG_4505.jpg'); INSERT INTO `wp_postmeta` VALUES (538, 1973, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4505.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619609901";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (539, 1974, '_wp_attached_file', '2021/06/IMG_4512.jpg'); INSERT INTO `wp_postmeta` VALUES (540, 1974, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4512.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619610103";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (541, 1975, '_wp_attached_file', '2021/06/IMG_4552.jpg'); INSERT INTO `wp_postmeta` VALUES (542, 1975, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4552.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619613259";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (543, 1976, '_wp_attached_file', '2021/06/IMG_4555.jpg'); INSERT INTO `wp_postmeta` VALUES (544, 1976, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4555.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619613287";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (545, 1977, '_wp_attached_file', '2021/06/IMG_4559.jpg'); INSERT INTO `wp_postmeta` VALUES (546, 1977, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5616;s:6:"height";i:3744;s:4:"file";s:20:"2021/06/IMG_4559.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1619613330";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"6";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (547, 1978, '_wp_attached_file', '2021/06/171965166.jpg'); INSERT INTO `wp_postmeta` VALUES (548, 1978, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:21:"2021/06/171965166.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (549, 1979, '_wp_attached_file', '2021/06/171965168.jpg'); INSERT INTO `wp_postmeta` VALUES (550, 1979, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:21:"2021/06/171965168.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (551, 1980, '_wp_attached_file', '2021/06/171965169.jpg'); INSERT INTO `wp_postmeta` VALUES (552, 1980, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:576;s:4:"file";s:21:"2021/06/171965169.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (553, 1981, '_wp_attached_file', '2021/06/171965449.jpg'); INSERT INTO `wp_postmeta` VALUES (554, 1981, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:21:"2021/06/171965449.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (555, 1982, '_wp_attached_file', '2021/06/171965450.jpg'); INSERT INTO `wp_postmeta` VALUES (556, 1982, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:21:"2021/06/171965450.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (557, 1983, '_wp_attached_file', '2021/06/171965474.jpg'); INSERT INTO `wp_postmeta` VALUES (558, 1983, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:21:"2021/06/171965474.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (559, 1984, '_wp_attached_file', '2021/06/171965477.jpg'); INSERT INTO `wp_postmeta` VALUES (560, 1984, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:21:"2021/06/171965477.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (561, 1985, '_wp_attached_file', '2021/06/171965518.jpg'); INSERT INTO `wp_postmeta` VALUES (562, 1985, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:21:"2021/06/171965518.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (563, 1986, '_wp_attached_file', '2021/06/171966024.jpg'); INSERT INTO `wp_postmeta` VALUES (564, 1986, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:21:"2021/06/171966024.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (565, 1987, '_wp_attached_file', '2021/06/28829557.jpg'); INSERT INTO `wp_postmeta` VALUES (566, 1987, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:20:"2021/06/28829557.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (567, 1988, '_wp_attached_file', '2021/06/38393944.jpg'); INSERT INTO `wp_postmeta` VALUES (568, 1988, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:689;s:4:"file";s:20:"2021/06/38393944.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (569, 1989, '_wp_attached_file', '2021/06/38473202.jpg'); INSERT INTO `wp_postmeta` VALUES (570, 1989, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:689;s:4:"file";s:20:"2021/06/38473202.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (571, 1990, '_wp_attached_file', '2021/06/70640917.jpg'); INSERT INTO `wp_postmeta` VALUES (572, 1990, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:689;s:4:"file";s:20:"2021/06/70640917.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (573, 1991, '_wp_attached_file', '2021/06/70641121.jpg'); INSERT INTO `wp_postmeta` VALUES (574, 1991, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:517;s:6:"height";i:768;s:4:"file";s:20:"2021/06/70641121.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (575, 1992, '_wp_attached_file', '2021/06/70641449.jpg'); INSERT INTO `wp_postmeta` VALUES (576, 1992, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:689;s:4:"file";s:20:"2021/06/70641449.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'); INSERT INTO `wp_postmeta` VALUES (577, 1996, '_menu_item_type', 'custom'); INSERT INTO `wp_postmeta` VALUES (578, 1996, '_menu_item_menu_item_parent', '0'); INSERT INTO `wp_postmeta` VALUES (579, 1996, '_menu_item_object_id', '1996'); INSERT INTO `wp_postmeta` VALUES (580, 1996, '_menu_item_object', 'custom'); INSERT INTO `wp_postmeta` VALUES (581, 1996, '_menu_item_target', ''); INSERT INTO `wp_postmeta` VALUES (582, 1996, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (583, 1996, '_menu_item_xfn', ''); INSERT INTO `wp_postmeta` VALUES (584, 1996, '_menu_item_url', '#contactus'); INSERT INTO `wp_postmeta` VALUES (586, 1996, '_menu_item_fusion_megamenu', 'a:20:{s:5:"style";s:0:"";s:4:"icon";s:19:"fa-address-book fas";s:8:"icononly";s:0:"";s:5:"modal";s:0:"";s:15:"highlight_label";s:0:"";s:26:"highlight_label_background";s:0:"";s:21:"highlight_label_color";s:0:"";s:28:"highlight_label_border_color";s:0:"";s:12:"special_link";s:0:"";s:21:"show_woo_cart_counter";s:0:"";s:27:"show_empty_woo_cart_counter";s:0:"";s:22:"show_woo_cart_contents";s:0:"";s:15:"searchform_mode";s:0:"";s:6:"status";s:0:"";s:5:"width";s:0:"";s:7:"columns";s:4:"auto";s:11:"columnwidth";s:0:"";s:9:"thumbnail";s:0:"";s:12:"thumbnail_id";s:0:"";s:16:"background_image";s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (587, 1997, '_menu_item_type', 'custom'); INSERT INTO `wp_postmeta` VALUES (588, 1997, '_menu_item_menu_item_parent', '0'); INSERT INTO `wp_postmeta` VALUES (589, 1997, '_menu_item_object_id', '1997'); INSERT INTO `wp_postmeta` VALUES (590, 1997, '_menu_item_object', 'custom'); INSERT INTO `wp_postmeta` VALUES (591, 1997, '_menu_item_target', ''); INSERT INTO `wp_postmeta` VALUES (592, 1997, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (593, 1997, '_menu_item_xfn', ''); INSERT INTO `wp_postmeta` VALUES (594, 1997, '_menu_item_url', '#pricing'); INSERT INTO `wp_postmeta` VALUES (596, 1997, '_menu_item_fusion_megamenu', 'a:20:{s:5:"style";s:0:"";s:4:"icon";s:18:"fa-dollar-sign fas";s:8:"icononly";s:0:"";s:5:"modal";s:0:"";s:15:"highlight_label";s:0:"";s:26:"highlight_label_background";s:0:"";s:21:"highlight_label_color";s:0:"";s:28:"highlight_label_border_color";s:0:"";s:12:"special_link";s:0:"";s:21:"show_woo_cart_counter";s:0:"";s:27:"show_empty_woo_cart_counter";s:0:"";s:22:"show_woo_cart_contents";s:0:"";s:15:"searchform_mode";s:0:"";s:6:"status";s:0:"";s:5:"width";s:0:"";s:7:"columns";s:4:"auto";s:11:"columnwidth";s:0:"";s:9:"thumbnail";s:0:"";s:12:"thumbnail_id";s:0:"";s:16:"background_image";s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (597, 1998, '_menu_item_type', 'custom'); INSERT INTO `wp_postmeta` VALUES (598, 1998, '_menu_item_menu_item_parent', '0'); INSERT INTO `wp_postmeta` VALUES (599, 1998, '_menu_item_object_id', '1998'); INSERT INTO `wp_postmeta` VALUES (600, 1998, '_menu_item_object', 'custom'); INSERT INTO `wp_postmeta` VALUES (601, 1998, '_menu_item_target', ''); INSERT INTO `wp_postmeta` VALUES (602, 1998, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (603, 1998, '_menu_item_xfn', ''); INSERT INTO `wp_postmeta` VALUES (604, 1998, '_menu_item_url', '#pricing'); INSERT INTO `wp_postmeta` VALUES (606, 1998, '_menu_item_fusion_megamenu', 'a:20:{s:5:"style";s:0:"";s:4:"icon";s:21:"fa-calendar-check fas";s:8:"icononly";s:0:"";s:5:"modal";s:0:"";s:15:"highlight_label";s:0:"";s:26:"highlight_label_background";s:0:"";s:21:"highlight_label_color";s:0:"";s:28:"highlight_label_border_color";s:0:"";s:12:"special_link";s:0:"";s:21:"show_woo_cart_counter";s:0:"";s:27:"show_empty_woo_cart_counter";s:0:"";s:22:"show_woo_cart_contents";s:0:"";s:15:"searchform_mode";s:0:"";s:6:"status";s:0:"";s:5:"width";s:0:"";s:7:"columns";s:4:"auto";s:11:"columnwidth";s:0:"";s:9:"thumbnail";s:0:"";s:12:"thumbnail_id";s:0:"";s:16:"background_image";s:0:"";}'); INSERT INTO `wp_postmeta` VALUES (607, 1914, '_wp_old_date', '2021-05-31'); # # End of data contents of table `wp_postmeta` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_posts` # -------------------------------------------------------- # # Delete any existing table `wp_posts` # DROP TABLE IF EXISTS `wp_posts`; # # Table structure of table `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_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=2001 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_posts` # INSERT INTO `wp_posts` VALUES (1, 1, '2021-05-14 00:43:31', '2021-05-14 00:43:31', '\nWelcome to WordPress. This is your first post. Edit or delete it, then start writing!
\n', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2021-05-14 00:43:31', '2021-05-14 00:43:31', '', 0, 'http://localhost/lakeorchardvilla/?p=1', 0, 'post', '', 1); INSERT INTO `wp_posts` VALUES (2, 1, '2021-05-14 00:43:31', '2021-05-14 00:43:31', '\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:
\n\n\n\n\n\n\n\nHi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)
...or something like this:
\n\n\n\n\n\n\n\nThe XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.
As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!
\n', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2021-05-14 00:43:31', '2021-05-14 00:43:31', '', 0, 'http://localhost/lakeorchardvilla/?page_id=2', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (3, 1, '2021-05-14 00:43:31', '2021-05-14 00:43:31', 'Suggested text: Our website address is: http://localhost/lakeorchardvilla.
Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.
An anonymised 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.
Suggested text: 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.
Suggested text: 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.
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.
When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.
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.
Suggested text: 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.
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.
Suggested text: If you request a password reset, your IP address will be included in the reset email.
Suggested text: If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognise and approve any follow-up comments automatically instead of holding them in a moderation queue.
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.
Suggested text: 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.
Suggested text: Visitor comments may be checked through an automated spam detection service.
', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2021-05-14 00:43:31', '2021-05-14 00:43:31', '', 0, 'http://localhost/lakeorchardvilla/?page_id=3', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (7, 1, '2016-08-02 11:03:38', '2016-08-02 11:03:38', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1957|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n[/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="" margin_bottom="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="true" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="true"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
\r\nA Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="false" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0" first="true"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="true" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px" first="false"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n\r\n
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#131926" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="0px" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="" margin_bottom="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="false" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="true"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="55px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
[mphb_availability_calendar id="1942, 1939" monthstoshow="2"]\r\n
Green = Available Red = Unavailable
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="-40" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][mphb_availability_calendar][/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nCancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Lake Orchard Villas', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2021-06-15 03:42:14', '2021-06-15 03:42:14', '', 0, 'http://localhost/craftretreat/?page_id=7', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (9, 1, '2016-08-02 11:05:09', '2016-08-02 11:05:09', '[fusion_builder_container hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0px" padding_right="0px" padding_bottom="0px" padding_left="0px" admin_label="Intro" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex"][fusion_builder_row][fusion_builder_column type="3_5" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="90px" padding_right="10%" padding_bottom="80px" padding_left="10%" margin_top="0px" margin_bottom="0px" animation_type="" animation_direction="down" animation_speed="0.1" animation_offset="" last="false" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2.4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\n\nExpert Care\n\n[/fusion_title][fusion_separator style_type="single solid" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#b9afa1" top_margin="4%" bottom_margin="40px" border_size="1px" icon="fa-pagelines fab" icon_circle="" icon_circle_color="" width="100%" alignment="left" flex_grow="0" /][fusion_text]\n
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae
\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_4" layout="1_4" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="yes" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="down" animation_speed="0.1" animation_offset="" last="true" element_content="" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_left="2%" type_medium="1_6"][/fusion_builder_column][fusion_builder_column type="1_3" layout="1_3" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="fade" animation_direction="down" animation_speed="0.6" animation_offset="" last="false" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%"][fusion_person name="Stephanie Hay" title="" picture="http://localhost/craftretreat/wp-content/uploads/2018/06/avada-spa-therapist-3-new.jpg" pic_link="" linktarget="_self" pic_style="none" hover_type="zoomin" background_color="" content_alignment="" pic_style_color="" pic_bordersize="" pic_bordercolor="" pic_borderradius="" icon_position="" social_icon_boxed="" social_icon_boxed_radius="" social_icon_color_type="" social_icon_colors="" social_icon_boxed_colors="" social_icon_tooltip="" blogger="" deviantart="" digg="" dribbble="" dropbox="" facebook="" flickr="" forrst="" googleplus="" instagram="" linkedin="" myspace="" paypal="" pinterest="" reddit="" rss="" skype="" soundcloud="" spotify="" tumblr="" twitter="" vimeo="" vk="" whatsapp="" xing="" yahoo="" yelp="" youtube="" email="" show_custom="no" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque[/fusion_person][/fusion_builder_column][fusion_builder_column type="1_3" layout="1_3" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="fade" animation_direction="down" animation_speed="0.6" animation_offset="" last="false" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_right="2%" spacing_left="2%"][fusion_person name="Sarah Heart" title="" picture="http://localhost/craftretreat/wp-content/uploads/2018/06/avada-spa-therapist-1-new.jpg" pic_link="" linktarget="_self" pic_style="none" hover_type="zoomin" background_color="" content_alignment="" pic_style_color="" pic_bordersize="" pic_bordercolor="" pic_borderradius="" icon_position="" social_icon_boxed="" social_icon_boxed_radius="" social_icon_color_type="" social_icon_colors="" social_icon_boxed_colors="" social_icon_tooltip="" blogger="" deviantart="" digg="" dribbble="" dropbox="" facebook="" flickr="" forrst="" googleplus="" instagram="" linkedin="" myspace="" paypal="" pinterest="" reddit="" rss="" skype="" soundcloud="" spotify="" tumblr="" twitter="" vimeo="" vk="" whatsapp="" xing="" yahoo="" yelp="" youtube="" email="" show_custom="no" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque[/fusion_person][/fusion_builder_column][fusion_builder_column type="1_3" layout="1_3" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="50px" animation_type="fade" animation_direction="down" animation_speed="0.6" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_left="2%"][fusion_person name="Veronica Ritchie" title="" picture="http://localhost/craftretreat/wp-content/uploads/2018/06/avada-spa-therapist-2-new.jpg" pic_link="" linktarget="_self" pic_style="none" hover_type="zoomin" background_color="" content_alignment="" pic_style_color="" pic_bordersize="" pic_bordercolor="" pic_borderradius="" icon_position="" social_icon_boxed="" social_icon_boxed_radius="" social_icon_color_type="" social_icon_colors="" social_icon_boxed_colors="" social_icon_tooltip="" blogger="" deviantart="" digg="" dribbble="" dropbox="" facebook="" flickr="" forrst="" googleplus="" instagram="" linkedin="" myspace="" paypal="" pinterest="" reddit="" rss="" skype="" soundcloud="" spotify="" tumblr="" twitter="" vimeo="" vk="" whatsapp="" xing="" yahoo="" yelp="" youtube="" email="" show_custom="no" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque[/fusion_person][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Latest News Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#6f727b" background_image="http://localhost/craftretreat/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex"][fusion_builder_row][fusion_builder_column type="1_1" layout="1_1" background_position="left top" background_color="" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="center" size="3" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="0"]LATEST NEWS[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_repeat="no-repeat" background_position="left top" video_aspect_ratio="16:9" video_mute="yes" video_loop="yes" fade="no" border_style="solid" padding_top="0" padding_bottom="0" padding_left="0" padding_right="0" hundred_percent="yes" equal_height_columns="no" hide_on_mobile="no" admin_label="Latest News" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex"][fusion_builder_row][fusion_builder_column type="1_1" layout="1_1" background_position="left top" background_color="" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true"][fusion_blog layout="grid" blog_grid_columns="3" blog_grid_column_spacing="0" equal_heights="yes" number_posts="3" offset="" pull_by="category" cat_slug="" exclude_cats="" tag_slug="" exclude_tags="" orderby="date" order="DESC" thumbnail="yes" title="yes" title_link="yes" excerpt="yes" excerpt_length="22" strip_html="yes" meta_all="yes" meta_author="no" meta_categories="no" meta_comments="no" meta_date="no" meta_link="yes" meta_tags="no" scrolling="no" grid_box_color="" grid_element_color="" grid_separator_style_type="" grid_separator_color="" padding_top="" padding_right="" padding_bottom="" padding_left="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonials" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://localhost/craftretreat/wp-content/uploads/2018/06/Home-quota-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="14%" padding_bottom="13%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" type="flex" flex_justify_content="center" padding_top_medium="120px" padding_bottom_medium="100px"][fusion_builder_row][fusion_builder_column type="3_5" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="50px" margin_bottom="30px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%"][fusion_testimonials design="clean" backgroundcolor="transparent" textcolor="#ffffff"][fusion_testimonial name="FRIEDA FRIEDSON" avatar="none" image="" image_border_radius="" company="MASSEUSE" link="" target="_self"]“If you want to relax, watch the clouds pass by if you\'re laying on the grass, or sit in front of the creek; just doing nothing and having those still moments is what really rejuvenates the body...”[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Call to Action" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#5c5b5c" background_image="http://localhost/craftretreat/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="100" padding_bottom="85" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex"][fusion_builder_row][fusion_builder_column type="1_6" layout="1_6" spacing="" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="" type_medium="1_4"][fusion_counters_box columns="1" color="#ffffff" title_size="62px" body_color="#ffffff" border_color="#b9afa1" hide_on_mobile="small-visibility,medium-visibility,large-visibility"][fusion_counter_box value="25" delimiter="" unit="%" unit_pos="suffix" icon="" direction="up"]SPECIAL OFFER[/fusion_counter_box][/fusion_counters_box][/fusion_builder_column][fusion_builder_column type="2_3" layout="2_3" spacing="yes" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="10px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="false" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="" type_medium="1_2"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="4" font_size="30px" animated_font_size="" line_height="1.4" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="10px"]Take some time. Treat yourself. You deserve it.[/fusion_title][fusion_text]Book a treatment this month and receive a 25% on all further treatments. [/fusion_text][/fusion_builder_column][fusion_builder_column type="1_6" layout="1_6" spacing="yes" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="10px" margin_bottom="" animation_type="" animation_direction="down" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_left="" type_medium="1_4"][fusion_button link="http://localhost/craftretreat/book-now/" text_transform="" title="" target="_self" link_attributes="" alignment="left" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="default" button_gradient_top_color="" button_gradient_bottom_color="" button_gradient_top_color_hover="" button_gradient_bottom_color_hover="" accent_color="" accent_hover_color="" type="" bevel_color="" border_width="" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius=""]BOOK NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2016-08-02 11:05:09', '2016-08-02 11:05:09', '', 0, 'http://localhost/craftretreat/?page_id=9', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (12, 1, '2016-08-02 11:05:23', '2016-08-02 11:05:23', '[fusion_builder_container background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_repeat="no-repeat" background_position="left top" video_aspect_ratio="16:9" video_mute="yes" video_loop="yes" fade="no" border_style="solid" padding_top="0" padding_bottom="0" padding_left="0" padding_right="0" hundred_percent="yes" equal_height_columns="no" hide_on_mobile="no" admin_label="Treatments" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true"][fusion_portfolio layout="grid" picture_size="auto" text_layout="boxed" grid_box_color="" grid_element_color="" grid_separator_style_type="" grid_separator_color="" columns="4" one_column_text_position="below" column_spacing="0" equal_heights="no" number_posts="8" portfolio_title_display="all" portfolio_text_alignment="left" padding_top="" padding_right="" padding_bottom="" padding_left="" filters="yes" pull_by="category" cat_slug="" exclude_cats="" tag_slug="" exclude_tags="" pagination_type="default" hide_url_params="off" offset="" orderby="date" order="DESC" content_length="excerpt" excerpt_length="35" strip_html="yes" carousel_layout="title_on_rollover" scroll_items="" autoplay="no" show_nav="yes" mouse_scroll="no" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" animation_type="fade" animation_direction="down" animation_speed="0.8" animation_offset="" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Call to Action" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#5c5b5c" background_image="http://localhost/craftretreat/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="100" padding_bottom="85" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex"][fusion_builder_row][fusion_builder_column type="1_6" type="1_6" layout="1_6" spacing="" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" last="false" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="" type_medium="1_4"][fusion_counters_box columns="1" color="#ffffff" title_size="62px" body_color="#ffffff" border_color="#b9afa1" hide_on_mobile="small-visibility,medium-visibility,large-visibility"][fusion_counter_box value="25" delimiter="" unit="%" unit_pos="suffix" icon="" direction="up"]SPECIAL OFFER[/fusion_counter_box][/fusion_counters_box][/fusion_builder_column][fusion_builder_column type="2_3" type="2_3" layout="2_3" spacing="yes" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="10px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="false" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_right="" type_medium="1_2"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="4" font_size="30px" animated_font_size="" line_height="1.4" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="10px"]Take some time. Treat yourself. You deserve it.[/fusion_title][fusion_text]Book a treatment this month and receive a 25% on all further treatments. [/fusion_text][/fusion_builder_column][fusion_builder_column type="1_6" type="1_6" layout="1_6" spacing="yes" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="10px" margin_bottom="" animation_type="" animation_direction="down" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_left="" type_medium="1_4"][fusion_button link="http://localhost/craftretreat/book-now/" text_transform="" title="" target="_self" link_attributes="" alignment="left" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="default" button_gradient_top_color="" button_gradient_bottom_color="" button_gradient_top_color_hover="" button_gradient_bottom_color_hover="" accent_color="" accent_hover_color="" type="" bevel_color="" border_width="" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius=""]BOOK NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Treatments', '', 'publish', 'closed', 'closed', '', 'treatments', '', '', '2016-08-02 11:05:23', '2016-08-02 11:05:23', '', 0, 'http://localhost/craftretreat/?page_id=12', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (14, 1, '2016-08-02 11:05:49', '2016-08-02 11:05:49', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#f5f5f5" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="80" padding_bottom="80" admin_label="Blog Posts" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" last="true" spacing="yes" center_content="no" hide_on_mobile="no" background_color="" background_image="" background_repeat="no-repeat" background_position="left top" hover_type="none" link="" border_position="all" border_color="" border_style="" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="" animation_speed="0.1" animation_offset="" class="" id="" min_height="" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true"][fusion_blog layout="timeline" blog_grid_columns="2" blog_grid_column_spacing="40" number_posts="6" orderby="date" order="DESC" thumbnail="yes" title="yes" title_link="yes" excerpt="yes" excerpt_length="30" strip_html="yes" meta_all="yes" meta_author="no" meta_categories="no" meta_comments="no" meta_date="no" meta_link="yes" meta_tags="no" scrolling="pagination" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Call to Action" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#5c5b5c" background_image="http://localhost/craftretreat/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="100" padding_bottom="85" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex"][fusion_builder_row][fusion_builder_column type="1_6" type="1_6" layout="1_6" spacing="" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" last="false" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="" type_medium="1_4"][fusion_counters_box columns="1" color="#ffffff" title_size="62px" body_color="#ffffff" border_color="#b9afa1" hide_on_mobile="small-visibility,medium-visibility,large-visibility"][fusion_counter_box value="25" delimiter="" unit="%" unit_pos="suffix" icon="" direction="up"]SPECIAL OFFER[/fusion_counter_box][/fusion_counters_box][/fusion_builder_column][fusion_builder_column type="2_3" type="2_3" layout="2_3" spacing="yes" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="10px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="false" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_right="" type_medium="1_2"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="4" font_size="30px" animated_font_size="" line_height="1.4" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="10px"]Take some time. Treat yourself. You deserve it.[/fusion_title][fusion_text]Book a treatment this month and receive a 25% on all further treatments. [/fusion_text][/fusion_builder_column][fusion_builder_column type="1_6" type="1_6" layout="1_6" spacing="yes" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="10px" margin_bottom="" animation_type="" animation_direction="down" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_left="" type_medium="1_4"][fusion_button link="http://localhost/craftretreat/book-now/" text_transform="" title="" target="_self" link_attributes="" alignment="left" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="default" button_gradient_top_color="" button_gradient_bottom_color="" button_gradient_top_color_hover="" button_gradient_bottom_color_hover="" accent_color="" accent_hover_color="" type="" bevel_color="" border_width="" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius=""]BOOK NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Journal', '', 'publish', 'closed', 'closed', '', 'journal', '', '', '2016-08-02 11:05:49', '2016-08-02 11:05:49', '', 0, 'http://localhost/craftretreat/?page_id=14', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (16, 1, '2016-08-02 11:06:05', '2016-08-02 11:06:05', '[fusion_builder_container hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0" padding_right="0" padding_bottom="0" padding_left="0" admin_label="Book an Appointment Form" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" flex_column_spacing="0px" type="flex"][fusion_builder_row][fusion_builder_column type="2_3" type="2_3" layout="2_3" spacing="no" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="#f5f5f5" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="90px" padding_right="15%" padding_bottom="90px" padding_left="15%" margin_top="0px" margin_bottom="0px" animation_type="" animation_direction="down" animation_speed="0.1" animation_offset="" last="false" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="0px" type_medium="3_5"][fusion_text]\n12345 North Main Street,
\nNew York, NY 555555
Monday - Friday
\n[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n09:00 - 18:00
\n[/fusion_text][fusion_title margin_top="" margin_bottom="0" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" size="6" content_align="center" style_type="none" sep_color=""]\nSaturday
\n[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n09:00 - 18:00
\n[/fusion_text][fusion_title margin_top="" margin_bottom="0" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" size="6" content_align="center" style_type="none" sep_color=""]\nSunday
\n[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n10:00 - 16:00
\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_repeat="no-repeat" background_position="left top" video_aspect_ratio="16:9" video_mute="yes" video_loop="yes" fade="no" border_style="solid" padding_top="0" padding_bottom="0" padding_left="0" padding_right="0" hundred_percent="yes" equal_height_columns="yes" hide_on_mobile="no" admin_label="Map" admin_toggled="yes" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" flex_column_spacing="0px" type="flex"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" spacing="yes" center_content="no" link="" target="_self" min_height="none" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="0px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" last="true" align_self="flex-start" first="true"][fusion_map api_type="" embed_address="2509 Webster Ave, Bronx, NY 10458" embed_map_type="roadmap" address="2509 Webster Ave, Bronx, NY 10458" type="terrain" width="100%" height="450px" zoom="16" scrollwheel="no" scale="yes" zoom_pancontrol="yes" animation="yes" popup="no" map_style="custom" overlay_color="#b9afa1" static_map_color="" infobox_content="" infobox="default" infobox_text_color="" infobox_background_color="" icon="http://localhost/craftretreat/wp-content/uploads/2016/08/avada-spa-custom-marker.png" icon_static="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Book Now', '', 'publish', 'closed', 'closed', '', 'book-now', '', '', '2016-08-02 11:06:05', '2016-08-02 11:06:05', '', 0, 'http://localhost/craftretreat/?page_id=16', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1129, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', '[mphb_rooms]', 'Accommodations', '', 'publish', 'closed', 'closed', '', 'accommodations', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 0, 'http://localhost/craftretreat/accommodations/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1130, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', '[mphb_availability_search]', 'Search Availability', '', 'publish', 'closed', 'closed', '', 'search-availability', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 0, 'http://localhost/craftretreat/search-availability/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1131, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', '[mphb_search_results]', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 0, 'http://localhost/craftretreat/search-results/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1132, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', '[mphb_checkout]', 'Booking Confirmation', '', 'publish', 'closed', 'closed', '', 'booking-confirmation', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 0, 'http://localhost/craftretreat/booking-confirmation/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1133, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', '[mphb_booking_confirmation]', 'Booking Confirmed', '', 'publish', 'closed', 'closed', '', 'booking-confirmed', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 1132, 'http://localhost/craftretreat/booking-confirmation/booking-confirmed/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1134, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', 'Your reservation is canceled.', 'Booking Canceled', '', 'publish', 'closed', 'closed', '', 'booking-canceled', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 1132, 'http://localhost/craftretreat/booking-confirmation/booking-canceled/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1135, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', '[mphb_booking_confirmation]', 'Reservation Received', '', 'publish', 'closed', 'closed', '', 'reservation-received', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 1132, 'http://localhost/craftretreat/booking-confirmation/reservation-received/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1136, 1, '2021-02-22 04:51:32', '2021-02-22 04:51:32', 'Unfortunately, your transaction cannot be completed at this time. Please try again or contact us.', 'Transaction Failed', '', 'publish', 'closed', 'closed', '', 'transaction-failed', '', '', '2021-02-22 04:51:32', '2021-02-22 04:51:32', '', 1132, 'http://localhost/craftretreat/booking-confirmation/transaction-failed/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1884, 1, '2021-05-12 14:08:20', '2021-05-12 04:08:20', 'Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.
\r\nDeveloped for the artistic, Craft Retreat @ Hepburn Springs has been exclusively set up as a craft only retreat, and has been tastefully renovated with 5 star comfort in mind.
\r\nSituated in the popular “mineral springs and spa region” of Victoria, just 75 minutes from the heart of Melbourne this property ticks all of the boxes for those who want to enjoy some well deserved time pursuing their passion with friends.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1673|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4601.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1674|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4606.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 02:17:20', '2021-05-31 02:17:20', '', 7, 'http://localhost/lakeorchardvilla/?p=1899', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1900, 1, '2021-05-31 02:46:11', '2021-05-31 02:46:11', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""][mphb_availability_search class="is-style-horizontal-form"]
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/quiltbackdrop1.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.
\r\nDeveloped for the artistic, Craft Retreat @ Hepburn Springs has been exclusively set up as a craft only retreat, and has been tastefully renovated with 5 star comfort in mind.
\r\nSituated in the popular “mineral springs and spa region” of Victoria, just 75 minutes from the heart of Melbourne this property ticks all of the boxes for those who want to enjoy some well deserved time pursuing their passion with friends.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1673|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4601.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1674|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4606.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 02:46:11', '2021-05-31 02:46:11', '', 7, 'http://localhost/lakeorchardvilla/?p=1900', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1901, 1, '2021-05-31 02:59:52', '2021-05-31 02:59:52', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/quiltbackdrop1.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.
\r\nDeveloped for the artistic, Craft Retreat @ Hepburn Springs has been exclusively set up as a craft only retreat, and has been tastefully renovated with 5 star comfort in mind.
\r\nSituated in the popular “mineral springs and spa region” of Victoria, just 75 minutes from the heart of Melbourne this property ticks all of the boxes for those who want to enjoy some well deserved time pursuing their passion with friends.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1673|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4601.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1674|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4606.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 02:59:52', '2021-05-31 02:59:52', '', 7, 'http://localhost/lakeorchardvilla/?p=1901', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1902, 1, '2021-05-31 03:00:46', '2021-05-31 03:00:46', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""][mphb_availability_search class="is-style-horizontal-form"]
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/quiltbackdrop1.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.
\r\nDeveloped for the artistic, Craft Retreat @ Hepburn Springs has been exclusively set up as a craft only retreat, and has been tastefully renovated with 5 star comfort in mind.
\r\nSituated in the popular “mineral springs and spa region” of Victoria, just 75 minutes from the heart of Melbourne this property ticks all of the boxes for those who want to enjoy some well deserved time pursuing their passion with friends.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1673|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4601.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1674|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4606.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:00:46', '2021-05-31 03:00:46', '', 7, 'http://localhost/lakeorchardvilla/?p=1902', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1903, 1, '2021-05-31 03:27:37', '2021-05-31 03:27:37', '', 'IMG_4451', '', 'inherit', 'open', 'closed', '', 'img_4451', '', '', '2021-05-31 03:27:37', '2021-05-31 03:27:37', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4451.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1904, 1, '2021-05-31 03:27:38', '2021-05-31 03:27:38', '', 'IMG_4452', '', 'inherit', 'open', 'closed', '', 'img_4452', '', '', '2021-05-31 03:27:38', '2021-05-31 03:27:38', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1905, 1, '2021-05-31 03:27:39', '2021-05-31 03:27:39', '', 'IMG_4455', '', 'inherit', 'open', 'closed', '', 'img_4455', '', '', '2021-05-31 03:27:39', '2021-05-31 03:27:39', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1906, 1, '2021-05-31 03:27:40', '2021-05-31 03:27:40', '', 'IMG_4457', '', 'inherit', 'open', 'closed', '', 'img_4457', '', '', '2021-05-31 03:27:40', '2021-05-31 03:27:40', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1907, 1, '2021-05-31 03:27:42', '2021-05-31 03:27:42', '', 'IMG_4467', '', 'inherit', 'open', 'closed', '', 'img_4467', '', '', '2021-05-31 03:27:42', '2021-05-31 03:27:42', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1908, 1, '2021-05-31 03:27:43', '2021-05-31 03:27:43', '', 'IMG_4448', '', 'inherit', 'open', 'closed', '', 'img_4448', '', '', '2021-05-31 03:27:43', '2021-05-31 03:27:43', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4448.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1909, 1, '2021-05-31 03:27:45', '2021-05-31 03:27:45', '', 'IMG_4449', '', 'inherit', 'open', 'closed', '', 'img_4449-2', '', '', '2021-05-31 03:27:45', '2021-05-31 03:27:45', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4449-1.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1910, 1, '2021-05-31 03:28:30', '2021-05-31 03:28:30', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]Your Content Goes Here[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""][mphb_availability_search class="is-style-horizontal-form"]
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/quiltbackdrop1.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.
\r\nDeveloped for the artistic, Craft Retreat @ Hepburn Springs has been exclusively set up as a craft only retreat, and has been tastefully renovated with 5 star comfort in mind.
\r\nSituated in the popular “mineral springs and spa region” of Victoria, just 75 minutes from the heart of Melbourne this property ticks all of the boxes for those who want to enjoy some well deserved time pursuing their passion with friends.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1673|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4601.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1674|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://www.craftretreat.com.au/wp-content/uploads/2021/05/IMG_4606.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:28:30', '2021-05-31 03:28:30', '', 7, 'http://localhost/lakeorchardvilla/?p=1910', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1911, 1, '2021-05-31 03:30:02', '2021-05-31 03:30:02', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]Your Content Goes Here[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""][mphb_availability_search class="is-style-horizontal-form"]
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/quiltbackdrop1.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.
\r\nDeveloped for the artistic, Craft Retreat @ Hepburn Springs has been exclusively set up as a craft only retreat, and has been tastefully renovated with 5 star comfort in mind.
\r\nSituated in the popular “mineral springs and spa region” of Victoria, just 75 minutes from the heart of Melbourne this property ticks all of the boxes for those who want to enjoy some well deserved time pursuing their passion with friends.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:30:02', '2021-05-31 03:30:02', '', 7, 'http://localhost/lakeorchardvilla/?p=1911', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1912, 1, '2021-05-31 03:39:47', '2021-05-31 03:39:47', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]Your Content Goes Here[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""][mphb_availability_search class="is-style-horizontal-form"]
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/quiltbackdrop1.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
Each villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
Lake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:39:47', '2021-05-31 03:39:47', '', 7, 'http://localhost/lakeorchardvilla/?p=1912', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1913, 1, '2021-05-31 03:43:19', '2021-05-31 03:43:19', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]Your Content Goes Here[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""][mphb_availability_search class="is-style-horizontal-form"]
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/quiltbackdrop1.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
Each villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
Lake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:43:19', '2021-05-31 03:43:19', '', 7, 'http://localhost/lakeorchardvilla/?p=1913', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1914, 1, '2021-06-15 03:32:58', '2021-05-31 03:44:58', ' ', '', 'Home', 'publish', 'closed', 'closed', '', '1914', '', '', '2021-06-15 03:32:58', '2021-06-15 03:32:58', '', 0, 'http://localhost/lakeorchardvilla/?p=1914', 1, 'nav_menu_item', '', 0); INSERT INTO `wp_posts` VALUES (1915, 1, '2021-05-31 03:47:38', '2021-05-31 03:47:38', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]Your Content Goes Here[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:47:38', '2021-05-31 03:47:38', '', 7, 'http://localhost/lakeorchardvilla/?p=1915', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1916, 1, '2021-05-31 03:47:47', '2021-05-31 03:47:47', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/05/20210428_120247.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:47:47', '2021-05-31 03:47:47', '', 7, 'http://localhost/lakeorchardvilla/?p=1916', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1917, 1, '2021-05-31 03:48:08', '2021-05-31 03:48:08', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$1710\n$85.50 Per person per night (10 guests) \n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
Longer weekend bookings are available | \n
Maximum of 10 guests | \n
\n$630 per night\n$63 Per person per night (10 guests) \n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-05-31 03:48:08', '2021-05-31 03:48:08', '', 7, 'http://localhost/lakeorchardvilla/?p=1917', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1918, 1, '2021-06-04 01:20:45', '2021-06-04 01:20:45', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
Longer weekend bookings are available |
Maximum of 10 guests |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:20:45', '2021-06-04 01:20:45', '', 7, 'http://localhost/lakeorchardvilla/?p=1918', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1919, 1, '2021-06-04 01:34:48', '2021-06-04 01:34:48', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
Longer weekend bookings are available |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
Maximum of 10 guests | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:34:48', '2021-06-04 01:34:48', '', 7, 'http://localhost/lakeorchardvilla/?p=1919', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1920, 1, '2021-06-04 01:35:38', '2021-06-04 01:35:38', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="center" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_right="2.7%" padding_right="0px" padding_top="0px" margin_top="25px" padding_bottom="0px" margin_bottom="0px" spacing_left="4%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Things You Don\'t Have To Bring[/fusion_title][fusion_text column_min_width="" column_spacing="" rule_style="default" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
$385 per night |
---|
Available Monday to Thursday (2 night minimum) |
2 night minimum on weekends (Friday & Saturday nights) |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:35:38', '2021-06-04 01:35:38', '', 7, 'http://localhost/lakeorchardvilla/?p=1920', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1921, 1, '2021-06-04 01:41:00', '2021-06-04 01:41:00', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:41:00', '2021-06-04 01:41:00', '', 7, 'http://localhost/lakeorchardvilla/?p=1921', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1922, 1, '2021-06-04 01:41:33', '2021-06-04 01:41:33', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" admin_toggled="no"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:41:33', '2021-06-04 01:41:33', '', 7, 'http://localhost/lakeorchardvilla/?p=1922', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1923, 1, '2021-06-04 01:43:36', '2021-06-04 01:43:36', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" padding_left="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:43:36', '2021-06-04 01:43:36', '', 7, 'http://localhost/lakeorchardvilla/?p=1923', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1924, 1, '2021-06-04 01:44:20', '2021-06-04 01:44:20', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" padding_left="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:44:20', '2021-06-04 01:44:20', '', 7, 'http://localhost/lakeorchardvilla/?p=1924', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1925, 1, '2021-06-04 01:45:35', '2021-06-04 01:45:35', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" padding_left="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.
[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2021/02/colorful-patchwork-quilt-square-patches-79183146.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="2%" padding_bottom="2%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#2b2b2b"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="0px" padding_right="" padding_bottom="0px" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" margin_top="30px"][fusion_gallery lightbox="yes" hide_on_mobile="small-visibility,medium-visibility,large-visibility" layout="grid"][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4616.jpg" image_id="1676|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/9.jpg" image_id="1688|full" link="" linktarget="_self" /][fusion_gallery_image link="" linktarget="_self" alt="" image="http://localhost/craftretreat/wp-content/uploads/2021/05/20210428_120247.jpg" image_id="1678|full" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/IMG_4607-1.jpg" image_id="1681|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/02/Yarn-Corner-Ladies-7.png" image_id="1544|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-2.png" image_id="1645|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/7.jpg" image_id="1687|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/6.jpg" image_id="1689|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/05/5.jpg" image_id="1690|full" link="" linktarget="_self" /][fusion_gallery_image image="http://localhost/craftretreat/wp-content/uploads/2021/03/Yarn-Corner-Ladies-1.png" image_id="1646|full" link="" linktarget="_self" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-04 01:45:35', '2021-06-04 01:45:35', '', 7, 'http://localhost/lakeorchardvilla/?p=1925', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1926, 1, '2021-06-04 01:45:50', '2021-06-04 01:45:50', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1898|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" padding_left="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" padding_left="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" padding_left="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="" margin_top="" last="no" border_position="all" spacing_left="" padding_bottom="" padding_left=""][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_right="0%"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" spacing_left="2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="40px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font="" margin_bottom="-5"]Facilities[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nAll of this is in a setting of peace and tranquillity with views over Wombat State Forest.
\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Hepburn Springs is located 3km’s north of Daylesford.
\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkL3YxL3BsYWNlPyZxPXBsYWNlX2lkOkNoSUp5MXV3cFhEVTFtb1JialhGMXBoSThWbyZrZXk9QUl6YVN5Q1JIX1lJUzZtUllXVkNHYUc1cTRnTjJiVDkzRnk4ZmRnIj48L2lmcmFtZT4K[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Hepburn Springs is located 3km’s north of Daylesford.
\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Look for the number 1 on the fence or for the name “uno” on the house.
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Hepburn Springs is located 3km’s north of Daylesford.
\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\nLook for the number 1 on the fence or for the name “uno” on the house.
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Hepburn Springs is located 3km’s north of Daylesford.
\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Hepburn Springs is located 3km’s north of Daylesford.
\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]$335 per night |
---|
Check in Friday 2pm |
Check out Sunday 2pm |
2 night minimum on weekends (Friday & Saturday nights) |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="0" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 02:39:58', '2021-06-15 02:39:58', '', 7, 'http://localhost/lakeorchardvilla/?p=1953', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1954, 1, '2021-06-15 02:43:41', '2021-06-15 02:43:41', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1951|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 02:43:41', '2021-06-15 02:43:41', '', 7, 'http://localhost/lakeorchardvilla/?p=1954', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1955, 1, '2021-06-15 02:51:22', '2021-06-15 02:51:22', '', 'Header Image', '', 'inherit', 'open', 'closed', '', 'header-image', '', '', '2021-06-15 02:51:22', '2021-06-15 02:51:22', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png', 0, 'attachment', 'image/png', 0); INSERT INTO `wp_posts` VALUES (1956, 1, '2021-06-15 02:51:26', '2021-06-15 02:51:26', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1951|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 02:51:26', '2021-06-15 02:51:26', '', 7, 'http://localhost/lakeorchardvilla/?p=1956', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1957, 1, '2021-06-15 03:12:48', '2021-06-15 03:12:48', '', 'Lake Orchard Villas Logo (shadowed)', '', 'inherit', 'open', 'closed', '', 'lake-orchard-villas-logo-shadowed-2', '', '', '2021-06-15 03:12:48', '2021-06-15 03:12:48', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png', 0, 'attachment', 'image/png', 0); INSERT INTO `wp_posts` VALUES (1958, 1, '2021-06-15 03:12:51', '2021-06-15 03:12:51', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1957|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\nHepburn Springs is located 3km’s north of Daylesford.
\r\nUse either the Calder or Western Highways and follow the “Daylesford/Spa Country” signs that direct you to turn-offs leading to Daylesford (Daylesford is around 75 minutes from the heart of Melbourne or 60 minutes from the Tullamarine airport– off peak).
Once you have reached Daylesford follow the signs to Hepburn Springs (Main Road). Just before you reach the township of Hepburn Springs, turn right at 4th Street, then immediately left into Potash Ave (a small unsealed road).
Craft Retreat @ Hepburn Springs is located at 1 Potash Ave and is the only house that faces the street.
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 03:12:51', '2021-06-15 03:12:51', '', 7, 'http://localhost/lakeorchardvilla/?p=1958', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1959, 1, '2021-06-15 03:13:39', '2021-06-15 03:13:39', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1957|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 03:13:39', '2021-06-15 03:13:39', '', 7, 'http://localhost/lakeorchardvilla/?p=1959', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1960, 1, '2021-06-15 03:14:41', '2021-06-15 03:14:41', '', 'IMG_4468', '', 'inherit', 'open', 'closed', '', 'img_4468', '', '', '2021-06-15 03:14:41', '2021-06-15 03:14:41', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4468.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1961, 1, '2021-06-15 03:14:43', '2021-06-15 03:14:43', '', 'IMG_4469', '', 'inherit', 'open', 'closed', '', 'img_4469', '', '', '2021-06-15 03:14:43', '2021-06-15 03:14:43', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4469.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1962, 1, '2021-06-15 03:14:45', '2021-06-15 03:14:45', '', 'IMG_4470', '', 'inherit', 'open', 'closed', '', 'img_4470', '', '', '2021-06-15 03:14:45', '2021-06-15 03:14:45', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4470.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1963, 1, '2021-06-15 03:14:47', '2021-06-15 03:14:47', '', 'IMG_4472', '', 'inherit', 'open', 'closed', '', 'img_4472', '', '', '2021-06-15 03:14:47', '2021-06-15 03:14:47', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4472.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1964, 1, '2021-06-15 03:14:52', '2021-06-15 03:14:52', '', 'IMG_4473', '', 'inherit', 'open', 'closed', '', 'img_4473', '', '', '2021-06-15 03:14:52', '2021-06-15 03:14:52', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4473.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1965, 1, '2021-06-15 03:14:57', '2021-06-15 03:14:57', '', 'IMG_4479', '', 'inherit', 'open', 'closed', '', 'img_4479', '', '', '2021-06-15 03:14:57', '2021-06-15 03:14:57', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4479.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1966, 1, '2021-06-15 03:14:59', '2021-06-15 03:14:59', '', 'IMG_4482', '', 'inherit', 'open', 'closed', '', 'img_4482', '', '', '2021-06-15 03:14:59', '2021-06-15 03:14:59', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4482.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1967, 1, '2021-06-15 03:15:00', '2021-06-15 03:15:00', '', 'IMG_4483', '', 'inherit', 'open', 'closed', '', 'img_4483', '', '', '2021-06-15 03:15:00', '2021-06-15 03:15:00', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4483.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1968, 1, '2021-06-15 03:15:01', '2021-06-15 03:15:01', '', 'IMG_4484', '', 'inherit', 'open', 'closed', '', 'img_4484', '', '', '2021-06-15 03:15:01', '2021-06-15 03:15:01', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4484.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1969, 1, '2021-06-15 03:15:06', '2021-06-15 03:15:06', '', 'IMG_4487', '', 'inherit', 'open', 'closed', '', 'img_4487', '', '', '2021-06-15 03:15:06', '2021-06-15 03:15:06', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4487.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1970, 1, '2021-06-15 03:15:08', '2021-06-15 03:15:08', '', 'IMG_4489', '', 'inherit', 'open', 'closed', '', 'img_4489', '', '', '2021-06-15 03:15:08', '2021-06-15 03:15:08', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4489.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1971, 1, '2021-06-15 03:15:10', '2021-06-15 03:15:10', '', 'IMG_4490', '', 'inherit', 'open', 'closed', '', 'img_4490', '', '', '2021-06-15 03:15:10', '2021-06-15 03:15:10', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4490.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1972, 1, '2021-06-15 03:15:12', '2021-06-15 03:15:12', '', 'IMG_4494', '', 'inherit', 'open', 'closed', '', 'img_4494', '', '', '2021-06-15 03:15:12', '2021-06-15 03:15:12', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4494.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1973, 1, '2021-06-15 03:15:17', '2021-06-15 03:15:17', '', 'IMG_4505', '', 'inherit', 'open', 'closed', '', 'img_4505', '', '', '2021-06-15 03:15:17', '2021-06-15 03:15:17', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4505.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1974, 1, '2021-06-15 03:15:20', '2021-06-15 03:15:20', '', 'IMG_4512', '', 'inherit', 'open', 'closed', '', 'img_4512', '', '', '2021-06-15 03:15:20', '2021-06-15 03:15:20', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4512.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1975, 1, '2021-06-15 03:15:26', '2021-06-15 03:15:26', '', 'IMG_4552', '', 'inherit', 'open', 'closed', '', 'img_4552', '', '', '2021-06-15 03:15:26', '2021-06-15 03:15:26', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4552.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1976, 1, '2021-06-15 03:15:29', '2021-06-15 03:15:29', '', 'IMG_4555', '', 'inherit', 'open', 'closed', '', 'img_4555', '', '', '2021-06-15 03:15:29', '2021-06-15 03:15:29', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4555.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1977, 1, '2021-06-15 03:15:32', '2021-06-15 03:15:32', '', 'IMG_4559', '', 'inherit', 'open', 'closed', '', 'img_4559', '', '', '2021-06-15 03:15:32', '2021-06-15 03:15:32', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/IMG_4559.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1978, 1, '2021-06-15 03:17:02', '2021-06-15 03:17:02', '', '171965166', '', 'inherit', 'open', 'closed', '', '171965166', '', '', '2021-06-15 03:17:02', '2021-06-15 03:17:02', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965166.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1979, 1, '2021-06-15 03:17:03', '2021-06-15 03:17:03', '', '171965168', '', 'inherit', 'open', 'closed', '', '171965168', '', '', '2021-06-15 03:17:03', '2021-06-15 03:17:03', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965168.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1980, 1, '2021-06-15 03:17:03', '2021-06-15 03:17:03', '', '171965169', '', 'inherit', 'open', 'closed', '', '171965169', '', '', '2021-06-15 03:17:03', '2021-06-15 03:17:03', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965169.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1981, 1, '2021-06-15 03:17:04', '2021-06-15 03:17:04', '', '171965449', '', 'inherit', 'open', 'closed', '', '171965449', '', '', '2021-06-15 03:17:04', '2021-06-15 03:17:04', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965449.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1982, 1, '2021-06-15 03:17:05', '2021-06-15 03:17:05', '', '171965450', '', 'inherit', 'open', 'closed', '', '171965450', '', '', '2021-06-15 03:17:05', '2021-06-15 03:17:05', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965450.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1983, 1, '2021-06-15 03:17:05', '2021-06-15 03:17:05', '', '171965474', '', 'inherit', 'open', 'closed', '', '171965474', '', '', '2021-06-15 03:17:05', '2021-06-15 03:17:05', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965474.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1984, 1, '2021-06-15 03:17:06', '2021-06-15 03:17:06', '', '171965477', '', 'inherit', 'open', 'closed', '', '171965477', '', '', '2021-06-15 03:17:06', '2021-06-15 03:17:06', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965477.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1985, 1, '2021-06-15 03:17:07', '2021-06-15 03:17:07', '', '171965518', '', 'inherit', 'open', 'closed', '', '171965518', '', '', '2021-06-15 03:17:07', '2021-06-15 03:17:07', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171965518.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1986, 1, '2021-06-15 03:17:07', '2021-06-15 03:17:07', '', '171966024', '', 'inherit', 'open', 'closed', '', '171966024', '', '', '2021-06-15 03:17:07', '2021-06-15 03:17:07', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/171966024.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1987, 1, '2021-06-15 03:17:08', '2021-06-15 03:17:08', '', '28829557', '', 'inherit', 'open', 'closed', '', '28829557', '', '', '2021-06-15 03:17:08', '2021-06-15 03:17:08', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/28829557.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1988, 1, '2021-06-15 03:17:09', '2021-06-15 03:17:09', '', '38393944', '', 'inherit', 'open', 'closed', '', '38393944', '', '', '2021-06-15 03:17:09', '2021-06-15 03:17:09', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/38393944.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1989, 1, '2021-06-15 03:17:09', '2021-06-15 03:17:09', '', '38473202', '', 'inherit', 'open', 'closed', '', '38473202', '', '', '2021-06-15 03:17:09', '2021-06-15 03:17:09', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/38473202.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1990, 1, '2021-06-15 03:17:10', '2021-06-15 03:17:10', '', '70640917', '', 'inherit', 'open', 'closed', '', '70640917', '', '', '2021-06-15 03:17:10', '2021-06-15 03:17:10', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/70640917.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1991, 1, '2021-06-15 03:17:11', '2021-06-15 03:17:11', '', '70641121', '', 'inherit', 'open', 'closed', '', '70641121', '', '', '2021-06-15 03:17:11', '2021-06-15 03:17:11', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/70641121.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1992, 1, '2021-06-15 03:17:11', '2021-06-15 03:17:11', '', '70641449', '', 'inherit', 'open', 'closed', '', '70641449', '', '', '2021-06-15 03:17:11', '2021-06-15 03:17:11', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/70641449.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1993, 1, '2021-06-15 03:27:29', '2021-06-15 03:27:29', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1957|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
Cancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 03:27:29', '2021-06-15 03:27:29', '', 7, 'http://localhost/lakeorchardvilla/?p=1993', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1994, 1, '2021-06-15 03:30:16', '2021-06-15 03:30:16', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1957|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n
\r\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="no" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
A Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="no" border_position="all"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="no" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
[mphb_availability_search class="is-style-horizontal-form"]
[mphb_availability_calendar id="1942, 1939" monthstoshow="2"]
Green = Available Red = Unavailable
[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][/fusion_text][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" dimension_margin="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top="0px" margin_bottom="-40" last="no" border_position="all"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][mphb_availability_calendar][/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nCancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Craft Retreat', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 03:30:16', '2021-06-15 03:30:16', '', 7, 'http://localhost/lakeorchardvilla/?p=1994', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1995, 1, '2021-06-15 03:31:26', '2021-06-15 03:31:26', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1957|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\r\n[/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="" margin_bottom="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="true" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="true"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\r\n\r\nA Quaint Getaway\r\n\r\n[/fusion_title][fusion_text]\r\n\r\nLocated less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.\r\n\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.\r\n\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.\r\n\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="false" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0" first="true"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="true" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px" first="false"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n
\r\nLake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia\r\n\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="0px" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\r\nPricing\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" layout="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="" margin_bottom="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="false" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="true"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="50" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n\r\n$335 per night\r\n | \r\n
---|
Check in Friday 2pm | \r\n
Check out Sunday 2pm | \r\n
2 night minimum on weekends (Friday & Saturday nights) | \r\n
\r\n |
\r\n$385 per night\r\n | \r\n
---|
Available Monday to Thursday (2 night minimum) | \r\n
2 night minimum on weekends (Friday & Saturday nights) | \r\n
\r\n |
\r\n |
[mphb_availability_calendar id="1942, 1939" monthstoshow="2"]
\r\nGreen = Available Red = Unavailable
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="-40" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][mphb_availability_calendar][/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n
\r\nA Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="false" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0" first="true"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="true" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px" first="false"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n\r\n
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="rgba(25,21,0,0.63)" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="0px" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="" margin_bottom="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="false" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="true"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="55px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
[mphb_availability_calendar id="1942, 1939" monthstoshow="2"]\r\n
Green = Available Red = Unavailable
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="-40" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][mphb_availability_calendar][/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nCancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Lake Orchard Villas', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 03:34:53', '2021-06-15 03:34:53', '', 7, 'http://localhost/lakeorchardvilla/?p=1999', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (2000, 1, '2021-06-15 03:42:14', '2021-06-15 03:42:14', '[fusion_builder_container hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="8%" padding_bottom="4%" admin_label="Intro" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Header-Image.png" background_color="rgba(0,0,0,0.16)" background_blend_mode="multiply"][fusion_builder_row][fusion_builder_column type="3_4" type="3_4" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="" margin_bottom="" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" spacing_left="2%" align_self="auto"][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="30px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_imageframe image_id="1957|full" max_width="600px" sticky_max_width="" style_type="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="center" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0"]http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed-1.png[/fusion_imageframe][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n[/fusion_text][fusion_button link="http://localhost/craftretreat/journal/" title="" target="_self" link_attributes="" alignment="center" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="custom" button_gradient_top_color="#ffffff" button_gradient_bottom_color="rgba(255,255,255,0)" button_gradient_top_color_hover="#665a4d" button_gradient_bottom_color_hover="rgba(255,255,255,0)" accent_color="#6b6156" accent_hover_color="" type="flat" bevel_color="" border_width="2" size="" stretch="default" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="1.0" animation_offset="" border_radius="" border_color="#b9afa1" border_hover_color=""]LEARN MORE[/fusion_button][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="" margin_bottom="" padding_medium="" padding_small="" padding_top="10" padding_right="30" padding_bottom="10" padding_left="30" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.86)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" spacing_right="0px" last="true" border_position="all" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="true"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n[mphb_availability_search class="is-style-horizontal-form"]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Face & Body Treatments" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="yes" hide_on_mobile="no" background_color="#353535" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="0%" padding_bottom="7%" admin_toggled="no" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_align_items="stretch" type="flex" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4467.jpg" background_blend_mode="multiply" margin_bottom="0px"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="2_5" spacing="8%" center_content="yes" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="" padding_right="" padding_bottom="" padding_left="" margin_top="30px" margin_bottom="0px" animation_type="" animation_direction="left" animation_speed="0.1" animation_offset="" last="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_left="3.2%"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\n
\r\nA Quaint Getaway
Located less than a 1-minute walk from Lake Daylesford, Lake Orchard Villas features accommodations ideally located in Daylesford. All villas boast a private bathroom with a 2-person spa bath to relax in with bath salts supplied. Free WiFi is available.
\r\nEach villa has a kitchenette with a small fridge, stove top, and Nespresso coffee machine with coffee pods. All villas feature a private outdoor area with a BBQ and an outdoor dining setting. You can stay indoors and put on the gas fire heater and find something to watch on Netflix or venture out to explore the scenery.
\r\nLake Orchard Villas is just a 5-minute walk from the main street of Daylesford, where you will find cafes and shops. You can also choose to take a scenic 1.9 mi drive to Hepburn Springs and visit the Hepburn Bathhouse & Spa, or one of the many spa venues nearby.
\r\n[/fusion_text][layerslider id="1" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type="flex" hundred_percent="yes" hundred_percent_height="no" hundred_percent_height_scroll="no" align_content="stretch" flex_align_items="center" flex_justify_content="flex-start" hundred_percent_height_center_content="yes" equal_height_columns="no" container_tag="div" hide_on_mobile="small-visibility,medium-visibility,large-visibility" status="published" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" background_blend_mode="multiply" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" absolute="off" absolute_devices="small,medium,large" sticky="off" sticky_devices="small-visibility,medium-visibility,large-visibility" sticky_transition_offset="0" scroll_offset="0" animation_direction="left" animation_speed="0.3" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" padding_left="0px" padding_right="0px" background_color="rgba(25,21,0,0.63)" background_image="http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg" padding_bottom="0px" margin_bottom="0px" margin_top="0px" padding_top="0px"][fusion_builder_row][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="false" border_position="all" spacing_left="0%" padding_bottom="0px" spacing_right="0" first="true"][fusion_imageframe image_id="1906|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4457.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="stretch" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" order_medium="0" order_small="0" hover_type="none" border_color="" border_style="solid" box_shadow="no" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_bottom="0px" margin_top="0px" last="true" border_position="all" spacing_left="0%" padding_bottom="" padding_left="0px" first="false"][fusion_imageframe image_id="1904|full" max_width="" sticky_max_width="" blur="" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align_medium="none" align_small="none" align="none" lightbox="no" gallery_id="" lightbox_image="" lightbox_image_id="" alt="" link="" linktarget="_self" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" margin_top=""]http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4452.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Treatments Bar" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_color="#383838" background_image="http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4455.jpg" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.2" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="90" padding_bottom="80" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_column_spacing="0px" type="flex" background_blend_mode="overlay" menu_anchor="locateus"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" background_position="left top" background_color="rgba(20,20,20,0.67)" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding_top="30" padding_right="30" padding_bottom="30" padding_left="30" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none" last="true" hover_type="none" link="" border_position="all" align_self="flex-start" first="true" align_content="flex-start" content_layout="column" border_radius_top_left="20" border_radius_top_right="20" border_radius_bottom_right="20" border_radius_bottom_left="20"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="2" font_size="" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#f9f9f9" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]Where To Find Us[/fusion_title][fusion_text columns="1" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="#ffffff" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_text_font=""]\r\n\r\n
Lake Orchard Villas is located at 4 Bleakley Street, 3460 Daylesford, Australia
\r\n[/fusion_text][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI1NTAiIHN0eWxlPSJib3JkZXI6MCIgbG9hZGluZz0ibGF6eSIgYWxsb3dmdWxsc2NyZWVuIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzE3MS43NDM2NzI3Njk3NyEyZDE0NC4xMzkwMzc3MTYzMjk4ITNkLTM3LjM0ODU3NjcxNTM0MjQ1ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg2YWQ2ZDNiYjZkYjk1NTNkJTNBMHg3YjY3YmRiYmViODkxNzM0ITJzNCUyMEJsZWFrbGV5JTIwU3QlMkMlMjBEYXlsZXNmb3JkJTIwVklDJTIwMzQ2MCE1ZTAhM20yITFzZW4hMnNhdSE0djE2MjI3NzM4NzgzMzUhNW0yITFzZW4hMnNhdSI+PC9pZnJhbWU+CgoKCg==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label="Testimonial" hundred_percent="no" hundred_percent_height="no" hundred_percent_height_scroll="no" hundred_percent_height_center_content="yes" equal_height_columns="no" hide_on_mobile="no" background_image="" background_position="left top" background_repeat="no-repeat" fade="no" background_parallax="up" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="5%" padding_bottom="5%" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" flex_justify_content="center" flex_column_spacing="0px" type="flex" background_blend_mode="multiply" background_color="#131926" menu_anchor="pricing"][fusion_builder_row][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="0px" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="75px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#eff3fc" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" fusion_font_variant_title_font=""]\r\nPricing
\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type="1_2" type="1_2" layout="1_2" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="" margin_bottom="" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="rgba(22,22,22,0.85)" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="false" border_position="all" element_content="" spacing_right="10px" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="true"][fusion_content_boxes layout="icon-with-title" columns="1" heading_size="2" iconspin="no" icon_align="left" animation_direction="left" animation_speed="0.3" hide_on_mobile="small-visibility,medium-visibility,large-visibility" /][fusion_title title_type="text" rotation_effect="bounceIn" display_time="1200" highlight_effect="circle" loop_animation="off" highlight_width="9" highlight_top_margin="0" before_text="" rotation_text="" highlight_text="" after_text="" content_align_medium="" content_align_small="" content_align="left" size="1" font_size="55px" animated_font_size="" line_height="" letter_spacing="" text_shadow="no" text_shadow_blur="0" text_shadow_color="" dimensions_medium="" dimensions_small="" text_color="#ffffff" animated_text_color="" highlight_color="" style_type="default" sep_color="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\n\n$335 per night\n | \n
---|
Check in Friday 2pm | \n
Check out Sunday 2pm | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n$385 per night\n | \n
---|
Available Monday to Thursday (2 night minimum) | \n
2 night minimum on weekends (Friday & Saturday nights) | \n
\n |
\n |
[mphb_availability_calendar id="1942, 1939" monthstoshow="2"]\r\n
Green = Available Red = Unavailable
\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="1_1" align_self="auto" content_layout="column" align_content="flex-start" content_wrap="wrap" spacing="" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id="" type_medium="" type_small="" order_medium="0" order_small="0" dimension_spacing_medium="" dimension_spacing_small="" dimension_spacing="" dimension_margin_medium="" dimension_margin_small="" margin_top="0px" margin_bottom="-40" padding_medium="" padding_small="" padding_top="" padding_right="" padding_bottom="" padding_left="" hover_type="none" border_sizes="" border_color="" border_style="solid" border_radius="" box_shadow="no" dimension_box_shadow="" box_shadow_blur="0" box_shadow_spread="0" box_shadow_color="" box_shadow_style="" background_type="single" gradient_start_color="" gradient_end_color="" gradient_start_position="0" gradient_end_position="100" gradient_type="linear" radial_direction="center center" linear_angle="180" background_color="" background_image="" background_image_id="" background_position="left top" background_repeat="no-repeat" background_blend_mode="none" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" filter_type="regular" filter_hue="0" filter_saturation="100" filter_brightness="100" filter_contrast="100" filter_invert="0" filter_sepia="0" filter_opacity="100" filter_blur="0" filter_hue_hover="0" filter_saturation_hover="100" filter_brightness_hover="100" filter_contrast_hover="100" filter_invert_hover="0" filter_sepia_hover="0" filter_opacity_hover="100" filter_blur_hover="0" last="true" border_position="all" first="true"][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""][mphb_availability_calendar][/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" font_size="" line_height="" letter_spacing="" text_color="" content_alignment_medium="" content_alignment_small="" content_alignment="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" sticky_display="normal,sticky" class="" id=""]\r\nCancellation/Postponement
\r\nWe understand that sometimes bookings need to be changed or cancelled. If you need to cancel or postpone your booking please contact Sally on 0403 665 028.
\r\nIf you have to cancel your stay due to COVID19 restrictions you may have a full refund or you may change your date.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Lake Orchard Villas', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-06-15 03:42:14', '2021-06-15 03:42:14', '', 7, 'http://localhost/lakeorchardvilla/?p=2000', 0, 'revision', '', 0); # # End of data contents of table `wp_posts` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_term_relationships` # -------------------------------------------------------- # # Delete any existing table `wp_term_relationships` # DROP TABLE IF EXISTS `wp_term_relationships`; # # Table structure of table `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_ci ; # # Data contents of table `wp_term_relationships` # INSERT INTO `wp_term_relationships` VALUES (1, 1, 0); INSERT INTO `wp_term_relationships` VALUES (1914, 2, 0); INSERT INTO `wp_term_relationships` VALUES (1996, 2, 0); INSERT INTO `wp_term_relationships` VALUES (1997, 2, 0); INSERT INTO `wp_term_relationships` VALUES (1998, 2, 0); # # End of data contents of table `wp_term_relationships` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_term_taxonomy` # -------------------------------------------------------- # # Delete any existing table `wp_term_taxonomy` # DROP TABLE IF EXISTS `wp_term_taxonomy`; # # Table structure of table `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_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_term_taxonomy` # INSERT INTO `wp_term_taxonomy` VALUES (1, 1, 'category', '', 0, 1); INSERT INTO `wp_term_taxonomy` VALUES (2, 2, 'nav_menu', '', 0, 4); # # End of data contents of table `wp_term_taxonomy` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_termmeta` # -------------------------------------------------------- # # Delete any existing table `wp_termmeta` # DROP TABLE IF EXISTS `wp_termmeta`; # # Table structure of table `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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_termmeta` # INSERT INTO `wp_termmeta` VALUES (1, 2, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (2, 7, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (3, 1939, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (4, 1942, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (5, 1945, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (6, 1947, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (7, 1948, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (8, 1949, '_fusion', 'a:0:{}'); INSERT INTO `wp_termmeta` VALUES (9, 1950, '_fusion', 'a:0:{}'); # # End of data contents of table `wp_termmeta` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_terms` # -------------------------------------------------------- # # Delete any existing table `wp_terms` # DROP TABLE IF EXISTS `wp_terms`; # # Table structure of table `wp_terms` # CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_terms` # INSERT INTO `wp_terms` VALUES (1, 'Uncategorised', 'uncategorised', 0); INSERT INTO `wp_terms` VALUES (2, 'Lake Orchard Menu', 'lake-orchard-menu', 0); # # End of data contents of table `wp_terms` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_usermeta` # -------------------------------------------------------- # # Delete any existing table `wp_usermeta` # DROP TABLE IF EXISTS `wp_usermeta`; # # Table structure of table `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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_usermeta` # INSERT INTO `wp_usermeta` VALUES (1, 1, 'nickname', 'marcus@katanacom.com.au'); INSERT INTO `wp_usermeta` VALUES (2, 1, 'first_name', ''); INSERT INTO `wp_usermeta` VALUES (3, 1, 'last_name', ''); INSERT INTO `wp_usermeta` VALUES (4, 1, 'description', ''); INSERT INTO `wp_usermeta` VALUES (5, 1, 'rich_editing', 'true'); INSERT INTO `wp_usermeta` VALUES (6, 1, 'syntax_highlighting', 'true'); INSERT INTO `wp_usermeta` VALUES (7, 1, 'comment_shortcuts', 'false'); INSERT INTO `wp_usermeta` VALUES (8, 1, 'admin_color', 'fresh'); INSERT INTO `wp_usermeta` VALUES (9, 1, 'use_ssl', '0'); INSERT INTO `wp_usermeta` VALUES (10, 1, 'show_admin_bar_front', 'true'); INSERT INTO `wp_usermeta` VALUES (11, 1, 'locale', ''); INSERT INTO `wp_usermeta` VALUES (12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'); INSERT INTO `wp_usermeta` VALUES (13, 1, 'wp_user_level', '10'); INSERT INTO `wp_usermeta` VALUES (14, 1, 'dismissed_wp_pointers', ''); INSERT INTO `wp_usermeta` VALUES (15, 1, 'show_welcome_panel', '1'); INSERT INTO `wp_usermeta` VALUES (16, 1, 'session_tokens', 'a:1:{s:64:"6eb3a2adb3f5cdafa4c4e995248d9ab9a06ec72265abdc9f00ac59462a8c78e7";a:4:{s:10:"expiration";i:1624151698;s:2:"ip";s:3:"::1";s:2:"ua";s:131:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48";s:5:"login";i:1623978898;}}'); INSERT INTO `wp_usermeta` VALUES (17, 1, 'wp_dashboard_quick_press_last_post_id', '1938'); INSERT INTO `wp_usermeta` VALUES (18, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&hidetb=1'); INSERT INTO `wp_usermeta` VALUES (19, 1, 'wp_user-settings-time', '1623723282'); INSERT INTO `wp_usermeta` VALUES (20, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'); INSERT INTO `wp_usermeta` VALUES (21, 1, 'metaboxhidden_nav-menus', 'a:14:{i:0;s:28:"add-post-type-mphb_room_type";i:1;s:31:"add-post-type-mphb_room_service";i:2;s:29:"add-post-type-avada_portfolio";i:3;s:23:"add-post-type-avada_faq";i:4;s:19:"add-post-type-slide";i:5;s:12:"add-post_tag";i:6;s:15:"add-post_format";i:7;s:27:"add-mphb_room_type_category";i:8;s:22:"add-mphb_room_type_tag";i:9;s:27:"add-mphb_room_type_facility";i:10;s:22:"add-portfolio_category";i:11;s:20:"add-portfolio_skills";i:12;s:18:"add-portfolio_tags";i:13;s:16:"add-faq_category";}'); INSERT INTO `wp_usermeta` VALUES (22, 1, 'ls-show-support-notice-timestamp', '1621910468'); INSERT INTO `wp_usermeta` VALUES (23, 1, 'ls-store-last-viewed', '2021-06-15'); INSERT INTO `wp_usermeta` VALUES (24, 1, 'layerslider_help_wp_pointer', '1'); INSERT INTO `wp_usermeta` VALUES (25, 1, 'nav_menu_recently_edited', '2'); # # End of data contents of table `wp_usermeta` # -------------------------------------------------------- # -------------------------------------------------------- # Table: `wp_users` # -------------------------------------------------------- # # Delete any existing table `wp_users` # DROP TABLE IF EXISTS `wp_users`; # # Table structure of table `wp_users` # CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ; # # Data contents of table `wp_users` # INSERT INTO `wp_users` VALUES (1, 'marcus@katanacom.com.au', '$P$BcpB5tdC6CfyqUgCWCDZUNLXyhEiui0', 'marcuskatanacom-com-au', 'marcus@katanacom.com.au', 'http://localhost/lakeorchardvilla', '2021-05-14 00:43:31', '', 0, 'marcus@katanacom.com.au'); # # End of data contents of table `wp_users` # --------------------------------------------------------