# 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:"

\nProgressive Web Apps are user experiences that have the reach of the web, and are:

\n\n

This new level of quality allows Progressive Web Apps to earn a place on the user’s home screen.\n

\n

Continue reading more about Progressive Web Apps (PWA) from Google.

\n

In general a PWA depends on the following technologies to be available:

\n\n

This plugin serves as a place to implement support for these in WordPress with the intention of being proposed for core merge, piece by piece.

\n

This 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.

\n

In 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.

\n

Documentation for the plugin can be found on the GitHub project Wiki.

\n

Development 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
\n
\n
\n

nice

\n
\n
\n
\n

\n By \'\'calvin85mathias on February 19, 2021

\n
\n
\n
nice
\n
\n
\n
\n
\n
\n

Works like a charme

\n
\n
\n
\n

\n By \'\'Thorsten :-) (per4mance) on February 5, 2021

\n
\n
\n
Hi,\nThank you for this great plugin it works for me on WP/BP. This is an amazing idea, and it works with W3 Total Cache too.\n\nDo you have any suggestions for me, how to implement a feature as "add website to home" when a user uses an iPhone or android?\n\nThank you :-)
\n
\n
\n
\n
\n
\n

It worked very well

\n
\n
\n
\n

\n By \'\'Heitor_tito on February 3, 2021

\n
\n
\n
Certainly the idea of not reinventing the wheel makes perfect sense.
\n
\n
\n
\n
\n
\n

Simple and usefull

\n
\n
\n
\n

\n By \'\'Fellyph Cintra (fellyph) on July 6, 2020

\n
\n
\n
The plugin helped me to convert my blog in a PWA, only the short_name was an issue and fixed using the small plugin to include an extra field.
\n
\n
\n
\n
\n
\n

Thank You

\n
\n
\n
\n

\n By \'\'Stephen Sabatini (stesab92) on May 30, 2020

\n
\n
\n
I\'ve been baking this into my themes and boilerplate manually for a while now. I\'m stoked to see this on it\'s way to the core of WordPress. Thank you for your contributions!
\n
\n
\n
\n
\n
\n

Doesn't work for me

\n
\n
\n
\n

\n By \'\'gavinhaughey on May 2, 2020

\n
\n
\n
. . . I think it needs HTTPS.
\n
\n
\n
\n
\n
\n

Future of mobile

\n
\n
\n
\n

\n By \'\'Alex Borsody (F.E.M) on January 24, 2020

\n
\n
\n
I believe PWAs are the future of mobile, I am using this plugin as well as the Drupal PWA module on 3 different sites/apps currently. I like how this uses Workbox and wondering when will support for background sync be included. Very useful and customizable plugin as it is.
\n
\n
\n
\n
\n
\n

Reloads my website after being already loaded

\n
\n
\n
\n

\n By \'\'costaf on November 26, 2019

\n
\n
\n
This plugin caused me reloading issues.\nOnce I enter the website, after a few secs reloads once.\nCouldn\'t figured out why.
\n
\n
\n
\n
\n
\n

Huge performance boost and easy to configure

\n
\n
\n
\n

\n By \'\'Luke (wpfed) on October 10, 2019

\n
\n
\n
Biggest speed improvement is when I added navigation pre-load filter:\n\n
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\n
function 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
\n
\n
\n
\n
\n

Very exiting

\n
\n
\n
\n

\n By \'\'Alexander Zeiher (zAPF) on December 19, 2018

\n
\n
\n
Currently this is a pain to manage. \nGreat effort and hopefully will be merged sooner rather than later!
\n
\n";}s:13:"download_link";s:52:"https://downloads.wordpress.org/plugin/pwa.0.6.0.zip";s:11:"screenshots";a:0:{}s:4:"tags";a:5:{s:5:"https";s:5:"https";s:20:"progressive-web-apps";s:20:"progressive web apps";s:3:"pwa";s:3:"pwa";s:15:"service-workers";s:16:"service-workers.";s:16:"web-app-manifest";s:16:"web app manifest";}s:8:"versions";a:7:{s:5:"0.1.0";s:52:"https://downloads.wordpress.org/plugin/pwa.0.1.0.zip";s:5:"0.2.0";s:52:"https://downloads.wordpress.org/plugin/pwa.0.2.0.zip";s:5:"0.3.0";s:52:"https://downloads.wordpress.org/plugin/pwa.0.3.0.zip";s:5:"0.4.0";s:52:"https://downloads.wordpress.org/plugin/pwa.0.4.0.zip";s:5:"0.5.0";s:52:"https://downloads.wordpress.org/plugin/pwa.0.5.0.zip";s:5:"0.6.0";s:52:"https://downloads.wordpress.org/plugin/pwa.0.6.0.zip";s:5:"trunk";s:46:"https://downloads.wordpress.org/plugin/pwa.zip";}s:11:"donate_link";s:0:"";s:7:"banners";a:2:{s:3:"low";s:58:"https://ps.w.org/pwa/assets/banner-772x250.png?rev=2272148";s:4:"high";s:59:"https://ps.w.org/pwa/assets/banner-1544x500.png?rev=2272148";}}s:11:"woocommerce";a:25:{s:4:"name";s:11:"WooCommerce";s:4:"slug";s:11:"woocommerce";s:7:"version";s:5:"5.3.0";s:6:"author";s:48:"Automattic";s:14:"author_profile";s:40:"https://profiles.wordpress.org/woothemes";s:12:"contributors";a:14:{s:10:"automattic";a:3:{s:7:"profile";s:41:"https://profiles.wordpress.org/automattic";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/687b3bf96c41800814e3b93766444283?s=96&d=monsterid&r=g";s:12:"display_name";s:10:"automattic";}s:10:"mikejolley";a:3:{s:7:"profile";s:41:"https://profiles.wordpress.org/mikejolley";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/9b87f99f47e30735e1136c5141531fdf?s=96&d=monsterid&r=g";s:12:"display_name";s:11:"Mike Jolley";}s:11:"jameskoster";a:3:{s:7:"profile";s:42:"https://profiles.wordpress.org/jameskoster";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/19a6a101c57df54bc1c40adcfba785d8?s=96&d=monsterid&r=g";s:12:"display_name";s:12:"James Koster";}s:14:"claudiosanches";a:3:{s:7:"profile";s:45:"https://profiles.wordpress.org/claudiosanches";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/908480753c07509e76322dc17d305c8b?s=96&d=monsterid&r=g";s:12:"display_name";s:15:"Claudio Sanches";}s:13:"rodrigosprimo";a:3:{s:7:"profile";s:44:"https://profiles.wordpress.org/rodrigosprimo";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/f2271ae6814a29d8cbf38ae2d0305a72?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"Rodrigo Primo";}s:15:"peterfabian1000";a:3:{s:7:"profile";s:46:"https://profiles.wordpress.org/peterfabian1000";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/be249b86dddbf495565a36196625d77a?s=96&d=monsterid&r=g";s:12:"display_name";s:15:"peterfabian1000";}s:7:"vedjain";a:3:{s:7:"profile";s:38:"https://profiles.wordpress.org/vedjain";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/7a640eb2847d9a0a0d5e6af385e21881?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"Vedanshu Jain";}s:8:"jamosova";a:3:{s:7:"profile";s:39:"https://profiles.wordpress.org/jamosova";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/eb515897a71b0df82ccd2788548588c4?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"Julia Amosova";}s:16:"obliviousharmony";a:3:{s:7:"profile";s:47:"https://profiles.wordpress.org/obliviousharmony";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/185f31c1e5af65fee78506769ca13276?s=96&d=monsterid&r=g";s:12:"display_name";s:16:"obliviousharmony";}s:9:"konamiman";a:3:{s:7:"profile";s:40:"https://profiles.wordpress.org/konamiman";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/b9a819e803dd87615c4aeb33192db976?s=96&d=monsterid&r=g";s:12:"display_name";s:9:"konamiman";}s:8:"sadowski";a:3:{s:7:"profile";s:39:"https://profiles.wordpress.org/sadowski";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/766381c51d7072d1f48ee8878e2ce3af?s=96&d=monsterid&r=g";s:12:"display_name";s:8:"sadowski";}s:8:"wpmuguru";a:3:{s:7:"profile";s:39:"https://profiles.wordpress.org/wpmuguru";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/7b8ff059b9a4504dfbaebd4dd190466e?s=96&d=monsterid&r=g";s:12:"display_name";s:11:"Ron Rennick";}s:5:"royho";a:3:{s:7:"profile";s:36:"https://profiles.wordpress.org/royho";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/715b4097a10f874f8681b15608687f83?s=96&d=monsterid&r=g";s:12:"display_name";s:5:"royho";}s:13:"barryhughes-1";a:3:{s:7:"profile";s:44:"https://profiles.wordpress.org/barryhughes-1";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/4d7aea8e7879e3ea257ddb4a99a300f1?s=96&d=monsterid&r=g";s:12:"display_name";s:5:"Barry";}}s:8:"requires";s:3:"5.5";s:6:"tested";s:5:"5.7.2";s:12:"requires_php";s:3:"7.0";s:6:"rating";i:90;s:7:"ratings";a:5:{i:5;i:3114;i:4;i:154;i:3;i:79;i:2;i:79;i:1;i:301;}s:11:"num_ratings";i:3727;s:15:"support_threads";i:2780;s:24:"support_threads_resolved";i:2207;s:15:"active_installs";i:5000000;s:12:"last_updated";s:21:"2021-05-11 5:11pm GMT";s:5:"added";s:10:"2011-09-27";s:8:"homepage";s:24:"https://woocommerce.com/";s:8:"sections";a:6:{s:11:"description";s:11422:"

WooCommerce is the world’s most popular open-source eCommerce solution.

\n

Our 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.

\n

Whether 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.

\n\n

Built-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.

\n\n

Grow your business, add features, and monitor your store on the go

\n

WooCommerce means business. Keep tabs on the performance metrics most important to you with WooCommerce Admin – a powerful, customizable central dashboard for your store.

\n

Expand 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.

\n

Enhance 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.

\n

Manage 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!

\n

Own and control your store data – forever

\n

With WooCommerce, your data belongs to you. Always.

\n

If 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.

\n

Unlike 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.

\n

Why developers choose (and love) WooCommerce

\n

Developers can use WooCommerce to create, customize, and scale a store to meet a client’s exact specifications, making enhancements through extensions or custom solutions.

\n\n

The 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.

\n

Be part of our growing international community

\n

WooCommerce has a large, passionate community dedicated to helping merchants succeed, and it’s growing fast.

\n

There 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.

\n

WooCommerce also has a regular presence at WordCamps across the globe – we’d love to meet you.

\n

Contribute and translate

\n

WooCommerce 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.

\n

WooCommerce 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:"

Minimum Requirements

\n\n

Visit the WooCommerce server requirements documentation for a detailed list of server requirements.

\n

Automatic installation

\n

Automatic 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.”

\n

In 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.

\n

Manual installation

\n

Manual 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.

\n

Updating

\n

Automatic updates should work smoothly, but we still recommend you back up your site.

\n

If 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.

\n

Sample data

\n

WooCommerce 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
\nWhere can I find WooCommerce documentation and user guides?\n\n

\n

For help setting up and configuring WooCommerce, please refer to Getting Started and the New WooCommerce Store Owner Guide.

\n

For extending or theming WooCommerce, see our codex, as well as the Plugin Developer Handbook.

\n

\n
\nWhere can I get help or talk to other users about WooCommerce Core?\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
\nWhere can I get help for extensions I have purchased on WooCommerce.com?\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
\nI’m having trouble logging in to WooCommerce.com – what now?\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
\nWill WooCommerce work with my theme?\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
\nHow do I update WooCommerce?\n\n

\n

We have a detailed guide on How To Update WooCommerce.

\n

\n
\nMy site broke – what do I do?\n\n

\n

Start by diagnosing the issue using our helpful troubleshooting guide.

\n

If 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.

\n

In 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
\nWhere can I report bugs?\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
\nWhere can I request new features, themes, and extensions?\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
\nWooCommerce is awesome! Can I contribute?\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
\nWhere can I find REST API documentation?\n\n

\n

Extensive WooCommerce REST API Documentation is available on GitHub.

\n

\n
\nMy question is not listed here. Where can I find more answers?\n\n

\n

Check out Frequently Asked Questions for more.

\n

\n\n";s:9:"changelog";s:11710:"

5.3.0 2021-05-11

\n

WooCommerce

\n\n

** WooCommerce Blocks – 4.8.0 & 4.9.0 & 4.9.1 **

\n\n

** 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

\n

See changelog for all versions.

\n";s:11:"screenshots";s:1035:"
";s:7:"reviews";s:13705:"
\n
\n
\n
\n

Top!

\n
\n
\n
\n

\n By \'\'gius70 on May 11, 2021

\n
\n
\n
Simply the TOP!
\n
\n
\n
\n
\n
\n

Why use anything else?

\n
\n
\n
\n

\n By \'\'davequail on May 11, 2021

\n
\n
\n
Nothing better for ecommerce!
\n
\n
\n
\n
\n
\n

Simply the best!

\n
\n
\n
\n

\n By \'\'Reza Khan (rezakhan995) on May 8, 2021

\n
\n
\n
Great plugin. Code is completely development friendly. Working without any hesitation. Keep it up!
\n
\n
\n
\n
\n
\n

love it

\n
\n
\n
\n

\n By \'\'fox_md on May 7, 2021

\n
\n
\n
it\'s very good extention.
\n
\n
\n
\n
\n
\n

Zero support

\n
\n
\n
\n

\n By \'\'kiennguyenws on May 2, 2021

\n
\n
\n
Can never ask them for any support at all. No matter how many times you request. No answer.
\n
\n
\n
\n
\n
\n

Reviews stopped working with 5.2.2- Captcha error

\n
\n
\n
\n

\n By \'\'lorifitfrog on April 25, 2021

\n
\n
\n
HI there, Overall an excellent plugin however when I updated to 5.2.2 the reviews/ comments stopped working. An error message was returned after the Captcha was entered by the reviewer. I returned to 5.2.0 and user reviews worked again. Thoughts? Lori
\n
\n
\n
\n
\n
\n

Amazed by all it's features

\n
\n
\n
\n

\n By \'\'daanverh on April 24, 2021

\n
\n
\n
This really is a very good plugin, as a starter for a e-commerce webshop, or even for advanced users in the business. I genuinely love the flexibility it still has.
\n
\n
\n
\n
\n
\n

Awesome plugin, 5 star features

\n
\n
\n
\n

\n By \'\'moinali2210 on April 22, 2021

\n
\n
\n
Today I am launching my online marketplace so quickly only because of this plugin This plugin forms the backbone of my marketplace and the features are easy to understand and use for beginners. I will recommend this plugin to every entrepreneur. Thumbs up.
\n
\n
\n
\n
\n
\n

Missing many important functions

\n
\n
\n
\n

\n By \'\'zaka888 on April 22, 2021

\n
\n
\n
They purposely dont add alot of important functions which may result in you searching over the internet for a free solution for hours. They just want you to pay 150 euro for silly functions lol
\n
\n
\n
\n
\n
\n

Best plugin for professional e-coommerce

\n
\n
\n
\n

\n By \'\'AdryPi (adrypi95) on April 20, 2021

\n
\n
\n
It works very well with Premium Divi Theme: Maximum potential together!
\n
\n";}s:13:"download_link";s:60:"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip";s:11:"screenshots";a:6:{i:1;a:2:{s:3:"src";s:64:"https://ps.w.org/woocommerce/assets/screenshot-1.jpg?rev=2366418";s:7:"caption";b:0;}i:2;a:2:{s:3:"src";s:64:"https://ps.w.org/woocommerce/assets/screenshot-2.jpg?rev=2366418";s:7:"caption";b:0;}i:3;a:2:{s:3:"src";s:64:"https://ps.w.org/woocommerce/assets/screenshot-3.jpg?rev=2366418";s:7:"caption";b:0;}i:4;a:2:{s:3:"src";s:64:"https://ps.w.org/woocommerce/assets/screenshot-4.jpg?rev=2366418";s:7:"caption";b:0;}i:5;a:2:{s:3:"src";s:64:"https://ps.w.org/woocommerce/assets/screenshot-5.jpg?rev=2366418";s:7:"caption";b:0;}i:6;a:2:{s:3:"src";s:64:"https://ps.w.org/woocommerce/assets/screenshot-6.jpg?rev=2366418";s:7:"caption";b:0;}}s:4:"tags";a:5:{s:10:"e-commerce";s:10:"e-commerce";s:5:"sales";s:5:"sales";s:4:"sell";s:4:"sell";s:5:"store";s:5:"store";s:3:"woo";s:3:"woo";}s:8:"versions";a:155:{s:5:"3.0.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip";s:5:"3.0.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip";s:5:"3.0.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip";s:5:"3.0.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip";s:5:"3.0.4";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip";s:5:"3.0.5";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip";s:5:"3.0.6";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip";s:5:"3.0.7";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip";s:5:"3.0.8";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip";s:5:"3.0.9";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip";s:5:"3.1.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip";s:5:"3.1.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip";s:5:"3.1.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip";s:5:"3.2.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip";s:5:"3.2.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip";s:5:"3.2.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip";s:5:"3.2.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip";s:5:"3.2.4";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip";s:5:"3.2.5";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip";s:5:"3.2.6";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip";s:5:"3.3.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip";s:5:"3.3.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip";s:5:"3.3.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip";s:10:"3.3.2-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip";s:5:"3.3.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip";s:5:"3.3.4";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip";s:5:"3.3.5";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip";s:5:"3.4.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip";s:12:"3.4.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip";s:10:"3.4.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip";s:5:"3.4.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip";s:5:"3.4.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip";s:5:"3.4.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip";s:5:"3.4.4";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip";s:5:"3.4.5";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip";s:5:"3.4.6";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip";s:5:"3.4.7";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip";s:5:"3.5.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip";s:12:"3.5.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip";s:10:"3.5.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip";s:10:"3.5.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip";s:5:"3.5.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip";s:5:"3.5.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip";s:5:"3.5.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip";s:5:"3.5.4";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip";s:5:"3.5.5";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip";s:5:"3.5.6";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip";s:5:"3.5.7";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip";s:5:"3.5.8";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip";s:5:"3.6.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip";s:12:"3.6.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip";s:10:"3.6.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip";s:10:"3.6.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip";s:10:"3.6.0-rc.3";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip";s:5:"3.6.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip";s:5:"3.6.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip";s:5:"3.6.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.6.3.zip";s:5:"3.6.4";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.6.4.zip";s:5:"3.6.5";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.6.5.zip";s:5:"3.7.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.7.0.zip";s:12:"3.7.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-beta.1.zip";s:10:"3.7.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.1.zip";s:10:"3.7.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.2.zip";s:5:"3.7.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.7.1.zip";s:5:"3.8.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.8.0.zip";s:12:"3.8.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-beta.1.zip";s:10:"3.8.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.1.zip";s:10:"3.8.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.2.zip";s:5:"3.8.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.8.1.zip";s:5:"3.9.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.9.0.zip";s:12:"3.9.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.1.zip";s:12:"3.9.0-beta.2";s:67:"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.2.zip";s:10:"3.9.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.1.zip";s:10:"3.9.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.2.zip";s:10:"3.9.0-rc.3";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.3.zip";s:10:"3.9.0-rc.4";s:65:"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.4.zip";s:5:"3.9.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip";s:5:"3.9.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip";s:5:"3.9.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.9.3.zip";s:5:"4.0.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.0.0.zip";s:12:"4.0.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-beta.1.zip";s:10:"4.0.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.1.zip";s:10:"4.0.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.2.zip";s:5:"4.0.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip";s:5:"4.1.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.1.0.zip";s:12:"4.1.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.1.zip";s:12:"4.1.0-beta.2";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.2.zip";s:10:"4.1.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.1.zip";s:10:"4.1.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.2.zip";s:5:"4.1.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.1.1.zip";s:5:"4.2.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.2.0.zip";s:10:"4.2.0-RC.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.1.zip";s:10:"4.2.0-RC.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.2.zip";s:12:"4.2.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-beta.1.zip";s:5:"4.2.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.2.1.zip";s:5:"4.2.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.2.2.zip";s:5:"4.3.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.3.0.zip";s:12:"4.3.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip";s:10:"4.3.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.1.zip";s:10:"4.3.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.2.zip";s:10:"4.3.0-rc.3";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.3.zip";s:5:"4.3.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.3.1.zip";s:5:"4.3.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.3.2.zip";s:5:"4.3.3";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.3.3.zip";s:5:"4.4.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.4.0.zip";s:12:"4.4.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-beta.1.zip";s:10:"4.4.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-rc.1.zip";s:5:"4.4.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip";s:5:"4.5.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.5.0.zip";s:12:"4.5.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-beta.1.zip";s:10:"4.5.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.1.zip";s:10:"4.5.0-rc.3";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.3.zip";s:5:"4.5.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.5.1.zip";s:5:"4.5.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.5.2.zip";s:5:"4.6.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.6.0.zip";s:12:"4.6.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-beta.1.zip";s:10:"4.6.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-rc.1.zip";s:5:"4.6.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.6.1.zip";s:5:"4.6.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.6.2.zip";s:5:"4.7.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.7.0.zip";s:12:"4.7.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.1.zip";s:12:"4.7.0-beta.2";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.2.zip";s:10:"4.7.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-rc.1.zip";s:5:"4.7.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.7.1.zip";s:12:"4.7.1-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.7.1-beta.1.zip";s:5:"4.8.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.8.0.zip";s:12:"4.8.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-beta.1.zip";s:10:"4.8.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.1.zip";s:10:"4.8.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.2.zip";s:5:"4.9.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip";s:12:"4.9.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-beta.1.zip";s:10:"4.9.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.1.zip";s:10:"4.9.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.2.zip";s:5:"4.9.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.9.1.zip";s:5:"4.9.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.4.9.2.zip";s:5:"5.0.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip";s:12:"5.0.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.1.zip";s:12:"5.0.0-beta.2";s:67:"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.2.zip";s:10:"5.0.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.1.zip";s:10:"5.0.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.2.zip";s:10:"5.0.0-rc.3";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.3.zip";s:5:"5.1.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.5.1.0.zip";s:12:"5.1.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-beta.1.zip";s:10:"5.1.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-rc.1.zip";s:5:"5.2.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.5.2.0.zip";s:12:"5.2.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-beta.1.zip";s:10:"5.2.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.1.zip";s:10:"5.2.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.2.zip";s:5:"5.2.1";s:60:"https://downloads.wordpress.org/plugin/woocommerce.5.2.1.zip";s:5:"5.2.2";s:60:"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip";s:5:"5.3.0";s:60:"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip";s:12:"5.3.0-beta.1";s:67:"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-beta.1.zip";s:10:"5.3.0-rc.1";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.1.zip";s:10:"5.3.0-rc.2";s:65:"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.2.zip";s:5:"trunk";s:54:"https://downloads.wordpress.org/plugin/woocommerce.zip";}s:11:"donate_link";s:0:"";s:7:"banners";a:2:{s:3:"low";s:66:"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418";s:4:"high";s:67:"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418";}}s:19:"the-events-calendar";a:25:{s:4:"name";s:19:"The Events Calendar";s:4:"slug";s:19:"the-events-calendar";s:7:"version";s:5:"5.6.0";s:6:"author";s:52:"The Events Calendar";s:14:"author_profile";s:48:"https://profiles.wordpress.org/theeventscalendar";s:12:"contributors";a:16:{s:17:"theeventscalendar";a:3:{s:7:"profile";s:48:"https://profiles.wordpress.org/theeventscalendar";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/004d5851721c5bd2b3491b51429f771e?s=96&d=monsterid&r=g";s:12:"display_name";s:19:"The Events Calendar";}s:7:"borkweb";a:3:{s:7:"profile";s:38:"https://profiles.wordpress.org/borkweb";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/1e656e49ac69899daa3ff81232b041eb?s=96&d=monsterid&r=g";s:12:"display_name";s:18:"Matthew Batchelder";}s:7:"bordoni";a:3:{s:7:"profile";s:38:"https://profiles.wordpress.org/bordoni";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/c412fa91c51f4e2cff375f74efb663e3?s=96&d=monsterid&r=g";s:12:"display_name";s:15:"Gustavo Bordoni";}s:11:"brianjessee";a:3:{s:7:"profile";s:42:"https://profiles.wordpress.org/brianjessee";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/a35212d9e01d2ca4e96ecdd05b110b4a?s=96&d=monsterid&r=g";s:12:"display_name";s:5:"Brian";}s:6:"aguseo";a:3:{s:7:"profile";s:37:"https://profiles.wordpress.org/aguseo";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/57554805e57d21c1036c8b91f944c8ca?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"András Guseo";}s:8:"camwynsp";a:3:{s:7:"profile";s:39:"https://profiles.wordpress.org/camwynsp";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/77839cc0bde9eb1b58dff6777ae61942?s=96&d=monsterid&r=g";s:12:"display_name";s:6:"Camwyn";}s:8:"geoffbel";a:3:{s:7:"profile";s:39:"https://profiles.wordpress.org/geoffbel";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/7d6fd85658178125baa17b6055dd3be1?s=96&d=monsterid&r=g";s:12:"display_name";s:8:"GeoffBel";}s:11:"geoffgraham";a:3:{s:7:"profile";s:42:"https://profiles.wordpress.org/geoffgraham";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/ac0d6274a6cea04669e66a20ec0ea204?s=96&d=monsterid&r=g";s:12:"display_name";s:11:"geoffgraham";}s:7:"jentheo";a:3:{s:7:"profile";s:38:"https://profiles.wordpress.org/jentheo";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/e02959cfbac1b4fab42cd6019c0e70c6?s=96&d=monsterid&r=g";s:12:"display_name";s:8:"Jennifer";}s:11:"leahkoerper";a:3:{s:7:"profile";s:42:"https://profiles.wordpress.org/leahkoerper";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/9fe5fa3836f54c58936a3979212da076?s=96&d=monsterid&r=g";s:12:"display_name";s:11:"leahkoerper";}s:8:"lucatume";a:3:{s:7:"profile";s:39:"https://profiles.wordpress.org/lucatume";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/d393fcb75e0801c42fe5559ae1e846e6?s=96&d=monsterid&r=g";s:12:"display_name";s:8:"lucatume";}s:11:"neillmcshea";a:3:{s:7:"profile";s:42:"https://profiles.wordpress.org/neillmcshea";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/43599a71b1b6506a26d029221f1d61a9?s=96&d=monsterid&r=g";s:12:"display_name";s:11:"neillmcshea";}s:19:"patriciahillebrandt";a:3:{s:7:"profile";s:50:"https://profiles.wordpress.org/patriciahillebrandt";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/754f035dc61fdb1ee0c421d0dd9b6548?s=96&d=monsterid&r=g";s:12:"display_name";s:19:"patriciahillebrandt";}s:6:"vicskf";a:3:{s:7:"profile";s:37:"https://profiles.wordpress.org/vicskf";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/3a2a95b83191dc10b76ba61aba61c618?s=96&d=monsterid&r=g";s:12:"display_name";s:14:"Victor Zarranz";}s:9:"zbtirrell";a:3:{s:7:"profile";s:40:"https://profiles.wordpress.org/zbtirrell";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/eeb48b1ae8eca09700c2c2642a1f7dcf?s=96&d=monsterid&r=g";s:12:"display_name";s:12:"Zach Tirrell";}s:7:"juanfra";a:3:{s:7:"profile";s:38:"https://profiles.wordpress.org/juanfra";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/bb8f8e3c87dfce235f6bfe5a2d8ece2b?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"Juan Aldasoro";}}s:8:"requires";s:6:"4.9.16";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:1423;i:4;i:108;i:3;i:64;i:2;i:49;i:1;i:191;}s:11:"num_ratings";i:1835;s:15:"support_threads";i:213;s:24:"support_threads_resolved";i:37;s:15:"active_installs";i:800000;s:12:"last_updated";s:21:"2021-04-29 6:43pm GMT";s:5:"added";s:10:"2010-01-19";s:8:"homepage";s:0:"";s:8:"sections";a:6:{s:11:"description";s:6643:"

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

\n

Packed 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.

\n

📅 The #1 Calendar for WordPress

\n

See the calendar in action on our demo experience. Just getting started? Read through the New User Primer to get set up.

\n

Looking for additional features like recurring events, ticket sales, user-submitted events, automatic imports, and more?

\n

Check out Events Calendar Pro, Event Aggregator, and more add-ons.

\n

🔌🎨 Plug and Play or Customize

\n

The Events Calendar is built to work out of the box. Simply install the plugin, configure your settings, and start creating events in minutes.

\n

Want 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.

\n

Whether 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.

\n

✨ Features

\n

Our 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

\n

📃 Documentation

\n

All of our documentation can be found in our Knowledgebase.

\n

Additional helpful links:

\n\n

If 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.

\n

Add-Ons

\n

Take 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.

\n

Our Free Plugins:

\n

🎟️ Event Tickets
\n📐 Advanced Post Manager

\n

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

\n

Help

\n

If you aren’t familiar with The Events Calendar, check out our New User Primer. It will have you creating events in no time.

\n

Ready to dig deeper? Check out these resources:

\n\n

We 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.

\n

Still 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:

\n

Install The Events Calendar from within WordPress

\n
    \n
  1. Visit the plugins page within your dashboard and select ‘Add New’
  2. \n
  3. Search for “Events Calendar”
  4. \n
  5. Activate The Events Calendar from your Plugins page
  6. \n
  7. You’re done!
  8. \n
\n

Install The Events Calendar Manually

\n
    \n
  1. From the dashboard of your site, navigate to Plugins –> Add New.
  2. \n
  3. Select the Upload option and hit “Choose File.”
  4. \n
  5. When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The ‘x.x’ will change depending on the current version number).
  6. \n
  7. Follow the on-screen instructions and wait as the upload completes.
  8. \n
  9. When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the front end will be presented here as well.
  10. \n
\n

That’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
\nAre there any troubleshooting steps you’d suggest I try that might resolve my issue before I post a new thread?\n\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.

\n

The 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.

\n

Note 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
\nI’m still stuck. Where do I go to file a bug or ask a question?\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.

\n

If 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
\nWhat’s the difference between The Events Calendar and Events Calendar Pro?\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.

\n

In 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
\nWhat add-ons are available for The Events Calendar, and where can I read more about them?\n\n

\n

The following add-ons are available for The Events Calendar:

\n\n

\n
\nCan I import events to my calendar?\n\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
\nHow do I sell tickets to events on my calendar?\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
\nCan I have more than one calendar on my site?\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.

\n

With 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
\nCan I allow people to submit events to my calendar?\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.

\n

If 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
\nI have a feature idea. What’s the best way to tell you about it?\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
\nI’ve still got questions. Where can I find answers?\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:"

[5.6.0] 2021-04-29

\n\n

[5.5.0.1] 2021-04-05

\n\n

[5.5.0] 2021-03-29

\n\n

[5.4.0.2] 2021-03-10

\n\n

[5.4.0.1] 2021-03-04

\n\n

[5.4.0] 2021-02-24

\n\n

[5.3.2.1] 2021-02-02

\n\n

[5.3.2] 2021-01-28

\n\n

[5.3.1] 2020-12-15

\n\n

[5.3.0] 2020-12-02

\n\n

[5.2.1] 2020-10-22

\n\n

[5.2.0] 2020-09-28

\n\n

[5.1.6] 2020-08-24

\n\n

[5.1.5] 2020-07-27

\n\n

[5.1.4] 2020-06-24

\n\n

[5.1.3] 2020-06-22

\n\n

[5.1.2.1] 2020-06-09

\n\n

[5.1.2] 2020-05-27

\n\n

[5.1.1] 2020-05-11

\n\n

[5.1.0] 2020-04-23

\n\n

[5.0.3.1] 2020-03-23

\n\n

[5.0.3] 2020-03-23

\n\n

[5.0.2.1] 2020-02-25

\n\n

[5.0.2] 2020-02-19

\n\n

[5.0.1] 2020-02-12

\n\n

[5.0.0.2] 2020-02-06

\n\n

[5.0.0.1] 2020-01-31

\n\n

[5.0.0] 2020-01-27

\n\n

[4.9.14] 2020-01-15

\n\n

[4.9.13] 2019-12-10

\n\n

[4.9.12] 2019-11-20

\n\n

[4.9.11] 2019-11-12

\n\n

[4.9.10] 2019-10-16

\n\n

[4.9.9] 2019-09-25

\n\n

[4.9.8] 2019-09-04

\n\n

[4.9.7] 2019-08-19

\n\n

[4.9.6] 2019-08-07

\n\n

[4.9.5] 2019-07-25

\n\n

[4.9.4] 2019-07-03

\n\n

[4.9.3.2] 2019-06-20

\n\n

[4.9.3.1] 2019-06-07

\n\n

[4.9.3] 2019-06-06

\n\n

[4.9.2] 2019-05-16

\n\n

[4.9.1.1] 2019-05-06

\n\n

[4.9.1] 2019-05-02

\n\n

[4.9.0.3] 2019-04-26

\n\n

[4.9.0.2] 2019-04-25

\n\n

[4.9.0.1] 2019-04-25

\n\n

[4.9.0] 2019-04-17

\n\n

[4.8.2] 2019-03-04

\n\n

[4.8.1] 2019-02-14

\n\n

[4.8] 2019-02-04

\n\n

[4.8.0.1] 2019-02-07

\n\n

[4.8] 2019-02-05

\n\n

[4.7.4] 2019-01-21

\n\n

[4.7.3] 2018-12-19

\n\n

[4.7.2] 2018-12-13

\n\n

[4.7.1] 2018-12-05

\n\n

[4.7.0.1] 2018-11-30

\n\n

[4.7] 2018-11-29

\n\n

[4.6.26.1] 2018-11-21

\n\n

[4.6.26] 2018-11-13

\n\n

[4.6.25] 2018-10-22

\n\n

[4.6.24.1] 2018-10-08

\n\n

[4.6.24] 2018-10-03

\n\n

[4.6.23] 2018-09-12

\n\n

[4.6.22.1] 2018-08-27

\n\n

[4.6.22] 2018-08-22

\n\n

[4.6.21] 2018-08-01

\n\n

[4.6.20.1] 2018-07-10

\n\n

[4.6.20] 2018-07-09

\n\n

[4.6.19] 2018-06-20

\n\n

[4.6.18] 2018-06-04

\n\n

[4.6.17] 2018-05-29

\n\n

[4.6.16] 2018-05-16

\n\n

[4.6.15] 2018-05-09

\n\n

[4.6.14.1] 2018-04-18

\n\n

[4.6.14] 2018-04-18

\n\n

[4.6.13] 2018-03-28

\n\n

[4.6.12] 2018-03-08

\n\n

[4.6.11.1] 2018-02-16

\n\n

[4.6.11] 2018-02-14

\n\n

[4.6.10.1] 2018-01-26

\n\n

[4.6.10] 2018-01-23

\n\n

[4.6.9] 2018-01-10

\n\n

[4.6.8] 2017-12-18

\n\n

[4.6.7] 2017-12-07

\n\n

[4.6.6] 2017-11-21

\n\n

[4.6.5] 2017-11-16

\n\n

[4.6.4] 2017-11-09

\n\n

[4.6.3] 2017-11-02

\n\n

[4.6.2] 2017-10-18

\n\n

[4.6.1] 2017-10-04

\n\n

[4.6] 2017-09-25

\n\n

[4.5.13] 2017-09-20

\n\n

[4.5.12.3] 2017-09-19

\n\n

[4.5.12.2] 2017-09-08

\n\n

[4.5.12.1] 2017-09-07

\n\n

[4.5.12] 2017-09-06

\n\n

[4.5.11] 2017-08-24

\n\n

[4.5.10.1] 2017-08-16

\n\n

[4.5.10] 2017-08-09

\n\n

[4.5.9] 2017-07-26

\n\n

[4.5.8.1] 2017-07-21

\n\n

[4.5.8] 2017-07-13

\n\n

[4.5.7] 2017-06-28

\n\n

[4.5.6] 2017-06-22

\n\n

[4.5.5] 2017-06-14

\n\n

[4.5.4] 2017-06-06

\n\n

[4.5.3] 2017-06-01

\n\n

[4.5.2.1] 2017-05-19

\n\n

[4.5.2] 2017-05-17

\n\n

[4.5.1] 2017-05-04

\n\n

[4.5.0.2] 2017-05-01

\n\n

[4.5.0.1] 2017-05-01

\n\n

[4.5] 2017-05-01

\n\n

[4.4.5] 2017-03-23

\n\n

[4.4.4] 2017-03-08

\n\n

[4.4.3] 2017-02-22

\n\n

[4.4.2] 2017-02-09

\n\n

[4.4.1.1] 2017-01-26

\n\n

[4.4.1] 2017-01-26

\n\n

[4.4.0.1] 2017-01-09

\n\n

[4.4] 2017-01-09

\n\n

[4.3.5] 2016-12-20

\n\n

[4.3.4.2] 2016-12-13

\n\n

[4.3.4.1] 2016-12-09

\n\n

[4.3.4] 2016-12-08

\n\n

[4.3.3] 2016-11-16

\n\n

[4.3.2] 2016-11-02

\n\n

[4.3.1.1] 2016-10-20

\n\n

[4.3.1] 2016-10-20

\n\n

[4.3.0.1] 2016-10-14

\n\n

[4.3] 2016-10-13

\n\n

[4.2.7] 2016-09-15

\n\n

[4.2.6] 2016-08-31

\n\n

[4.2.5] 2016-08-17

\n\n

[4.2.4] 2016-08-03

\n\n

[4.2.3] 2016-07-20

\n\n

[4.2.2] 2016-07-06

\n\n

[4.2.1.1] 2016-06-28

\n\n

[4.2.1] 2016-06-22

\n\n

[4.2] 2016-06-08

\n\n

[4.1.4] 2016-05-19

\n\n

[4.1.3] 2016-04-28

\n\n

[4.1.2] 2016-04-11

\n\n

[4.1.1.1] 2016-04-07

\n\n

[4.1.1] 2016-03-30

\n\n

[4.1.0.1] 2016-03-17

\n\n

[4.1] 2016-03-15

\n\n

[4.0.7] 2016-03-02

\n\n

[4.0.6] 2016-02-17

\n\n

[4.0.5] 2016-01-15

\n\n

[4.0.4] 2015-12-23

\n\n

[4.0.3] 2015-12-22

\n\n

[4.0.2] 2015-12-16

\n\n

[4.0.1] 2015-12-10

\n\n

[4.0] 2015-12-02

\n\n

3.x and previous

\n

For release notes from the 3.x and older lifecycles, see our full historical release notes.

\n";s:11:"screenshots";s:2015:"
  1. Month View with hover

    Month View with hover

  2. Mobile Views

    Mobile Views

  3. Single event

    Single event

  4. List View

    List View

  5. Event Editor

    Event Editor

  6. Events admin listing

    Events admin listing

  7. General Settings

    General Settings

  8. Display Settings

    Display Settings

  9. CSV Importer

    CSV Importer

";s:7:"reviews";s:14414:"
\n
\n
\n
\n

New styling? NOPE

\n
\n
\n
\n

\n By \'\'kerchmcc on May 12, 2021

\n
\n
\n
I get that developers want to update the plugin. I know there were problems with a recent core update.. \nThat being said: It\'s Nice that the customizer will control title colors..\nBUT THE OTHER STUFF>> YUK! Title styles don\'t match the styles of the rest of the site. The calendar list has weird, too small fonts. And with the new list layout, the featured images are just too big. \nUsing this on many sites. But I\'m looking for something else.. Too bad\nSorry.
\n
\n
\n
\n
\n
\n

Great plugin!

\n
\n
\n
\n

\n By \'\'niller56 on May 4, 2021

\n
\n
\n
I have used other Calendar plugins but this is the best!
\n
\n
\n
\n
\n
\n

Events Calendar Rating

\n
\n
\n
\n

\n By \'\'bettsr (crashcart) on May 1, 2021

\n
\n
\n
I finally found a Calendar Plug-In that I really like. As a Non-profit I wish I would be able to receive an discount. I give it a 5 Star rating -1 for the costs.
\n
\n
\n
\n
\n
\n

Great Plugin and help from the support!

\n
\n
\n
\n

\n By \'\'henriksindrup on April 26, 2021

\n
\n
\n
Great plugin with awesome features!
\n
\n
\n
\n
\n
\n

Edit Attendee Info " Insecure request." error

\n
\n
\n
\n

\n By \'\'fabricelaborie on April 25, 2021

\n
\n
\n
Dear Support team,\n\nIn my Attendee list, I am not able to edit the details of my attendees.\nwhen I click on "Edit Attendee", I get a popup message\n"\nEdit Attendee Info\nInsecure request.\n"\nAny idea why and how to fix it?
\n
\n
\n
\n
\n
\n

lost customization of events with 5.5.0.1 update

\n
\n
\n
\n

\n By \'\'lorifitfrog on April 25, 2021

\n
\n
\n
Hi there, All customization of events was lost with the latest upgrade to 5.5.0.1. I returned to 5.4.0.2 and customization returned. Are you working on a fix for this issue? Thanks, Lori
\n
\n
\n
\n
\n
\n

Tickets do not work with paypal

\n
\n
\n
\n

\n By \'\'greyso on April 22, 2021

\n
\n
\n
The calendar works ok but when I added tickets and set up with paypal, I find out it is completely incompatible.
\n
\n
\n
\n
\n
\n

Great Support Responces

\n
\n
\n
\n

\n By \'\'michaelcastello on April 13, 2021

\n
\n
\n
We use the calendar on several of our sites. It has helped to produce great ticket sales. Once site alone was making $250k a month with the calendar as the platform to sell event tickets. While support is all by email, they directly solve the issue within 24 hours. That is why we have been with them for several years. That\'s what makes businesses like ours succeed.
\n
\n
\n
\n
\n
\n

Great plugin & great support!

\n
\n
\n
\n

\n By \'\'olivierschaeffer on April 13, 2021

\n
\n
\n
After testing several option, this plugin made my day!\nAnd the few technical questions I sent to the support team received fast and accurate answers... good job!
\n
\n
\n
\n
\n
\n

Very good plugin

\n
\n
\n
\n

\n By \'\'zenocosini2001 on April 12, 2021

\n
\n
\n
Very good, easy to use plugin!
\n
\n";}s:13:"download_link";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.6.0.zip";s:11:"screenshots";a:9:{i:1;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=2234716";s:7:"caption";s:21:"Month View with hover";}i:2;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=2234716";s:7:"caption";s:12:"Mobile Views";}i:3;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=2234716";s:7:"caption";s:12:"Single event";}i:4;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=2234716";s:7:"caption";s:9:"List View";}i:5;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=2234716";s:7:"caption";s:12:"Event Editor";}i:6;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=2234716";s:7:"caption";s:20:"Events admin listing";}i:7;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=2234716";s:7:"caption";s:16:"General Settings";}i:8;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=2234716";s:7:"caption";s:16:"Display Settings";}i:9;a:2:{s:3:"src";s:72:"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=2234716";s:7:"caption";s:12:"CSV Importer";}}s:4:"tags";a:5:{s:8:"calendar";s:8:"calendar";s:5:"event";s:5:"Event";s:6:"events";s:6:"events";s:9:"organizer";s:9:"organizer";s:8:"schedule";s:8:"schedule";}s:8:"versions";a:232:{s:3:"1.5";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip";s:5:"1.5.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip";s:5:"1.5.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip";s:5:"1.5.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip";s:5:"1.5.4";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip";s:5:"1.5.5";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip";s:5:"1.5.6";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip";s:3:"1.6";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip";s:5:"1.6.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip";s:5:"1.6.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip";s:5:"1.6.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip";s:5:"1.6.4";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip";s:5:"1.6.5";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip";s:3:"2.0";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip";s:5:"2.0.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip";s:6:"2.0.10";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip";s:6:"2.0.11";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip";s:5:"2.0.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip";s:5:"2.0.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip";s:5:"2.0.4";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip";s:5:"2.0.5";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip";s:5:"2.0.6";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip";s:5:"2.0.7";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip";s:5:"2.0.8";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip";s:5:"2.0.9";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip";s:3:"3.0";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip";s:5:"3.0.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip";s:5:"3.0.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip";s:5:"3.0.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip";s:3:"3.1";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip";s:4:"3.10";s:67:"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip";s:6:"3.10.1";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip";s:4:"3.11";s:67:"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip";s:6:"3.11.1";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip";s:6:"3.11.2";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip";s:4:"3.12";s:67:"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip";s:6:"3.12.1";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip";s:6:"3.12.2";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip";s:6:"3.12.3";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip";s:6:"3.12.4";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip";s:6:"3.12.5";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip";s:6:"3.12.6";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip";s:3:"3.2";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip";s:3:"3.3";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip";s:5:"3.3.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip";s:3:"3.4";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip";s:5:"3.4.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip";s:3:"3.5";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip";s:5:"3.5.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip";s:3:"3.6";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip";s:5:"3.6.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip";s:3:"3.7";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip";s:3:"3.8";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip";s:5:"3.8.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip";s:3:"3.9";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip";s:5:"3.9.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip";s:5:"3.9.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip";s:5:"3.9.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip";s:3:"4.0";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip";s:5:"4.0.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip";s:5:"4.0.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip";s:5:"4.0.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip";s:5:"4.0.4";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip";s:5:"4.0.5";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip";s:5:"4.0.6";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip";s:5:"4.0.7";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip";s:3:"4.1";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip";s:7:"4.1.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip";s:5:"4.1.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip";s:7:"4.1.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip";s:5:"4.1.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip";s:5:"4.1.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip";s:5:"4.1.4";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip";s:3:"4.2";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip";s:5:"4.2.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip";s:7:"4.2.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip";s:5:"4.2.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip";s:5:"4.2.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip";s:5:"4.2.4";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip";s:5:"4.2.5";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip";s:5:"4.2.6";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip";s:5:"4.2.7";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip";s:3:"4.3";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip";s:7:"4.3.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.2.zip";s:5:"4.3.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip";s:7:"4.3.1.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.2.zip";s:7:"4.3.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.1.zip";s:7:"4.3.3.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.1.zip";s:7:"4.3.4.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip";s:7:"4.3.4.3";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.3.zip";s:7:"4.3.5.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.1.zip";s:3:"4.4";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip";s:7:"4.4.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.2.zip";s:5:"4.4.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip";s:7:"4.4.1.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.2.zip";s:7:"4.4.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.1.zip";s:7:"4.4.3.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.1.zip";s:7:"4.4.4.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.1.zip";s:7:"4.4.5.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.1.zip";s:3:"4.5";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip";s:7:"4.5.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip";s:7:"4.5.0.3";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.3.zip";s:7:"4.5.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.1.zip";s:6:"4.5.10";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.zip";s:8:"4.5.10.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.2.zip";s:8:"4.5.11.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.11.1.zip";s:6:"4.5.12";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.zip";s:8:"4.5.12.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.1.zip";s:8:"4.5.12.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.2.zip";s:8:"4.5.12.4";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.4.zip";s:8:"4.5.13.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.13.1.zip";s:5:"4.5.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip";s:7:"4.5.2.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.2.zip";s:7:"4.5.3.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.3.1.zip";s:7:"4.5.4.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.4.1.zip";s:7:"4.5.5.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.5.1.zip";s:7:"4.5.6.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.6.1.zip";s:7:"4.5.7.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.7.1.zip";s:5:"4.5.8";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.zip";s:7:"4.5.8.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.2.zip";s:7:"4.5.9.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.1.zip";s:7:"4.6.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.0.1.zip";s:7:"4.6.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.1.1.zip";s:6:"4.6.10";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.zip";s:8:"4.6.10.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.2.zip";s:6:"4.6.11";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.zip";s:8:"4.6.11.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.2.zip";s:8:"4.6.12.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.12.1.zip";s:8:"4.6.13.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.13.1.zip";s:6:"4.6.14";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.zip";s:8:"4.6.14.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.2.zip";s:8:"4.6.15.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.15.1.zip";s:8:"4.6.16.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.16.1.zip";s:8:"4.6.17.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.17.1.zip";s:8:"4.6.18.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.18.1.zip";s:8:"4.6.19.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.19.1.zip";s:7:"4.6.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.2.1.zip";s:6:"4.6.20";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.zip";s:8:"4.6.20.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.2.zip";s:8:"4.6.21.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.21.1.zip";s:6:"4.6.22";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.zip";s:8:"4.6.22.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.2.zip";s:8:"4.6.23.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.23.1.zip";s:6:"4.6.24";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.zip";s:8:"4.6.24.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.2.zip";s:8:"4.6.25.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.25.1.zip";s:6:"4.6.26";s:69:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.zip";s:8:"4.6.26.2";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.2.zip";s:7:"4.6.3.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.3.1.zip";s:7:"4.6.4.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.4.1.zip";s:7:"4.6.5.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.5.1.zip";s:7:"4.6.6.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.6.1.zip";s:7:"4.6.7.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.1.zip";s:7:"4.6.8.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.8.1.zip";s:7:"4.6.9.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.9.1.zip";s:3:"4.7";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.zip";s:7:"4.7.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.0.2.zip";s:7:"4.7.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.1.1.zip";s:7:"4.7.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.2.1.zip";s:7:"4.7.3.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.3.1.zip";s:7:"4.7.4.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.4.1.zip";s:3:"4.8";s:66:"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.zip";s:7:"4.8.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.0.2.zip";s:7:"4.8.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.1.1.zip";s:7:"4.8.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.2.1.zip";s:7:"4.9.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.1.zip";s:7:"4.9.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.2.zip";s:7:"4.9.0.4";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.4.zip";s:5:"4.9.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.zip";s:7:"4.9.1.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.2.zip";s:8:"4.9.10.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.10.1.zip";s:8:"4.9.11.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.11.1.zip";s:8:"4.9.12.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.12.1.zip";s:8:"4.9.13.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.13.1.zip";s:8:"4.9.14.1";s:71:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.14.1.zip";s:7:"4.9.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.2.1.zip";s:5:"4.9.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.zip";s:7:"4.9.3.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.1.zip";s:7:"4.9.3.3";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.3.zip";s:7:"4.9.4.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.4.1.zip";s:7:"4.9.5.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.5.1.zip";s:7:"4.9.6.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.6.1.zip";s:7:"4.9.7.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.7.1.zip";s:7:"4.9.8.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.8.1.zip";s:7:"4.9.9.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.9.1.zip";s:5:"5.0.0";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.zip";s:7:"5.0.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.1.zip";s:7:"5.0.0.3";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.3.zip";s:7:"5.0.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.1.1.zip";s:7:"5.0.1.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.1.2.zip";s:5:"5.0.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.zip";s:7:"5.0.2.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.2.zip";s:7:"5.0.2.3";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.3.zip";s:5:"5.0.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.zip";s:7:"5.0.3.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.2.zip";s:7:"5.0.3.3";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.3.zip";s:7:"5.1.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.0.1.zip";s:7:"5.1.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.0.2.zip";s:7:"5.1.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.1.1.zip";s:7:"5.1.1.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.1.2.zip";s:7:"5.1.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.2.1.zip";s:7:"5.1.2.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.2.2.zip";s:5:"5.1.3";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.3.zip";s:7:"5.1.3.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.3.1.zip";s:5:"5.1.4";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.4.zip";s:7:"5.1.4.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.4.1.zip";s:5:"5.1.5";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.5.zip";s:7:"5.1.5.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.5.1.zip";s:5:"5.1.6";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.6.zip";s:7:"5.1.6.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.6.1.zip";s:5:"5.2.0";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.0.zip";s:7:"5.2.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.0.1.zip";s:5:"5.2.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.zip";s:7:"5.2.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.1.zip";s:7:"5.2.1.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.2.zip";s:5:"5.3.0";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.0.zip";s:7:"5.3.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.0.1.zip";s:5:"5.3.1";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.zip";s:7:"5.3.1.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.1.zip";s:7:"5.3.1.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.2.zip";s:5:"5.3.2";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.zip";s:7:"5.3.2.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.1.zip";s:7:"5.3.2.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.2.zip";s:5:"5.4.0";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.zip";s:7:"5.4.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.1.zip";s:7:"5.4.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.2.zip";s:7:"5.4.0.3";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.3.zip";s:5:"5.5.0";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.zip";s:7:"5.5.0.1";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.1.zip";s:7:"5.5.0.2";s:70:"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.2.zip";s:5:"5.6.0";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.6.0.zip";s:5:"trunk";s:62:"https://downloads.wordpress.org/plugin/the-events-calendar.zip";}s:11:"donate_link";s:18:"https://evnt.is/29";s:7:"banners";a:2:{s:3:"low";s:74:"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622";s:4:"high";s:75:"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622";}}s:13:"wordpress-seo";a:25:{s:4:"name";s:9:"Yoast SEO";s:4:"slug";s:13:"wordpress-seo";s:7:"version";s:4:"16.2";s:6:"author";s:43:"Team Yoast";s:14:"author_profile";s:42:"https://profiles.wordpress.org/joostdevalk";s:12:"contributors";a:3:{s:5:"yoast";a:3:{s:7:"profile";s:36:"https://profiles.wordpress.org/yoast";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/2d6543ef6d3e1336c47d008809b87816?s=96&d=monsterid&r=g";s:12:"display_name";s:5:"Yoast";}s:11:"joostdevalk";a:3:{s:7:"profile";s:42:"https://profiles.wordpress.org/joostdevalk";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/f08c3c3253bf14b5616b4db53cea6b78?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"Joost de Valk";}s:9:"omarreiss";a:3:{s:7:"profile";s:40:"https://profiles.wordpress.org/omarreiss";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/86aaa606a1904e7e0cf9857a663c376e?s=96&d=monsterid&r=g";s:12:"display_name";s:10:"Omar Reiss";}}s:8:"requires";s:3:"5.6";s:6:"tested";s:5:"5.7.2";s:12:"requires_php";s:6:"5.6.20";s:6:"rating";i:96;s:7:"ratings";a:6:{i:5;i:25726;i:4;i:614;i:3;i:167;i:2;i:122;i:1;i:712;i:0;i:1;}s:11:"num_ratings";i:27342;s:15:"support_threads";i:682;s:24:"support_threads_resolved";i:624;s:15:"active_installs";i:5000000;s:12:"last_updated";s:21:"2021-04-28 9:37am GMT";s:5:"added";s:10:"2010-10-11";s:8:"homepage";s:18:"https://yoa.st/1uj";s:8:"sections";a:6:{s:11:"description";s:11052:"

Yoast SEO: the #1 WordPress SEO plugin

\n

Since 2008 Yoast SEO has helped millions of websites worldwide to rank higher in search engines.

\n

Yoast’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.

\n

Yoast 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.

\n

GET AHEAD OF THE COMPETITION

\n

To 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.

\n

Yoast SEO is the most-used WordPress SEO plugin, and has helped millions of people like you to get ahead, and to stay ahead.

\n

TAKING CARE OF YOUR WORDPRESS SEO

\n

Yoast 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:

\n\n

WRITE KILLER CONTENT WITH YOAST SEO

\n

We 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:

\n\n

KEEP YOUR SITE IN PERFECT SHAPE

\n

Whether 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:

\n\n

TRUST THE EXPERTS

\n

Yoast 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.

\n

Yoast SEO is the only WordPress SEO plugin made by world-renowned SEO experts.

\n

GET PREMIUM SUPPORT

\n

The 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.

\n

Did you know that Yoast SEO Premium contains a lot of extra features:

\n\n

If you are serious about your WordPress SEO, install the Yoast SEO Premium plugin! Costs a little, saves a lot of time!

\n

OUR EXTENSIONS TO FURTHER IMPROVE YOUR WORDPRESS SEO

\n

Check out these SEO add-ons by Yoast:

\n\n

These extensions work fine with the free version of Yoast SEO. Of course, the premium extensions also include 24/7 support.

\n

Oh, 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!

\n

INTEGRATIONS

\n

Yoast SEO integrates seamlessly into a range of themes and plugins. We work particularly well with:

\n\n

BUG REPORTS

\n

Do 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.

\n

READ MORE

\n

Want more information on search engine optimization and Yoast SEO? Have a look at:

\n\n";s:12:"installation";s:1037:"

Starting 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

INSTALL YOAST SEO FROM WITHIN WORDPRESS

\n
    \n
  1. Visit the plugins page within your dashboard and select ‘Add New’;
  2. \n
  3. Search for ‘Yoast SEO’;
  4. \n
  5. Activate Yoast SEO from your Plugins page;
  6. \n
  7. Go to ‘after activation’ below.
  8. \n
\n

INSTALL YOAST SEO MANUALLY

\n
    \n
  1. Upload the ‘wordpress-seo’ folder to the /wp-content/plugins/ directory;
  2. \n
  3. Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress;
  4. \n
  5. Go to ‘after activation’ below.
  6. \n
\n

AFTER ACTIVATION

\n
    \n
  1. You should see (a notice to start) the Yoast SEO configuration wizard;
  2. \n
  3. Go through the configuration wizard and set up the plugin for your site;
  4. \n
  5. You’re done!
  6. \n
\n";s:3:"faq";s:5663:"\n
\nHow do the XML Sitemaps in the Yoast SEO plugin work?\n\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

\n
\nHow can I add my website to Google Search Console?\n\n

\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’.

\n

If you want more details steps, please visit our article on our help center.

\n

\n
\nHow do I implement Yoast SEO breadcrumbs?\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.

\n

To 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:

\n
<?php\nif ( function_exists( \'yoast_breadcrumb\' ) ) {\n    yoast_breadcrumb( \'<p id="breadcrumbs">\',\'</p>\' );\n}\n?>\n
\n

Common 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.

\n

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]

\n

If you need more details or a step by step guide, read our Implementation guide for Yoast SEO breadcrumbs.

\n

\n
\nHow do I noindex URLs?\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
\nGoogle shows the wrong description, how do I fix this?\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.

\n

Possible causes could be:
\n1. wrong description in code
\n2. Google cache is outdated
\n3. Search term manipulation
\n4. Google ignored the meta description

\n

You can read more here on how to solve the issue with the wrong description.

\n

\n
\nHow often is Yoast SEO updated?\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
\nHow do I get support?\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/.

\n

The 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.

\n

Read more on how to get support

\n

\n
\nI have a different question than listed here\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:"

16.2

\n

Release Date: April 28th, 2021

\n

Say 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!

\n

Enhancements:

\n\n

Bugfixes:

\n\n

Other:

\n\n

16.1.1

\n

Release Date: April 6th, 2021

\n

Bugfixes:

\n\n

16.1

\n

Release Date: April 6th, 2021

\n

Yoast 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!

\n

Enhancements:

\n\n

Bugfixes:

\n\n

Earlier versions

\n

For the change log of earlier versions, please refer to the change log on yoast.com.

\n";s:11:"screenshots";s:1910:"
  1. The Yoast SEO plugin general meta box. You'll see this on edit post pages, for posts, pages and custom post types.

    The Yoast SEO plugin general meta box. You\'ll see this on edit post pages, for posts, pages and custom post types.

  2. Example of the SEO analysis functionality.

    Example of the SEO analysis functionality.

  3. Example of the readability analysis functionality.

    Example of the readability analysis functionality.

  4. Overview of site-wide SEO problems and possible improvements.

    Overview of site-wide SEO problems and possible improvements.

  5. Control over which features to use.

    Control over which features to use.

  6. Easily import SEO data from other SEO plugins like All In One SEO pack, HeadSpace2 SEO and wpSEO.de.

    Easily import SEO data from other SEO plugins like All In One SEO pack, HeadSpace2 SEO and wpSEO.de.

";s:7:"reviews";s:14746:"
\n
\n
\n
\n

Best of the best SEO

\n
\n
\n
\n

\n By \'\'mhcote on May 13, 2021

\n
\n
\n
This is really one of the best wordpress seo tools! I recommend it!
\n
\n
\n
\n
\n
\n

Easy SEO tool

\n
\n
\n
\n

\n By \'\'webpushr on May 8, 2021

\n
\n
\n
Simple SEO plugin. Highly recommended.
\n
\n
\n
\n
\n
\n

BUG...

\n
\n
\n
\n

\n By \'\'erikdemarco on May 5, 2021

\n
\n
\n
Many bug especially when you change some default settings.\nFor example try this steps:\n1. Disable yoast sitemap. \n2. Enable yoast sitemap again.\n3. Uninstall yoast plugin. \n4. See your wp-sitemap.xml it will be broken. You need to install yoast then disable yoast sitemap, then uninstall yoast again. It will work.\n\nSo from that experience, when yoast cause problem for your site, You cant just fix it easily with uninstalling yoast. Yoast will find other way to make your site broken.
\n
\n
\n
\n
\n
\n

outputs wrong og:url

\n
\n
\n
\n

\n By \'\'reversewinesnob on May 5, 2021

\n
\n
\n
Recently discovered that Yoast is adding a trailing slash to the open graph and schema url even though my posts don\'t have one. Google sees a url with a trailing slash and without as two separate urls. This is a disruptive linking signal that results in possible link equity dilution and URL cannibalization.\n\nReached out to Yoast and they basically said "too bad", not enough people are complaining about it to fix it. Not sure why it would be so hard to USE THE ACTUAL POST URL as the og:url and in the schema. Seems like this should be a no-brainer to fix. Really disappointed in Yoast.
\n
\n
\n
\n
\n
\n

Absolute Disaster. Fine Free - Fails When You Pay

\n
\n
\n
\n

\n By \'\'gcbrowne on May 4, 2021

\n
\n
\n
Had the free version. Worked well enough for us to try the premium version. That\'s the way it\'s supposed to work, right? Wrong in this case.\n\nThere is a process to "Start SEO Optimization" on your site. You click that in the premium version and it fails every time --- and has been failing for quite some time. Years maybe. Do a quick search in the forums for "SEO data optimization." You will find post after post of users with this issue. Their reply is always, ALWAYS the same knowing full well that the solution does not work as the users indicate in their frustrated replies.\n\nThis plugin is being uninstalled and we will search for another solution that might actually work.\n\nAs for the 5 star reviews I would ask the question of how many of them are rating the FREE plugin which works fine in its limited capacity.\n\nI am beyond pissed that I had to PAY for this plugin and this lesson. From now on I will read the support forums BEFORE a plugin developer takes my money.
\n
\n
\n
\n
\n
\n

Great

\n
\n
\n
\n

\n By \'\'emma2johnson on April 29, 2021

\n
\n
\n
Love it
\n
\n
\n
\n
\n
\n

good

\n
\n
\n
\n

\n By \'\'comet321 on April 25, 2021

\n
\n
\n
Good
\n
\n
\n
\n
\n
\n

my favourite WordPress SEO plugin

\n
\n
\n
\n

\n By \'\'abu rayhan (rayhan7) on April 24, 2021

\n
\n
\n
really it is awesome WordPress SEO plugin
\n
\n
\n
\n
\n
\n

Google Tool SEO

\n
\n
\n
\n

\n By \'\'Pindex Việt Nam (pindexvietnam) on April 24, 2021

\n
\n
\n
Thank you Yoast SEO, best SEO tool i\'ve used.
\n
\n
\n
\n
\n
\n

Thanks For Your Help

\n
\n
\n
\n

\n By \'\'mzmobis on April 23, 2021

\n
\n
\n
Thank you
\n
\n";}s:13:"download_link";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.16.2.zip";s:11:"screenshots";a:6:{i:1;a:2:{s:3:"src";s:66:"https://ps.w.org/wordpress-seo/assets/screenshot-1.png?rev=2363699";s:7:"caption";s:114:"The Yoast SEO plugin general meta box. You\'ll see this on edit post pages, for posts, pages and custom post types.";}i:2;a:2:{s:3:"src";s:66:"https://ps.w.org/wordpress-seo/assets/screenshot-2.png?rev=2363699";s:7:"caption";s:42:"Example of the SEO analysis functionality.";}i:3;a:2:{s:3:"src";s:66:"https://ps.w.org/wordpress-seo/assets/screenshot-3.png?rev=2363699";s:7:"caption";s:50:"Example of the readability analysis functionality.";}i:4;a:2:{s:3:"src";s:66:"https://ps.w.org/wordpress-seo/assets/screenshot-4.png?rev=2363699";s:7:"caption";s:61:"Overview of site-wide SEO problems and possible improvements.";}i:5;a:2:{s:3:"src";s:66:"https://ps.w.org/wordpress-seo/assets/screenshot-5.png?rev=2363699";s:7:"caption";s:35:"Control over which features to use.";}i:6;a:2:{s:3:"src";s:66:"https://ps.w.org/wordpress-seo/assets/screenshot-6.png?rev=2363699";s:7:"caption";s:100:"Easily import SEO data from other SEO plugins like All In One SEO pack, HeadSpace2 SEO and wpSEO.de.";}}s:4:"tags";a:5:{s:16:"content-analysis";s:16:"Content analysis";s:11:"readability";s:11:"Readability";s:6:"schema";s:6:"schema";s:3:"seo";s:3:"seo";s:11:"xml-sitemap";s:11:"xml sitemap";}s:8:"versions";a:63:{s:4:"12.0";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.0.zip";s:4:"12.1";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.1.zip";s:4:"12.2";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.2.zip";s:4:"12.3";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.3.zip";s:4:"12.4";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.4.zip";s:4:"12.5";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.5.zip";s:6:"12.5.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.12.5.1.zip";s:4:"12.6";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.6.zip";s:6:"12.6.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.12.6.1.zip";s:6:"12.6.2";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.12.6.2.zip";s:4:"12.7";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.7.zip";s:6:"12.7.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.12.7.1.zip";s:4:"12.8";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.8.zip";s:6:"12.8.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.12.8.1.zip";s:4:"12.9";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.12.9.zip";s:6:"12.9.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.12.9.1.zip";s:4:"13.0";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.13.0.zip";s:4:"13.1";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.13.1.zip";s:4:"13.2";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.13.2.zip";s:4:"13.3";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.13.3.zip";s:4:"13.4";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.13.4.zip";s:6:"13.4.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.13.4.1.zip";s:4:"13.5";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.13.5.zip";s:4:"14.0";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.0.zip";s:6:"14.0.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.14.0.1.zip";s:6:"14.0.2";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.14.0.2.zip";s:6:"14.0.3";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.14.0.3.zip";s:6:"14.0.4";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.14.0.4.zip";s:4:"14.1";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.1.zip";s:4:"14.2";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.2.zip";s:4:"14.3";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.3.zip";s:4:"14.4";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.4.zip";s:6:"14.4.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.14.4.1.zip";s:4:"14.5";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.5.zip";s:4:"14.6";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.6.zip";s:6:"14.6.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.14.6.1.zip";s:4:"14.7";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.7.zip";s:4:"14.8";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.8.zip";s:6:"14.8.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.14.8.1.zip";s:4:"14.9";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.14.9.zip";s:4:"15.0";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.0.zip";s:4:"15.1";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.1.zip";s:6:"15.1.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.15.1.1.zip";s:4:"15.2";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.2.zip";s:6:"15.2.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.15.2.1.zip";s:4:"15.3";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.3.zip";s:4:"15.4";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.4.zip";s:4:"15.5";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.5.zip";s:4:"15.6";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.6.zip";s:6:"15.6.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.15.6.1.zip";s:6:"15.6.2";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.15.6.2.zip";s:4:"15.7";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.7.zip";s:4:"15.8";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.8.zip";s:4:"15.9";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.15.9.zip";s:6:"15.9.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.15.9.1.zip";s:6:"15.9.2";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.15.9.2.zip";s:4:"16.0";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.16.0.zip";s:6:"16.0.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.16.0.1.zip";s:6:"16.0.2";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.16.0.2.zip";s:4:"16.1";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.16.1.zip";s:6:"16.1.1";s:63:"https://downloads.wordpress.org/plugin/wordpress-seo.16.1.1.zip";s:4:"16.2";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.16.2.zip";s:5:"trunk";s:56:"https://downloads.wordpress.org/plugin/wordpress-seo.zip";}s:11:"donate_link";s:18:"https://yoa.st/1up";s:7:"banners";a:2:{s:3:"low";s:68:"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435";s:4:"high";s:69:"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435";}}s:6:"leadin";a:25:{s:4:"name";s:70:"HubSpot – CRM, Email Marketing, Live Chat, Forms & Analytics";s:4:"slug";s:6:"leadin";s:7:"version";s:5:"8.0.1";s:6:"author";s:59:"HubSpot";s:14:"author_profile";s:41:"https://profiles.wordpress.org/hubspotdev";s:12:"contributors";a:2:{s:10:"hubspotdev";a:3:{s:7:"profile";s:41:"https://profiles.wordpress.org/hubspotdev";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/b0fc5d064b5de562cd2c4da8f2949488?s=96&d=monsterid&r=g";s:12:"display_name";s:7:"HubSpot";}s:6:"leadin";a:3:{s:7:"profile";s:37:"https://profiles.wordpress.org/leadin";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/e01bb710319d405b425ca83629d9df92?s=96&d=monsterid&r=g";s:12:"display_name";s:6:"Leadin";}}s:8:"requires";s:3:"4.0";s:6:"tested";s:5:"5.7.2";s:12:"requires_php";s:3:"5.6";s:6:"rating";i:90;s:7:"ratings";a:5:{i:5;i:117;i:4;i:12;i:3;i:3;i:2;i:5;i:1;i:10;}s:11:"num_ratings";i:147;s:15:"support_threads";i:13;s:24:"support_threads_resolved";i:12;s:15:"active_installs";i:200000;s:12:"last_updated";s:22:"2021-04-22 11:39am GMT";s:5:"added";s:10:"2014-03-12";s:8:"homepage";s:45:"http://www.hubspot.com/integrations/wordpress";s:8:"sections";a:6:{s:11:"description";s:8485:"

THE MOST POWERFUL & EASY TO USE CONTACT MANAGEMENT (CRM), EMAIL MARKETING, LIVE CHAT, FORMS & ANALYTICS PLUGIN

\n

HubSpot enables you to grow your business better. It helps turn visitors into leads, nurture them into customers, and measure your business growth.

\n

With HubSpot’s free plugin you can easily:

\n\n

What’s included in HubSpot’s free WordPress plugin:

\n

CRM & CONTACT MANAGEMENT PLATFORM

\n

Your 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.

\n

EMAIL NEWSLETTER & MARKETING AUTOMATION

\n

Build 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.

\n

Don’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.

\n

With 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.

\n

All 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.

\n

FORMS & POPUPS

\n

Create 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.

\n

Rather 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.

\n

HubSpot 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!

\n

LIVE CHAT & CHATBOTS

\n

Add 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!!

\n

BUILT-IN ANALYTICS & DASHBOARDS

\n

Built-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.

\n

Why 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.

\n

SEAMLESS INTEGRATIONS

\n

Happy 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

\n

HubSpot also works great with Zapier and PieSync, so you can easily connect nearly any tool together.

\n

WHAT 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:"

Search

\n

The easiest way to install this plugin is to use the WordPress Admin interface.

\n\n

Your 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.

\n

Upload

\n
    \n
  1. Upload the ‘leadin’ folder to the ‘/wp-content/plugins/’ directory
  2. \n
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. \n
\n

Having trouble? Check out our help documentation

\n";s:3:"faq";s:6276:"\n
\nRequirements\n\n

\n

\n

\n
\nWhat does the plugin do?\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
\nWhat is HubSpot?\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
\nWho should use HubSpot?\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
\nAre coding skills needed to use the HubSpot WordPress plugin?\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
\nWhat is available for free with HubSpot?\n\n

\n

HubSpot’s WordPress plugin is free to use with forms, contact management, email marketing, and more.

\n

HubSpot 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.

\n

Our CRM for WordPress is powered by HubSpot’s free forever CRM.

\n

\n
\nDo I need to install a WordPress SMTP plugin to use HubSpot’s email feature?\n\n

\n

No, there’s no need to install an additional mail SMTP plugin.

\n

Unlike 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
\nWhat types of forms and popups can I build with HubSpot?\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

\n

Rather use your existing form tool? HubSpot integrates with most WordPress form builders and popup builders.

\n

\n
\nDoes HubSpot support ecommerce stores?\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
\nMy question is not listed.\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

\n

8.0.1 (2021-04-22)

\n\n

8.0.0 (2021-04-22)

\n\n";s:11:"screenshots";s:2397:"
  1. Measure impact with reports.

    Measure impact with reports.

  2. Organize, track, and nurture your leads in your free HubSpot CRM.

    Organize, track, and nurture your leads in your free HubSpot CRM.

  3. Your website forms will automatically sync with your HubSpot CRM.

    Your website forms will automatically sync with your HubSpot CRM.

  4. Nurture and convert leads with lists and email.

    Nurture and convert leads with lists and email.

  5. Send contacts a beautiful, effective and personalized email.

    Send contacts a beautiful, effective and personalized email.

  6. Add live chat to your website and easily engage & help your site visitors.

    Add live chat to your website and easily engage & help your site visitors.

  7. Add 24/7 chatbots to your website to help automate lead capture and support.

    Add 24/7 chatbots to your website to help automate lead capture and support.

  8. Create beautiful forms and popups on your website in minutes using the intuitive drag and drop builder.

    Create beautiful forms and popups on your website in minutes using the intuitive drag and drop builder.

";s:7:"reviews";s:13329:"
\n
\n
\n
\n

Good service, average pricing

\n
\n
\n
\n

\n By \'\'Mikhail (mikhail12) on February 3, 2021

\n
\n
\n
Been using Hubspot for a few years now. In these years I noticed constant product improvement and great service. However, live chat feature could be better.
\n
\n
\n
\n
\n
\n

clunky

\n
\n
\n
\n

\n By \'\'shawfactor on January 7, 2021

\n
\n
\n
I tried it but it did not work well at all. Not integrated with wordpress
\n
\n
\n
\n
\n
\n

White Screen of Death

\n
\n
\n
\n

\n By \'\'Chris - On the Grid Web Design LLC (falcon13) on November 21, 2020

\n
\n
\n
After activating I clicked on the plugin in the menu and got the white screen of death. Nothing in error logs.
\n
\n
\n
\n
\n
\n

Very best and practice

\n
\n
\n
\n

\n By \'\'LaurenceMad (laurencemadstt) on November 13, 2020

\n
\n
\n
Very best and practice
\n
\n
\n
\n
\n
\n

Best marketing plugin

\n
\n
\n
\n

\n By \'\'kosecom on September 10, 2020

\n
\n
\n
best plugin
\n
\n
\n
\n
\n
\n

Love solution awesome

\n
\n
\n
\n

\n By \'\'Cesar Escobar (qvika) on July 29, 2020

\n
\n
\n
You are the best\n
\n
\n
\n
\n
\n
\n

HubSpot

\n
\n
\n
\n

\n By \'\'seowebkysa on July 27, 2020

\n
\n
\n
A mi me ha funcionado perfecto, es una tremenda herramienta, esperamos pronto retomar las ventas y crecer mucho para contratar el servicio PRO, Gracias HubSpot.
\n
\n
\n
\n
\n
\n

Problem with signing up

\n
\n
\n
\n

\n By \'\' (Vahidak) on July 25, 2020

\n
\n
\n
I tried numerous times to sign up but I couldn\'t and simply entered a loop of email confirmed please choose your password.
\n
\n
\n
\n
\n
\n

New WordPress Upgrade failed

\n
\n
\n
\n

\n By \'\'shanmuf1 on July 6, 2020

\n
\n
\n
New WordPress Upgrade failed :(
\n
\n
\n
\n
\n
\n

Great Plugin!

\n
\n
\n
\n

\n By \'\' (didactforum) on June 16, 2020

\n
\n
\n
Works well with WooCommerce!
\n
\n";}s:13:"download_link";s:49:"https://downloads.wordpress.org/plugin/leadin.zip";s:11:"screenshots";a:8:{i:1;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-1.png?rev=2519731";s:7:"caption";s:28:"Measure impact with reports.";}i:2;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-2.png?rev=2519731";s:7:"caption";s:65:"Organize, track, and nurture your leads in your free HubSpot CRM.";}i:3;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-3.png?rev=2519731";s:7:"caption";s:65:"Your website forms will automatically sync with your HubSpot CRM.";}i:4;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-4.png?rev=2519731";s:7:"caption";s:47:"Nurture and convert leads with lists and email.";}i:5;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-5.png?rev=2519731";s:7:"caption";s:60:"Send contacts a beautiful, effective and personalized email.";}i:6;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-6.png?rev=2519731";s:7:"caption";s:78:"Add live chat to your website and easily engage & help your site visitors.";}i:7;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-7.png?rev=2519731";s:7:"caption";s:76:"Add 24/7 chatbots to your website to help automate lead capture and support.";}i:8;a:2:{s:3:"src";s:59:"https://ps.w.org/leadin/assets/screenshot-8.png?rev=2519731";s:7:"caption";s:103:"Create beautiful forms and popups on your website in minutes using the intuitive drag and drop builder.";}}s:4:"tags";a:5:{s:9:"analytics";s:9:"analytics";s:3:"crm";s:3:"crm";s:15:"email-marketing";s:15:"Email Marketing";s:5:"forms";s:5:"forms";s:9:"live-chat";s:9:"live chat";}s:8:"versions";a:0:{}s:11:"donate_link";s:0:"";s:7:"banners";a:2:{s:3:"low";s:61:"https://ps.w.org/leadin/assets/banner-772x250.png?rev=2519731";s:4:"high";s:62:"https://ps.w.org/leadin/assets/banner-1544x500.png?rev=2519731";}}s:7:"bbpress";a:25:{s:4:"name";s:7:"bbPress";s:4:"slug";s:7:"bbpress";s:7:"version";s:5:"2.6.6";s:6:"author";s:58:"The bbPress Contributors";s:14:"author_profile";s:46:"https://profiles.wordpress.org/johnjamesjacoby";s:12:"contributors";a:5:{s:4:"matt";a:3:{s:7:"profile";s:35:"https://profiles.wordpress.org/matt";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/767fc9c115a1b989744c755db47feb60?s=96&d=monsterid&r=g";s:12:"display_name";s:14:"Matt Mullenweg";}s:15:"johnjamesjacoby";a:3:{s:7:"profile";s:46:"https://profiles.wordpress.org/johnjamesjacoby";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/7a2644fb53ae2f7bfd7143b504af396c?s=96&d=monsterid&r=g";s:12:"display_name";s:17:"John James Jacoby";}s:6:"jmdodd";a:3:{s:7:"profile";s:37:"https://profiles.wordpress.org/jmdodd";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/6a7c997edea340616bcc6d0fe03f65dd?s=96&d=monsterid&r=g";s:12:"display_name";s:16:"Jennifer M. Dodd";}s:6:"netweb";a:3:{s:7:"profile";s:37:"https://profiles.wordpress.org/netweb";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=96&d=monsterid&r=g";s:12:"display_name";s:13:"Stephen Edgar";}s:14:"sergeybiryukov";a:3:{s:7:"profile";s:45:"https://profiles.wordpress.org/sergeybiryukov";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/750b7b0fcd855389264c2b1294d61bd6?s=96&d=monsterid&r=g";s:12:"display_name";s:15:"Sergey Biryukov";}}s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"5.6.4";s:12:"requires_php";s:6:"5.6.20";s:6:"rating";i:80;s:7:"ratings";a:5:{i:5;i:191;i:4;i:40;i:3;i:23;i:2;i:20;i:1;i:44;}s:11:"num_ratings";i:318;s:15:"support_threads";i:1;s:24:"support_threads_resolved";i:0;s:15:"active_installs";i:300000;s:12:"last_updated";s:21:"2020-11-06 1:28am GMT";s:5:"added";s:10:"2010-01-13";s:8:"homepage";s:19:"https://bbpress.org";s:8:"sections";a:5:{s:11:"description";s:291:"

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.

\n

bbPress is intentionally simple yet infinitely powerful forum software, built by contributors to WordPress.

\n";s:12:"installation";s:1836:"

From your WordPress dashboard

\n
    \n
  1. Visit ‘Plugins > Add New’
  2. \n
  3. Search for ‘bbPress’
  4. \n
  5. Activate bbPress from your Plugins page. (You will be greeted with a Welcome page.)
  6. \n
\n

From WordPress.org

\n
    \n
  1. Download bbPress.
  2. \n
  3. Upload the ‘bbpress’ directory to your ‘/wp-content/plugins/’ directory, using your favourite method (ftp, sftp, scp, etc…)
  4. \n
  5. Activate bbPress from your Plugins page. (You will be greeted with a Welcome page.)
  6. \n
\n

Once Activated

\n
    \n
  1. Visit ‘Forums > Add New’ and create some forums. (You can always delete these later.)
  2. \n
  3. If you have pretty permalinks enabled, visit example.com/forums/, or if you do not have pretty permalinks enabled, visit example.com?post_type=forum
  4. \n
  5. Visit ‘Settings > Forums’ and configure the settings to best match the needs of your community.
  6. \n
  7. Visit ‘Tools > Forums > Import Forums’ if you have an existing forum to convert to bbPress.
  8. \n
\n

Once Configured

\n\n";s:9:"changelog";s:104:"

Check out the releases page

\n";s:11:"screenshots";s:1543:"
  1. Forums - Admin Interface

    Forums - Admin Interface

  2. Topics - Admin Interface

    Topics - Admin Interface

  3. Replies - Admin Interface

    Replies - Admin Interface

  4. Settings - Admin Interface

    Settings - Admin Interface

  5. Settings 2 - Admin Interface

    Settings 2 - Admin Interface

  6. Themes - Admin Interface

    Themes - Admin Interface

  7. Single Forum - Default Theme

    Single Forum - Default Theme

";s:7:"reviews";s:15197:"
\n
\n
\n
\n

Works well

\n
\n
\n
\n

\n By \'\'lolafranklin0501 on April 21, 2021

\n
\n
\n
Helpful plugin, good functionality.
\n
\n
\n
\n
\n
\n

I love it!

\n
\n
\n
\n

\n By \'\'alinaalinuta on January 20, 2021

\n
\n
\n
bbPress is powerfull and it integrates well with buddypress. I huge recommend it!\n
\n
\n
\n
\n
\n
\n

Very raw and has issues

\n
\n
\n
\n

\n By \'\'rjrjrjrj on December 31, 2020

\n
\n
\n
OOB the forum looks very raw and absolutely DOES NOT follow the active theme. It also produced some artifacts that the dev refused to even look into.
\n
\n
\n
\n
\n
\n

Dois-je rester en version 2.5 à vie ?

\n
\n
\n
\n

\n By \'\'supermagicien on December 14, 2020

\n
\n
\n
Bonjour,\n\nBBpress est un chouette programme, le souci est que je suis obligé de revenir à la version 2.5.14 car dès que je passe à l\'une des versions récentes le forum rencontre de nombreux soucis, pb horodatage, sujets qui disparaissent, édition d\'un post impossible sans perdre le sujet complet, bref, compliqué !\n\nJe précise que j\'ai changé d\'hébergeur et de thème ces derniers mois... c\'est bien BBPRESS le souci...\n\nJ\'attends la version 2.6.7 avec espoir...
\n
\n
\n
\n
\n
\n

Broke admin access. Goodbye

\n
\n
\n
\n

\n By \'\'eaec on October 28, 2020

\n
\n
\n
I had installed this to test it out and had deactivated it, and it broke admin access to my site, twice, overwriting permissions for my admin account.\n\nNEVER touching this plugin again, especially after reading that this has been an ongoing issue for years now. Cost me a lot of time and effort, not to mention IT fees in order to diagnose the issue so that I could access the admin tools to delete it.\n\nGoodbye! I will be sure to find your other plugins and avoid them as well.
\n
\n
\n
\n
\n
\n

This is classic

\n
\n
\n
\n

\n By \'\'gcarlsen on October 5, 2020

\n
\n
\n
This is really helpful plugins with classic functionality. So helpful and powerful addon. Thank you!
\n
\n
\n
\n
\n
\n

Sub-forums

\n
\n
\n
\n

\n By \'\'Nesdam1981 on October 4, 2020

\n
\n
\n
It\'s great that it works natively with Wordpress but the lack of options and settings is a joke. I have a support forum with 50 sub-forums and counting, all of these sub-forums are shown on the main page and clutters the entire forum. Why there is no option yet as of 2020 to set a limit of sub-forums shown on main category is beyond me.\nSpontaneous feeling about bbPress is that it\'s a lazy take on trying to make a forum software that works with Wordpress. Sadly my theme requires bbPress to function properly, would exchange it in a heartbeat.
\n
\n
\n
\n
\n
\n

Total Lack of Communication

\n
\n
\n
\n

\n By \'\'laetee (lruzza) on October 1, 2020

\n
\n
\n
How do the developers expect users to continue using this plugin if none of them will answer troubleshooting questions? Not to mention there is no direct troubleshooting email to engage with.\n\nYour plugin comes with many issues, some that are years old, that need to be fixed. I’m thinking of changing to a completely new plugin because of the lack of communication from developers.\n\nIt\'s fine to have a support forum for users to help other users, but when your bugs are this abundant, clearly you need a better troubleshooting team that actually responds to inquiries.\n\nI’ve been developing websites with both paid AND free products and have never had any issues with receiving one to one responses with the free products. Ever. This plugin has been a first.\n\nDisappointed.
\n
\n
\n
\n
\n
\n

Excellnt tool

\n
\n
\n
\n

\n By \'\'rshibata on August 28, 2020

\n
\n
\n
This tool makes my work efficient
\n
\n
\n
\n
\n
\n

Site becomes extremely slow.

\n
\n
\n
\n

\n By \'\'wackao on August 21, 2020

\n
\n
\n
My site became extremely slow. Page loads in 60 seconds !
\n
\n";}s:13:"download_link";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.6.zip";s:11:"screenshots";a:7:{i:1;a:2:{s:3:"src";s:59:"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931";s:7:"caption";s:24:"Forums - Admin Interface";}i:2;a:2:{s:3:"src";s:59:"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931";s:7:"caption";s:24:"Topics - Admin Interface";}i:3;a:2:{s:3:"src";s:59:"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931";s:7:"caption";s:25:"Replies - Admin Interface";}i:4;a:2:{s:3:"src";s:59:"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931";s:7:"caption";s:26:"Settings - Admin Interface";}i:5;a:2:{s:3:"src";s:59:"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931";s:7:"caption";s:28:"Settings 2 - Admin Interface";}i:6;a:2:{s:3:"src";s:59:"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931";s:7:"caption";s:24:"Themes - Admin Interface";}i:7;a:2:{s:3:"src";s:59:"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931";s:7:"caption";s:28:"Single Forum - Default Theme";}}s:4:"tags";a:4:{s:10:"discussion";s:10:"discussion";s:5:"forum";s:5:"forum";s:6:"forums";s:6:"forums";s:7:"support";s:7:"support";}s:8:"versions";a:62:{s:3:"2.0";s:54:"https://downloads.wordpress.org/plugin/bbpress.2.0.zip";s:10:"2.0-beta-1";s:61:"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-1.zip";s:11:"2.0-beta-2b";s:62:"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-2b.zip";s:10:"2.0-beta-3";s:61:"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3.zip";s:11:"2.0-beta-3b";s:62:"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3b.zip";s:8:"2.0-rc-2";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-2.zip";s:8:"2.0-rc-3";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-3.zip";s:8:"2.0-rc-4";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-4.zip";s:8:"2.0-rc-5";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-5.zip";s:5:"2.0.1";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.0.1.zip";s:5:"2.0.2";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.0.2.zip";s:5:"2.0.3";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.0.3.zip";s:3:"2.1";s:54:"https://downloads.wordpress.org/plugin/bbpress.2.1.zip";s:10:"2.1-beta-1";s:61:"https://downloads.wordpress.org/plugin/bbpress.2.1-beta-1.zip";s:7:"2.1-rc1";s:58:"https://downloads.wordpress.org/plugin/bbpress.2.1-rc1.zip";s:7:"2.1-rc2";s:58:"https://downloads.wordpress.org/plugin/bbpress.2.1-rc2.zip";s:7:"2.1-rc3";s:58:"https://downloads.wordpress.org/plugin/bbpress.2.1-rc3.zip";s:7:"2.1-rc4";s:58:"https://downloads.wordpress.org/plugin/bbpress.2.1-rc4.zip";s:5:"2.1.1";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.1.1.zip";s:5:"2.1.2";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.1.2.zip";s:5:"2.1.3";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.1.3.zip";s:3:"2.2";s:54:"https://downloads.wordpress.org/plugin/bbpress.2.2.zip";s:5:"2.2.1";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.2.1.zip";s:5:"2.2.2";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.2.2.zip";s:5:"2.2.3";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.2.3.zip";s:5:"2.2.4";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.2.4.zip";s:3:"2.3";s:54:"https://downloads.wordpress.org/plugin/bbpress.2.3.zip";s:9:"2.3-beta1";s:60:"https://downloads.wordpress.org/plugin/bbpress.2.3-beta1.zip";s:5:"2.3.1";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.3.1.zip";s:5:"2.3.2";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.3.2.zip";s:3:"2.4";s:54:"https://downloads.wordpress.org/plugin/bbpress.2.4.zip";s:5:"2.4.1";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.4.1.zip";s:3:"2.5";s:54:"https://downloads.wordpress.org/plugin/bbpress.2.5.zip";s:5:"2.5.1";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.1.zip";s:6:"2.5.10";s:57:"https://downloads.wordpress.org/plugin/bbpress.2.5.10.zip";s:6:"2.5.11";s:57:"https://downloads.wordpress.org/plugin/bbpress.2.5.11.zip";s:6:"2.5.12";s:57:"https://downloads.wordpress.org/plugin/bbpress.2.5.12.zip";s:6:"2.5.13";s:57:"https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip";s:6:"2.5.14";s:57:"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip";s:5:"2.5.2";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.2.zip";s:5:"2.5.3";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.3.zip";s:5:"2.5.4";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.4.zip";s:5:"2.5.5";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.5.zip";s:5:"2.5.6";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.6.zip";s:5:"2.5.7";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.7.zip";s:5:"2.5.8";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.8.zip";s:5:"2.5.9";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.5.9.zip";s:10:"2.6-beta-1";s:61:"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-1.zip";s:10:"2.6-beta-2";s:61:"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-2.zip";s:8:"2.6-rc-1";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-1.zip";s:8:"2.6-rc-3";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip";s:8:"2.6-rc-5";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-5.zip";s:8:"2.6-rc-6";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-6.zip";s:8:"2.6-rc-7";s:59:"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-7.zip";s:5:"2.6.0";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.0.zip";s:5:"2.6.1";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.1.zip";s:5:"2.6.2";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.2.zip";s:5:"2.6.3";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.3.zip";s:5:"2.6.4";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.4.zip";s:5:"2.6.5";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.5.zip";s:5:"2.6.6";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.6.zip";s:5:"trunk";s:50:"https://downloads.wordpress.org/plugin/bbpress.zip";}s:11:"donate_link";s:0:"";s:7:"banners";a:2:{s:3:"low";s:61:"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663";s:4:"high";s:62:"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403";}}s:14:"contact-form-7";a:25:{s:4:"name";s:14:"Contact Form 7";s:4:"slug";s:14:"contact-form-7";s:7:"version";s:5:"5.4.1";s:6:"author";s:62:"Takayuki Miyoshi";s:14:"author_profile";s:43:"https://profiles.wordpress.org/takayukister";s:12:"contributors";a:1:{s:12:"takayukister";a:3:{s:7:"profile";s:43:"https://profiles.wordpress.org/takayukister";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/bb7bc21850c77e9eb16b44102f4a539d?s=96&d=monsterid&r=g";s:12:"display_name";s:16:"Takayuki Miyoshi";}}s:8:"requires";s:3:"5.5";s:6:"tested";s:5:"5.7.2";s:12:"requires_php";b:0;s:6:"rating";i:82;s:7:"ratings";a:5:{i:5;i:1310;i:4;i:133;i:3;i:59;i:2;i:50;i:1;i:342;}s:11:"num_ratings";i:1894;s:15:"support_threads";i:715;s:24:"support_threads_resolved";i:186;s:15:"active_installs";i:5000000;s:12:"last_updated";s:21:"2021-04-29 5:37am GMT";s:5:"added";s:10:"2007-08-02";s:8:"homepage";s:25:"https://contactform7.com/";s:8:"sections";a:6:{s:11:"description";s:2972:"

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.

\n

Docs and support

\n

You 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.

\n

Contact Form 7 needs your support

\n

It 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.

\n

Privacy notices

\n

With the default configuration, this plugin, in itself, does not:

\n\n

If 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:

\n\n

Recommended plugins

\n

The following plugins are recommended for Contact Form 7 users:

\n\n

Translations

\n

You can translate Contact Form 7 on translate.wordpress.org.

\n";s:12:"installation";s:458:"
    \n
  1. Upload the entire contact-form-7 folder to the /wp-content/plugins/ directory.
  2. \n
  3. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).
  4. \n
\n

You will find Contact menu in your WordPress admin screen.

\n

For 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.

\n
    \n
  1. Docs
  2. \n
  3. FAQs
  4. \n
  5. Support forum
  6. \n
\n

Support

\n";s:9:"changelog";s:406:"

For more information, see Releases.

\n

5.4.1

\n

https://contactform7.com/contact-form-7-541/

\n

5.4

\n

https://contactform7.com/contact-form-7-54/

\n";s:11:"screenshots";s:225:"
  1. screenshot-1.png

    screenshot-1.png

";s:7:"reviews";s:15196:"
\n
\n
\n
\n

Best Form Plugin

\n
\n
\n
\n

\n By \'\'granit59 on May 12, 2021

\n
\n
\n
Using this plugin since ever and it\'s the best free Form plugin.\nOnly one criticism: we need a [time] field.
\n
\n
\n
\n
\n
\n

Lightweight and flexible-- thank you

\n
\n
\n
\n

\n By \'\'Beth M (bethmarlatt) on May 10, 2021

\n
\n
\n
I love contact form 7. We use if for simple donations and event registrations along with the PayPal & Stripe Addon. It\'s easy to customize, simple on the backend without adding a ton of tables (like Woocommerce, which is too heavy for our needs). Plus it\'s free. You can\'t argue with that.
\n
\n
\n
\n
\n
\n

Worst ever documented plugin made for WP!

\n
\n
\n
\n

\n By \'\'Dubman on May 8, 2021

\n
\n
\n
The most horrible complicated poorly documented mail form plugin ever developed for WordPress. Disastrous explaining on their documentation! Hire a proper translator and editor who can explain in simple terms how to set this up!
\n
\n
\n
\n
\n
\n

There was an error trying to send your message. Please try again later.

\n
\n
\n
\n

\n By \'\'abhinaym96 on May 7, 2021

\n
\n
\n
reCAPTCHA not working not gets load error in form reCAPTCHA is important but not work in contact form 7 say There was an error trying to send your message. Please try again later.
\n
\n
\n
\n
\n
\n

The best contact form

\n
\n
\n
\n

\n By \'\'vincentstag on May 6, 2021

\n
\n
\n
This is really the best contact form for the wordpress. Everything is simple and clear.
\n
\n
\n
\n
\n
\n

It's Free for a Reason

\n
\n
\n
\n

\n By \'\'apexcontrols on April 30, 2021

\n
\n
\n
Doesn\'t work. When you submit a form it just loads. Flamingo is also trash. Doesn\'t capture any submissions. Going to Gravity forms. Might cost $ but it\'s better than waiting for update that may or may not fix this problem.
\n
\n
\n
\n
\n
\n

Simple and functional, but with many advanced features

\n
\n
\n
\n

\n By \'\'Erik (codekraft) on April 26, 2021

\n
\n
\n
I think it is currently the best contact form for WordPress, even better than the paid ones. Maybe the first times you have to read a bit the documentation to use all the features (it has many + many extensions) but it\'s worth it. \nIt\'s among the few plugins that are in all my WordPress installations since years... so how not to recommend it?
\n
\n
\n
\n
\n
\n

5.4 is broken

\n
\n
\n
\n

\n By \'\'i_Mike on April 23, 2021

\n
\n
\n
5.4 is broken
\n
\n
\n
\n
\n
\n

Since 5.4 it isn't working with Cache Plugins

\n
\n
\n
\n

\n By \'\'Tobo (info@netzlicht.com) on April 22, 2021

\n
\n
\n
No fix since a month. Have to replace CF7 on all sites :-/...\n2 Stars because before 5.4 it was my favourite Forms Plugin.
\n
\n
\n
\n
\n
\n

Issues since V5.4

\n
\n
\n
\n

\n By \'\'Eugene Cilliers on April 22, 2021

\n
\n
\n
Since version 5.4 there are alot of issues. \n\n- I would rearlly reccomend going back a version. The styling on the ajax loader causes issues.\n- Im using a SPA barba.js. To reinit CF7 I usually used the below code. This does not work anymore and I cant seem to get it right:\n
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
\n";}s:13:"download_link";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.4.1.zip";s:11:"screenshots";a:1:{i:1;a:2:{s:3:"src";s:67:"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454";s:7:"caption";s:16:"screenshot-1.png";}}s:4:"tags";a:5:{s:7:"contact";s:7:"contact";s:12:"contact-form";s:12:"contact form";s:5:"email";s:5:"email";s:8:"feedback";s:8:"feedback";s:4:"form";s:4:"form";}s:8:"versions";a:150:{s:3:"1.1";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.1.zip";s:4:"1.10";s:62:"https://downloads.wordpress.org/plugin/contact-form-7.1.10.zip";s:8:"1.10.0.1";s:66:"https://downloads.wordpress.org/plugin/contact-form-7.1.10.0.1.zip";s:6:"1.10.1";s:64:"https://downloads.wordpress.org/plugin/contact-form-7.1.10.1.zip";s:3:"1.2";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.2.zip";s:3:"1.3";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.3.zip";s:5:"1.3.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.3.1.zip";s:5:"1.3.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.3.2.zip";s:3:"1.4";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.4.zip";s:5:"1.4.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.4.1.zip";s:5:"1.4.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.4.2.zip";s:5:"1.4.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.4.3.zip";s:5:"1.4.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.4.4.zip";s:3:"1.5";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.5.zip";s:3:"1.6";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.6.zip";s:5:"1.6.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.6.1.zip";s:3:"1.7";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.zip";s:5:"1.7.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.1.zip";s:5:"1.7.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.2.zip";s:5:"1.7.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.4.zip";s:5:"1.7.5";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.5.zip";s:5:"1.7.6";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.zip";s:7:"1.7.6.1";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.1.zip";s:5:"1.7.7";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.zip";s:7:"1.7.7.1";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.1.zip";s:5:"1.7.8";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.7.8.zip";s:3:"1.8";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.8.zip";s:7:"1.8.0.1";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.1.zip";s:7:"1.8.0.2";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.2.zip";s:7:"1.8.0.3";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.3.zip";s:7:"1.8.0.4";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.4.zip";s:5:"1.8.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.zip";s:7:"1.8.1.1";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.1.zip";s:3:"1.9";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.zip";s:5:"1.9.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.1.zip";s:5:"1.9.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.zip";s:7:"1.9.2.1";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.1.zip";s:7:"1.9.2.2";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.2.zip";s:5:"1.9.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.3.zip";s:5:"1.9.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.4.zip";s:5:"1.9.5";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.zip";s:7:"1.9.5.1";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.1.zip";s:3:"2.0";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.zip";s:8:"2.0-beta";s:66:"https://downloads.wordpress.org/plugin/contact-form-7.2.0-beta.zip";s:5:"2.0.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.1.zip";s:5:"2.0.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.2.zip";s:5:"2.0.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.3.zip";s:5:"2.0.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.4.zip";s:5:"2.0.5";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.5.zip";s:5:"2.0.6";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.6.zip";s:5:"2.0.7";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.0.7.zip";s:3:"2.1";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.2.1.zip";s:5:"2.1.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.1.1.zip";s:5:"2.1.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.1.2.zip";s:3:"2.2";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.2.2.zip";s:5:"2.2.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.2.1.zip";s:3:"2.3";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.2.3.zip";s:5:"2.3.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.3.1.zip";s:3:"2.4";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.2.4.zip";s:5:"2.4.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.4.1.zip";s:5:"2.4.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.4.2.zip";s:5:"2.4.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.4.3.zip";s:5:"2.4.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.4.4.zip";s:5:"2.4.5";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.4.5.zip";s:5:"2.4.6";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.2.4.6.zip";s:3:"3.0";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.0.zip";s:8:"3.0-beta";s:66:"https://downloads.wordpress.org/plugin/contact-form-7.3.0-beta.zip";s:5:"3.0.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.0.1.zip";s:5:"3.0.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.zip";s:7:"3.0.2.1";s:65:"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.1.zip";s:3:"3.1";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.1.zip";s:5:"3.1.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.1.1.zip";s:5:"3.1.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.1.2.zip";s:3:"3.2";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.2.zip";s:5:"3.2.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.2.1.zip";s:3:"3.3";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.3.zip";s:5:"3.3.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.3.1.zip";s:5:"3.3.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.3.2.zip";s:5:"3.3.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.3.3.zip";s:3:"3.4";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.4.zip";s:5:"3.4.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.4.1.zip";s:5:"3.4.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.4.2.zip";s:3:"3.5";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.5.zip";s:5:"3.5.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.5.1.zip";s:5:"3.5.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.5.2.zip";s:5:"3.5.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.5.3.zip";s:5:"3.5.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.5.4.zip";s:3:"3.6";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.6.zip";s:3:"3.7";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.7.zip";s:5:"3.7.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.7.1.zip";s:5:"3.7.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.7.2.zip";s:3:"3.8";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.8.zip";s:5:"3.8.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip";s:3:"3.9";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.3.9.zip";s:8:"3.9-beta";s:66:"https://downloads.wordpress.org/plugin/contact-form-7.3.9-beta.zip";s:5:"3.9.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.9.1.zip";s:5:"3.9.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.9.2.zip";s:5:"3.9.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.3.9.3.zip";s:3:"4.0";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.0.zip";s:5:"4.0.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.0.1.zip";s:5:"4.0.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.0.2.zip";s:5:"4.0.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.0.3.zip";s:3:"4.1";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.1.zip";s:8:"4.1-beta";s:66:"https://downloads.wordpress.org/plugin/contact-form-7.4.1-beta.zip";s:5:"4.1.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.1.1.zip";s:5:"4.1.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.1.2.zip";s:3:"4.2";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.2.zip";s:8:"4.2-beta";s:66:"https://downloads.wordpress.org/plugin/contact-form-7.4.2-beta.zip";s:5:"4.2.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.2.1.zip";s:5:"4.2.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.2.2.zip";s:3:"4.3";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.3.zip";s:5:"4.3.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip";s:3:"4.4";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.4.zip";s:5:"4.4.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.4.1.zip";s:5:"4.4.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.4.2.zip";s:3:"4.5";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.5.zip";s:5:"4.5.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.5.1.zip";s:3:"4.6";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.6.zip";s:5:"4.6.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip";s:3:"4.7";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip";s:3:"4.8";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.8.zip";s:5:"4.8.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.8.1.zip";s:3:"4.9";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.9.zip";s:5:"4.9.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip";s:5:"4.9.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.4.9.2.zip";s:3:"5.0";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.5.0.zip";s:5:"5.0.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip";s:5:"5.0.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.0.2.zip";s:5:"5.0.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.0.3.zip";s:5:"5.0.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.0.4.zip";s:5:"5.0.5";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.0.5.zip";s:3:"5.1";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.zip";s:5:"5.1.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip";s:5:"5.1.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.2.zip";s:5:"5.1.3";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.3.zip";s:5:"5.1.4";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.4.zip";s:5:"5.1.5";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.5.zip";s:5:"5.1.6";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.6.zip";s:5:"5.1.7";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.7.zip";s:5:"5.1.8";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.8.zip";s:5:"5.1.9";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.1.9.zip";s:3:"5.2";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.5.2.zip";s:5:"5.2.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.2.1.zip";s:5:"5.2.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.2.2.zip";s:3:"5.3";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.5.3.zip";s:5:"5.3.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.3.1.zip";s:5:"5.3.2";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.3.2.zip";s:3:"5.4";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.5.4.zip";s:5:"5.4.1";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.4.1.zip";s:5:"trunk";s:57:"https://downloads.wordpress.org/plugin/contact-form-7.zip";}s:11:"donate_link";s:32:"https://contactform7.com/donate/";s:7:"banners";a:2:{s:3:"low";s:68:"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427";s:4:"high";s:69:"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901";}}}', 'no'); INSERT INTO `wp_options` VALUES (211, '_site_transient_avada_addons_json', '{"418947":{"post_title":"Custom Search Element","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2021\\/04\\/custom_search_880_660.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2021\\/04\\/imgpsh_fullsize_anim.jpeg","plugin_name":"Custom Search Element","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/custom-search-element-for-avada-builder\\/31213422?ref=ThemeFusion","new":false,"date":1618918239},"416560":{"post_title":"Custom Field Element","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/08\\/custom_fields_element.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/08\\/custom_fields_element.jpg","plugin_name":"Custom Field Element","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/custom-field-element-for-fusion-builder\\/22247344?ref=ThemeFusion","new":false,"date":1533635113},"416071":{"post_title":"Elegant Elements","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/12\\/elegant_elements.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/12\\/elegant_elements.jpg","plugin_name":"Elegant Elements","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/elegant-elements-for-fusion-builder\\/21113424?ref=ThemeFusion","new":false,"date":1513943064},"416177":{"post_title":"Horizontal & Vertical Duo Button","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/03\\/duo_button.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/03\\/duo_button.jpg","plugin_name":"Fusion Builder Horizontal & Vertical Duo Button","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/horizontal-vertical-duo-button-element-for-avada-v5-fusion\\/21602449?ref=ThemeFusion","new":false,"date":1522053820},"415163":{"post_title":"Element Bundle","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_element_bundle.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_element_bundle.jpg","plugin_name":null,"description":"","url":"https:\\/\\/codecanyon.net\\/item\\/element-bundle-addon-for-avada-v5-fusion-builder\\/19451303?ref=ThemeFusion","new":false,"date":1487277411},"415144":{"post_title":"Notification & Pop-Up","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_notification.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_notification.jpg","plugin_name":"Fusion Builder Notification & Pop-up Element","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/notification-popup-element-for-avada-v5-fusion-builder\\/19406447?ref=ThemeFusion","new":false,"date":1486391212},"415084":{"post_title":"Reviews and Testimonials","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/12\\/arcticlune_reviews.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/12\\/arcticlune_reviews.jpg","plugin_name":"Fusion Builder Reviews and Testimonials Element","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/reviews-and-testimonials-element-for-avada-v5-fusion-builder\\/19105069?ref=ThemeFusion","new":false,"date":1481829163},"415029":{"post_title":"Custom Post Types and Taxonomies","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/35815191-ee7402b4-0a65-11e8-8c17-78079117d5b4.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/35815191-ee7402b4-0a65-11e8-8c17-78079117d5b4.jpg","plugin_name":"Fusion Builder Custom Post Types and Taxonomies","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/custom-post-types-and-taxonomies-for-fusion-builder\\/15572585?ref=ThemeFusion","new":false,"date":1479378733},"415031":{"post_title":"Elegant Tabs","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/elegant_tabs.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/elegant_tabs.jpg","plugin_name":"Elegant Tabs for Fusion Builder","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/elegant-tabs-for-fusion-builder\\/18795917?ref=ThemeFusion","new":false,"date":1479292408},"415121":{"post_title":"Mobile Layout Creator","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/wpsqr_mobile_layout_creator.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/wpsqr_mobile_layout_creator.jpg","plugin_name":"Fusion Builder Mobile Layout Creator","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/fusion-builder-mobile-layout-creator\\/19125174?ref=ThemeFusion","new":false,"date":1479235517},"415444":{"post_title":"Membership","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/06\\/wpsqr_membership.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/06\\/wpsqr_membership.jpg","plugin_name":"Fusion Builder Membership","description":"","url":"https:\\/\\/codecanyon.net\\/item\\/fusion-builder-membership\\/20027621?ref=ThemeFusion","new":true,"date":1496726434},"415041":{"post_title":"Coming Soon","thumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/10\\/coming_soon.jpg","retinaThumbnail":"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/10\\/coming_soon.jpg","plugin_name":null,"description":"","url":"https:\\/\\/themeforest.net\\/item\\/avada-responsive-multipurpose-theme\\/2833226?ref=ThemeFusion","new":false,"date":1475330672}}', 'no'); INSERT INTO `wp_options` VALUES (216, 'fusion_core_version', '5.2.1', 'yes'); INSERT INTO `wp_options` VALUES (217, 'widget_ad_125_125-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (218, 'widget_fusion_author-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (219, 'widget_contact_info-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (220, 'widget_pyre_tabs-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (221, 'widget_recent_works-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (222, 'widget_tweets-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (223, 'widget_flickr-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (224, 'widget_social_links-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (225, 'widget_facebook-like-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (226, 'widget_menu-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (227, 'widget_avada-vertical-menu-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (228, 'widget_form-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (229, 'fusion_core_flush_permalinks', '1', 'yes'); INSERT INTO `wp_options` VALUES (242, 'finished_updating_comment_type', '1', 'yes'); INSERT INTO `wp_options` VALUES (254, 'fusion_builder_version', '3.2.1', 'yes'); INSERT INTO `wp_options` VALUES (269, 'fusion_form_cleanup_datetime', '1624064151', 'yes'); INSERT INTO `wp_options` VALUES (272, 'revslider_servers', 'a:7:{i:0;s:22:"themepunch-ext-a.tools";i:1;s:22:"themepunch-ext-a.tools";i:2;s:22:"themepunch-ext-b.tools";i:3;s:22:"themepunch-ext-b.tools";i:4;s:22:"themepunch-ext-b.tools";i:5;s:16:"themepunch.tools";i:6;s:22:"themepunch-ext-a.tools";}', 'yes'); INSERT INTO `wp_options` VALUES (273, 'revslider_server_refresh', '1623723265', 'yes'); INSERT INTO `wp_options` VALUES (274, 'revslider-update-check-short', '1623977720', 'yes'); INSERT INTO `wp_options` VALUES (275, 'revslider-connection', '1', 'yes'); INSERT INTO `wp_options` VALUES (276, 'revslider-update-hash', '74ecf08e887627d6e0a6bf3f159343c8', 'yes'); INSERT INTO `wp_options` VALUES (277, 'revslider-latest-version', '6.5.2', 'yes'); INSERT INTO `wp_options` VALUES (278, 'revslider-stable-version', '4.2.0', 'yes'); INSERT INTO `wp_options` VALUES (279, 'revslider-notices', 'a:2:{i:0;O:8:"stdClass":8:{s:7:"version";s:6:"6.4.10";s:4:"text";s:316:"
wow
";s:4:"code";s:12:"TPRSV6411-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"additional";a:0:{}}i:1;O:8:"stdClass":8:{s:7:"version";s:5:"9.9.9";s:4:"text";s:485:"
summersale
";s:4:"code";s:11:"TPRSV652-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"additional";a:0:{}}}', 'yes'); INSERT INTO `wp_options` VALUES (280, 'revslider-additions', 'O:8:"stdClass":1:{s:7:"selling";b:1;}', 'yes'); INSERT INTO `wp_options` VALUES (281, 'rs-addons-counter', '30', 'yes'); INSERT INTO `wp_options` VALUES (282, 'revslider-addons', 'O:8:"stdClass":30:{s:22:"revslider-backup-addon";O:8:"stdClass":11:{s:4:"slug";s:22:"revslider-backup-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Backup";s:6:"line_1";s:12:"Make Backups";s:6:"line_2";s:25:"Revisions for your safety";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BU";}}s:23:"revslider-gallery-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-gallery-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"WordPress Gallery";s:6:"line_1";s:31:"Replace the standard WP Gallery";s:6:"line_2";s:31:"with the Sliders of your choice";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"GA";}}s:25:"revslider-rel-posts-addon";O:8:"stdClass":11:{s:4:"slug";s:25:"revslider-rel-posts-addon";s:12:"version_from";s:7:"5.2.4.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Related Posts";s:6:"line_1";s:25:"Add related Posts Sliders";s:6:"line_2";s:31:"at the end of your post content";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RP";}}s:26:"revslider-typewriter-addon";O:8:"stdClass":11:{s:4:"slug";s:26:"revslider-typewriter-addon";s:12:"version_from";s:5:"5.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"Typewriter Effect";s:6:"line_1";s:27:"Enhance your slider\'s text ";s:6:"line_2";s:24:"with typewriter effects ";s:9:"available";s:5:"2.0.4";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"TW";}}s:23:"revslider-sharing-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-sharing-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Social Sharing";s:6:"line_1";s:17:"Share your slides";s:6:"line_2";s:50:"with RevSlider "actions" because sharing is caring";s:9:"available";s:5:"2.0.5";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:80:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SH";}}s:27:"revslider-maintenance-addon";O:8:"stdClass":11:{s:4:"slug";s:27:"revslider-maintenance-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:15:"Coming & Maint.";s:6:"line_1";s:37:"Simple Coming Soon & Maintenance Page";s:6:"line_2";s:42:"Let your visitors know what\'s up and when!";s:9:"available";s:5:"2.1.3";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:84:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}}s:20:"revslider-snow-addon";O:8:"stdClass":11:{s:4:"slug";s:20:"revslider-snow-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Holiday Snow";s:6:"line_1";s:12:"Let it snow!";s:6:"line_2";s:32:"Add animated snow to any Slider ";s:9:"available";s:5:"2.0.1";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:71:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SN";}}s:24:"revslider-polyfold-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-polyfold-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:22:"Polyfold Scroll Effect";s:6:"line_1";s:32:"Add sharp edges to your sliders ";s:6:"line_2";s:35:"as they scroll into and out of view";s:9:"available";s:5:"2.0.0";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:75:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg";s:5:"color";s:7:"#3e186f";s:4:"text";s:2:"PF";}}s:19:"revslider-404-addon";O:8:"stdClass":11:{s:4:"slug";s:19:"revslider-404-addon";s:12:"version_from";s:3:"5.3";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:3:"404";s:6:"line_1";s:39:"Build custom 404 "Page not Found" Pages";s:6:"line_2";s:28:"with Slider Revolution swag!";s:9:"available";s:5:"2.0.1";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:70:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg";s:5:"color";s:0:"";s:4:"text";s:3:"404";}}s:30:"revslider-prevnext-posts-addon";O:8:"stdClass":11:{s:4:"slug";s:30:"revslider-prevnext-posts-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Adjacent Posts";s:6:"line_1";s:30:"Display previous and next post";s:6:"line_2";s:28:"to the currently showing one";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}}s:25:"revslider-filmstrip-addon";O:8:"stdClass":11:{s:4:"slug";s:25:"revslider-filmstrip-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Filmstrip";s:6:"line_1";s:44:"Display a continously rotating set of images";s:6:"line_2";s:26:"for your slide backgrounds";s:9:"available";s:5:"2.0.4";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"FS";}}s:21:"revslider-login-addon";O:8:"stdClass":11:{s:4:"slug";s:21:"revslider-login-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Login Page";s:6:"line_1";s:25:"Very simple WP Login Page";s:6:"line_2";s:34:"enhanced with your favorite slider";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:72:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LI";}}s:24:"revslider-featured-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-featured-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:20:"Post Featured Slider";s:6:"line_1";s:25:"Display a featured Slider";s:6:"line_2";s:41:"instead of a featured Image in your Posts";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"FT";}}s:23:"revslider-weather-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-weather-addon";s:12:"version_from";s:7:"5.4.5.2";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Weather";s:6:"line_1";s:21:"Every where you go...";s:6:"line_2";s:36:"...always take the weather with you!";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:74:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"WT";}}s:24:"revslider-panorama-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-panorama-addon";s:12:"version_from";s:7:"5.4.5.2";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"Panorama";s:6:"line_1";s:14:"Panorama AddOn";s:6:"line_2";s:28:"Display images in 360 degree";s:9:"available";s:5:"2.1.3";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:75:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}}s:30:"revslider-duotonefilters-addon";O:8:"stdClass":11:{s:4:"slug";s:30:"revslider-duotonefilters-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Duotone";s:6:"line_1";s:7:"Duotone";s:6:"line_2";s:25:"Because one is not enough";s:9:"available";s:5:"2.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:74:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg";s:5:"color";s:0:"";s:4:"text";s:3:"DTF";}}s:23:"revslider-refresh-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-refresh-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"(Re)Load";s:6:"line_1";s:39:"Reload the current page or a custom URL";s:6:"line_2";s:34:"after a certain time, loops, slide";s:9:"available";s:5:"2.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RF";}}s:28:"revslider-liquideffect-addon";O:8:"stdClass":11:{s:4:"slug";s:28:"revslider-liquideffect-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Distortion";s:6:"line_1";s:22:"Add Distortion Effects";s:6:"line_2";s:30:"to your slides and transitions";s:9:"available";s:5:"2.0.4";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LE";}}s:31:"revslider-explodinglayers-addon";O:8:"stdClass":11:{s:4:"slug";s:31:"revslider-explodinglayers-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Exploding Layers";s:6:"line_1";s:23:"Add explosive particles";s:6:"line_2";s:24:"to your layers animation";s:9:"available";s:5:"2.1.4";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"EL";}}s:26:"revslider-paintbrush-addon";O:8:"stdClass":11:{s:4:"slug";s:26:"revslider-paintbrush-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Paintbrush";s:6:"line_1";s:14:"Paint or Erase";s:6:"line_2";s:22:"your background images";s:9:"available";s:5:"2.1.9";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PB";}}s:29:"revslider-domain-switch-addon";O:8:"stdClass":11:{s:4:"slug";s:29:"revslider-domain-switch-addon";s:12:"version_from";s:5:"6.0.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Domain Switch";s:6:"line_1";s:17:"Switch Image URLs";s:6:"line_2";s:37:"in sliders from one domain to another";s:9:"available";s:5:"1.0.1";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:79:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"DS";}}s:25:"revslider-mousetrap-addon";O:8:"stdClass":11:{s:4:"slug";s:25:"revslider-mousetrap-addon";s:12:"version_from";s:6:"6.2.23";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Mousetrap";s:6:"line_1";s:31:"Create all kinds of interesting";s:6:"line_2";s:19:" mouse interactions";s:9:"available";s:5:"2.0.8";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}}s:26:"revslider-whiteboard-addon";O:8:"stdClass":11:{s:4:"slug";s:26:"revslider-whiteboard-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Whiteboard";s:6:"line_1";s:31:"Create Hand-Drawn Presentations";s:6:"line_2";s:45:"that are understandable, memorable & engaging";s:9:"available";s:5:"2.2.3";s:10:"background";s:81:"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"WB";}}s:27:"revslider-scrollvideo-addon";O:8:"stdClass":11:{s:4:"slug";s:27:"revslider-scrollvideo-addon";s:12:"version_from";s:5:"6.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Scroll Video";s:6:"line_1";s:114:"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.";s:6:"line_2";s:49:"Quality options are included for optimal results!";s:9:"available";s:5:"2.0.4";s:10:"background";s:78:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:78:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SV";}}s:22:"revslider-slicey-addon";O:8:"stdClass":11:{s:4:"slug";s:22:"revslider-slicey-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Slicey";s:6:"line_1";s:20:"Slice \'em up nicely!";s:6:"line_2";s:38:"Create image slices of your background";s:9:"available";s:5:"2.0.6";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SL";}}s:24:"revslider-revealer-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-revealer-addon";s:12:"version_from";s:5:"6.2.3";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Reveal";s:6:"line_1";s:9:"Reveal...";s:6:"line_2";s:37:"...your inner beast... and RevSliders";s:9:"available";s:5:"2.1.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RV";}}s:25:"revslider-particles-addon";O:8:"stdClass":11:{s:4:"slug";s:25:"revslider-particles-addon";s:12:"version_from";s:5:"6.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Particle Effects";s:6:"line_1";s:17:"Let\'s Parti(cle)!";s:6:"line_2";s:51:"Add interactive particle animations to your sliders";s:9:"available";s:5:"2.3.4";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PT";}}s:27:"revslider-beforeafter-addon";O:8:"stdClass":11:{s:4:"slug";s:27:"revslider-beforeafter-addon";s:12:"version_from";s:6:"6.2.50";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Before & After";s:6:"line_1";s:35:"Compare two slides before and after";s:6:"line_2";s:33:"use it vertically or horizontally";s:9:"available";s:6:"2.0.10";s:10:"background";s:0:"";s:6:"button";s:0:"";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:78:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BA";}}s:27:"revslider-bubblemorph-addon";O:8:"stdClass":11:{s:4:"slug";s:27:"revslider-bubblemorph-addon";s:12:"version_from";s:6:"6.2.50";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:11:"BubbleMorph";s:6:"line_1";s:26:"Include BubbleMorph Layers";s:6:"line_2";s:33:"for a decorative lava lamp effect";s:9:"available";s:5:"2.2.2";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:78:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BM";}}s:22:"revslider-lottie-addon";O:8:"stdClass":11:{s:4:"slug";s:22:"revslider-lottie-addon";s:12:"version_from";s:5:"6.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Lottie";s:6:"line_1";s:53:"Adds support for the popular Lottie Animation format,";s:6:"line_2";s:70:" including animation control, style customization and a local library.";s:9:"available";s:5:"2.0.3";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_lottie.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LT";}}}', 'yes'); INSERT INTO `wp_options` VALUES (283, 'revslider-library-check', '1623723266', 'yes'); INSERT INTO `wp_options` VALUES (284, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes'); INSERT INTO `wp_options` VALUES (285, 'rs-library', 'a:3:{s:4:"hash";s:32:"dae3de1eb57eeeee008b70e9a23844b5";s:7:"objects";a:417:{i:0;a:12:{s:2:"id";s:3:"198";s:6:"handle";s:16:"object_dvd_1.png";s:4:"name";s:3:"DVD";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:43:17";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:1;a:12:{s:2:"id";s:3:"188";s:6:"handle";s:18:"object_plant_1.png";s:4:"name";s:7:"Plant 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:2;a:12:{s:2:"id";s:3:"187";s:6:"handle";s:16:"object_pen_1.png";s:4:"name";s:5:"Pen 1";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:3;a:12:{s:2:"id";s:3:"172";s:6:"handle";s:16:"object_egg_1.png";s:4:"name";s:3:"Egg";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:4;a:12:{s:2:"id";s:3:"171";s:6:"handle";s:19:"object_guitar_1.png";s:4:"name";s:6:"Guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:5;a:12:{s:2:"id";s:3:"170";s:6:"handle";s:21:"object_envelope_1.png";s:4:"name";s:15:"Closed Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:6;a:12:{s:2:"id";s:3:"169";s:6:"handle";s:19:"object_postit_2.png";s:4:"name";s:18:"Postit Label White";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:7;a:12:{s:2:"id";s:3:"168";s:6:"handle";s:21:"object_envelope_2.png";s:4:"name";s:13:"Open Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:8;a:12:{s:2:"id";s:3:"167";s:6:"handle";s:17:"object_eggs_1.png";s:4:"name";s:10:"Egg Carton";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:9;a:12:{s:2:"id";s:3:"166";s:6:"handle";s:25:"object_bottleopener_1.png";s:4:"name";s:13:"Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:10;a:12:{s:2:"id";s:3:"165";s:6:"handle";s:23:"object_blueprints_1.png";s:4:"name";s:10:"Blueprints";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:11;a:12:{s:2:"id";s:3:"164";s:6:"handle";s:22:"object_holepunch_1.png";s:4:"name";s:10:"Hole punch";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:12;a:12:{s:2:"id";s:3:"163";s:6:"handle";s:20:"object_speaker_1.png";s:4:"name";s:13:"Black Speaker";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:13;a:12:{s:2:"id";s:3:"162";s:6:"handle";s:19:"object_eraser_1.png";s:4:"name";s:6:"Eraser";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:14;a:12:{s:2:"id";s:3:"161";s:6:"handle";s:23:"object_vinylcover_1.png";s:4:"name";s:11:"Vinyl Cover";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:15;a:12:{s:2:"id";s:3:"160";s:6:"handle";s:20:"object_booklet_1.png";s:4:"name";s:9:"Booklet 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:16;a:12:{s:2:"id";s:3:"159";s:6:"handle";s:22:"object_earphones_2.png";s:4:"name";s:11:"Earphones 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:17;a:12:{s:2:"id";s:3:"158";s:6:"handle";s:18:"object_vinyl_1.png";s:4:"name";s:5:"Vinyl";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:18;a:12:{s:2:"id";s:3:"157";s:6:"handle";s:19:"object_postit_1.png";s:4:"name";s:17:"Postit Label Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:19;a:12:{s:2:"id";s:3:"156";s:6:"handle";s:23:"object_mechpencil_1.png";s:4:"name";s:17:"Mechanical Pencil";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:20;a:12:{s:2:"id";s:3:"155";s:6:"handle";s:22:"object_turntable_1.png";s:4:"name";s:9:"Turntable";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:21;a:12:{s:2:"id";s:3:"154";s:6:"handle";s:19:"object_folder_2.png";s:4:"name";s:19:"Closed Folder Black";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:22;a:12:{s:2:"id";s:3:"153";s:6:"handle";s:19:"object_postit_4.png";s:4:"name";s:18:"Postit Label Green";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:23;a:12:{s:2:"id";s:3:"152";s:6:"handle";s:19:"object_folder_1.png";s:4:"name";s:12:"Blank Folder";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:24;a:12:{s:2:"id";s:3:"151";s:6:"handle";s:19:"object_pencup_1.png";s:4:"name";s:7:"Pen Cup";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:25;a:12:{s:2:"id";s:3:"150";s:6:"handle";s:23:"object_winebottle_1.png";s:4:"name";s:15:"Red Wine Bottle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:26;a:12:{s:2:"id";s:3:"149";s:6:"handle";s:23:"object_headphones_1.png";s:4:"name";s:10:"Headphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:27;a:12:{s:2:"id";s:3:"148";s:6:"handle";s:22:"object_earphones_1.png";s:4:"name";s:9:"Earphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:28;a:12:{s:2:"id";s:3:"147";s:6:"handle";s:19:"object_postit_3.png";s:4:"name";s:19:"Postit Label Yellow";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:29;a:12:{s:2:"id";s:3:"146";s:6:"handle";s:22:"object_corkscrew_1.png";s:4:"name";s:23:"Corkscrew Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1300";s:6:"height";s:4:"1300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:30;a:12:{s:2:"id";s:3:"145";s:6:"handle";s:19:"object_muffin_1.png";s:4:"name";s:16:"Chocolate Muffin";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:31;a:12:{s:2:"id";s:3:"144";s:6:"handle";s:18:"object_chair_2.png";s:4:"name";s:12:"Yellow Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:32;a:12:{s:2:"id";s:3:"143";s:6:"handle";s:18:"object_knife_2.png";s:4:"name";s:7:"Knife 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:33;a:12:{s:2:"id";s:3:"142";s:6:"handle";s:26:"object_choppingboard_2.png";s:4:"name";s:16:"Chopping Board 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:34;a:12:{s:2:"id";s:3:"141";s:6:"handle";s:26:"object_choppingboard_3.png";s:4:"name";s:16:"Chopping Board 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:35;a:12:{s:2:"id";s:3:"140";s:6:"handle";s:19:"object_coffee_2.png";s:4:"name";s:12:"Coffee Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1200";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:36;a:12:{s:2:"id";s:3:"139";s:6:"handle";s:18:"object_bread_1.png";s:4:"name";s:15:"Croissant Bread";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:37;a:12:{s:2:"id";s:3:"138";s:6:"handle";s:18:"object_spoon_2.png";s:4:"name";s:12:"Wodden Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:38;a:12:{s:2:"id";s:3:"137";s:6:"handle";s:26:"object_choppingboard_1.png";s:4:"name";s:16:"Chopping Board 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:39;a:12:{s:2:"id";s:3:"136";s:6:"handle";s:16:"object_cup_2.png";s:4:"name";s:11:"Empty Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:40;a:12:{s:2:"id";s:3:"135";s:6:"handle";s:18:"object_knife_1.png";s:4:"name";s:5:"Knife";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:41;a:12:{s:2:"id";s:3:"134";s:6:"handle";s:18:"object_spoon_1.png";s:4:"name";s:5:"Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:42;a:12:{s:2:"id";s:3:"133";s:6:"handle";s:16:"object_cup_1.png";s:4:"name";s:9:"Empty Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:43;a:12:{s:2:"id";s:3:"132";s:6:"handle";s:18:"object_chair_3.png";s:4:"name";s:11:"White Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:44;a:12:{s:2:"id";s:3:"131";s:6:"handle";s:19:"object_coffee_1.png";s:4:"name";s:10:"Coffee Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:45;a:12:{s:2:"id";s:3:"130";s:6:"handle";s:19:"object_frypan_2.png";s:4:"name";s:9:"Fry Pan 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:46;a:12:{s:2:"id";s:3:"129";s:6:"handle";s:19:"object_frypan_1.png";s:4:"name";s:9:"Fry Pan 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:47;a:12:{s:2:"id";s:3:"128";s:6:"handle";s:17:"object_fork_1.png";s:4:"name";s:4:"Fork";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:48;a:12:{s:2:"id";s:3:"127";s:6:"handle";s:20:"object_dishrag_1.png";s:4:"name";s:13:"Dishrag Cloth";s:4:"tags";a:0:{}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:49;a:12:{s:2:"id";s:3:"126";s:6:"handle";s:20:"object_wacom_pen.png";s:4:"name";s:17:"Wacom Drawing Pen";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1060";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:50;a:12:{s:2:"id";s:3:"125";s:6:"handle";s:21:"object_occulus_vr.png";s:4:"name";s:23:"Occulus Virtual Reality";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:51;a:12:{s:2:"id";s:3:"124";s:6:"handle";s:18:"object_antenna.png";s:4:"name";s:13:"Antenna Radar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:52;a:12:{s:2:"id";s:3:"123";s:6:"handle";s:21:"object_solarpanel.png";s:4:"name";s:11:"Solar Panel";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:53;a:12:{s:2:"id";s:3:"122";s:6:"handle";s:16:"object_wacom.png";s:4:"name";s:20:"Wacom Drawing Tablet";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:54;a:12:{s:2:"id";s:3:"121";s:6:"handle";s:18:"object_earth_2.png";s:4:"name";s:20:"Earth Globe Planet 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:55;a:12:{s:2:"id";s:3:"120";s:6:"handle";s:18:"object_chair_1.png";s:4:"name";s:12:"Office Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:56;a:12:{s:2:"id";s:3:"119";s:6:"handle";s:24:"object_windturbine_2.png";s:4:"name";s:14:"Wind Turbine 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:57;a:12:{s:2:"id";s:3:"118";s:6:"handle";s:22:"object_windturbine.png";s:4:"name";s:12:"Wind Turbine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:58;a:12:{s:2:"id";s:3:"117";s:6:"handle";s:16:"object_earth.png";s:4:"name";s:18:"Earth Globe Planet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:59;a:12:{s:2:"id";s:2:"88";s:6:"handle";s:24:"object_eiffeltower_2.png";s:4:"name";s:13:"Eiffeltower 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:60;a:12:{s:2:"id";s:2:"87";s:6:"handle";s:21:"object_notebook_1.png";s:4:"name";s:11:"Notebook PC";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:61;a:12:{s:2:"id";s:2:"86";s:6:"handle";s:20:"object_macbook_1.png";s:4:"name";s:20:"Apple Macbook Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:62;a:12:{s:2:"id";s:2:"85";s:6:"handle";s:18:"object_canon_2.png";s:4:"name";s:21:"Canon Camera DSLR Top";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:63;a:12:{s:2:"id";s:2:"84";s:6:"handle";s:19:"object_iphone_3.png";s:4:"name";s:25:"Apple iPhone Silver White";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:64;a:12:{s:2:"id";s:2:"83";s:6:"handle";s:18:"object_candy_2.png";s:4:"name";s:15:"Candy Colored 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:65;a:12:{s:2:"id";s:2:"82";s:6:"handle";s:21:"object_macmouse_1.png";s:4:"name";s:15:"Apple Mac Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:66;a:12:{s:2:"id";s:2:"81";s:6:"handle";s:19:"object_iphone_1.png";s:4:"name";s:18:"Apple iPhone Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:67;a:12:{s:2:"id";s:2:"80";s:6:"handle";s:17:"object_deco_1.png";s:4:"name";s:17:"White Deco Object";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:68;a:12:{s:2:"id";s:2:"79";s:6:"handle";s:23:"object_applewatch_1.png";s:4:"name";s:24:"Apple Watch White Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:69;a:12:{s:2:"id";s:2:"78";s:6:"handle";s:23:"object_swissknife_1.png";s:4:"name";s:11:"Swiss Knife";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:70;a:12:{s:2:"id";s:2:"77";s:6:"handle";s:23:"object_applewatch_2.png";s:4:"name";s:17:"Apple Watch Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:71;a:12:{s:2:"id";s:2:"76";s:6:"handle";s:18:"object_candy_1.png";s:4:"name";s:13:"Candy Colored";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:72;a:12:{s:2:"id";s:2:"75";s:6:"handle";s:17:"object_ipad_1.png";s:4:"name";s:16:"Apple iPad Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:73;a:12:{s:2:"id";s:2:"74";s:6:"handle";s:17:"object_lamp_2.png";s:4:"name";s:15:"Black Desk Lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:74;a:12:{s:2:"id";s:2:"73";s:6:"handle";s:18:"object_canon_1.png";s:4:"name";s:17:"Canon Camera DLSR";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:75;a:12:{s:2:"id";s:2:"72";s:6:"handle";s:23:"object_blackberry_2.png";s:4:"name";s:12:"Blackberry 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:76;a:12:{s:2:"id";s:2:"71";s:6:"handle";s:19:"object_iphone_2.png";s:4:"name";s:19:"Apple iPhone Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:77;a:12:{s:2:"id";s:2:"70";s:6:"handle";s:17:"object_ipad_2.png";s:4:"name";s:15:"Apple iPad Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:78;a:12:{s:2:"id";s:2:"69";s:6:"handle";s:20:"object_printer_1.png";s:4:"name";s:7:"Printer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:79;a:12:{s:2:"id";s:2:"68";s:6:"handle";s:20:"object_pcmouse_1.png";s:4:"name";s:14:"Black PC Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:80;a:12:{s:2:"id";s:2:"67";s:6:"handle";s:17:"object_ipad_3.png";s:4:"name";s:17:"Apple iPad Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:81;a:12:{s:2:"id";s:2:"66";s:6:"handle";s:17:"object_lamp_1.png";s:4:"name";s:13:"Desk Lamp Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:82;a:12:{s:2:"id";s:2:"65";s:6:"handle";s:22:"object_macscreen_1.png";s:4:"name";s:16:"Apple Mac Screen";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:83;a:12:{s:2:"id";s:2:"64";s:6:"handle";s:23:"object_blackberry_3.png";s:4:"name";s:12:"Blackberry 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:84;a:12:{s:2:"id";s:2:"63";s:6:"handle";s:23:"object_applewatch_3.png";s:4:"name";s:16:"Apple Watch Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:85;a:12:{s:2:"id";s:2:"62";s:6:"handle";s:23:"object_blackberry_1.png";s:4:"name";s:10:"Blackberry";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:86;a:12:{s:2:"id";s:2:"49";s:6:"handle";s:19:"object_bottle_1.png";s:4:"name";s:18:"Brown Glass Bottle";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:87;a:12:{s:2:"id";s:2:"48";s:6:"handle";s:20:"object_glasses_1.png";s:4:"name";s:19:"Hipster Glasses Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:88;a:12:{s:2:"id";s:2:"47";s:6:"handle";s:21:"object_magazine_1.png";s:4:"name";s:14:"Blank Magazine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:89;a:12:{s:2:"id";s:2:"46";s:6:"handle";s:28:"object_leatherdocument_2.png";s:4:"name";s:24:"Black Leather Document 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:90;a:12:{s:2:"id";s:2:"45";s:6:"handle";s:18:"object_purse_2.png";s:4:"name";s:13:"Black Purse 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:91;a:12:{s:2:"id";s:2:"44";s:6:"handle";s:23:"object_typewriter_1.png";s:4:"name";s:18:"Retro Typewriter 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:92;a:12:{s:2:"id";s:2:"43";s:6:"handle";s:17:"object_book_5.png";s:4:"name";s:9:"Old Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:93;a:12:{s:2:"id";s:2:"42";s:6:"handle";s:28:"object_leatherdocument_1.png";s:4:"name";s:29:"Black Leather Document Closed";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:94;a:12:{s:2:"id";s:2:"41";s:6:"handle";s:17:"object_book_4.png";s:4:"name";s:8:"Old Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:95;a:12:{s:2:"id";s:2:"40";s:6:"handle";s:19:"object_wallet_2.png";s:4:"name";s:22:"Black Leather Document";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:96;a:12:{s:2:"id";s:2:"39";s:6:"handle";s:18:"object_quill_2.png";s:4:"name";s:15:"Quill Feather 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:97;a:12:{s:2:"id";s:2:"38";s:6:"handle";s:24:"object_eiffeltower_1.png";s:4:"name";s:11:"Eiffeltower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:98;a:12:{s:2:"id";s:2:"37";s:6:"handle";s:21:"object_magazine_2.png";s:4:"name";s:11:"Open Book 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1333";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:99;a:12:{s:2:"id";s:2:"36";s:6:"handle";s:17:"object_book_1.png";s:4:"name";s:10:"Blank Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:100;a:12:{s:2:"id";s:2:"35";s:6:"handle";s:20:"object_glasses_2.png";s:4:"name";s:15:"Hipster Glasses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:101;a:12:{s:2:"id";s:2:"34";s:6:"handle";s:17:"object_book_2.png";s:4:"name";s:11:"Open Book 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:102;a:12:{s:2:"id";s:2:"33";s:6:"handle";s:19:"object_gloves_1.png";s:4:"name";s:12:"Black Gloves";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:103;a:12:{s:2:"id";s:2:"32";s:6:"handle";s:23:"object_typewriter_2.png";s:4:"name";s:16:"Retro Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:104;a:12:{s:2:"id";s:2:"31";s:6:"handle";s:17:"object_book_3.png";s:4:"name";s:9:"Open Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:105;a:12:{s:2:"id";s:2:"30";s:6:"handle";s:19:"object_wallet_1.png";s:4:"name";s:12:"Black Wallet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:106;a:12:{s:2:"id";s:2:"29";s:6:"handle";s:18:"object_purse_1.png";s:4:"name";s:11:"Black Purse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:107;a:12:{s:2:"id";s:2:"28";s:6:"handle";s:18:"object_quill_1.png";s:4:"name";s:13:"Quill Feather";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:108;a:12:{s:2:"id";s:2:"27";s:6:"handle";s:19:"object_artbox_2.png";s:4:"name";s:16:"Art Box Colors 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:109;a:12:{s:2:"id";s:2:"26";s:6:"handle";s:18:"object_cloth_1.png";s:4:"name";s:17:"Cloth Paint Color";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:110;a:12:{s:2:"id";s:2:"25";s:6:"handle";s:21:"object_brushpot_1.png";s:4:"name";s:9:"Brush Pot";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"984";s:6:"height";s:3:"984";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:111;a:12:{s:2:"id";s:2:"24";s:6:"handle";s:24:"object_paintbucket_1.png";s:4:"name";s:12:"Paint Bucket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:112;a:12:{s:2:"id";s:2:"23";s:6:"handle";s:23:"object_paintbrush_2.png";s:4:"name";s:12:"Paintbrush 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:113;a:12:{s:2:"id";s:2:"22";s:6:"handle";s:19:"object_artbox_1.png";s:4:"name";s:14:"Art Box Colors";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:114;a:12:{s:2:"id";s:2:"21";s:6:"handle";s:23:"object_paintbrush_3.png";s:4:"name";s:12:"Paintbrush 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:115;a:12:{s:2:"id";s:2:"20";s:6:"handle";s:23:"object_paintbrush_1.png";s:4:"name";s:12:"Paintbrush 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:116;a:12:{s:2:"id";s:2:"11";s:6:"handle";s:21:"table_radio_right.png";s:4:"name";s:18:"Radio Speaker Wood";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:117;a:12:{s:2:"id";s:2:"10";s:6:"handle";s:18:"keyboard_apple.png";s:4:"name";s:14:"Apple Keyboard";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:118;a:12:{s:2:"id";s:1:"9";s:6:"handle";s:20:"macbook_top_gold.png";s:4:"name";s:18:"Apple Macbook Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:119;a:12:{s:2:"id";s:1:"8";s:6:"handle";s:21:"nexus6_front_blue.png";s:4:"name";s:19:"Google Nexus 6 Blue";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:120;a:12:{s:2:"id";s:3:"479";s:6:"handle";s:31:"Tram-beside-waiting-station.jpg";s:4:"name";s:27:"Tram beside waiting station";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:52:06";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:121;a:12:{s:2:"id";s:3:"478";s:6:"handle";s:14:"Pulling-up.jpg";s:4:"name";s:10:"Pulling up";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1297";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:122;a:12:{s:2:"id";s:3:"477";s:6:"handle";s:16:"Snowboarding.jpg";s:4:"name";s:12:"Snowboarding";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1290";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:123;a:12:{s:2:"id";s:3:"476";s:6:"handle";s:16:"Morning-yoga.jpg";s:4:"name";s:12:"Morning yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1346";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:124;a:12:{s:2:"id";s:3:"475";s:6:"handle";s:8:"Yoga.jpg";s:4:"name";s:4:"Yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:125;a:12:{s:2:"id";s:3:"474";s:6:"handle";s:14:"Golf-balls.jpg";s:4:"name";s:10:"Golf balls";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:126;a:12:{s:2:"id";s:3:"473";s:6:"handle";s:19:"Confident-Boxer.jpg";s:4:"name";s:15:"Confident Boxer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:127;a:12:{s:2:"id";s:3:"472";s:6:"handle";s:11:"Aerobic.jpg";s:4:"name";s:7:"Aerobic";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:128;a:12:{s:2:"id";s:3:"471";s:6:"handle";s:18:"Riding-bicycle.jpg";s:4:"name";s:14:"Riding bicycle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1358";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:129;a:12:{s:2:"id";s:3:"470";s:6:"handle";s:27:"woman-with-barbell-back.jpg";s:4:"name";s:23:"woman with barbell back";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:130;a:12:{s:2:"id";s:3:"469";s:6:"handle";s:24:"Woman-lying-on-floor.jpg";s:4:"name";s:20:"Woman lying on floor";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1318";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:131;a:12:{s:2:"id";s:3:"468";s:6:"handle";s:27:"Holding-black-dumbbells.jpg";s:4:"name";s:23:"Holding black dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:132;a:12:{s:2:"id";s:3:"467";s:6:"handle";s:25:"Woman-using-dumbbells.jpg";s:4:"name";s:21:"Woman using dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1425";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:133;a:12:{s:2:"id";s:3:"466";s:6:"handle";s:16:"Soccer-cleat.jpg";s:4:"name";s:12:"Soccer cleat";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:134;a:12:{s:2:"id";s:3:"465";s:6:"handle";s:16:"Soccer-field.jpg";s:4:"name";s:12:"Soccer field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:135;a:12:{s:2:"id";s:3:"464";s:6:"handle";s:23:"Man-tying-his-shoes.jpg";s:4:"name";s:19:"Man tying his shoes";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:136;a:12:{s:2:"id";s:3:"463";s:6:"handle";s:10:"Boxing.jpg";s:4:"name";s:6:"Boxing";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:137;a:12:{s:2:"id";s:3:"462";s:6:"handle";s:22:"woman-with-barbell.jpg";s:4:"name";s:18:"woman with barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:138;a:12:{s:2:"id";s:3:"461";s:6:"handle";s:12:"Crossfit.jpg";s:4:"name";s:8:"Crossfit";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:139;a:12:{s:2:"id";s:3:"460";s:6:"handle";s:25:"Man-and-woman-jogging.jpg";s:4:"name";s:21:"Man and woman jogging";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:140;a:12:{s:2:"id";s:3:"459";s:6:"handle";s:16:"Playing-golf.jpg";s:4:"name";s:12:"Playing golf";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:141;a:12:{s:2:"id";s:3:"458";s:6:"handle";s:18:"Surfer-in-wave.jpg";s:4:"name";s:14:"Surfer in wave";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:142;a:12:{s:2:"id";s:3:"457";s:6:"handle";s:25:"Woman-lifting-barbell.jpg";s:4:"name";s:21:"Woman lifting barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:143;a:12:{s:2:"id";s:3:"456";s:6:"handle";s:14:"Stretching.jpg";s:4:"name";s:10:"Stretching";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:144;a:12:{s:2:"id";s:3:"455";s:6:"handle";s:18:"Snowboarding-2.jpg";s:4:"name";s:14:"Snowboarding 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:145;a:12:{s:2:"id";s:3:"454";s:6:"handle";s:11:"Balance.jpg";s:4:"name";s:7:"Balance";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:146;a:12:{s:2:"id";s:3:"453";s:6:"handle";s:19:"Pool-meditation.jpg";s:4:"name";s:15:"Pool meditation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:147;a:12:{s:2:"id";s:3:"452";s:6:"handle";s:18:"Soccer-stadium.jpg";s:4:"name";s:14:"Soccer stadium";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:148;a:12:{s:2:"id";s:3:"451";s:6:"handle";s:25:"Soccer-field-top-view.jpg";s:4:"name";s:21:"Soccer field top view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:149;a:12:{s:2:"id";s:3:"450";s:6:"handle";s:14:"Basketball.jpg";s:4:"name";s:10:"Basketball";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:150;a:12:{s:2:"id";s:3:"449";s:6:"handle";s:14:"in-the-fog.jpg";s:4:"name";s:10:"in the fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:151;a:12:{s:2:"id";s:3:"448";s:6:"handle";s:13:"Handstand.jpg";s:4:"name";s:9:"Handstand";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:152;a:12:{s:2:"id";s:3:"447";s:6:"handle";s:11:"Friends.jpg";s:4:"name";s:7:"Friends";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:153;a:12:{s:2:"id";s:3:"446";s:6:"handle";s:28:"Sneakers-on-the-railroad.jpg";s:4:"name";s:24:"Sneakers on the railroad";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:154;a:12:{s:2:"id";s:3:"445";s:6:"handle";s:23:"Family-on-the-ocean.jpg";s:4:"name";s:19:"Family on the ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:155;a:12:{s:2:"id";s:3:"444";s:6:"handle";s:10:"Sunset.jpg";s:4:"name";s:6:"Sunset";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:156;a:12:{s:2:"id";s:3:"443";s:6:"handle";s:9:"Books.jpg";s:4:"name";s:5:"Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:157;a:12:{s:2:"id";s:3:"442";s:6:"handle";s:25:"Looking-at-the-window.jpg";s:4:"name";s:21:"Looking at the window";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:158;a:12:{s:2:"id";s:3:"441";s:6:"handle";s:48:"woman-standing-near-buildings-during-daytime.jpg";s:4:"name";s:44:"woman standing near buildings during daytime";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:159;a:12:{s:2:"id";s:3:"440";s:6:"handle";s:12:"Lollipop.jpg";s:4:"name";s:8:"Lollipop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1395";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:160;a:12:{s:2:"id";s:3:"439";s:6:"handle";s:26:"People-crossing-street.jpg";s:4:"name";s:22:"People crossing street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:161;a:12:{s:2:"id";s:3:"438";s:6:"handle";s:24:"Friends-on-the-shore.jpg";s:4:"name";s:20:"Friends on the shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:162;a:12:{s:2:"id";s:3:"437";s:6:"handle";s:13:"Coworkers.jpg";s:4:"name";s:9:"Coworkers";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:163;a:12:{s:2:"id";s:3:"436";s:6:"handle";s:27:"Hiking-in-the-Dolomites.jpg";s:4:"name";s:23:"Hiking in the Dolomites";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:164;a:12:{s:2:"id";s:3:"435";s:6:"handle";s:18:"Successful-man.jpg";s:4:"name";s:14:"Successful man";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:165;a:12:{s:2:"id";s:3:"434";s:6:"handle";s:23:"Beautiful-sunny-day.jpg";s:4:"name";s:19:"Beautiful sunny day";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:166;a:12:{s:2:"id";s:3:"433";s:6:"handle";s:8:"Guys.jpg";s:4:"name";s:4:"Guys";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:167;a:12:{s:2:"id";s:3:"432";s:6:"handle";s:19:"Confetti-Shower.jpg";s:4:"name";s:15:"Confetti Shower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:168;a:12:{s:2:"id";s:3:"431";s:6:"handle";s:24:"Sun-was-setting-down.jpg";s:4:"name";s:20:"Sun was setting down";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:169;a:12:{s:2:"id";s:3:"430";s:6:"handle";s:9:"Jumps.jpg";s:4:"name";s:5:"Jumps";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:170;a:12:{s:2:"id";s:3:"429";s:6:"handle";s:23:"Friends-by-the-fire.jpg";s:4:"name";s:19:"Friends by the fire";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:171;a:12:{s:2:"id";s:3:"428";s:6:"handle";s:21:"Under-the-blanket.jpg";s:4:"name";s:17:"Under the blanket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1413";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:172;a:12:{s:2:"id";s:3:"427";s:6:"handle";s:18:"Pretty-in-Pink.jpg";s:4:"name";s:14:"Pretty in Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1394";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:173;a:12:{s:2:"id";s:3:"426";s:6:"handle";s:31:"Discussions-at-a-long-table.jpg";s:4:"name";s:27:"Discussions at a long table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1268";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:174;a:12:{s:2:"id";s:3:"425";s:6:"handle";s:18:"Lost-in-Lemons.jpg";s:4:"name";s:14:"Lost in Lemons";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:175;a:12:{s:2:"id";s:3:"424";s:6:"handle";s:13:"Team-work.jpg";s:4:"name";s:9:"Team work";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:176;a:12:{s:2:"id";s:3:"423";s:6:"handle";s:20:"Romantic-evening.jpg";s:4:"name";s:16:"Romantic evening";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1263";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:177;a:12:{s:2:"id";s:3:"422";s:6:"handle";s:19:"Crew-collective.jpg";s:4:"name";s:15:"Crew collective";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:178;a:12:{s:2:"id";s:3:"421";s:6:"handle";s:8:"Code.jpg";s:4:"name";s:4:"Code";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:179;a:12:{s:2:"id";s:3:"420";s:6:"handle";s:48:"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg";s:4:"name";s:44:"Yellow ceramic mug beside gray aluminum iMac";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:180;a:12:{s:2:"id";s:3:"419";s:6:"handle";s:11:"My-desk.jpg";s:4:"name";s:7:"My desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1315";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:181;a:12:{s:2:"id";s:3:"418";s:6:"handle";s:17:"Cooperation-2.jpg";s:4:"name";s:13:"Cooperation 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:182;a:12:{s:2:"id";s:3:"417";s:6:"handle";s:33:"MacBook-on-top-of-brown-table.jpg";s:4:"name";s:29:"MacBook on top of brown table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:183;a:12:{s:2:"id";s:3:"416";s:6:"handle";s:27:"Beautiful-working-place.jpg";s:4:"name";s:23:"Beautiful working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:184;a:12:{s:2:"id";s:3:"415";s:6:"handle";s:14:"Typewriter.jpg";s:4:"name";s:10:"Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:185;a:12:{s:2:"id";s:3:"414";s:6:"handle";s:19:"White-desk-lamp.jpg";s:4:"name";s:15:"White desk lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:186;a:12:{s:2:"id";s:3:"413";s:6:"handle";s:18:"Office-working.jpg";s:4:"name";s:14:"Office working";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:187;a:12:{s:2:"id";s:3:"412";s:6:"handle";s:36:"Silver-iMac-on-brown-wooden-desk.jpg";s:4:"name";s:32:"Silver iMac on brown wooden desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1240";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:188;a:12:{s:2:"id";s:3:"411";s:6:"handle";s:23:"Working-in-progress.jpg";s:4:"name";s:19:"Working in progress";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:189;a:12:{s:2:"id";s:3:"410";s:6:"handle";s:15:"Cooperation.jpg";s:4:"name";s:11:"Cooperation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:190;a:12:{s:2:"id";s:3:"409";s:6:"handle";s:17:"Working-place.jpg";s:4:"name";s:13:"Working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:191;a:12:{s:2:"id";s:3:"408";s:6:"handle";s:16:"Working-desk.jpg";s:4:"name";s:12:"Working desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:192;a:12:{s:2:"id";s:3:"407";s:6:"handle";s:23:"low-angle-of-forest.jpg";s:4:"name";s:19:"low angle of forest";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:193;a:12:{s:2:"id";s:3:"406";s:6:"handle";s:23:"Lake-under-blue-sky.jpg";s:4:"name";s:19:"Lake under blue sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1351";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:194;a:12:{s:2:"id";s:3:"405";s:6:"handle";s:21:"Blue-starry-night.jpg";s:4:"name";s:17:"Blue starry night";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:195;a:12:{s:2:"id";s:3:"404";s:6:"handle";s:22:"Aerial-photography.jpg";s:4:"name";s:18:"Aerial photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:196;a:12:{s:2:"id";s:3:"403";s:6:"handle";s:14:"Red-clouds.jpg";s:4:"name";s:10:"Red clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:197;a:12:{s:2:"id";s:3:"402";s:6:"handle";s:14:"Snow-field.jpg";s:4:"name";s:10:"Snow field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1227";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:198;a:12:{s:2:"id";s:3:"401";s:6:"handle";s:13:"White-sky.jpg";s:4:"name";s:9:"White sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:199;a:12:{s:2:"id";s:3:"400";s:6:"handle";s:24:"Trees-covered-by-fog.jpg";s:4:"name";s:20:"Trees covered by fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:200;a:12:{s:2:"id";s:3:"399";s:6:"handle";s:26:"Red-and-white-mushroom.jpg";s:4:"name";s:22:"Red and white mushroom";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:201;a:12:{s:2:"id";s:3:"398";s:6:"handle";s:24:"Lake-near-pine-trees.jpg";s:4:"name";s:20:"Lake near pine trees";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:202;a:12:{s:2:"id";s:3:"397";s:6:"handle";s:35:"After-a-long-day-of-backpacking.jpg";s:4:"name";s:31:"After a long day of backpacking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:203;a:12:{s:2:"id";s:3:"396";s:6:"handle";s:32:"Mountains-during-golden-hour.jpg";s:4:"name";s:28:"Mountains during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:204;a:12:{s:2:"id";s:3:"395";s:6:"handle";s:27:"Man-looking-on-mountain.jpg";s:4:"name";s:23:"Man looking on mountain";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:205;a:12:{s:2:"id";s:3:"394";s:6:"handle";s:19:"Body-of-water-2.jpg";s:4:"name";s:15:"Body of water 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:206;a:12:{s:2:"id";s:3:"393";s:6:"handle";s:15:"Brown-cliff.jpg";s:4:"name";s:11:"Brown cliff";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:207;a:12:{s:2:"id";s:3:"392";s:6:"handle";s:20:"Green-foggy-tree.jpg";s:4:"name";s:16:"Green foggy tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1417";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:208;a:12:{s:2:"id";s:3:"391";s:6:"handle";s:32:"Grayscale-photo-of-mountains.jpg";s:4:"name";s:28:"Grayscale photo of mountains";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:209;a:12:{s:2:"id";s:3:"390";s:6:"handle";s:19:"Under-sunny-sky.jpg";s:4:"name";s:15:"Under sunny sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:210;a:12:{s:2:"id";s:3:"389";s:6:"handle";s:16:"Rock-concert.jpg";s:4:"name";s:12:"Rock concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1443";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:211;a:12:{s:2:"id";s:3:"388";s:6:"handle";s:30:"Group-of-people-in-concert.jpg";s:4:"name";s:26:"Group of people in concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:212;a:12:{s:2:"id";s:3:"387";s:6:"handle";s:6:"DJ.jpg";s:4:"name";s:2:"DJ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:213;a:12:{s:2:"id";s:3:"386";s:6:"handle";s:56:"Woman-standing-watching-LED-light-musical-instrument.jpg";s:4:"name";s:52:"Woman standing watching LED light musical instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:214;a:12:{s:2:"id";s:3:"385";s:6:"handle";s:16:"Concert-hall.jpg";s:4:"name";s:12:"Concert hall";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:215;a:12:{s:2:"id";s:3:"384";s:6:"handle";s:18:"Concert-hall-2.jpg";s:4:"name";s:14:"Concert hall 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:216;a:12:{s:2:"id";s:3:"383";s:6:"handle";s:29:"man-playing-upright-piano.jpg";s:4:"name";s:25:"man playing upright piano";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1340";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:217;a:12:{s:2:"id";s:3:"382";s:6:"handle";s:30:"person-performing-on-stage.jpg";s:4:"name";s:26:"person performing on stage";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:218;a:12:{s:2:"id";s:3:"381";s:6:"handle";s:27:"Brown-string-instrument.jpg";s:4:"name";s:23:"Brown string instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:219;a:12:{s:2:"id";s:3:"380";s:6:"handle";s:36:"silhouette-of-person-with-guitar.jpg";s:4:"name";s:32:"silhouette of person with guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:220;a:12:{s:2:"id";s:3:"379";s:6:"handle";s:14:"Party-fans.jpg";s:4:"name";s:10:"Party fans";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:221;a:12:{s:2:"id";s:3:"378";s:6:"handle";s:24:"Condenser-microphone.jpg";s:4:"name";s:20:"Condenser microphone";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:222;a:12:{s:2:"id";s:3:"377";s:6:"handle";s:42:"Low-angle-photo-of-high-rise-buildings.jpg";s:4:"name";s:38:"Low angle photo of high rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:223;a:12:{s:2:"id";s:3:"376";s:6:"handle";s:23:"High-rise-buildings.jpg";s:4:"name";s:19:"High rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:224;a:12:{s:2:"id";s:3:"375";s:6:"handle";s:16:"Cable-bridge.jpg";s:4:"name";s:12:"Cable bridge";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:225;a:12:{s:2:"id";s:3:"374";s:6:"handle";s:35:"Bokeh-effect-from-street-lights.jpg";s:4:"name";s:31:"Bokeh effect from street lights";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:226;a:12:{s:2:"id";s:3:"373";s:6:"handle";s:18:"Low-angle-view.jpg";s:4:"name";s:14:"Low angle view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:227;a:12:{s:2:"id";s:3:"372";s:6:"handle";s:21:"Double-decker-bus.jpg";s:4:"name";s:17:"Double decker bus";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1373";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:228;a:12:{s:2:"id";s:3:"371";s:6:"handle";s:32:"Buildings-near-body-of-water.jpg";s:4:"name";s:28:"Buildings near body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1370";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:229;a:12:{s:2:"id";s:3:"370";s:6:"handle";s:18:"Satellite-view.jpg";s:4:"name";s:14:"Satellite view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:230;a:12:{s:2:"id";s:3:"369";s:6:"handle";s:14:"Twin-Tower.jpg";s:4:"name";s:10:"Twin Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:231;a:12:{s:2:"id";s:3:"368";s:6:"handle";s:22:"Two-person-walking.jpg";s:4:"name";s:18:"Two person walking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1345";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:232;a:12:{s:2:"id";s:3:"367";s:6:"handle";s:15:"Sears-Tower.jpg";s:4:"name";s:11:"Sears Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:233;a:12:{s:2:"id";s:3:"366";s:6:"handle";s:19:"Night-cityscape.jpg";s:4:"name";s:15:"Night cityscape";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:234;a:12:{s:2:"id";s:3:"365";s:6:"handle";s:25:"Empire-State-Building.jpg";s:4:"name";s:21:"Empire State Building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:235;a:12:{s:2:"id";s:3:"364";s:6:"handle";s:9:"Paris.jpg";s:4:"name";s:5:"Paris";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:236;a:12:{s:2:"id";s:3:"363";s:6:"handle";s:31:"Building-during-golden-hour.jpg";s:4:"name";s:27:"Building during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1288";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:237;a:12:{s:2:"id";s:3:"362";s:6:"handle";s:21:"Afternoon-skyline.jpg";s:4:"name";s:17:"Afternoon skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:238;a:12:{s:2:"id";s:3:"361";s:6:"handle";s:22:"Concrete-buildings.jpg";s:4:"name";s:18:"Concrete buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:239;a:12:{s:2:"id";s:3:"360";s:6:"handle";s:26:"Architectural-building.jpg";s:4:"name";s:22:"Architectural building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1382";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:240;a:12:{s:2:"id";s:3:"359";s:6:"handle";s:23:"Skyline-photography.jpg";s:4:"name";s:19:"Skyline photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:241;a:12:{s:2:"id";s:3:"358";s:6:"handle";s:38:"People-standing-on-pedestrian-lane.jpg";s:4:"name";s:34:"People standing on pedestrian lane";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1154";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:242;a:12:{s:2:"id";s:3:"357";s:6:"handle";s:16:"Burj-Khalifa.jpg";s:4:"name";s:12:"Burj Khalifa";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:243;a:12:{s:2:"id";s:3:"356";s:6:"handle";s:13:"Skycraper.jpg";s:4:"name";s:9:"Skycraper";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:244;a:12:{s:2:"id";s:3:"355";s:6:"handle";s:14:"Gray-tower.jpg";s:4:"name";s:10:"Gray tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1433";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:245;a:12:{s:2:"id";s:3:"354";s:6:"handle";s:28:"One-fine-day-in-Maldives.jpg";s:4:"name";s:24:"One fine day in Maldives";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1116";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:246;a:12:{s:2:"id";s:3:"353";s:6:"handle";s:25:"Boat-on-body-of-water.jpg";s:4:"name";s:21:"Boat on body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:247;a:12:{s:2:"id";s:3:"352";s:6:"handle";s:33:"Aerial-photo-of-body-of-water.jpg";s:4:"name";s:29:"Aerial photo of body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1078";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:248;a:12:{s:2:"id";s:3:"351";s:6:"handle";s:31:"Assorted-color-beach-houses.jpg";s:4:"name";s:27:"Assorted color beach houses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1135";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:249;a:12:{s:2:"id";s:3:"350";s:6:"handle";s:36:"Woman-leaning-on-tree-near-beach.jpg";s:4:"name";s:32:"Woman leaning on tree near beach";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1559";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:250;a:12:{s:2:"id";s:3:"349";s:6:"handle";s:17:"Body-of-water.jpg";s:4:"name";s:13:"Body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1269";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:251;a:12:{s:2:"id";s:3:"348";s:6:"handle";s:17:"People-on-sea.jpg";s:4:"name";s:13:"People on sea";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:252;a:12:{s:2:"id";s:3:"347";s:6:"handle";s:31:"Man-sitting-beside-of-woman.jpg";s:4:"name";s:27:"Man sitting beside of woman";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:253;a:12:{s:2:"id";s:3:"346";s:6:"handle";s:22:"woman-in-the-water.jpg";s:4:"name";s:18:"woman in the water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:254;a:12:{s:2:"id";s:3:"345";s:6:"handle";s:39:"Brown-stone-near-sea-at-golden-hour.jpg";s:4:"name";s:35:"Brown stone near sea at golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:255;a:12:{s:2:"id";s:3:"344";s:6:"handle";s:18:"Birds-eye-view.jpg";s:4:"name";s:14:"Birds eye view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:256;a:12:{s:2:"id";s:3:"343";s:6:"handle";s:18:"Empty-seashore.jpg";s:4:"name";s:14:"Empty seashore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1365";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:257;a:12:{s:2:"id";s:3:"342";s:6:"handle";s:31:"Seashore-during-golden-hour.jpg";s:4:"name";s:27:"Seashore during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:258;a:12:{s:2:"id";s:3:"341";s:6:"handle";s:16:"Coconut-tree.jpg";s:4:"name";s:12:"Coconut tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:259;a:12:{s:2:"id";s:3:"340";s:6:"handle";s:37:"Aerial-photography-of-beach-shore.jpg";s:4:"name";s:33:"Aerial photography of beach shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:260;a:12:{s:2:"id";s:3:"197";s:6:"handle";s:17:"relax_hammock.jpg";s:4:"name";s:13:"Relax Hammock";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:261;a:12:{s:2:"id";s:3:"196";s:6:"handle";s:16:"beach_houses.jpg";s:4:"name";s:12:"Beach Houses";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:262;a:12:{s:2:"id";s:3:"195";s:6:"handle";s:17:"forest_road_2.jpg";s:4:"name";s:13:"Forest Road 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:263;a:12:{s:2:"id";s:3:"194";s:6:"handle";s:14:"clean_desk.jpg";s:4:"name";s:10:"Clean Desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:264;a:12:{s:2:"id";s:3:"193";s:6:"handle";s:19:"mountain_view_6.jpg";s:4:"name";s:15:"Mountain View 6";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1249";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:265;a:12:{s:2:"id";s:3:"192";s:6:"handle";s:14:"corn_field.jpg";s:4:"name";s:10:"Corn Field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1320";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:266;a:12:{s:2:"id";s:3:"191";s:6:"handle";s:21:"stylish_apartment.jpg";s:4:"name";s:17:"Stylish Apartment";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:267;a:12:{s:2:"id";s:3:"190";s:6:"handle";s:24:"hipster_coffee_house.jpg";s:4:"name";s:20:"Hipster Coffee House";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:268;a:12:{s:2:"id";s:3:"189";s:6:"handle";s:16:"blurry_beach.jpg";s:4:"name";s:12:"Blurry Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:269;a:12:{s:2:"id";s:3:"186";s:6:"handle";s:17:"greens_street.jpg";s:4:"name";s:13:"Greens Street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:270;a:12:{s:2:"id";s:3:"185";s:6:"handle";s:10:"desert.jpg";s:4:"name";s:6:"Desert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:271;a:12:{s:2:"id";s:3:"184";s:6:"handle";s:19:"mountain_view_5.jpg";s:4:"name";s:15:"Mountain View 5";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:272;a:12:{s:2:"id";s:3:"183";s:6:"handle";s:10:"laptop.jpg";s:4:"name";s:6:"Laptop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1391";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:273;a:12:{s:2:"id";s:3:"182";s:6:"handle";s:16:"grand_canyon.jpg";s:4:"name";s:12:"Grand Canyon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1287";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:274;a:12:{s:2:"id";s:3:"181";s:6:"handle";s:20:"landscape_clouds.jpg";s:4:"name";s:16:"Landscape Clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:275;a:12:{s:2:"id";s:3:"180";s:6:"handle";s:17:"highway_night.jpg";s:4:"name";s:13:"Highway Night";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:276;a:12:{s:2:"id";s:3:"179";s:6:"handle";s:15:"beach_water.jpg";s:4:"name";s:11:"Beach Water";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:277;a:12:{s:2:"id";s:3:"177";s:6:"handle";s:15:"woman_beach.jpg";s:4:"name";s:11:"Woman Beach";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:3;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:278;a:12:{s:2:"id";s:3:"175";s:6:"handle";s:12:"cool_guy.jpg";s:4:"name";s:8:"Cool Guy";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:279;a:12:{s:2:"id";s:3:"174";s:6:"handle";s:13:"beach_sea.jpg";s:4:"name";s:9:"Beach Sea";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:280;a:12:{s:2:"id";s:3:"173";s:6:"handle";s:17:"bridge_clouds.jpg";s:4:"name";s:13:"Bridge Clouds";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:281;a:12:{s:2:"id";s:3:"116";s:6:"handle";s:19:"mountain_view_2.jpg";s:4:"name";s:15:"Mountain View 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:282;a:12:{s:2:"id";s:3:"115";s:6:"handle";s:16:"desert_trees.jpg";s:4:"name";s:12:"Desert Trees";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:283;a:12:{s:2:"id";s:3:"114";s:6:"handle";s:20:"explore_moutains.jpg";s:4:"name";s:17:"Explore Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:284;a:12:{s:2:"id";s:3:"113";s:6:"handle";s:19:"night_skyline_2.jpg";s:4:"name";s:15:"Night Skyline 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:285;a:12:{s:2:"id";s:3:"112";s:6:"handle";s:15:"cliff_ocean.jpg";s:4:"name";s:11:"Cliff Ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:286;a:12:{s:2:"id";s:3:"111";s:6:"handle";s:14:"city_smoke.jpg";s:4:"name";s:10:"City Smoke";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:287;a:12:{s:2:"id";s:3:"110";s:6:"handle";s:16:"surfer_beach.jpg";s:4:"name";s:12:"Surfer Beach";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:288;a:12:{s:2:"id";s:3:"109";s:6:"handle";s:13:"sky_night.jpg";s:4:"name";s:9:"Sky Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:289;a:12:{s:2:"id";s:3:"108";s:6:"handle";s:15:"palm_sunset.jpg";s:4:"name";s:11:"Palm Sunset";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:3;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1372";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:290;a:12:{s:2:"id";s:3:"107";s:6:"handle";s:18:"concert_people.jpg";s:4:"name";s:14:"Concert People";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:291;a:12:{s:2:"id";s:3:"106";s:6:"handle";s:15:"forest_road.jpg";s:4:"name";s:11:"Forest Road";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:292;a:12:{s:2:"id";s:3:"105";s:6:"handle";s:15:"beach_ocean.jpg";s:4:"name";s:11:"Beach Ocean";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:293;a:12:{s:2:"id";s:3:"104";s:6:"handle";s:18:"mountain_night.jpg";s:4:"name";s:14:"Mountain Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:294;a:12:{s:2:"id";s:3:"103";s:6:"handle";s:19:"ocean_mountains.jpg";s:4:"name";s:15:"Ocean Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:295;a:12:{s:2:"id";s:3:"102";s:6:"handle";s:10:"forest.jpg";s:4:"name";s:6:"Forest";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:296;a:12:{s:2:"id";s:3:"101";s:6:"handle";s:16:"ocean_stones.jpg";s:4:"name";s:12:"Ocean Stones";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:297;a:12:{s:2:"id";s:3:"100";s:6:"handle";s:16:"country_road.jpg";s:4:"name";s:12:"Country Road";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:298;a:12:{s:2:"id";s:2:"99";s:6:"handle";s:9:"beach.jpg";s:4:"name";s:5:"Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:299;a:12:{s:2:"id";s:2:"98";s:6:"handle";s:16:"city_skyline.jpg";s:4:"name";s:12:"City Skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:300;a:12:{s:2:"id";s:2:"97";s:6:"handle";s:17:"night_skyline.jpg";s:4:"name";s:13:"Night Skyline";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:301;a:12:{s:2:"id";s:2:"96";s:6:"handle";s:14:"city_river.jpg";s:4:"name";s:10:"City River";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:302;a:12:{s:2:"id";s:2:"95";s:6:"handle";s:19:"mountain_view_3.jpg";s:4:"name";s:15:"Mountain View 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:303;a:12:{s:2:"id";s:2:"94";s:6:"handle";s:14:"misty_farm.jpg";s:4:"name";s:10:"Misty Farm";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:304;a:12:{s:2:"id";s:2:"93";s:6:"handle";s:17:"mountain_path.jpg";s:4:"name";s:13:"Mountain Path";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:305;a:12:{s:2:"id";s:2:"92";s:6:"handle";s:19:"night_skyline_3.jpg";s:4:"name";s:15:"Night Skyline 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:306;a:12:{s:2:"id";s:2:"91";s:6:"handle";s:17:"mountain_view.jpg";s:4:"name";s:13:"Mountain View";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1160";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:307;a:12:{s:2:"id";s:2:"90";s:6:"handle";s:19:"rocky_landscape.jpg";s:4:"name";s:15:"Rocky Landscape";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:308;a:12:{s:2:"id";s:2:"89";s:6:"handle";s:19:"mountain_view_4.jpg";s:4:"name";s:15:"Mountain View 4";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1203";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:309;a:13:{s:2:"id";s:3:"529";s:6:"handle";s:13:"Fitness-4.jpg";s:5:"video";s:13:"Fitness-4.mp4";s:4:"name";s:10:"Fitness 4 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:310;a:13:{s:2:"id";s:3:"528";s:6:"handle";s:13:"Fitness-3.jpg";s:5:"video";s:13:"Fitness-3.mp4";s:4:"name";s:10:"Fitness 3 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:311;a:13:{s:2:"id";s:3:"527";s:6:"handle";s:9:"Chess.jpg";s:5:"video";s:9:"Chess.mp4";s:4:"name";s:6:"Chess ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:312;a:13:{s:2:"id";s:3:"526";s:6:"handle";s:13:"Fitness-2.jpg";s:5:"video";s:13:"Fitness-2.mp4";s:4:"name";s:10:"Fitness 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:313;a:13:{s:2:"id";s:3:"525";s:6:"handle";s:11:"Fitness.jpg";s:5:"video";s:11:"Fitness.mp4";s:4:"name";s:8:"Fitness ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:314;a:13:{s:2:"id";s:3:"524";s:6:"handle";s:9:"Earth.jpg";s:5:"video";s:9:"Earth.mp4";s:4:"name";s:6:"Earth ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:315;a:13:{s:2:"id";s:3:"523";s:6:"handle";s:11:"Space-2.jpg";s:5:"video";s:11:"Space-2.mp4";s:4:"name";s:8:"Space 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1440";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:316;a:13:{s:2:"id";s:3:"522";s:6:"handle";s:13:"Asteroids.jpg";s:5:"video";s:13:"Asteroids.mp4";s:4:"name";s:10:"Asteroids ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:317;a:13:{s:2:"id";s:3:"521";s:6:"handle";s:9:"Space.jpg";s:5:"video";s:9:"Space.mp4";s:4:"name";s:6:"Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:318;a:13:{s:2:"id";s:3:"520";s:6:"handle";s:10:"People.jpg";s:5:"video";s:10:"People.mp4";s:4:"name";s:7:"People ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:319;a:13:{s:2:"id";s:3:"519";s:6:"handle";s:11:"Walking.jpg";s:5:"video";s:11:"Walking.mp4";s:4:"name";s:8:"Walking ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:320;a:13:{s:2:"id";s:3:"518";s:6:"handle";s:19:"Double-Exposure.jpg";s:5:"video";s:19:"Double-Exposure.mp4";s:4:"name";s:16:"Double Exposure ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:321;a:13:{s:2:"id";s:3:"517";s:6:"handle";s:8:"Girl.jpg";s:5:"video";s:8:"Girl.mp4";s:4:"name";s:5:"Girl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1088";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:322;a:13:{s:2:"id";s:3:"516";s:6:"handle";s:17:"Bengal-Lights.jpg";s:5:"video";s:17:"Bengal-Lights.mp4";s:4:"name";s:14:"Bengal Lights ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:323;a:13:{s:2:"id";s:3:"515";s:6:"handle";s:13:"Swiping-2.jpg";s:5:"video";s:13:"Swiping-2.mp4";s:4:"name";s:10:"Swiping 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:324;a:13:{s:2:"id";s:3:"514";s:6:"handle";s:11:"Mock-Up.jpg";s:5:"video";s:11:"Mock-Up.mp4";s:4:"name";s:8:"Mock Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:325;a:13:{s:2:"id";s:3:"513";s:6:"handle";s:13:"Countdown.jpg";s:5:"video";s:13:"Countdown.mp4";s:4:"name";s:10:"Countdown ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:326;a:13:{s:2:"id";s:3:"512";s:6:"handle";s:18:"Wall-Sketching.jpg";s:5:"video";s:18:"Wall-Sketching.mp4";s:4:"name";s:15:"Wall Sketching ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:327;a:13:{s:2:"id";s:3:"511";s:6:"handle";s:26:"Typing-on-the-keyboard.jpg";s:5:"video";s:26:"Typing-on-the-keyboard.mp4";s:4:"name";s:23:"Typing on the keyboard ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:328;a:13:{s:2:"id";s:3:"510";s:6:"handle";s:11:"Meeting.jpg";s:5:"video";s:11:"Meeting.mp4";s:4:"name";s:8:"Meeting ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:329;a:13:{s:2:"id";s:3:"509";s:6:"handle";s:11:"Swiping.jpg";s:5:"video";s:11:"Swiping.mp4";s:4:"name";s:8:"Swiping ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:330;a:13:{s:2:"id";s:3:"508";s:6:"handle";s:9:"Alarm.jpg";s:5:"video";s:9:"Alarm.mp4";s:4:"name";s:6:"Alarm ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1013";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:331;a:13:{s:2:"id";s:3:"507";s:6:"handle";s:13:"Hey-World.jpg";s:5:"video";s:13:"Hey-World.mp4";s:4:"name";s:10:"Hey World ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:332;a:13:{s:2:"id";s:3:"506";s:6:"handle";s:28:"Typing-on-the-keyboard-2.jpg";s:5:"video";s:28:"Typing-on-the-keyboard-2.mp4";s:4:"name";s:25:"Typing on the keyboard 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:333;a:13:{s:2:"id";s:3:"505";s:6:"handle";s:10:"Valley.jpg";s:5:"video";s:10:"Valley.mp4";s:4:"name";s:7:"Valley ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:334;a:13:{s:2:"id";s:3:"504";s:6:"handle";s:9:"Stars.jpg";s:5:"video";s:9:"Stars.mp4";s:4:"name";s:6:"Stars ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:335;a:13:{s:2:"id";s:3:"503";s:6:"handle";s:21:"Car-in-the-forest.jpg";s:5:"video";s:21:"Car-in-the-forest.mp4";s:4:"name";s:18:"Car in the forest ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1012";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:336;a:13:{s:2:"id";s:3:"502";s:6:"handle";s:15:"Aerial-Shot.jpg";s:5:"video";s:15:"Aerial-Shot.mp4";s:4:"name";s:12:"Aerial Shot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:337;a:13:{s:2:"id";s:3:"501";s:6:"handle";s:14:"Disco-Ball.jpg";s:5:"video";s:14:"Disco-Ball.mp4";s:4:"name";s:11:"Disco Ball ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:338;a:13:{s:2:"id";s:3:"500";s:6:"handle";s:22:"Man-Playing-Guitar.jpg";s:5:"video";s:22:"Man-Playing-Guitar.mp4";s:4:"name";s:19:"Man Playing Guitar ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:339;a:13:{s:2:"id";s:3:"499";s:6:"handle";s:14:"Live-Music.jpg";s:5:"video";s:14:"Live-Music.mp4";s:4:"name";s:11:"Live Music ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:340;a:13:{s:2:"id";s:3:"498";s:6:"handle";s:12:"Cheer-Up.jpg";s:5:"video";s:12:"Cheer-Up.mp4";s:4:"name";s:9:"Cheer Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:341;a:13:{s:2:"id";s:3:"497";s:6:"handle";s:14:"Night-club.jpg";s:5:"video";s:14:"Night-club.mp4";s:4:"name";s:11:"Night club ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:342;a:13:{s:2:"id";s:3:"496";s:6:"handle";s:17:"Cup-Of-Coffee.jpg";s:5:"video";s:17:"Cup-Of-Coffee.mp4";s:4:"name";s:14:"Cup Of Coffee ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:343;a:13:{s:2:"id";s:3:"495";s:6:"handle";s:7:"Pot.jpg";s:5:"video";s:7:"Pot.mp4";s:4:"name";s:4:"Pot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:344;a:13:{s:2:"id";s:3:"494";s:6:"handle";s:11:"Grill-2.jpg";s:5:"video";s:11:"Grill-2.mp4";s:4:"name";s:8:"Grill 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:345;a:13:{s:2:"id";s:3:"493";s:6:"handle";s:13:"Rice-Bowl.jpg";s:5:"video";s:13:"Rice-Bowl.mp4";s:4:"name";s:10:"Rice Bowl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1010";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:346;a:13:{s:2:"id";s:3:"492";s:6:"handle";s:9:"Grill.jpg";s:5:"video";s:9:"Grill.mp4";s:4:"name";s:6:"Grill ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:347;a:13:{s:2:"id";s:3:"491";s:6:"handle";s:9:"Water.jpg";s:5:"video";s:9:"Water.mp4";s:4:"name";s:6:"Water ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:348;a:13:{s:2:"id";s:3:"490";s:6:"handle";s:17:"Feet-and-Sand.jpg";s:5:"video";s:17:"Feet-and-Sand.mp4";s:4:"name";s:14:"Feet and Sand ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:349;a:13:{s:2:"id";s:3:"489";s:6:"handle";s:9:"Ocean.jpg";s:5:"video";s:9:"Ocean.mp4";s:4:"name";s:6:"Ocean ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:350;a:13:{s:2:"id";s:3:"488";s:6:"handle";s:9:"Waves.jpg";s:5:"video";s:9:"Waves.mp4";s:4:"name";s:6:"Waves ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:351;a:13:{s:2:"id";s:3:"487";s:6:"handle";s:10:"Hearts.jpg";s:5:"video";s:10:"Hearts.mp4";s:4:"name";s:7:"Hearts ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:352;a:13:{s:2:"id";s:3:"486";s:6:"handle";s:12:"Octagons.jpg";s:5:"video";s:12:"Octagons.mp4";s:4:"name";s:9:"Octagons ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:353;a:13:{s:2:"id";s:3:"485";s:6:"handle";s:11:"Squares.jpg";s:5:"video";s:11:"Squares.mp4";s:4:"name";s:8:"Squares ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:354;a:13:{s:2:"id";s:3:"484";s:6:"handle";s:12:"Pink-ink.jpg";s:5:"video";s:12:"Pink-ink.mp4";s:4:"name";s:9:"Pink ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:355;a:13:{s:2:"id";s:3:"483";s:6:"handle";s:22:"Blurred-Background.jpg";s:5:"video";s:22:"Blurred-Background.mp4";s:4:"name";s:19:"Blurred Background ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:356;a:13:{s:2:"id";s:3:"482";s:6:"handle";s:20:"Blinking-bubbles.jpg";s:5:"video";s:20:"Blinking-bubbles.mp4";s:4:"name";s:17:"Blinking bubbles ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:357;a:13:{s:2:"id";s:3:"481";s:6:"handle";s:13:"Fireworks.jpg";s:5:"video";s:13:"Fireworks.mp4";s:4:"name";s:10:"Fireworks ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:358;a:13:{s:2:"id";s:3:"480";s:6:"handle";s:12:"Dark-ink.jpg";s:5:"video";s:12:"Dark-ink.mp4";s:4:"name";s:9:"Dark ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:359;a:13:{s:2:"id";s:3:"238";s:6:"handle";s:12:"Mt_Baker.jpg";s:5:"video";s:12:"Mt_Baker.mp4";s:4:"name";s:9:"Mt Baker ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:360;a:13:{s:2:"id";s:3:"237";s:6:"handle";s:16:"Two-Swimmers.jpg";s:5:"video";s:16:"Two-Swimmers.mp4";s:4:"name";s:13:"Two Swimmers ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:361;a:13:{s:2:"id";s:3:"236";s:6:"handle";s:14:"Boats_Maze.jpg";s:5:"video";s:14:"Boats_Maze.mp4";s:4:"name";s:11:"Boats Maze ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:362;a:13:{s:2:"id";s:3:"235";s:6:"handle";s:18:"Candolim-Beach.jpg";s:5:"video";s:18:"Candolim-Beach.mp4";s:4:"name";s:15:"Candolim Beach ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:363;a:13:{s:2:"id";s:3:"234";s:6:"handle";s:17:"Working-Space.jpg";s:5:"video";s:17:"Working-Space.mp4";s:4:"name";s:14:"Working Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:364;a:13:{s:2:"id";s:3:"233";s:6:"handle";s:9:"Wavez.jpg";s:5:"video";s:9:"Wavez.mp4";s:4:"name";s:6:"Wavez ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:365;a:13:{s:2:"id";s:3:"232";s:6:"handle";s:17:"Coconut-Grove.jpg";s:5:"video";s:17:"Coconut-Grove.mp4";s:4:"name";s:14:"Coconut Grove ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:366;a:13:{s:2:"id";s:3:"231";s:6:"handle";s:19:"Very-Open-Space.jpg";s:5:"video";s:19:"Very-Open-Space.mp4";s:4:"name";s:16:"Very Open Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:367;a:13:{s:2:"id";s:3:"230";s:6:"handle";s:14:"Office-Day.jpg";s:5:"video";s:14:"Office-Day.mp4";s:4:"name";s:11:"Office Day ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:368;a:13:{s:2:"id";s:3:"229";s:6:"handle";s:12:"The-Hill.jpg";s:5:"video";s:12:"The-Hill.mp4";s:4:"name";s:9:"The Hill ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:369;a:13:{s:2:"id";s:3:"339";s:6:"handle";s:19:"best_price_dark.jpg";s:5:"video";s:19:"best_price_dark.mp4";s:4:"name";s:15:"best_price_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"best_price_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:370;a:13:{s:2:"id";s:3:"337";s:6:"handle";s:27:"limited_time_offer_dark.jpg";s:5:"video";s:27:"limited_time_offer_dark.mp4";s:4:"name";s:23:"limited_time_offer_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:23:"limited_time_offer_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:371;a:13:{s:2:"id";s:3:"336";s:6:"handle";s:26:"slider_revolution_dark.jpg";s:5:"video";s:26:"slider_revolution_dark.mp4";s:4:"name";s:22:"slider_revolution_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:22:"slider_revolution_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:372;a:13:{s:2:"id";s:3:"335";s:6:"handle";s:19:"mick_brown_dark.jpg";s:5:"video";s:19:"mick_brown_dark.mp4";s:4:"name";s:15:"mick_brown_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"mick_brown_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:373;a:13:{s:2:"id";s:3:"334";s:6:"handle";s:14:"sales_dark.jpg";s:5:"video";s:14:"sales_dark.mp4";s:4:"name";s:10:"sales_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:10:"sales_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:374;a:13:{s:2:"id";s:3:"333";s:6:"handle";s:21:"robert_smith_dark.jpg";s:5:"video";s:21:"robert_smith_dark.mp4";s:4:"name";s:17:"robert_smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"robert_smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:375;a:13:{s:2:"id";s:3:"332";s:6:"handle";s:21:"product_name_dark.jpg";s:5:"video";s:21:"product_name_dark.mp4";s:4:"name";s:17:"product_name_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"product_name_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:376;a:13:{s:2:"id";s:3:"331";s:6:"handle";s:21:"high_quality_dark.jpg";s:5:"video";s:21:"high_quality_dark.mp4";s:4:"name";s:17:"high_quality_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"high_quality_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:377;a:13:{s:2:"id";s:3:"330";s:6:"handle";s:24:"robert_johnson_light.jpg";s:5:"video";s:24:"robert_johnson_light.mp4";s:4:"name";s:20:"robert_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"robert_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:378;a:13:{s:2:"id";s:3:"329";s:6:"handle";s:21:"jake_collins_dark.jpg";s:5:"video";s:21:"jake_collins_dark.mp4";s:4:"name";s:17:"jake_collins_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"jake_collins_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:379;a:13:{s:2:"id";s:3:"328";s:6:"handle";s:22:"daniele_wood_light.jpg";s:5:"video";s:22:"daniele_wood_light.mp4";s:4:"name";s:18:"daniele_wood_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"daniele_wood_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:31:30";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:380;a:13:{s:2:"id";s:3:"327";s:6:"handle";s:23:"michael_blake_light.jpg";s:5:"video";s:23:"michael_blake_light.mp4";s:4:"name";s:19:"michael_blake_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"michael_blake_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:381;a:13:{s:2:"id";s:3:"326";s:6:"handle";s:22:"product_name_light.jpg";s:5:"video";s:22:"product_name_light.mp4";s:4:"name";s:18:"product_name_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"product_name_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:382;a:13:{s:2:"id";s:3:"325";s:6:"handle";s:24:"rebecca_cooper_light.jpg";s:5:"video";s:24:"rebecca_cooper_light.mp4";s:4:"name";s:20:"rebecca_cooper_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"rebecca_cooper_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:383;a:13:{s:2:"id";s:3:"324";s:6:"handle";s:28:"limited_time_offer_light.jpg";s:5:"video";s:28:"limited_time_offer_light.mp4";s:4:"name";s:24:"limited_time_offer_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:24:"limited_time_offer_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:384;a:13:{s:2:"id";s:3:"322";s:6:"handle";s:22:"jake_michael_light.jpg";s:5:"video";s:22:"jake_michael_light.mp4";s:4:"name";s:18:"jake_michael_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"jake_michael_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:385;a:13:{s:2:"id";s:3:"321";s:6:"handle";s:23:"colin_johnson_light.jpg";s:5:"video";s:23:"colin_johnson_light.mp4";s:4:"name";s:19:"colin_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"colin_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:386;a:13:{s:2:"id";s:3:"320";s:6:"handle";s:21:"colin_morris_dark.jpg";s:5:"video";s:21:"colin_morris_dark.mp4";s:4:"name";s:17:"colin_morris_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"colin_morris_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:387;a:13:{s:2:"id";s:3:"319";s:6:"handle";s:22:"justin_cooper_dark.jpg";s:5:"video";s:22:"justin_cooper_dark.mp4";s:4:"name";s:18:"justin_cooper_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"justin_cooper_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:388;a:13:{s:2:"id";s:3:"318";s:6:"handle";s:21:"james-dodson_dark.jpg";s:5:"video";s:21:"james-dodson_dark.mp4";s:4:"name";s:17:"james-dodson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"james-dodson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:389;a:13:{s:2:"id";s:3:"317";s:6:"handle";s:23:"robert_sanders_dark.jpg";s:5:"video";s:23:"robert_sanders_dark.mp4";s:4:"name";s:19:"robert_sanders_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"robert_sanders_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:390;a:13:{s:2:"id";s:3:"316";s:6:"handle";s:21:"emily_carney_dark.jpg";s:5:"video";s:21:"emily_carney_dark.mp4";s:4:"name";s:17:"emily_carney_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"emily_carney_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:391;a:13:{s:2:"id";s:3:"315";s:6:"handle";s:22:"michael-smith_dark.jpg";s:5:"video";s:22:"michael-smith_dark.mp4";s:4:"name";s:18:"michael-smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"michael-smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:392;a:13:{s:2:"id";s:3:"314";s:6:"handle";s:23:"sandra_johnson_dark.jpg";s:5:"video";s:23:"sandra_johnson_dark.mp4";s:4:"name";s:19:"sandra_johnson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"sandra_johnson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:393;a:13:{s:2:"id";s:3:"313";s:6:"handle";s:22:"robert_bolton_dark.jpg";s:5:"video";s:22:"robert_bolton_dark.mp4";s:4:"name";s:18:"robert_bolton_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"robert_bolton_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:394;a:13:{s:2:"id";s:3:"312";s:6:"handle";s:25:"elegant_captions_dark.png";s:5:"video";s:25:"elegant_captions_dark.mp4";s:4:"name";s:21:"elegant_captions_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:21:"elegant_captions_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-18 14:41:45";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:395;a:13:{s:2:"id";s:3:"311";s:6:"handle";s:19:"Caption_Dark_06.png";s:5:"video";s:19:"Caption_Dark_06.mp4";s:4:"name";s:15:"Caption_Dark_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_06";s:5:"width";s:3:"414";s:6:"height";s:3:"225";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:396;a:13:{s:2:"id";s:3:"310";s:6:"handle";s:19:"Header_Light_02.png";s:5:"video";s:19:"Header_Light_02.mp4";s:4:"name";s:15:"Header_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:397;a:13:{s:2:"id";s:3:"309";s:6:"handle";s:21:"Columns_4_Dark_01.png";s:5:"video";s:21:"Columns_4_Dark_01.mp4";s:4:"name";s:17:"Columns_4_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_4_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:398;a:13:{s:2:"id";s:3:"308";s:6:"handle";s:18:"Header_Dark_01.png";s:5:"video";s:18:"Header_Dark_01.mp4";s:4:"name";s:14:"Header_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:399;a:13:{s:2:"id";s:3:"307";s:6:"handle";s:19:"Caption_Dark_03.png";s:5:"video";s:19:"Caption_Dark_03.mp4";s:4:"name";s:15:"Caption_Dark_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:400;a:13:{s:2:"id";s:3:"306";s:6:"handle";s:21:"Columns_3_Dark_01.png";s:5:"video";s:21:"Columns_3_Dark_01.mp4";s:4:"name";s:17:"Columns_3_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_3_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:401;a:13:{s:2:"id";s:3:"305";s:6:"handle";s:19:"Caption_Dark_05.png";s:5:"video";s:19:"Caption_Dark_05.mp4";s:4:"name";s:15:"Caption_Dark_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_05";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:402;a:13:{s:2:"id";s:3:"304";s:6:"handle";s:20:"Caption_Light_06.png";s:5:"video";s:20:"Caption_Light_06.mp4";s:4:"name";s:16:"Caption_Light_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_06";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:403;a:13:{s:2:"id";s:3:"303";s:6:"handle";s:19:"Header_Light_01.png";s:5:"video";s:19:"Header_Light_01.mp4";s:4:"name";s:15:"Header_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:404;a:13:{s:2:"id";s:3:"302";s:6:"handle";s:20:"Caption_Light_03.png";s:5:"video";s:20:"Caption_Light_03.mp4";s:4:"name";s:16:"Caption_Light_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:405;a:13:{s:2:"id";s:3:"301";s:6:"handle";s:19:"Caption_Dark_01.png";s:5:"video";s:19:"Caption_Dark_01.mp4";s:4:"name";s:15:"Caption_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:406;a:13:{s:2:"id";s:3:"300";s:6:"handle";s:21:"PromoCode_Dark_01.png";s:5:"video";s:21:"PromoCode_Dark_01.mp4";s:4:"name";s:17:"PromoCode_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"PromoCode_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:407;a:13:{s:2:"id";s:3:"299";s:6:"handle";s:19:"Caption_Dark_02.png";s:5:"video";s:19:"Caption_Dark_02.mp4";s:4:"name";s:15:"Caption_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:408;a:13:{s:2:"id";s:3:"298";s:6:"handle";s:18:"Header_Dark_02.png";s:5:"video";s:18:"Header_Dark_02.mp4";s:4:"name";s:14:"Header_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:409;a:13:{s:2:"id";s:3:"297";s:6:"handle";s:22:"Columns_3_Light_01.png";s:5:"video";s:22:"Columns_3_Light_01.mp4";s:4:"name";s:18:"Columns_3_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_3_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:410;a:13:{s:2:"id";s:3:"296";s:6:"handle";s:20:"Caption_Light_01.png";s:5:"video";s:20:"Caption_Light_01.mp4";s:4:"name";s:16:"Caption_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:411;a:13:{s:2:"id";s:3:"295";s:6:"handle";s:19:"Caption_Dark_04.png";s:5:"video";s:19:"Caption_Dark_04.mp4";s:4:"name";s:15:"Caption_Dark_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_04";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:412;a:13:{s:2:"id";s:3:"294";s:6:"handle";s:20:"Caption_Light_02.png";s:5:"video";s:20:"Caption_Light_02.mp4";s:4:"name";s:16:"Caption_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_02";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:413;a:13:{s:2:"id";s:3:"293";s:6:"handle";s:20:"Caption_Light_04.png";s:5:"video";s:20:"Caption_Light_04.mp4";s:4:"name";s:16:"Caption_Light_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_04";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:414;a:13:{s:2:"id";s:3:"292";s:6:"handle";s:22:"Columns_4_Light_01.png";s:5:"video";s:22:"Columns_4_Light_01.mp4";s:4:"name";s:18:"Columns_4_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_4_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:415;a:13:{s:2:"id";s:3:"291";s:6:"handle";s:20:"Caption_Light_05.png";s:5:"video";s:20:"Caption_Light_05.mp4";s:4:"name";s:16:"Caption_Light_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_05";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:416;a:13:{s:2:"id";s:3:"290";s:6:"handle";s:22:"PromoCode_Light_01.png";s:5:"video";s:22:"PromoCode_Light_01.mp4";s:4:"name";s:18:"PromoCode_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"PromoCode_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}}s:4:"tags";a:18:{i:28;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}i:5;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:20;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:21;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:25;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:16;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}i:26;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}i:18;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:4;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:19;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:23;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:3;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:24;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:22;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:29;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}i:27;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}}', 'no'); INSERT INTO `wp_options` VALUES (286, 'revslider-templates-check', '1623723268', 'yes'); INSERT INTO `wp_options` VALUES (287, 'revslider-templates-hash', '675f1b31ce2a2ba0a72d3fb0b300fd36', 'yes'); INSERT INTO `wp_options` VALUES (288, 'rs-templates-new', '', 'no'); INSERT INTO `wp_options` VALUES (289, 'rs-templates', 'a:3:{s:4:"hash";s:32:"b34e16da992470421084a8b82c104a98";s:6:"slider";a:510:{i:0;a:22:{s:2:"id";s:1:"1";s:5:"title";s:16:"Classic Carousel";s:5:"alias";s:16:"classic-carousel";s:3:"zip";s:20:"classic-carousel.zip";s:3:"uid";s:32:"146a01dd380c0cdee85c4456ee68cd84";s:3:"img";s:27:"classic-carousel/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/carousel-slider-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:141:"Our classic, full-width carousel example. Drag, swipe or click to navigate!\r\n";s:11:"setup_notes";s:284:"This is a "Default" content carousel. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-22 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:1;a:22:{s:2:"id";s:1:"2";s:5:"title";s:14:"Classic Slider";s:5:"alias";s:13:"classicslider";s:3:"zip";s:17:"classicslider.zip";s:3:"uid";s:32:"a0d6a9248c9066b404ba0f1cdadc5cf2";s:3:"img";s:24:"classicslider/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-slideshow-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:136:" A classic slideshow example with timer, bullets and arrow navigation.\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:2;a:22:{s:2:"id";s:1:"3";s:5:"title";s:12:"Content Tabs";s:5:"alias";s:11:"contenttabs";s:3:"zip";s:15:"contenttabs.zip";s:3:"uid";s:32:"e02e91604b690123a3d07a65582c4fd0";s:3:"img";s:22:"contenttabs/slider.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/wordpress-content-tabs-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"600";s:11:"description";s:170:" An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:3;a:22:{s:2:"id";s:1:"4";s:5:"title";s:13:"Facebook Feed";s:5:"alias";s:13:"facebook-feed";s:3:"zip";s:17:"facebook-feed.zip";s:3:"uid";s:32:"5506431d5b1babcb25dcf52c508d42e3";s:3:"img";s:24:"facebook-feed/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-facebook-feed/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:11:"description";s:174:" This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:415:"The content source is set to "Facebook Stream". Make sure to input your correct API information in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:4;a:22:{s:2:"id";s:1:"5";s:5:"title";s:7:"Fashion";s:5:"alias";s:7:"fashion";s:3:"zip";s:11:"fashion.zip";s:3:"uid";s:32:"4f4b914d6db35e19101ff003c4e7ea3a";s:3:"img";s:18:"fashion/slider.jpg";s:7:"preview";s:65:"http://revolution.themepunch.com/wordpress-one-page-slider-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:183:" A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.\r\n";s:11:"setup_notes";s:415:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:5;a:22:{s:2:"id";s:1:"6";s:5:"title";s:14:"Flickr Gallery";s:5:"alias";s:14:"flickr-gallery";s:3:"zip";s:18:"flickr-gallery.zip";s:3:"uid";s:32:"ad85cfac7acfa678e6a1b8febfee51ed";s:3:"img";s:25:"flickr-gallery/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-flickr-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"640";s:11:"description";s:173:" This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:413:"The content source is set to "Flickr Stream". Make sure to input your correct API information in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:6;a:22:{s:2:"id";s:1:"7";s:5:"title";s:3:"Gym";s:5:"alias";s:3:"gym";s:3:"zip";s:7:"gym.zip";s:3:"uid";s:32:"e4d81f13f96fb9bc905f4ad89615032b";s:3:"img";s:14:"gym/slider.jpg";s:7:"preview";s:59:"http://revolution.themepunch.com/one-page-wordpress-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:189:"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.\r\n";s:11:"setup_notes";s:583:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nInstructions for changing the menu.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:7;a:22:{s:2:"id";s:1:"8";s:5:"title";s:18:"Highlight Carousel";s:5:"alias";s:18:"highlight-carousel";s:3:"zip";s:22:"highlight-carousel.zip";s:3:"uid";s:32:"ada52163f723a942f782351fa0396b3d";s:3:"img";s:29:"highlight-carousel/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-swipe-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"720";s:11:"description";s:138:" A swipe-controlled carousel with an additional tab-based navigation.\r\n\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:8;a:22:{s:2:"id";s:1:"9";s:5:"title";s:18:"Highlight Showcase";s:5:"alias";s:18:"highlight-showcase";s:3:"zip";s:22:"highlight-showcase.zip";s:3:"uid";s:32:"2bfe0bd410fb48fec9d942eab1e21530";s:3:"img";s:29:"highlight-showcase/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-parallax-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"720";s:11:"description";s:157:"A tab-based navigation, a slideshow timer and cool animations make this slider interesting!\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:9;a:22:{s:2:"id";s:2:"10";s:5:"title";s:10:"Image Hero";s:5:"alias";s:10:"image-hero";s:3:"zip";s:13:"imagehero.zip";s:3:"uid";s:32:"7db18781d44f2adc28c962440894aac1";s:3:"img";s:20:"imagehero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-hero-image/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:121:"A commonly used full-width image hero block with texts.\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:10;a:22:{s:2:"id";s:2:"11";s:5:"title";s:17:"Instagram Gallery";s:5:"alias";s:13:"insta-gallery";s:3:"zip";s:17:"insta-gallery.zip";s:3:"uid";s:32:"711732b0d42ec2b57818a2b9b1d86cba";s:3:"img";s:24:"insta-gallery/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-instagram-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"640";s:6:"height";s:3:"640";s:11:"description";s:174:"This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:416:"The content source is set to "Instagram Stream". Make sure to input your correct API information in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:11;a:22:{s:2:"id";s:2:"12";s:5:"title";s:21:"Levano Restaurant Bar";s:5:"alias";s:19:"levanorestaurantbar";s:3:"zip";s:23:"levanorestaurantbar.zip";s:3:"uid";s:32:"4178f837db67d1b2eb6cb5840bbd0b42";s:3:"img";s:30:"levanorestaurantbar/slider.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/wordpress-front-page-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:181:"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.\r\n";s:11:"setup_notes";s:583:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nInstructions for changing the menu.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:12;a:22:{s:2:"id";s:2:"13";s:5:"title";s:19:"Main Feature Slider";s:5:"alias";s:11:"mainfeature";s:3:"zip";s:15:"mainfeature.zip";s:3:"uid";s:32:"1e002a3230ab00095bedc6f60393ee7f";s:3:"img";s:22:"mainfeature/slider.jpg";s:7:"preview";s:33:"http://revolution.themepunch.com/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"750";s:11:"description";s:127:" A slightly stripped down version of the main preview slider.\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:13;a:22:{s:2:"id";s:2:"14";s:5:"title";s:17:"Media Gallery Two";s:5:"alias";s:17:"media-gallery-two";s:3:"zip";s:21:"media-gallery-two.zip";s:3:"uid";s:32:"d002f1b1b55805f9322c264c5504ba5a";s:3:"img";s:28:"media-gallery-two/slider.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-media-gallery-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1230";s:6:"height";s:3:"692";s:11:"description";s:127:"A media gallery example with Vimeo, HTML5 and Youtube videos.\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change media and titles.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:14;a:22:{s:2:"id";s:2:"15";s:5:"title";s:23:"Media Carousel Autoplay";s:5:"alias";s:23:"media-carousel-autoplay";s:3:"zip";s:27:"media-carousel-autoplay.zip";s:3:"uid";s:32:"393d7875b1cc9d933378b35e4f645d76";s:3:"img";s:34:"media-carousel-autoplay/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-media-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"720";s:6:"height";s:3:"405";s:11:"description";s:153:"A media carousel with "autoplay" activated. Swipe or click tabs to navigate the slider.\r\n";s:11:"setup_notes";s:289:"This is a "Default" content slider. Just edit the slides to change media and caption texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:15;a:22:{s:2:"id";s:2:"16";s:5:"title";s:21:"News Background Video";s:5:"alias";s:21:"news-background-video";s:3:"zip";s:17:"news-bg-video.zip";s:3:"uid";s:32:"a0efe44ac3af0f958b3f84c816a08272";s:3:"img";s:24:"news-bg-video/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:143:"A hero block with HTML5 background video that plays when entering the screen.\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background video and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:16;a:22:{s:2:"id";s:2:"17";s:5:"title";s:12:"News Gallery";s:5:"alias";s:12:"news-gallery";s:3:"zip";s:16:"news-gallery.zip";s:3:"uid";s:32:"3a069c3b286dbb9ee435563f747e3300";s:3:"img";s:23:"news-gallery/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-news-rotator/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:131:"A news gallery slideshow with tab navigation. Great for any blog!\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:17;a:22:{s:2:"id";s:2:"18";s:5:"title";s:23:"News Gallery Post Based";s:5:"alias";s:23:"news-gallery-post-based";s:3:"zip";s:27:"news-gallery-post-based.zip";s:3:"uid";s:32:"32fe05b1039c29ab9420bfd15aec5488";s:3:"img";s:34:"news-gallery-post-based/slider.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-post-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:125:" This slider is automatically populated by WordPress posts.\r\n";s:11:"setup_notes";s:423:"The content source is set to "Post-Based Slider". Make sure to select the post type you want to display in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:18;a:22:{s:2:"id";s:2:"19";s:5:"title";s:9:"News Hero";s:5:"alias";s:9:"news-hero";s:3:"zip";s:13:"news-hero.zip";s:3:"uid";s:32:"96a0385538a17c8c81ed8175740f70ea";s:3:"img";s:20:"news-hero/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:107:"A image hero block with ken burns effect.\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:19;a:22:{s:2:"id";s:2:"20";s:5:"title";s:10:"News Video";s:5:"alias";s:10:"news-video";s:3:"zip";s:14:"news-video.zip";s:3:"uid";s:32:"f901e9e16e0363248156c2209eb584e9";s:3:"img";s:21:"news-video/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:128:"A Vimeo background video hero block with play / pause buttons.\r\n";s:11:"setup_notes";s:289:"This is a "Default" content hero slider. Just edit the slide to change the video and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:20;a:22:{s:2:"id";s:2:"21";s:5:"title";s:15:"Newsletter Hero";s:5:"alias";s:15:"newsletter-hero";s:3:"zip";s:19:"newsletter-hero.zip";s:3:"uid";s:32:"6290a9864d8c4c6311784586ed1cc5fe";s:3:"img";s:26:"newsletter-hero/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-newsletter-signup/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:137:"This hero block uses a custom styled Mailchimp newsletter signup field.\r\n";s:11:"setup_notes";s:435:"This is a "Default" content hero slider. Just edit the slide to change the background image, texts, and Mailchimp code.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:21;a:22:{s:2:"id";s:2:"22";s:5:"title";s:11:"Not Generic";s:5:"alias";s:10:"notgeneric";s:3:"zip";s:14:"notgeneric.zip";s:3:"uid";s:32:"9d87ba95e02210a9f82387add2ceadf9";s:3:"img";s:21:"notgeneric/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-fullscreen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"A full-screen slider with a layer based navigation and sleek content elements.\r\n";s:11:"setup_notes";s:583:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nInstructions for changing the menu.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:22;a:22:{s:2:"id";s:2:"23";s:5:"title";s:11:"Photography";s:5:"alias";s:11:"photography";s:3:"zip";s:15:"photography.zip";s:3:"uid";s:32:"1b2072547afb75e49f33b016751ed360";s:3:"img";s:22:"photography/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-photography-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:194:"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\r\n";s:11:"setup_notes";s:583:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nInstructions for changing the menu.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:23;a:22:{s:2:"id";s:2:"24";s:5:"title";s:20:"Photography Carousel";s:5:"alias";s:20:"photography-carousel";s:3:"zip";s:24:"photography-carousel.zip";s:3:"uid";s:32:"9a84b859ba23dc49ba8784e3a86545fa";s:3:"img";s:31:"photography-carousel/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-photo-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"868";s:11:"description";s:196:"A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\r\n";s:11:"setup_notes";s:583:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nInstructions for changing the menu.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:24;a:22:{s:2:"id";s:2:"25";s:5:"title";s:16:"Search Form Hero";s:5:"alias";s:16:"search-form-hero";s:3:"zip";s:20:"search-form-hero.zip";s:3:"uid";s:32:"e09eb1bd0f22b3a2b02a1aa251dd1f3e";s:3:"img";s:27:"search-form-hero/slider.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/wordpress-search-form-hero/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:158:"This hero block uses a custom styled input field to show search results on a WordPress site.\r\n";s:11:"setup_notes";s:320:"This is a "Default" content hero slider. Just edit the slide to change the background image, texts, and search field code.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:25;a:22:{s:2:"id";s:2:"26";s:5:"title";s:17:"Showcase Carousel";s:5:"alias";s:16:"showcasecarousel";s:3:"zip";s:20:"showcasecarousel.zip";s:3:"uid";s:32:"c5ca218398331bd2c064efc2f62eae56";s:3:"img";s:27:"showcasecarousel/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-cover-flow-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:11:"description";s:129:"A fancy carousel that rotates, fades and scales slider items.\r\n\r\n";s:11:"setup_notes";s:284:"This is a "Default" content carousel. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:26;a:22:{s:2:"id";s:2:"27";s:5:"title";s:11:"Sports Hero";s:5:"alias";s:11:"sports-hero";s:3:"zip";s:14:"sportshero.zip";s:3:"uid";s:32:"8de7a145f32a362d618d2595ffa2f724";s:3:"img";s:21:"sportshero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-image-hero/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"720";s:11:"description";s:113:"An sports themed image hero block with buttons.\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:27;a:22:{s:2:"id";s:2:"28";s:5:"title";s:12:"Twitter Feed";s:5:"alias";s:12:"twitter-feed";s:3:"zip";s:16:"twitter-feed.zip";s:3:"uid";s:32:"efbfc2af5da5258e7b7bed8598e483cc";s:3:"img";s:23:"twitter-feed/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-twitter-feed/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"640";s:11:"description";s:173:" This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:414:"The content source is set to "Twitter Stream". Make sure to input your correct API information in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:28;a:22:{s:2:"id";s:2:"29";s:5:"title";s:13:"Vimeo Gallery";s:5:"alias";s:13:"vimeo-gallery";s:3:"zip";s:17:"vimeo-gallery.zip";s:3:"uid";s:32:"fa824ce1ff3942ec268fc9eda60df539";s:3:"img";s:24:"vimeo-gallery/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-vimeo-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"692";s:11:"description";s:170:"This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:412:"The content source is set to "Vimeo Stream". Make sure to input your correct API information in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:29;a:22:{s:2:"id";s:2:"30";s:5:"title";s:10:"Vimeo Hero";s:5:"alias";s:9:"vimeohero";s:3:"zip";s:13:"vimeohero.zip";s:3:"uid";s:32:"c575575f96173d88589cddcb06120b77";s:3:"img";s:20:"vimeohero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-hero-vimeo/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:116:"A commonly used Vimeo video background hero block.\r\n";s:11:"setup_notes";s:464:"This is a "Default" content hero slider. Just edit the slide to change the background video and texts.

\r\nScreencast for mobile video considerations.\r\n

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:30;a:22:{s:2:"id";s:2:"31";s:5:"title";s:16:"Web Product Dark";s:5:"alias";s:16:"web-product-dark";s:3:"zip";s:20:"web-product-dark.zip";s:3:"uid";s:32:"39b872cf0608e63c3a503e58374dc30a";s:3:"img";s:27:"web-product-dark/slider.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/wordpress-frontpage-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\r\n";s:11:"setup_notes";s:583:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nInstructions for changing the menu.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:31;a:22:{s:2:"id";s:2:"32";s:5:"title";s:21:"Web Product Dark Hero";s:5:"alias";s:21:"web-product-dark-hero";s:3:"zip";s:25:"web-product-dark-hero.zip";s:3:"uid";s:32:"b6784e8925221f36677217979d26e6f0";s:3:"img";s:32:"web-product-dark-hero/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-header-image/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"A modern hero block with three common devices. The screens of each device can be changed easily!\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:32;a:22:{s:2:"id";s:2:"33";s:5:"title";s:22:"Web Product Light Hero";s:5:"alias";s:22:"web-product-light-hero";s:3:"zip";s:26:"web-product-light-hero.zip";s:3:"uid";s:32:"428e65d6aaa6ef775429989d50516492";s:3:"img";s:33:"web-product-light-hero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/hero-image-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"A modern hero block with three common devices. The screens of each device can be changed easily!\r\n";s:11:"setup_notes";s:289:"This is a "Default" content hero slider. Just edit the slide to change the image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:33;a:22:{s:2:"id";s:2:"34";s:5:"title";s:17:"Web Product Light";s:5:"alias";s:15:"webproductlight";s:3:"zip";s:19:"webproductlight.zip";s:3:"uid";s:32:"fa23dab5bf1139c6393828647a9de4e0";s:3:"img";s:26:"webproductlight/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-cover-page/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\r\n";s:11:"setup_notes";s:583:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nInstructions for changing the menu.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:34;a:22:{s:2:"id";s:2:"35";s:5:"title";s:15:"Youtube Gallery";s:5:"alias";s:15:"youtube-gallery";s:3:"zip";s:19:"youtube-gallery.zip";s:3:"uid";s:32:"ee9e4928ac74f5f0c0b697ce708f5aa7";s:3:"img";s:26:"youtube-gallery/slider.jpg";s:7:"preview";s:59:"http://revolution.themepunch.com/wordpress-youtube-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:173:" This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:414:"The content source is set to "YouTube Stream". Make sure to input your correct API information in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:35;a:22:{s:2:"id";s:2:"36";s:5:"title";s:12:"Youtube Hero";s:5:"alias";s:11:"youtubehero";s:3:"zip";s:15:"youtubehero.zip";s:3:"uid";s:32:"e0b2c12a45841bdf21cb96305f2c85bf";s:3:"img";s:22:"youtubehero/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-youtube-header/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:104:"A YouTube video background hero block.\r\n";s:11:"setup_notes";s:633:"This is a "Default" content hero slider. Just edit the slide to change the background video and texts.

\r\nScreencast for mobile video considerations.\r\n

\r\nLearn how to enable sound for the background video

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:36;a:22:{s:2:"id";s:2:"37";s:5:"title";s:13:"Scroll Effect";s:5:"alias";s:13:"scroll-effect";s:3:"zip";s:17:"scroll-effect.zip";s:3:"uid";s:32:"417f59e9db87aa7e47c8509eb88d4af6";s:3:"img";s:23:"scrolleffect/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/big-bold-fullscreen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:134:"A full-screen slider with a unique scroll effect and big, bold text.\r\n";s:11:"setup_notes";s:485:"This is a "Default" content slider. Edit the slides to change images and texts.
For further configuration options please view the "Custom CSS/JS" section in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:37;a:22:{s:2:"id";s:2:"38";s:5:"title";s:12:"Content Zoom";s:5:"alias";s:12:"content-zoom";s:3:"zip";s:16:"content-zoom.zip";s:3:"uid";s:32:"42ef8cdb70d42ec6ff6fa3b69a027b5f";s:3:"img";s:22:"contentzoom/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/content-zoom-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:243:"A very unique full-width slider that uses "Layer Actions" to their potential.\r\n";s:11:"setup_notes";s:371:"This is a "Default" content slider. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:38;a:22:{s:2:"id";s:2:"39";s:5:"title";s:13:"Food Carousel";s:5:"alias";s:13:"food-carousel";s:3:"zip";s:17:"food-carousel.zip";s:3:"uid";s:32:"a7bf54527b6658a0a308c70c729779fe";s:3:"img";s:29:"foodcarousel/slider_cover.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/food-carousel-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:267:"A fancy carousel with detail content on each slide. "Layer Actions" are used to show and hide layers.\r\n";s:11:"setup_notes";s:371:"This is a "Default" content slider. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:39;a:22:{s:2:"id";s:2:"40";s:5:"title";s:14:"Rotating Words";s:5:"alias";s:14:"rotating-words";s:3:"zip";s:18:"rotating-words.zip";s:3:"uid";s:32:"70190463d9376f278c8197b7b2ef6c1b";s:3:"img";s:24:"rotatingwords/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/rotating-words-hero/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:134:"A full-screen hero block with unique animated text and blur effects.\r\n";s:11:"setup_notes";s:495:"This is a "Default" hero slider. Edit the slide to change the background media and texts.
For further configuration options please view the "Custom CSS/JS" section in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:40;a:22:{s:2:"id";s:2:"41";s:5:"title";s:22:"Travel Static Captions";s:5:"alias";s:22:"travel-static-captions";s:3:"zip";s:26:"travel-static-captions.zip";s:3:"uid";s:32:"bbe7d61c7c741ebc7aa1ce1082b0cb71";s:3:"img";s:33:"travel-static-captions/slide1.jpg";s:7:"preview";s:50:"http://revolution.themepunch.com/travel-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:148:"A slideshow example with static captions layers above a rotating image background.\r\n";s:11:"setup_notes";s:415:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:41;a:22:{s:2:"id";s:2:"42";s:5:"title";s:7:"Concept";s:5:"alias";s:7:"concept";s:3:"zip";s:11:"concept.zip";s:3:"uid";s:32:"47cb06083e87503762f6746725117a3c";s:3:"img";s:18:"concept/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/fullscreen-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"A full-screen slider that uses "Layer Actions" to their potential.\r\n";s:11:"setup_notes";s:371:"This is a "Default" content slider. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:42;a:22:{s:2:"id";s:2:"43";s:5:"title";s:15:"True Fullscreen";s:5:"alias";s:17:"fullscreen-button";s:3:"zip";s:21:"fullscreen-button.zip";s:3:"uid";s:32:"618a43bdf89333b555531f6d6ecde359";s:3:"img";s:28:"fullscreen-button/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-sidebar-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:246:"A slider with a full-screen button that uses "Layer Actions" to their potential.\r\n";s:11:"setup_notes";s:297:"This is a "Default" content slider. Just edit the slides to change the background images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:43;a:22:{s:2:"id";s:2:"44";s:5:"title";s:16:"Creative Freedom";s:5:"alias";s:15:"creativefreedom";s:3:"zip";s:19:"creativefreedom.zip";s:3:"uid";s:32:"8902bf6c93126c2c6323626b9e872621";s:3:"img";s:26:"creativefreedom/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-touch-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"A full-screen slider with a unique vertical navigation and 3D-parallax effects.\r\n";s:11:"setup_notes";s:290:"This is a "Default" content slider. Just edit the slides to change images, videos and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:44;a:22:{s:2:"id";s:2:"45";s:5:"title";s:17:"3D Parallax Scene";s:5:"alias";s:13:"parallaxscene";s:3:"zip";s:17:"parallaxscene.zip";s:3:"uid";s:32:"51566f1ce649708e97a0f5dfaf05ea19";s:3:"img";s:24:"parallaxscene/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-3d-parallax/";s:7:"version";s:5:"1.0.2";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:328:"A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using "Layer Actions".\r\n\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:45;a:22:{s:2:"id";s:2:"46";s:5:"title";s:10:"Wow Factor";s:5:"alias";s:15:"slidingoverlays";s:3:"zip";s:19:"slidingoverlays.zip";s:3:"uid";s:32:"18002d17e8bc7ca61b0951f5305a759e";s:3:"img";s:26:"slidingoverlays/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/responsive-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"768";s:11:"description";s:106:"A 3D-parallax effect full-screen slider.\r\n";s:11:"setup_notes";s:446:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nScreencast for mobile video considerations.\r\n

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:46;a:22:{s:2:"id";s:2:"47";s:5:"title";s:14:"3D Web Product";s:5:"alias";s:25:"web-product-light-hero-3d";s:3:"zip";s:29:"web-product-light-hero-3d.zip";s:3:"uid";s:32:"efd345c5da805414093e46066cefd751";s:3:"img";s:36:"web-product-light-hero-3d/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/wordpress-3d-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1400";s:6:"height";s:3:"668";s:11:"description";s:149:"A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:47;a:22:{s:2:"id";s:2:"48";s:5:"title";s:15:"WooCommerce Big";s:5:"alias";s:6:"woobig";s:3:"zip";s:10:"woobig.zip";s:3:"uid";s:32:"bfb09a39656c7c80e86b468fc5b3403c";s:3:"img";s:17:"woobig/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:173:"This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:420:"The content source is set to "WooCommerce Slider". Make sure to select the products you want to show in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:9:"postbased";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:48;a:22:{s:2:"id";s:2:"49";s:5:"title";s:17:"WooCommerce Small";s:5:"alias";s:16:"woocommercesmall";s:3:"zip";s:20:"woocommercesmall.zip";s:3:"uid";s:32:"b17c2adcc5c4c4b68a7ac6fee32fa030";s:3:"img";s:27:"woocommercesmall/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:3:"400";s:6:"height";s:3:"266";s:11:"description";s:174:" This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!\r\n";s:11:"setup_notes";s:420:"The content source is set to "WooCommerce Slider". Make sure to select the products you want to show in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:9:"postbased";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:49;a:22:{s:2:"id";s:2:"50";s:5:"title";s:17:"Restaurant Header";s:5:"alias";s:10:"finedining";s:3:"zip";s:14:"finedining.zip";s:3:"uid";s:32:"03481a9e258501fbe3888b48830ea845";s:3:"img";s:21:"finedining/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/restaurant-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:275:"A full-screen hero block slider that shows different background layers on button hover using "Layer Actions".\r\n";s:11:"setup_notes";s:464:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nScreencast for mobile video considerations.\r\n

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:50;a:22:{s:2:"id";s:2:"51";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:12:"agency-intro";s:3:"zip";s:16:"agency-intro.zip";s:3:"uid";s:32:"e9be2afdd55a0c8d0d8d0cc12ba4c82f";s:3:"img";s:23:"agency-intro/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/agency-website-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:302:" A full-screen hero block slider with ken burns effect and video modal on button click. "Layer Actions" are used to achieve this effect.\r\n";s:11:"setup_notes";s:371:"This is a "Default" content slider. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:51;a:22:{s:2:"id";s:2:"52";s:5:"title";s:11:"Team Slider";s:5:"alias";s:7:"ourteam";s:3:"zip";s:11:"ourteam.zip";s:3:"uid";s:32:"d8eb1fec07a79202d1118bb17f70c233";s:3:"img";s:18:"ourteam/slide1.jpg";s:7:"preview";s:74:"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1400";s:6:"height";s:3:"800";s:11:"description";s:303:"A team slider that changes slides and displays additional information on thumbnail hover. It uses "Layer Actions" to achieve this effect.\r\n";s:11:"setup_notes";s:657:"This is a "Default" content slider. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.
Some content is in "Static / Global Layers"

\r\nLearn how to modify the thumbnails

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:52;a:22:{s:2:"id";s:2:"53";s:5:"title";s:13:"Team Carousel";s:5:"alias";s:17:"our-team-carousel";s:3:"zip";s:21:"our-team-carousel.zip";s:3:"uid";s:32:"37656d5dcab1f265c025cb2a3d669809";s:3:"img";s:26:"ourteamcarousel/slide1.jpg";s:7:"preview";s:83:"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1000";s:6:"height";s:3:"800";s:11:"description";s:306:" A team carousel that changes slides and displays additional information on thumbnail hover. It uses "Layer Actions" to achieve this effect.\r\n";s:11:"setup_notes";s:659:"This is a "Default" content carousel. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.
Some content is in "Static / Global Layers"

\r\nLearn how to modify the thumbnails

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:53;a:22:{s:2:"id";s:2:"54";s:5:"title";s:17:"4K Youtube Slider";s:5:"alias";s:13:"betteryoutube";s:3:"zip";s:17:"betteryoutube.zip";s:3:"uid";s:32:"d7c5fef9f257037d7a148038aa2a1857";s:3:"img";s:24:"betteryoutube/slide1.jpg";s:7:"preview";s:94:"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"675";s:11:"description";s:293:" A full-screen youtube gallery with 4K videos as an example. "Layer Actions" are used to breathe life into navigation elements.\r\n";s:11:"setup_notes";s:535:"This is a "Default" content slider. Edit the slides to change videos and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.

\r\nScreencast for mobile video considerations.\r\n

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:54;a:22:{s:2:"id";s:2:"55";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:19:"agencywebsiteheader";s:3:"zip";s:23:"agencywebsiteheader.zip";s:3:"uid";s:32:"c11d272c87277a7a38d9e7fd13e27947";s:3:"img";s:30:"agencywebsiteheader/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/fullscreen-hero-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:245:" A very unique full-screen slider that uses "Layer Actions" to their potential.\r\n";s:11:"setup_notes";s:509:"This is a "Default" content slider. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:55;a:22:{s:2:"id";s:2:"56";s:5:"title";s:11:"Coming Soon";s:5:"alias";s:10:"comingsoon";s:3:"zip";s:14:"comingsoon.zip";s:3:"uid";s:32:"0f89edf995512e6d6e864a2ee7221829";s:3:"img";s:21:"comingsoon/slide1.jpg";s:7:"preview";s:79:"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:299:"A full-screen slider that can be used as a "Coming Soon" page. "Layer Actions" are used to achieve various interaction possibilities.\r\n";s:11:"setup_notes";s:638:"This is a "Default" content slider. Edit the slides to change images and texts.
For further configuration options please view the "Custom CSS/JS" section in the slider settings.

\r\nInstructions for how to change the date.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:56;a:22:{s:2:"id";s:2:"57";s:5:"title";s:20:"Christmas Snow Scene";s:5:"alias";s:9:"snowscene";s:3:"zip";s:13:"snowscene.zip";s:3:"uid";s:32:"a747bf0837caff86c62419a746690209";s:3:"img";s:20:"snowscene/slide1.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/christmas-snow-scene/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:141:"A slider with multiple christmas themed slides and a neat snow fall effect.\r\n";s:11:"setup_notes";s:485:"This is a "Default" content slider. Edit the slides to change images and texts.
For further configuration options please view the "Custom CSS/JS" section in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:57;a:22:{s:2:"id";s:2:"58";s:5:"title";s:15:"Rock Band Music";s:5:"alias";s:8:"rockband";s:3:"zip";s:12:"rockband.zip";s:3:"uid";s:32:"5f557a5fad2fd6ca982a6ae6e9619637";s:3:"img";s:19:"rockband/slide1.jpg";s:7:"preview";s:80:"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:140:" A rock band themed hero block slider with an embedded SoundCloud element.\r\n";s:11:"setup_notes";s:464:"This is a "Default" content hero slider. Just edit the slide to change the background video and texts.

\r\nScreencast for mobile video considerations.\r\n

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:58;a:22:{s:2:"id";s:2:"59";s:5:"title";s:18:"Sleek Landing Page";s:5:"alias";s:16:"sleeklandingpage";s:3:"zip";s:20:"sleeklandingpage.zip";s:3:"uid";s:32:"07f7f2608936a8ae226213b7d99eee3f";s:3:"img";s:27:"sleeklandingpage/slide1.jpg";s:7:"preview";s:70:"http://revolution.themepunch.com/landing-page-free-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:191:"A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.\r\n";s:11:"setup_notes";s:415:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-22 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:59;a:22:{s:2:"id";s:2:"60";s:5:"title";s:16:"App Landing Page";s:5:"alias";s:14:"applandingpage";s:3:"zip";s:18:"applandingpage.zip";s:3:"uid";s:32:"38eb600893c1484ab8fd2a3dce3678d7";s:3:"img";s:25:"applandingpage/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/app-landing-page-free-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:263:"A full-screen hero block that can be used as an app landing page. The detail view is build using "Layer Actions".\r\n";s:11:"setup_notes";s:371:"This is a "Default" content slider. Edit the slides to change images and texts.
It might be helpful to use the "hide/show layer" feature to efficiently edit all content.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:60;a:22:{s:2:"id";s:2:"61";s:5:"title";s:10:"Desk Scene";s:5:"alias";s:9:"deskscene";s:3:"zip";s:13:"deskscene.zip";s:3:"uid";s:32:"172a1a89a3e3b333cb4dbeb238f534c5";s:3:"img";s:20:"deskscene/slide1.jpg";s:7:"preview";s:49:"http://revolution.themepunch.com/hero-desk-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:135:"A beautiful desk scene with a cool reveal effect when scrolling down.\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:61;a:22:{s:2:"id";s:2:"62";s:5:"title";s:17:"Clean News Slider";s:5:"alias";s:15:"cleannewsslider";s:3:"zip";s:19:"cleannewsslider.zip";s:3:"uid";s:32:"82c3f521fe31b80984be0f19e1a9899e";s:3:"img";s:26:"cleannewsslider/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:132:"A slideshow example with clean content and thumbnail navigation.\r\n\r\n";s:11:"setup_notes";s:282:"This is a "Default" content slider. Just edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:62;a:22:{s:2:"id";s:2:"63";s:5:"title";s:13:"Image Gallery";s:5:"alias";s:12:"imagegallery";s:3:"zip";s:16:"imagegallery.zip";s:3:"uid";s:32:"cef1d75357df2cb53b990c74a214813e";s:3:"img";s:23:"imagegallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:239:"A photo gallery suitable to display your images using "Layer Actions" to their potential.\r\n";s:11:"setup_notes";s:415:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:63;a:22:{s:2:"id";s:2:"64";s:5:"title";s:19:"Standard WP Gallery";s:5:"alias";s:19:"standard-wp-gallery";s:3:"zip";s:23:"standard-wp-gallery.zip";s:3:"uid";s:32:"632035b8a27652d8081dbdfa343dc93d";s:3:"img";s:30:"standard-wp-gallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:143:"A photo gallery that uses the "Standard WP Gallery" add-on to display images.\r\n";s:11:"setup_notes";s:407:"Please follow the setup guide on the "Standard WP Gallery" add-on page.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";s:166:"[{"path":"revslider-gallery-addon\\/revslider-gallery-addon.php","name":"WP Gallery AddOn","url":"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:64;a:22:{s:2:"id";s:2:"65";s:5:"title";s:21:"Clean News Post Based";s:5:"alias";s:21:"clean-news-post-based";s:3:"zip";s:25:"clean-news-post-based.zip";s:3:"uid";s:32:"f4cf5bbe51afa5a361754bb081cbabf2";s:3:"img";s:32:"clean-news-post-based/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:125:" This slider is automatically populated by WordPress posts.\r\n";s:11:"setup_notes";s:423:"The content source is set to "Post-Based Slider". Make sure to select the post type you want to display in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:65;a:22:{s:2:"id";s:2:"66";s:5:"title";s:22:"Interactive Whiteboard";s:5:"alias";s:21:"interactivewhiteboard";s:3:"zip";s:25:"interactivewhiteboard.zip";s:3:"uid";s:32:"058b4af535d6c6c7bcec5225845e3eb4";s:3:"img";s:32:"interactivewhiteboard/slide1.jpg";s:7:"preview";s:77:"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:269:"This is the example slider from the Whiteboard add-on preview.
"Layer Actions" are used to achieve certain effects.
\r\n";s:11:"setup_notes";s:541:"This slider template requires the Whiteboard add-on to be installed. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:185:"[{"path":"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php","name":"Whiteboard AddOn","url":"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:66;a:22:{s:2:"id";s:2:"68";s:5:"title";s:17:"Innovation Slider";s:5:"alias";s:10:"innovation";s:3:"zip";s:14:"innovation.zip";s:3:"uid";s:32:"d3440b69126d9c186fddc713b18b0002";s:3:"img";s:21:"innovation/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/";s:7:"version";s:5:"1.0.5";s:8:"required";s:7:"5.2.3.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:258:"A full-screen slider with an elegant fade-out parallax effect. "Layer Actions" are used for links on layers.\r\n";s:11:"setup_notes";s:493:"This is a "Default" content slider. Edit the slides to change images, videos and texts.
For further configuration options please view the "Custom CSS/JS" section in the slider settings.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-03-29 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:67;a:25:{s:2:"id";s:2:"69";s:5:"title";s:25:"Dark Content Block - Menu";s:5:"alias";s:24:"dark-fullsite-block-menu";s:3:"zip";s:34:"packs/dark-fullsite-block-menu.zip";s:3:"uid";s:32:"bf4bd226719d3c3d3146592976e31ca1";s:3:"img";s:35:"dark-fullsite-block-menu/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:68;a:25:{s:2:"id";s:2:"70";s:5:"title";s:25:"Dark Content Block - Hero";s:5:"alias";s:21:"dark-fullsite-block-1";s:3:"zip";s:31:"packs/dark-fullsite-block-1.zip";s:3:"uid";s:32:"d8859245fe600288ca932dc29aca751f";s:3:"img";s:32:"dark-fullsite-block-1/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:69;a:25:{s:2:"id";s:2:"71";s:5:"title";s:26:"Dark Content Block - About";s:5:"alias";s:27:"dark-fullsite-block-2-about";s:3:"zip";s:37:"packs/dark-fullsite-block-2-about.zip";s:3:"uid";s:32:"298401901521a197a8294c1b4f73df3e";s:3:"img";s:38:"dark-fullsite-block-2-about/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:70;a:25:{s:2:"id";s:2:"72";s:5:"title";s:29:"Dark Content Block - Services";s:5:"alias";s:30:"dark-fullsite-block-3-services";s:3:"zip";s:40:"packs/dark-fullsite-block-3-services.zip";s:3:"uid";s:32:"8da3ed605472ed6a26c745fb52f85f82";s:3:"img";s:41:"dark-fullsite-block-3-services/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:71;a:25:{s:2:"id";s:2:"73";s:5:"title";s:29:"Dark Content Block - Products";s:5:"alias";s:30:"dark-fullsite-block-4-products";s:3:"zip";s:40:"packs/dark-fullsite-block-4-products.zip";s:3:"uid";s:32:"99e4f40399d20261a6131043d0e50b0c";s:3:"img";s:41:"dark-fullsite-block-4-products/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:422:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.\r\n";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:72;a:25:{s:2:"id";s:2:"74";s:5:"title";s:33:"Dark Content Block - Testimonials";s:5:"alias";s:34:"dark-fullsite-block-5-testimonials";s:3:"zip";s:44:"packs/dark-fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"2f9121e0eedd51afe85e233d0743acab";s:3:"img";s:45:"dark-fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:73;a:25:{s:2:"id";s:2:"75";s:5:"title";s:28:"Dark Content Block - Callout";s:5:"alias";s:29:"dark-fullsite-block-6-callout";s:3:"zip";s:39:"packs/dark-fullsite-block-6-callout.zip";s:3:"uid";s:32:"55fbecb113ff21f050be7adc08637329";s:3:"img";s:40:"dark-fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:74;a:25:{s:2:"id";s:2:"76";s:5:"title";s:27:"Dark Content Block - Footer";s:5:"alias";s:28:"dark-fullsite-block-7-footer";s:3:"zip";s:38:"packs/dark-fullsite-block-7-footer.zip";s:3:"uid";s:32:"2ff517f5c7c54e3e0c2dd733cfd3400e";s:3:"img";s:39:"dark-fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:75;a:25:{s:2:"id";s:2:"77";s:5:"title";s:26:"Light Content Block - Menu";s:5:"alias";s:19:"fullsite-block-menu";s:3:"zip";s:29:"packs/fullsite-block-menu.zip";s:3:"uid";s:32:"8010971f34387d5f94a1f4e577ef382a";s:3:"img";s:30:"fullsite-block-menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:76;a:25:{s:2:"id";s:2:"78";s:5:"title";s:26:"Light Content Block - Hero";s:5:"alias";s:15:"fullsite-block1";s:3:"zip";s:25:"packs/fullsite-block1.zip";s:3:"uid";s:32:"45bf7179843e01ce112e8ec754b0455c";s:3:"img";s:26:"fullsite-block1/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:77;a:25:{s:2:"id";s:2:"79";s:5:"title";s:27:"Light Content Block - About";s:5:"alias";s:22:"fullsite-block-2-about";s:3:"zip";s:32:"packs/fullsite-block-2-about.zip";s:3:"uid";s:32:"8402b460638a746d36433cb161440b7d";s:3:"img";s:33:"fullsite-block-2-about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:78;a:25:{s:2:"id";s:2:"80";s:5:"title";s:30:"Light Content Block - Services";s:5:"alias";s:25:"fullsite-block-3-services";s:3:"zip";s:35:"packs/fullsite-block-3-services.zip";s:3:"uid";s:32:"7b8cea27f4d6ae17c5e1eae12457bd06";s:3:"img";s:36:"fullsite-block-3-services/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:79;a:25:{s:2:"id";s:2:"81";s:5:"title";s:30:"Light Content Block - Products";s:5:"alias";s:25:"fullsite-block-4-products";s:3:"zip";s:35:"packs/fullsite-block-4-products.zip";s:3:"uid";s:32:"d148935362d7122636cda0635eae4be7";s:3:"img";s:36:"fullsite-block-4-products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:80;a:25:{s:2:"id";s:2:"82";s:5:"title";s:34:"Light Content Block - Testimonials";s:5:"alias";s:29:"fullsite-block-5-testimonials";s:3:"zip";s:39:"packs/fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"06255bfd421e40f71fa8197b839dbf03";s:3:"img";s:40:"fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:81;a:25:{s:2:"id";s:2:"83";s:5:"title";s:29:"Light Content Block - Callout";s:5:"alias";s:24:"fullsite-block-6-callout";s:3:"zip";s:34:"packs/fullsite-block-6-callout.zip";s:3:"uid";s:32:"8a88c3447676b613ec5db2fe5d63315c";s:3:"img";s:35:"fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:82;a:25:{s:2:"id";s:2:"84";s:5:"title";s:28:"Light Content Block - Footer";s:5:"alias";s:23:"fullsite-block-7-footer";s:3:"zip";s:33:"packs/fullsite-block-7-footer.zip";s:3:"uid";s:32:"34300b4407a2093eb2e1e08868fa8319";s:3:"img";s:34:"fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:83;a:22:{s:2:"id";s:2:"85";s:5:"title";s:12:"Tech Journal";s:5:"alias";s:11:"techjournal";s:3:"zip";s:15:"techjournal.zip";s:3:"uid";s:32:"7f92d70d1c108378f915b18c2ceb71d6";s:3:"img";s:22:"techjournal/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:130:"A full-width slider with navigation direction-based transitions.\r\n";s:11:"setup_notes";s:277:"This is a "Default" content slider. Edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:84;a:22:{s:2:"id";s:2:"86";s:5:"title";s:14:"Car Dealership";s:5:"alias";s:13:"cardealership";s:3:"zip";s:17:"cardealership.zip";s:3:"uid";s:32:"bb010838855a8ae4d1dd68e139bf169e";s:3:"img";s:24:"cardealership/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/car-dealership-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"650";s:11:"description";s:130:"A full-width slider with navigation direction-based transitions.\r\n";s:11:"setup_notes";s:277:"This is a "Default" content slider. Edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:85;a:22:{s:2:"id";s:2:"87";s:5:"title";s:22:"FullScreen Menu Slider";s:5:"alias";s:14:"fullscreenmenu";s:3:"zip";s:18:"fullscreenmenu.zip";s:3:"uid";s:32:"6de81d74c4bf193e2e274d43038adc85";s:3:"img";s:25:"fullscreenmenu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-fullscreen-menu/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:131:"A full-screen slider that contains a menu with slide blur effect.\r\n";s:11:"setup_notes";s:415:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:86;a:22:{s:2:"id";s:2:"88";s:5:"title";s:18:"Creative Frontpage";s:5:"alias";s:17:"creativefrontpage";s:3:"zip";s:21:"creativefrontpage.zip";s:3:"uid";s:32:"0636cb368af3bcaa2f68eb0ebefe6439";s:3:"img";s:28:"creativefrontpage/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/best-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:246:"A full-screen slider with hidden slides that are triggered via "Layer Actions".\r\n";s:11:"setup_notes";s:415:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:87;a:25:{s:2:"id";s:2:"89";s:5:"title";s:20:"Website Builder Menu";s:5:"alias";s:19:"websitebuilder-menu";s:3:"zip";s:29:"packs/websitebuilder-menu.zip";s:3:"uid";s:32:"d9e6d9c961f123a3a4847b51fc3ba3a2";s:3:"img";s:30:"websitebuilder-menu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:2:"60";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:88;a:25:{s:2:"id";s:2:"90";s:5:"title";s:20:"Website Builder Hero";s:5:"alias";s:19:"websitebuilder-hero";s:3:"zip";s:29:"packs/websitebuilder-hero.zip";s:3:"uid";s:32:"6cb2df9a41ad2e7865bb9bbea7e39cb5";s:3:"img";s:30:"websitebuilder-hero/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1230";s:6:"height";s:3:"700";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:89;a:25:{s:2:"id";s:2:"91";s:5:"title";s:23:"Website Builder Clients";s:5:"alias";s:22:"websitebuilder-clients";s:3:"zip";s:32:"packs/websitebuilder-clients.zip";s:3:"uid";s:32:"050e59c43c9a693510d01f29532088cf";s:3:"img";s:33:"websitebuilder-clients/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"120";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:90;a:25:{s:2:"id";s:2:"92";s:5:"title";s:24:"Website Builder Services";s:5:"alias";s:23:"websitebuilder-services";s:3:"zip";s:33:"packs/websitebuilder-services.zip";s:3:"uid";s:32:"48d56d67615efce619ae973ab4358c07";s:3:"img";s:34:"websitebuilder-services/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"558";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:91;a:25:{s:2:"id";s:2:"93";s:5:"title";s:24:"Website Builder Discover";s:5:"alias";s:23:"websitebuilder-discover";s:3:"zip";s:33:"packs/websitebuilder-discover.zip";s:3:"uid";s:32:"425a08a7be338daea3df02a07ff5c316";s:3:"img";s:34:"websitebuilder-discover/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"955";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:92;a:25:{s:2:"id";s:2:"94";s:5:"title";s:22:"Website Builder Slider";s:5:"alias";s:21:"websitebuilder-slider";s:3:"zip";s:31:"packs/websitebuilder-slider.zip";s:3:"uid";s:32:"9d670b7335016accb590dc8d52bfb6f0";s:3:"img";s:32:"websitebuilder-slider/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:93;a:25:{s:2:"id";s:2:"95";s:5:"title";s:28:"Website Builder CallToAction";s:5:"alias";s:27:"websitebuilder-calltoaction";s:3:"zip";s:37:"packs/websitebuilder-calltoaction.zip";s:3:"uid";s:32:"45851baf9e61f55ed9f5fa9d0beff77e";s:3:"img";s:38:"websitebuilder-calltoaction/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"960";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:94;a:25:{s:2:"id";s:2:"96";s:5:"title";s:22:"Website Builder Footer";s:5:"alias";s:21:"websitebuilder-footer";s:3:"zip";s:31:"packs/websitebuilder-footer.zip";s:3:"uid";s:32:"2732bbe66ef28219d6cc53ce8cc78863";s:3:"img";s:32:"websitebuilder-footer/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:95;a:22:{s:2:"id";s:2:"97";s:5:"title";s:21:"Focus Parallax Effect";s:5:"alias";s:13:"focusparallax";s:3:"zip";s:17:"focusparallax.zip";s:3:"uid";s:32:"13bd15fb3ddf8b9841cb55b89389cc73";s:3:"img";s:24:"focusparallax/slide1.jpg";s:7:"preview";s:68:" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:256:"A full-screen slider with mouse controlled parallax effects. "Layer Actions" are used for links on layers.\r\n";s:11:"setup_notes";s:415:"This is a "Default" content slider. Edit the slides to change images and texts.
Some content is in "Static / Global Layers"

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:96;a:22:{s:2:"id";s:2:"98";s:5:"title";s:14:"Duotone Slider";s:5:"alias";s:7:"duotone";s:3:"zip";s:11:"duotone.zip";s:3:"uid";s:32:"494862ceb6cb7c6658ad7cd36848cccd";s:3:"img";s:18:"duotone/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/wordpress-header-image-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"800";s:11:"description";s:252:"A full-screen slider with unique parallax scroll effect. "Layer Actions" are used for links on layers.\r\n";s:11:"setup_notes";s:277:"This is a "Default" content slider. Edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:97;a:25:{s:2:"id";s:2:"99";s:5:"title";s:12:"Minimal Menu";s:5:"alias";s:6:"r_menu";s:3:"zip";s:16:"packs/r_menu.zip";s:3:"uid";s:32:"30d6a6895db1a5f29b1679061551c9f0";s:3:"img";s:17:"r_menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"110";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:890:"\r\nIn the Custom JavaScript section of the "Minimal Menu" Template you can scroll down to the color change section.
\r\nFor any elements you want to background color change in addition to the sites body, add this class to the Layers Attributes ".tp-colorchange".

\r\nIf you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:98;a:25:{s:2:"id";s:3:"100";s:5:"title";s:12:"Minimal Hero";s:5:"alias";s:5:"rhero";s:3:"zip";s:16:"packs/r_hero.zip";s:3:"uid";s:32:"b8b46186956f6e66ad0c08e4532bbbde";s:3:"img";s:17:"r_hero/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:890:"\r\nIn the Custom JavaScript section of the "Minimal Menu" Template you can scroll down to the color change section.
\r\nFor any elements you want to background color change in addition to the sites body, add this class to the Layers Attributes ".tp-colorchange".

\r\nIf you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:99;a:25:{s:2:"id";s:3:"101";s:5:"title";s:13:"Minimal About";s:5:"alias";s:7:"r_about";s:3:"zip";s:17:"packs/r_about.zip";s:3:"uid";s:32:"343010c4b4c03f92888c3e9e95bc2bb1";s:3:"img";s:18:"r_about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:890:"\r\nIn the Custom JavaScript section of the "Minimal Menu" Template you can scroll down to the color change section.
\r\nFor any elements you want to background color change in addition to the sites body, add this class to the Layers Attributes ".tp-colorchange".

\r\nIf you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:100;a:25:{s:2:"id";s:3:"102";s:5:"title";s:16:"Minimal Products";s:5:"alias";s:10:"r_products";s:3:"zip";s:20:"packs/r_products.zip";s:3:"uid";s:32:"dda93e85c6a4456d132040147f087f39";s:3:"img";s:21:"r_products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:4:"1100";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:890:"\r\nIn the Custom JavaScript section of the "Minimal Menu" Template you can scroll down to the color change section.
\r\nFor any elements you want to background color change in addition to the sites body, add this class to the Layers Attributes ".tp-colorchange".

\r\nIf you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:101;a:25:{s:2:"id";s:3:"103";s:5:"title";s:12:"Minimal Info";s:5:"alias";s:6:"r_info";s:3:"zip";s:16:"packs/r_info.zip";s:3:"uid";s:32:"d6e368e8fd4862174af6c980389ae530";s:3:"img";s:17:"r_info/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:890:"\r\nIn the Custom JavaScript section of the "Minimal Menu" Template you can scroll down to the color change section.
\r\nFor any elements you want to background color change in addition to the sites body, add this class to the Layers Attributes ".tp-colorchange".

\r\nIf you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:102;a:22:{s:2:"id";s:3:"104";s:5:"title";s:18:"Inspiration Header";s:5:"alias";s:17:"inspirationheader";s:3:"zip";s:21:"inspirationheader.zip";s:3:"uid";s:32:"69f04b2be0b618fa7e184af83b86b7e7";s:3:"img";s:28:"inspirationheader/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/wordpress-theme-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:159:"This full-screen hero slider features sequentially animated texts and cool parallax elements.\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:103;a:22:{s:2:"id";s:3:"105";s:5:"title";s:15:"Magazine Slider";s:5:"alias";s:13:"magazineposts";s:3:"zip";s:17:"magazineposts.zip";s:3:"uid";s:32:"c562f3457e4edbd030959f7c5e6e0f7c";s:3:"img";s:24:"magazineposts/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-magazine-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1400";s:6:"height";s:4:"1000";s:11:"description";s:266:"A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! "Layer Actions" are used for links on layers.\r\n";s:11:"setup_notes";s:277:"This is a "Default" content slider. Edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:104;a:22:{s:2:"id";s:3:"106";s:5:"title";s:11:"News Header";s:5:"alias";s:17:"explorationheader";s:3:"zip";s:21:"explorationheader.zip";s:3:"uid";s:32:"8f20d5a868c90ded08b835fb9e8307d7";s:3:"img";s:28:"explorationheader/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/wordpress-news-header/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:288:"A full-screen slider that is a perfect fit for displaying news on your websites header! Check out "Layer Actions" to add links to buttons.\r\n";s:11:"setup_notes";s:277:"This is a "Default" content slider. Edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:105;a:25:{s:2:"id";s:3:"107";s:5:"title";s:23:"Minimal Website Package";s:5:"alias";s:23:"minimal-website-package";s:3:"zip";s:0:"";s:3:"uid";s:23:"minimal-website-package";s:3:"img";s:31:"packages/template_group_1_1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"110";s:11:"description";s:181:"The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.\r\n";s:11:"setup_notes";s:890:"\r\nIn the Custom JavaScript section of the "Minimal Menu" Template you can scroll down to the color change section.
\r\nFor any elements you want to background color change in addition to the sites body, add this class to the Layers Attributes ".tp-colorchange".

\r\nIf you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:106;a:25:{s:2:"id";s:3:"108";s:5:"title";s:23:"Website Builder Package";s:5:"alias";s:22:"websitebuilder-package";s:3:"zip";s:0:"";s:3:"uid";s:22:"websitebuilder-package";s:3:"img";s:29:"packages/template_group_2.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:2:"60";s:11:"description";s:191:"The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:107;a:25:{s:2:"id";s:3:"109";s:5:"title";s:26:"Dark Content Block Package";s:5:"alias";s:27:"dark-fullsite-block-package";s:3:"zip";s:0:"";s:3:"uid";s:27:"dark-fullsite-block-package";s:3:"img";s:29:"packages/template_group_4.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:158:"This Minimal Website Template has some sleek parallax effects and on-demand loading modules.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:108;a:25:{s:2:"id";s:3:"110";s:5:"title";s:27:"Light Content Block Package";s:5:"alias";s:22:"fullsite-block-package";s:3:"zip";s:0:"";s:3:"uid";s:22:"fullsite-block-package";s:3:"img";s:29:"packages/template_group_3.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:158:"This Minimal Website Template has some sleek parallax effects and on-demand loading modules.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:109;a:22:{s:2:"id";s:3:"111";s:5:"title";s:17:"Typewriter Effect";s:5:"alias";s:16:"typewritereffect";s:3:"zip";s:20:"typewritereffect.zip";s:3:"uid";s:32:"d6f8bae06cc4a7b158d680c01e59ddc2";s:3:"img";s:27:"typewritereffect/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/wordpress-typewriter-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:263:"This is the example slider from the Typewriter add-on preview.
"Layer Actions" are used for links on buttons.
\r\n";s:11:"setup_notes";s:403:"This slider template requires the Typewriter add-on to be installed. Edit the slides to change images and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:110;a:22:{s:2:"id";s:3:"112";s:5:"title";s:17:"Blend Mode Header";s:5:"alias";s:15:"blendmodeheader";s:3:"zip";s:19:"blendmodeheader.zip";s:3:"uid";s:32:"2e44e976596d757aab40ffa28086dcf9";s:3:"img";s:26:"blendmodeheader/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/blend-mode-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1000";s:11:"description";s:163:"This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.\r\n";s:11:"setup_notes";s:300:"This is a "Default" content hero slider. Just edit the slide to change the background image and texts.

\r\nCheckout our Documentation for basic help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:111;a:25:{s:2:"id";s:3:"113";s:5:"title";s:17:"Themeplicity Menu";s:5:"alias";s:17:"themeplicity_menu";s:3:"zip";s:27:"packs/themeplicity_menu.zip";s:3:"uid";s:32:"7d5c1e75eaafa63683895a32a62f4ce0";s:3:"img";s:28:"themeplicity_menu/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:2:"90";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:112;a:25:{s:2:"id";s:3:"114";s:5:"title";s:19:"Themeplicity Header";s:5:"alias";s:19:"themeplicity_header";s:3:"zip";s:29:"packs/themeplicity_header.zip";s:3:"uid";s:32:"907091e4d58acc7d12f802de2f280b7d";s:3:"img";s:30:"themeplicity_header/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1000";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:113;a:25:{s:2:"id";s:3:"115";s:5:"title";s:18:"Themeplicity Offer";s:5:"alias";s:18:"themeplicity_offer";s:3:"zip";s:28:"packs/themeplicity_offer.zip";s:3:"uid";s:32:"1bd8f9aa2f3e340449664c65ba17fb51";s:3:"img";s:29:"themeplicity_offer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"330";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:114;a:25:{s:2:"id";s:3:"116";s:5:"title";s:23:"Themeplicity What We Do";s:5:"alias";s:21:"themeplicity_whatwedo";s:3:"zip";s:31:"packs/themeplicity_whatwedo.zip";s:3:"uid";s:32:"aa800a44b5a3eab30414dde1f32bfed7";s:3:"img";s:32:"themeplicity_whatwedo/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"813";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:115;a:25:{s:2:"id";s:3:"117";s:5:"title";s:21:"Themeplicity Projects";s:5:"alias";s:21:"themeplicity_projects";s:3:"zip";s:31:"packs/themeplicity_projects.zip";s:3:"uid";s:32:"5f61b3a13033ba6a51a18270163e0a50";s:3:"img";s:32:"themeplicity_projects/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"813";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:116;a:25:{s:2:"id";s:3:"118";s:5:"title";s:24:"Themeplicity Whats Great";s:5:"alias";s:23:"themeplicity_whatsgreat";s:3:"zip";s:33:"packs/themeplicity_whatsgreat.zip";s:3:"uid";s:32:"ce9faf8c55ed2e33e091b23667e7173b";s:3:"img";s:34:"themeplicity_whatsgreat/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:117;a:25:{s:2:"id";s:3:"119";s:5:"title";s:19:"Themeplicity Tables";s:5:"alias";s:19:"themeplicity_tables";s:3:"zip";s:29:"packs/themeplicity_tables.zip";s:3:"uid";s:32:"f28bb4cd20ec1f29a1de7da5ad09c293";s:3:"img";s:30:"themeplicity_tables/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1059";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:118;a:25:{s:2:"id";s:3:"120";s:5:"title";s:24:"Themeplicity Contactform";s:5:"alias";s:24:"themeplicity_contactform";s:3:"zip";s:34:"packs/themeplicity_contactform.zip";s:3:"uid";s:32:"3e59da970f534490774fa8e053f5b5ed";s:3:"img";s:35:"themeplicity_contactform/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1067";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:119;a:25:{s:2:"id";s:3:"121";s:5:"title";s:19:"Themeplicity Footer";s:5:"alias";s:19:"themeplicity_footer";s:3:"zip";s:29:"packs/themeplicity_footer.zip";s:3:"uid";s:32:"89eeb0b4b852c5f743e1bd76e3e8f2ef";s:3:"img";s:30:"themeplicity_footer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"780";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:120;a:25:{s:2:"id";s:3:"122";s:5:"title";s:20:"Themeplicity Package";s:5:"alias";s:20:"themeplicity-package";s:3:"zip";s:0:"";s:3:"uid";s:20:"themeplicity-package";s:3:"img";s:38:"packages/templatepack_themeplicity.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:175:"The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:121;a:25:{s:2:"id";s:3:"123";s:5:"title";s:19:"Nice And Clean Menu";s:5:"alias";s:17:"NiceAndClean_Menu";s:3:"zip";s:27:"packs/NiceAndClean_Menu.zip";s:3:"uid";s:32:"3f8c01e26c7446428e045c4b1180776d";s:3:"img";s:28:"NiceAndClean_Menu/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:2:"90";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:122;a:25:{s:2:"id";s:3:"124";s:5:"title";s:21:"Nice And Clean Header";s:5:"alias";s:19:"NiceAndClean_Header";s:3:"zip";s:29:"packs/NiceAndClean_Header.zip";s:3:"uid";s:32:"76931033addb20a62557c2845a4d6a11";s:3:"img";s:30:"NiceAndClean_Header/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:123;a:25:{s:2:"id";s:3:"125";s:5:"title";s:23:"Nice And Clean Services";s:5:"alias";s:21:"NiceAndClean_Services";s:3:"zip";s:31:"packs/NiceAndClean_Services.zip";s:3:"uid";s:32:"02f72ec606800c8215bcadea09624e87";s:3:"img";s:32:"NiceAndClean_Services/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"360";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:124;a:25:{s:2:"id";s:3:"126";s:5:"title";s:20:"Nice And Clean About";s:5:"alias";s:18:"NiceAndClean_About";s:3:"zip";s:28:"packs/NiceAndClean_About.zip";s:3:"uid";s:32:"9510f6fdbb8e9473e8c22f692a6bc89f";s:3:"img";s:29:"NiceAndClean_About/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:125;a:25:{s:2:"id";s:3:"127";s:5:"title";s:20:"Nice And Clean Video";s:5:"alias";s:18:"niceandclean_video";s:3:"zip";s:28:"packs/niceandclean_video.zip";s:3:"uid";s:32:"2bb9e1ad329435cc500542d0c7025e15";s:3:"img";s:29:"niceandclean_video/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:126;a:25:{s:2:"id";s:3:"128";s:5:"title";s:25:"Nice And Clean Highlights";s:5:"alias";s:23:"niceandclean_highlights";s:3:"zip";s:33:"packs/niceandclean_highlights.zip";s:3:"uid";s:32:"ff396af163a79d2d5b35db17c1ea7aa6";s:3:"img";s:34:"niceandclean_highlights/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:127;a:25:{s:2:"id";s:3:"129";s:5:"title";s:23:"Nice And Clean Projects";s:5:"alias";s:21:"NiceAndClean_Projects";s:3:"zip";s:31:"packs/NiceAndClean_Projects.zip";s:3:"uid";s:32:"1e6695959ef83f8975b52289c08a4d44";s:3:"img";s:32:"NiceAndClean_Projects/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:128;a:25:{s:2:"id";s:3:"130";s:5:"title";s:25:"Nice And Clean TextBlocks";s:5:"alias";s:23:"niceandclean_textblocks";s:3:"zip";s:33:"packs/niceandclean_textblocks.zip";s:3:"uid";s:32:"1f33eb839c96ea3225faff1c8d382b05";s:3:"img";s:34:"niceandclean_textblocks/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:129;a:25:{s:2:"id";s:3:"131";s:5:"title";s:22:"Nice And Clean CallOut";s:5:"alias";s:20:"niceandclean_callout";s:3:"zip";s:30:"packs/niceandclean_callout.zip";s:3:"uid";s:32:"54d4d9bcf79d357de0e614700e909863";s:3:"img";s:31:"niceandclean_callout/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:130;a:25:{s:2:"id";s:3:"132";s:5:"title";s:21:"Nice And Clean Footer";s:5:"alias";s:19:"niceandclean_footer";s:3:"zip";s:29:"packs/niceandclean_footer.zip";s:3:"uid";s:32:"5492d7f72b3771a4e754f91bda063b15";s:3:"img";s:30:"niceandclean_footer/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"400";s:11:"description";s:157:"You can use this slider as a module on your website or install it as part of a slider pack.\r\n";s:11:"setup_notes";s:542:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nFor using the social sharing buttons, please install the social sharing add-on.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:131;a:22:{s:2:"id";s:3:"134";s:5:"title";s:15:"80s Style Intro";s:5:"alias";s:3:"80s";s:3:"zip";s:7:"80s.zip";s:3:"uid";s:32:"98881ab51f71b2fbdb220752d321b15a";s:3:"img";s:14:"80s/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/80s-style-intro/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:139:"This intro hero block takes you back to the 80\'s with some funky effects.\r\n";s:11:"setup_notes";s:317:"This is a "Default" content hero slider. Just edit the slide to change the background image and text.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:132;a:22:{s:2:"id";s:3:"135";s:5:"title";s:18:"Blur Effect Slider";s:5:"alias";s:10:"blurslider";s:3:"zip";s:14:"blurslider.zip";s:3:"uid";s:32:"83bd6e1ccef83f03c944fa05b0a2d879";s:3:"img";s:21:"blurslider/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/blur-effect-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:147:"This slider makes use of the brand new blur effects available with version 5.3.1.\r\n";s:11:"setup_notes";s:315:"This is a "Default" content slider. Just edit the slides to change the background images and texts.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:133;a:22:{s:2:"id";s:3:"136";s:5:"title";s:18:"Coming Soon Add-On";s:5:"alias";s:15:"ComingSoonAddon";s:3:"zip";s:19:"ComingSoonAddon.zip";s:3:"uid";s:32:"51258492055b940099eb96ba52901fa9";s:3:"img";s:26:"ComingSoonAddon/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/coming-soon-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:133:"This slider template makes use of the brand new Coming Soon Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:197:"[{"path":"revslider-maintenance-addon\\/revslider-maintenance-addon.php","name":"Coming Soon & Maintenance AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:134;a:25:{s:2:"id";s:3:"137";s:5:"title";s:22:"Nice And Clean Package";s:5:"alias";s:22:"nice-and-clean-package";s:3:"zip";s:0:"";s:3:"uid";s:22:"nice-and-clean-package";s:3:"img";s:38:"packages/templatepack_niceandclean.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"800";s:11:"description";s:242:"The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:135;a:22:{s:2:"id";s:3:"138";s:5:"title";s:18:"Snow Effect Add-On";s:5:"alias";s:9:"snowaddon";s:3:"zip";s:13:"snowaddon.zip";s:3:"uid";s:32:"7408d8567b8af5716eaabd390422e51b";s:3:"img";s:20:"snowaddon/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/snow-effect-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:183:"Add a pleasant Snow Effect to your website with this slider template. Make sure to install the "Holiday Snow" Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:153:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:136;a:22:{s:2:"id";s:3:"139";s:5:"title";s:19:"Particle Effect One";s:5:"alias";s:19:"particle-effect-one";s:3:"zip";s:23:"particle-effect-one.zip";s:3:"uid";s:32:"a4611c906e35ca60f617da86217b5299";s:3:"img";s:30:"particle-effect-one/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/particle-effect-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:143:"A unique particle effect that can serve as a stunning intro for your website.\r\n";s:11:"setup_notes";s:442:"The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the "BLEND MODE IMAGE" layer and go to "advanced style -> filters -> blend mode".\r\n\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:137;a:22:{s:2:"id";s:3:"140";s:5:"title";s:19:"Particle Effect Two";s:5:"alias";s:19:"particle-effect-two";s:3:"zip";s:23:"particle-effect-two.zip";s:3:"uid";s:32:"b8ecbf43374a69e4ab329ea834862ef8";s:3:"img";s:30:"particle-effect-two/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/particle-effect-intro/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:143:"A unique particle effect that can serve as a stunning intro for your website.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:138;a:22:{s:2:"id";s:3:"141";s:5:"title";s:21:"Particle Effect Three";s:5:"alias";s:21:"particle-effect-three";s:3:"zip";s:25:"particle-effect-three.zip";s:3:"uid";s:32:"b33bc2c5655d8d51cd17c3740f72e748";s:3:"img";s:32:"particle-effect-three/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/particle-background-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:143:"A unique particle effect that can serve as a stunning intro for your website.\r\n";s:11:"setup_notes";s:437:"The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the "BLEND IMAGE" layer and go to "advanced style -> filters -> blend mode".\r\n\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:139;a:22:{s:2:"id";s:3:"142";s:5:"title";s:16:"Portfolio Viewer";s:5:"alias";s:15:"portfolioviewer";s:3:"zip";s:19:"portfolioviewer.zip";s:3:"uid";s:32:"9ac7230ff5b880fb6c8f28fbbc123b3b";s:3:"img";s:26:"portfolioviewer/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/wordpress-portfolio-plugin/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:207:"This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.\r\n";s:11:"setup_notes";s:387:"The navigation for the slides is found in the Static Layers.\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:140;a:22:{s:2:"id";s:3:"143";s:5:"title";s:12:"App Showcase";s:5:"alias";s:11:"appshowcase";s:3:"zip";s:15:"appshowcase.zip";s:3:"uid";s:32:"082aef931b0369080bc30c3a2a0c331f";s:3:"img";s:22:"appshowcase/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/app-showcase-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:239:"This template shows off our new "Polyfold Effects" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:141;a:22:{s:2:"id";s:3:"144";s:5:"title";s:19:"Gravity Design Hero";s:5:"alias";s:13:"gravitydesign";s:3:"zip";s:17:"gravitydesign.zip";s:3:"uid";s:32:"7bdbe73a6e5bf290cb4412708ac4134d";s:3:"img";s:24:"gravitydesign/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:205:"This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our "Particle Effects" Add-on to be installed.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:142;a:22:{s:2:"id";s:3:"145";s:5:"title";s:14:"404 Error Page";s:5:"alias";s:12:"404errorpage";s:3:"zip";s:16:"404errorpage.zip";s:3:"uid";s:32:"2dc62d802b42b73088651cac17d0c486";s:3:"img";s:23:"404errorpage/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/404-error-page-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:227:"This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"{"1":{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}}";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:143;a:22:{s:2:"id";s:3:"146";s:5:"title";s:16:"Carousel Gallery";s:5:"alias";s:15:"carouselgallery";s:3:"zip";s:19:"carouselgallery.zip";s:3:"uid";s:32:"041838fd32923c40e15c998f0ea19526";s:3:"img";s:26:"carouselgallery/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/wordpress-carousel-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:159:"This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:144;a:22:{s:2:"id";s:3:"147";s:5:"title";s:16:"Filmstrip Effect";s:5:"alias";s:9:"filmstrip";s:3:"zip";s:13:"filmstrip.zip";s:3:"uid";s:32:"7bd142f272cc15d86998a79520e9e581";s:3:"img";s:20:"filmstrip/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/filmstrip-add-on-slider/ ";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:180:"[{"path":"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php","name":"Background FilmStrip Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:145;a:22:{s:2:"id";s:3:"148";s:5:"title";s:11:"Space Opera";s:5:"alias";s:10:"spaceopera";s:3:"zip";s:14:"spaceopera.zip";s:3:"uid";s:32:"a2c8bffcb138a86c0f373adebb6de046";s:3:"img";s:21:"spaceopera/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/space-opera-presentation/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:201:"The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:146;a:22:{s:2:"id";s:3:"149";s:5:"title";s:13:"Website Intro";s:5:"alias";s:12:"websiteintro";s:3:"zip";s:16:"websiteintro.zip";s:3:"uid";s:32:"348df76d999456aa19be58c9df56ae20";s:3:"img";s:23:"websiteintro/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/website-intro-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:274:"Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:171:"[{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:147;a:22:{s:2:"id";s:3:"150";s:5:"title";s:13:"Mask Showcase";s:5:"alias";s:12:"maskshowcase";s:3:"zip";s:16:"maskshowcase.zip";s:3:"uid";s:32:"fc943c31e2da9c63b252aeabf554d128";s:3:"img";s:23:"maskshowcase/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/minimal-mask-showcase/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:148;a:22:{s:2:"id";s:3:"151";s:5:"title";s:20:"Parallax Zoom Slices";s:5:"alias";s:18:"parallaxzoomslices";s:3:"zip";s:22:"parallaxzoomslices.zip";s:3:"uid";s:32:"83537cae05709ddb9bcb7375470a5894";s:3:"img";s:29:"parallaxzoomslices/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:249:"This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:171:"[{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:149;a:22:{s:2:"id";s:3:"152";s:5:"title";s:22:"Double Exposure Effect";s:5:"alias";s:20:"doubleexposureeffect";s:3:"zip";s:24:"doubleexposureeffect.zip";s:3:"uid";s:32:"8d9229b5cbcf5bda5fbdc6a8e01a2b8c";s:3:"img";s:31:"doubleexposureeffect/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/wordpress-double-exposure-effect/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:150;a:22:{s:2:"id";s:3:"153";s:5:"title";s:24:"Mountain Parallax Header";s:5:"alias";s:22:"mountainparallaxheader";s:3:"zip";s:26:"mountainparallaxheader.zip";s:3:"uid";s:32:"8dc64663f317a2abdf179bbe341d016e";s:3:"img";s:33:"mountainparallaxheader/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/mountain-wordpress-parallax-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:192:"This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:151;a:25:{s:2:"id";s:3:"154";s:5:"title";s:26:"GoodNews One-Pager Package";s:5:"alias";s:26:"goodnews-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:26:"goodnews-one-pager-package";s:3:"img";s:44:"packages/templatepack_goodnews_one_pager.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:4:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:4:"hero";i:3;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:152;a:25:{s:2:"id";s:3:"155";s:5:"title";s:13:"GoodNews Menu";s:5:"alias";s:12:"goodnewsmenu";s:3:"zip";s:22:"packs/goodnewsmenu.zip";s:3:"uid";s:32:"4cbc82501ff340fcdc0acf7eb3ba2640";s:3:"img";s:23:"goodnewsmenu/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"You can use this slider as a module on your website or install it as part of a slider pack. \r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:153;a:25:{s:2:"id";s:3:"156";s:5:"title";s:15:"GoodNews Header";s:5:"alias";s:14:"goodnewsheader";s:3:"zip";s:24:"packs/goodnewsheader.zip";s:3:"uid";s:32:"c6660b6bdbf596f38466f569596f5259";s:3:"img";s:25:"goodnewsheader/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:154;a:25:{s:2:"id";s:3:"157";s:5:"title";s:18:"GoodNews Whats Hot";s:5:"alias";s:16:"goodnewswhatshot";s:3:"zip";s:26:"packs/goodnewswhatshot.zip";s:3:"uid";s:32:"cb841ce64a99a6644adab049cf5405cd";s:3:"img";s:27:"goodnewswhatshot/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:155;a:25:{s:2:"id";s:3:"158";s:5:"title";s:17:"GoodNews Featured";s:5:"alias";s:16:"goodnewsfeatured";s:3:"zip";s:26:"packs/goodnewsfeatured.zip";s:3:"uid";s:32:"00bde4b09e3700da7183999eaf137ccc";s:3:"img";s:27:"goodnewsfeatured/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:156;a:25:{s:2:"id";s:3:"159";s:5:"title";s:18:"GoodNews Spotlight";s:5:"alias";s:17:"goodnewsspotlight";s:3:"zip";s:27:"packs/goodnewsspotlight.zip";s:3:"uid";s:32:"138076241a828e1c5764379944755f2b";s:3:"img";s:28:"goodnewsspotlight/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.4";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:157;a:25:{s:2:"id";s:3:"160";s:5:"title";s:17:"GoodNews Carousel";s:5:"alias";s:16:"goodnewscarousel";s:3:"zip";s:26:"packs/goodnewscarousel.zip";s:3:"uid";s:32:"d29d4460a6015e30d08d2714232d3768";s:3:"img";s:27:"goodnewscarousel/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:158;a:25:{s:2:"id";s:3:"161";s:5:"title";s:16:"GoodNews Callout";s:5:"alias";s:15:"goodnewscallout";s:3:"zip";s:25:"packs/goodnewscallout.zip";s:3:"uid";s:32:"d9568b3193e96577fae630b3a6728785";s:3:"img";s:26:"goodnewscallout/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:159;a:25:{s:2:"id";s:3:"162";s:5:"title";s:15:"GoodNews Footer";s:5:"alias";s:14:"goodnewsfooter";s:3:"zip";s:24:"packs/goodnewsfooter.zip";s:3:"uid";s:32:"34f43f891cb8d55375149dc4bbc38298";s:3:"img";s:25:"goodnewsfooter/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;}i:160;a:25:{s:2:"id";s:3:"163";s:5:"title";s:29:"GoodNews Content Page Package";s:5:"alias";s:29:"goodnews-content-page-package";s:3:"zip";s:0:"";s:3:"uid";s:29:"goodnews-content-page-package";s:3:"img";s:55:"packages/templatepack_goodnews_content_page_package.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;}i:161;a:25:{s:2:"id";s:3:"164";s:5:"title";s:18:"GoodNews Menu Back";s:5:"alias";s:16:"goodnewsmenuback";s:3:"zip";s:26:"packs/goodnewsmenuback.zip";s:3:"uid";s:32:"1340d1aeefba497a7d404d12a1fceed4";s:3:"img";s:27:"goodnewsmenuback/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;}i:162;a:25:{s:2:"id";s:3:"165";s:5:"title";s:20:"GoodNews Blog Header";s:5:"alias";s:18:"goodnewsblogheader";s:3:"zip";s:28:"packs/goodnewsblogheader.zip";s:3:"uid";s:32:"abc4d7c1e48475c6def05f1f6d8bf564";s:3:"img";s:29:"goodnewsblogheader/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;}i:163;a:25:{s:2:"id";s:3:"166";s:5:"title";s:21:"GoodNews Blog Content";s:5:"alias";s:19:"goodnewsblogcontent";s:3:"zip";s:29:"packs/goodnewsblogcontent.zip";s:3:"uid";s:32:"bbf34563da6db2779c29599b503b07e9";s:3:"img";s:30:"goodnewsblogcontent/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;}i:164;a:25:{s:2:"id";s:3:"167";s:5:"title";s:21:"GoodNews Testimonials";s:5:"alias";s:20:"goodnewstestimonials";s:3:"zip";s:30:"packs/goodnewstestimonials.zip";s:3:"uid";s:32:"606b7336e86f69c567542d3f43712b56";s:3:"img";s:31:"goodnewstestimonials/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;}i:165;a:25:{s:2:"id";s:3:"168";s:5:"title";s:20:"GoodNews Blog Footer";s:5:"alias";s:18:"goodnewsblogfooter";s:3:"zip";s:28:"packs/goodnewsblogfooter.zip";s:3:"uid";s:32:"1fb88aecfb116fde67ce8d52bd3b5f05";s:3:"img";s:29:"goodnewsblogfooter/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;}i:166;a:22:{s:2:"id";s:3:"169";s:5:"title";s:19:"Before After Slider";s:5:"alias";s:17:"beforeafterslider";s:3:"zip";s:21:"beforeafterslider.zip";s:3:"uid";s:32:"6e615091a1fc3037c24b985ce5136fb2";s:3:"img";s:28:"beforeafterslider/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/before-after-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.3.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:201:"This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.\r\n";s:11:"setup_notes";s:320:"How to install Add-Ons.\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:167;a:22:{s:2:"id";s:3:"170";s:5:"title";s:16:"Product Showcase";s:5:"alias";s:15:"productshowcase";s:3:"zip";s:19:"productshowcase.zip";s:3:"uid";s:32:"a43447670260aaa7e8ff66cedfddb57a";s:3:"img";s:26:"productshowcase/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/wordpress-product-showcase-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:165:"Looking to sell products effectively? Our product showcase slider is just what you are looking for!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:168;a:22:{s:2:"id";s:3:"171";s:5:"title";s:23:"Overexposure Transition";s:5:"alias";s:22:"overexposuretransition";s:3:"zip";s:26:"overexposuretransition.zip";s:3:"uid";s:32:"13f16bbe6c6d646c7d0cb817a0d3d181";s:3:"img";s:33:"overexposuretransition/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/overexposure-transition-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:155:"Subtle overexposure transitions and smooth color fade effects make this slider stand out.\r\n";s:11:"setup_notes";s:320:"How to install Add-Ons.\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:169;a:22:{s:2:"id";s:3:"172";s:5:"title";s:15:"Parallax Scroll";s:5:"alias";s:14:"parallaxscroll";s:3:"zip";s:18:"parallaxscroll.zip";s:3:"uid";s:32:"82546ee2f6af6c6682852f495109b3c3";s:3:"img";s:25:"parallaxscroll/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/parallax-scroll/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:148:"A strikingly colourful header for your website with super smooth parallax effects.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:170;a:25:{s:2:"id";s:3:"173";s:5:"title";s:24:"TechCo One-Pager Package";s:5:"alias";s:24:"techco-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:24:"techco-one-pager-package";s:3:"img";s:28:"packages/techco_overview.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:171;a:25:{s:2:"id";s:3:"174";s:5:"title";s:11:"TechCo Menu";s:5:"alias";s:11:"techco-menu";s:3:"zip";s:21:"packs/techco-menu.zip";s:3:"uid";s:32:"55e5efee828cdf1ff7e2d3b90a301ea9";s:3:"img";s:22:"techco-menu/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:172;a:25:{s:2:"id";s:3:"175";s:5:"title";s:13:"TechCo Header";s:5:"alias";s:13:"techco-header";s:3:"zip";s:23:"packs/techco-header.zip";s:3:"uid";s:32:"fb574d1376de9b1e408c91f51e6497d7";s:3:"img";s:24:"techco-header/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:173;a:25:{s:2:"id";s:3:"176";s:5:"title";s:12:"TechCo About";s:5:"alias";s:12:"techco-about";s:3:"zip";s:22:"packs/techco-about.zip";s:3:"uid";s:32:"ba216da8231e55118d87e37d2358812c";s:3:"img";s:23:"techco-about/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:174;a:25:{s:2:"id";s:3:"177";s:5:"title";s:15:"TechCo Services";s:5:"alias";s:15:"techco-services";s:3:"zip";s:25:"packs/techco-services.zip";s:3:"uid";s:32:"ef4a8ddbb5e1136133f7bc1227248e22";s:3:"img";s:26:"techco-services/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:175;a:25:{s:2:"id";s:3:"178";s:5:"title";s:12:"TechCo Video";s:5:"alias";s:12:"techco-video";s:3:"zip";s:22:"packs/techco-video.zip";s:3:"uid";s:32:"d7bb92281d05f39f9bc9eca71f90e402";s:3:"img";s:23:"techco-video/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:176;a:25:{s:2:"id";s:3:"179";s:5:"title";s:13:"TechCo Prices";s:5:"alias";s:13:"techco-prices";s:3:"zip";s:23:"packs/techco-prices.zip";s:3:"uid";s:32:"6291f404efbea12bb181352aba71ef11";s:3:"img";s:24:"techco-prices/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:177;a:25:{s:2:"id";s:3:"180";s:5:"title";s:19:"TechCo Testimonials";s:5:"alias";s:19:"techco-testimonials";s:3:"zip";s:29:"packs/techco-testimonials.zip";s:3:"uid";s:32:"3460bd51f6b80599266fecb7fbb918be";s:3:"img";s:30:"techco-testimonials/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:178;a:25:{s:2:"id";s:3:"181";s:5:"title";s:13:"TechCo Footer";s:5:"alias";s:13:"techco-footer";s:3:"zip";s:23:"packs/techco-footer.zip";s:3:"uid";s:32:"640abcd549137520461a4a71ff758a3b";s:3:"img";s:24:"techco-footer/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;}i:179;a:22:{s:2:"id";s:3:"182";s:5:"title";s:12:"Live Weather";s:5:"alias";s:7:"weather";s:3:"zip";s:11:"weather.zip";s:3:"uid";s:32:"aab92e69374e4c7b8c6741fe02e574b9";s:3:"img";s:18:"weather/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/wordpress-live-weather-add-on/";s:7:"version";s:5:"1.0.3";s:8:"required";s:7:"5.4.5.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:173:"Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:168:"[{"path":"revslider-weather-addon\\/revslider-weather-addon.php","name":"Live Weather Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:180;a:22:{s:2:"id";s:3:"183";s:5:"title";s:17:"360 Panorama Tour";s:5:"alias";s:11:"360panorama";s:3:"zip";s:15:"360panorama.zip";s:3:"uid";s:32:"332720fdacdbb38f65e8327a2a96c52d";s:3:"img";s:22:"360panorama/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.5.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:155:"An example template for our Panorama 360 tour add-on, created for the real estate market.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:165:"[{"path":"revslider-panorama-addon\\/revslider-panorama-addon.php","name":"Panorama AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:181;a:22:{s:2:"id";s:3:"184";s:5:"title";s:14:"Duotone Add-on";s:5:"alias";s:14:"duotone-add-on";s:3:"zip";s:18:"duotone-add-on.zip";s:3:"uid";s:32:"a428c6f363b3146e96d20a6f44958922";s:3:"img";s:25:"duotone-add-on/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:168:"This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:350:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php","name":"Duotone AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:182;a:22:{s:2:"id";s:3:"185";s:5:"title";s:13:"Reveal Add-on";s:5:"alias";s:13:"reveal-add-on";s:3:"zip";s:17:"reveal-add-on.zip";s:3:"uid";s:32:"7fa7525d8ff7fa7365cb98a437e88e32";s:3:"img";s:24:"reveal-add-on/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/wordpress-content-reveal-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:204:"An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:337:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:201;a:22:{s:2:"id";s:3:"210";s:5:"title";s:21:"Cryptocurrency Prices";s:5:"alias";s:12:"cryptoslider";s:3:"zip";s:16:"cryptoslider.zip";s:3:"uid";s:32:"c4b02210387f11946223977e940d9e9e";s:3:"img";s:23:"cryptoslider/slide1.jpg";s:7:"preview";s:95:"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/";s:7:"version";s:5:"1.0.6";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:209:"This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.\r\n";s:11:"setup_notes";s:410:"Please refer to the "Custom JavaScript" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:202;a:25:{s:2:"id";s:3:"211";s:5:"title";s:18:"Immersion One Page";s:5:"alias";s:26:"immersion-one-page-package";s:3:"zip";s:0:"";s:3:"uid";s:26:"immersion-one-page-package";s:3:"img";s:31:"packages/immersion_overview.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:292:"The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:343:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"},{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:203;a:25:{s:2:"id";s:3:"212";s:5:"title";s:16:"Immersion Header";s:5:"alias";s:16:"immersion_header";s:3:"zip";s:26:"packs/immersion_header.zip";s:3:"uid";s:32:"853da51256308b341ecd030bd4883229";s:3:"img";s:27:"immersion_header/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:204;a:25:{s:2:"id";s:3:"213";s:5:"title";s:19:"Immersion Mountains";s:5:"alias";s:19:"immersion-mountains";s:3:"zip";s:29:"packs/immersion-mountains.zip";s:3:"uid";s:32:"817167eb3fe22b7e065ba210cbe6d53c";s:3:"img";s:30:"immersion-mountains/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:171:"[{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:205;a:25:{s:2:"id";s:3:"214";s:5:"title";s:17:"Immersion Product";s:5:"alias";s:17:"immersion-product";s:3:"zip";s:27:"packs/immersion-product.zip";s:3:"uid";s:32:"64134f263484d2bbcd7ef088ffbbfb4b";s:3:"img";s:28:"immersion-product/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:206;a:25:{s:2:"id";s:3:"215";s:5:"title";s:16:"Immersion Design";s:5:"alias";s:16:"immersion-design";s:3:"zip";s:26:"packs/immersion-design.zip";s:3:"uid";s:32:"91e1d77c1a2826438763804f4d02bc26";s:3:"img";s:27:"immersion-design/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:207;a:25:{s:2:"id";s:3:"216";s:5:"title";s:22:"Immersion Phototgraphy";s:5:"alias";s:21:"immersion-photography";s:3:"zip";s:31:"packs/immersion-photography.zip";s:3:"uid";s:32:"e3ddf0c577b09740f5cbf2e38ffd684d";s:3:"img";s:32:"immersion-photography/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:208;a:25:{s:2:"id";s:3:"217";s:5:"title";s:14:"Immersion Grid";s:5:"alias";s:14:"immersion-grid";s:3:"zip";s:24:"packs/immersion-grid.zip";s:3:"uid";s:32:"b6903868189bb83b2c7a852fde3a7dc3";s:3:"img";s:25:"immersion-grid/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:209;a:22:{s:2:"id";s:3:"218";s:5:"title";s:18:"Funky Intro Slider";s:5:"alias";s:11:"funkyslider";s:3:"zip";s:15:"funkyslider.zip";s:3:"uid";s:32:"2d4187e3fdad19b976be335253c8925d";s:3:"img";s:22:"funkyslider/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:335:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"},{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:210;a:25:{s:2:"id";s:3:"219";s:5:"title";s:19:"Clear View Magazine";s:5:"alias";s:27:"clear-view-magazine-package";s:3:"zip";s:0:"";s:3:"uid";s:27:"clear-view-magazine-package";s:3:"img";s:41:"packages/clear_view_magazine_overview.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:211;a:25:{s:2:"id";s:3:"220";s:5:"title";s:15:"Clear View Menu";s:5:"alias";s:14:"clearview_menu";s:3:"zip";s:24:"packs/clearview_menu.zip";s:3:"uid";s:32:"eaecee5fa5f3c3a7f4d2a96c4616a353";s:3:"img";s:25:"clearview_menu/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:212;a:25:{s:2:"id";s:3:"221";s:5:"title";s:17:"Clear View Header";s:5:"alias";s:16:"clearview_header";s:3:"zip";s:26:"packs/clearview_header.zip";s:3:"uid";s:32:"25e3dd80ad130875d7438a07952cb0cd";s:3:"img";s:27:"clearview_header/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:213;a:25:{s:2:"id";s:3:"222";s:5:"title";s:18:"Clear View Mission";s:5:"alias";s:17:"clearview_mission";s:3:"zip";s:27:"packs/clearview_mission.zip";s:3:"uid";s:32:"35b2092a49fd2beb549342e69097eb5b";s:3:"img";s:28:"clearview_mission/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:214;a:25:{s:2:"id";s:3:"223";s:5:"title";s:17:"Clear View Slider";s:5:"alias";s:17:"clear-view-slider";s:3:"zip";s:27:"packs/clear-view-slider.zip";s:3:"uid";s:32:"d2e17edffce16ed78c54b0ef23fd7e05";s:3:"img";s:28:"clear-view-slider/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:215;a:25:{s:2:"id";s:3:"224";s:5:"title";s:15:"Clear View News";s:5:"alias";s:15:"clear-view-news";s:3:"zip";s:25:"packs/clear-view-news.zip";s:3:"uid";s:32:"5698d3131ba141e9afcfd2906739dd00";s:3:"img";s:26:"clear-view-news/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:216;a:25:{s:2:"id";s:3:"225";s:5:"title";s:18:"Clear View Clients";s:5:"alias";s:18:"clear-view-clients";s:3:"zip";s:28:"packs/clear-view-clients.zip";s:3:"uid";s:32:"b95616a94832e22bdfac5ce60232be1b";s:3:"img";s:29:"clear-view-clients/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:217;a:25:{s:2:"id";s:3:"226";s:5:"title";s:18:"Clear View Contact";s:5:"alias";s:18:"clear-view-contact";s:3:"zip";s:28:"packs/clear-view-contact.zip";s:3:"uid";s:32:"0e0cc1d8f6f6500e5f8a2b091fa3b4cb";s:3:"img";s:29:"clear-view-contact/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:218;a:25:{s:2:"id";s:3:"227";s:5:"title";s:20:"Clear View Post Page";s:5:"alias";s:28:"clear-view-post-page-package";s:3:"zip";s:0:"";s:3:"uid";s:28:"clear-view-post-page-package";s:3:"img";s:42:"packages/clear_view_post_page_overview.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;}i:219;a:25:{s:2:"id";s:3:"228";s:5:"title";s:22:"Clear View Single Menu";s:5:"alias";s:22:"clear-view-single-menu";s:3:"zip";s:32:"packs/clear-view-single-menu.zip";s:3:"uid";s:32:"1e80f81982f8a4ea763482d4fa99d321";s:3:"img";s:33:"clear-view-single-menu/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;}i:220;a:25:{s:2:"id";s:3:"229";s:5:"title";s:24:"Clear View Single Header";s:5:"alias";s:24:"clear-view-single-header";s:3:"zip";s:34:"packs/clear-view-single-header.zip";s:3:"uid";s:32:"c8d717627be6cd5e70922ab609694dbf";s:3:"img";s:35:"clear-view-single-header/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;}i:221;a:25:{s:2:"id";s:3:"230";s:5:"title";s:23:"Clear View Single Media";s:5:"alias";s:23:"clear-view-single-media";s:3:"zip";s:33:"packs/clear-view-single-media.zip";s:3:"uid";s:32:"c480368ded2a64f0cdd44f1674213814";s:3:"img";s:34:"clear-view-single-media/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;}i:222;a:25:{s:2:"id";s:3:"231";s:5:"title";s:22:"Clear View Single More";s:5:"alias";s:22:"clear-view-single-more";s:3:"zip";s:32:"packs/clear-view-single-more.zip";s:3:"uid";s:32:"9c693190df26218366d1f77e10cf550a";s:3:"img";s:33:"clear-view-single-more/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;}i:223;a:25:{s:2:"id";s:3:"232";s:5:"title";s:25:"Clear View Single Contact";s:5:"alias";s:25:"clear-view-single-contact";s:3:"zip";s:35:"packs/clear-view-single-contact.zip";s:3:"uid";s:32:"73c0a889f2b654a87b5aba1ff76fbc5c";s:3:"img";s:36:"clear-view-single-contact/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;}i:224;a:22:{s:2:"id";s:3:"233";s:5:"title";s:18:"Clean Landing Page";s:5:"alias";s:16:"cleanlandingpage";s:3:"zip";s:20:"cleanlandingpage.zip";s:3:"uid";s:32:"727a3680d312f22c6a5998ebdb9afe52";s:3:"img";s:27:"cleanlandingpage/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/clean-landing-page-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:203:"The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:225;a:22:{s:2:"id";s:3:"234";s:5:"title";s:9:"Clear Cut";s:5:"alias";s:8:"clearcut";s:3:"zip";s:12:"clearcut.zip";s:3:"uid";s:32:"07f43c00e9b4d3057a03cdb3385ad2b7";s:3:"img";s:19:"clearcut/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:240:"The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:226;a:25:{s:2:"id";s:3:"235";s:5:"title";s:22:"Wonderstruck One-Pager";s:5:"alias";s:30:"wonderstruck-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:30:"wonderstruck-one-pager-package";s:3:"img";s:44:"packages/wonderstruck-one-pager-overview.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:241:"The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:227;a:25:{s:2:"id";s:3:"236";s:5:"title";s:17:"Wonderstruck Menu";s:5:"alias";s:17:"wonderstruck_menu";s:3:"zip";s:27:"packs/wonderstruck_menu.zip";s:3:"uid";s:32:"0a976e9aaae59c4f795b38f59f5a08d8";s:3:"img";s:28:"wonderstruck_menu/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:228;a:25:{s:2:"id";s:3:"237";s:5:"title";s:19:"Wonderstruck Header";s:5:"alias";s:19:"wonderstruck_header";s:3:"zip";s:29:"packs/wonderstruck_header.zip";s:3:"uid";s:32:"e1379f77a902960a0ce12d44d85a9e0a";s:3:"img";s:30:"wonderstruck_header/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:229;a:25:{s:2:"id";s:3:"238";s:5:"title";s:18:"Wonderstruck About";s:5:"alias";s:18:"wonderstruck_about";s:3:"zip";s:28:"packs/wonderstruck_about.zip";s:3:"uid";s:32:"d207fb140fd328acc3038300ea52082a";s:3:"img";s:29:"wonderstruck_about/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:230;a:25:{s:2:"id";s:3:"239";s:5:"title";s:18:"Wonderstruck Works";s:5:"alias";s:18:"wonderstruck-works";s:3:"zip";s:28:"packs/wonderstruck-works.zip";s:3:"uid";s:32:"4476935097e27d92454b0011b7700c1d";s:3:"img";s:29:"wonderstruck-works/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:231;a:25:{s:2:"id";s:3:"240";s:5:"title";s:20:"Wonderstruck Contact";s:5:"alias";s:20:"wonderstruck-contact";s:3:"zip";s:30:"packs/wonderstruck-contact.zip";s:3:"uid";s:32:"9e4911521f77bce2b8efa40f4c2adc22";s:3:"img";s:31:"wonderstruck-contact/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:232;a:22:{s:2:"id";s:3:"241";s:5:"title";s:12:"Bubble Morph";s:5:"alias";s:11:"bubblemorph";s:3:"zip";s:15:"bubblemorph.zip";s:3:"uid";s:32:"1102d6f5460ab82cb612cbe9f1d9514b";s:3:"img";s:22:"bubblemorph/slide1.jpg";s:7:"preview";s:75:"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:188:"The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:233;a:22:{s:2:"id";s:3:"242";s:5:"title";s:16:"Distortion AddOn";s:5:"alias";s:15:"distortionaddon";s:3:"zip";s:19:"distortionaddon.zip";s:3:"uid";s:32:"0ad46c9929bb2fa6316f1e6ced301aaf";s:3:"img";s:26:"distortionaddon/slide1.jpg";s:7:"preview";s:73:"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:182:"[{"path":"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php","name":"Distortion Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:234;a:22:{s:2:"id";s:3:"243";s:5:"title";s:10:"Club Flyer";s:5:"alias";s:9:"clubflyer";s:3:"zip";s:13:"clubflyer.zip";s:3:"uid";s:32:"dab73b9904d0e643a35b0475980998bd";s:3:"img";s:20:"clubflyer/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:227:"This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. \r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:187:"[{"path":"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php","name":"Exploding Layers AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:235;a:22:{s:2:"id";s:3:"244";s:5:"title";s:16:"Paintbrush AddOn";s:5:"alias";s:15:"paintbrushaddon";s:3:"zip";s:19:"paintbrushaddon.zip";s:3:"uid";s:32:"c85c48a6742b4bf72a2590cc1b50f6a0";s:3:"img";s:26:"paintbrushaddon/slide1.jpg";s:7:"preview";s:73:"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:239:"The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:171:"[{"path":"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php","name":"Paintbrush AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:236;a:25:{s:2:"id";s:3:"245";s:5:"title";s:18:"Parallax One-Pager";s:5:"alias";s:26:"parallax-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:26:"parallax-one-pager-package";s:3:"img";s:39:"packages/parallax-one-pager-package.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:230:"The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:237;a:25:{s:2:"id";s:3:"246";s:5:"title";s:15:"Parallax Header";s:5:"alias";s:15:"parallax_header";s:3:"zip";s:25:"packs/parallax_header.zip";s:3:"uid";s:32:"32bf4a0f5136853bd6bd366275a7a60b";s:3:"img";s:26:"parallax_header/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:230:"The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:238;a:25:{s:2:"id";s:3:"247";s:5:"title";s:16:"Parallax Content";s:5:"alias";s:16:"parallax_content";s:3:"zip";s:26:"packs/parallax_content.zip";s:3:"uid";s:32:"a25c5fb8f74757476ab4dc038e56f90d";s:3:"img";s:27:"parallax_content/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:230:"The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:239;a:25:{s:2:"id";s:3:"248";s:5:"title";s:15:"Parallax Footer";s:5:"alias";s:15:"parallax_footer";s:3:"zip";s:25:"packs/parallax_footer.zip";s:3:"uid";s:32:"665dff9ea6eaf162a2a1f160f51a9ddb";s:3:"img";s:26:"parallax_footer/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:230:"The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:240;a:25:{s:2:"id";s:3:"249";s:5:"title";s:18:"Le Chef Restaurant";s:5:"alias";s:18:"le-chef-restaurant";s:3:"zip";s:0:"";s:3:"uid";s:26:"le-chef-restaurant-package";s:3:"img";s:39:"packages/le-chef-restaurant-package.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:261:"The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:241;a:25:{s:2:"id";s:3:"250";s:5:"title";s:12:"Le Chef Menu";s:5:"alias";s:12:"le-chef-menu";s:3:"zip";s:22:"packs/le-chef-menu.zip";s:3:"uid";s:32:"2f2a6a333431fefe4a7b3b6a982b2ff5";s:3:"img";s:23:"le-chef-menu/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:242;a:25:{s:2:"id";s:3:"251";s:5:"title";s:14:"Le Chef Header";s:5:"alias";s:14:"le-chef-header";s:3:"zip";s:24:"packs/le-chef-header.zip";s:3:"uid";s:32:"06450ca3be5a4a8959f3752ab974e574";s:3:"img";s:25:"le-chef-header/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:243;a:25:{s:2:"id";s:3:"252";s:5:"title";s:18:"Le Chef Philosophy";s:5:"alias";s:18:"le-chef-philosophy";s:3:"zip";s:28:"packs/le-chef-philosophy.zip";s:3:"uid";s:32:"a532fd029addeb18106e751409b8e20a";s:3:"img";s:29:"le-chef-philosophy/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:244;a:25:{s:2:"id";s:3:"253";s:5:"title";s:12:"Le Chef Food";s:5:"alias";s:12:"le-chef-food";s:3:"zip";s:22:"packs/le-chef-food.zip";s:3:"uid";s:32:"cd4b6a2cb5de2dd20a0e8ba0c35451df";s:3:"img";s:23:"le-chef-food/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:245;a:25:{s:2:"id";s:3:"254";s:5:"title";s:16:"Le Chef La Carte";s:5:"alias";s:16:"le-chef-la-carte";s:3:"zip";s:26:"packs/le-chef-la-carte.zip";s:3:"uid";s:32:"6f312749679c3ba52c41189a6b8bf729";s:3:"img";s:27:"le-chef-la-carte/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:246;a:25:{s:2:"id";s:3:"255";s:5:"title";s:14:"Le Chef Footer";s:5:"alias";s:14:"le-chef-footer";s:3:"zip";s:24:"packs/le-chef-footer.zip";s:3:"uid";s:32:"12fc241e8e5b9e5df9758c43448e2907";s:3:"img";s:25:"le-chef-footer/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:247;a:22:{s:2:"id";s:3:"256";s:5:"title";s:20:"News Magazine Slider";s:5:"alias";s:20:"news-magazine-slider";s:3:"zip";s:24:"news-magazine-slider.zip";s:3:"uid";s:32:"31f2c1506babb1fef459401f051d2d52";s:3:"img";s:31:"news-magazine-slider/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:205:"The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:248;a:22:{s:2:"id";s:3:"257";s:5:"title";s:18:"Real Estate Slider";s:5:"alias";s:18:"real-estate-slider";s:3:"zip";s:22:"real-estate-slider.zip";s:3:"uid";s:32:"739ce6336e46815094387c9448e6c804";s:3:"img";s:29:"real-estate-slider/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/real-estate-slider-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:204:"The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:249;a:22:{s:2:"id";s:3:"258";s:5:"title";s:14:"Fashion Header";s:5:"alias";s:14:"fashion-header";s:3:"zip";s:18:"fashion-header.zip";s:3:"uid";s:32:"24ece4e7f4d31cd90377c62abbd9e25a";s:3:"img";s:25:"fashion-header/slide1.jpg";s:7:"preview";s:75:"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:254:"The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique "Bubble Morph" effect makes this module stand out!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:250;a:22:{s:2:"id";s:3:"259";s:5:"title";s:14:"Seasonal Offer";s:5:"alias";s:13:"seasonaloffer";s:3:"zip";s:17:"seasonaloffer.zip";s:3:"uid";s:32:"caf2f17f8fd64f2f89dcb3c8dd238457";s:3:"img";s:24:"seasonaloffer/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.8.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:204:"Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:153:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:251;a:25:{s:2:"id";s:3:"260";s:5:"title";s:11:"Barber Shop";s:5:"alias";s:11:"barber-shop";s:3:"zip";s:0:"";s:3:"uid";s:19:"barber-shop-package";s:3:"img";s:32:"packages/barber-shop-package.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:252;a:25:{s:2:"id";s:3:"261";s:5:"title";s:18:"Barber Shop Header";s:5:"alias";s:18:"barber-shop-header";s:3:"zip";s:28:"packs/barber-shop-header.zip";s:3:"uid";s:32:"71c995d36d39a0e8a04cffdf753f2ba2";s:3:"img";s:29:"barber-shop-header/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:253;a:25:{s:2:"id";s:3:"262";s:5:"title";s:23:"Barber Shop Mobile Menu";s:5:"alias";s:23:"barber-shop-mobile-menu";s:3:"zip";s:33:"packs/barber-shop-mobile-menu.zip";s:3:"uid";s:32:"762c6fb5c6306f37becb1e55773c2592";s:3:"img";s:34:"barber-shop-mobile-menu/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:254;a:25:{s:2:"id";s:3:"263";s:5:"title";s:24:"Barber Shop First Screen";s:5:"alias";s:24:"barber-shop-first-screen";s:3:"zip";s:34:"packs/barber-shop-first-screen.zip";s:3:"uid";s:32:"acf70bfd64cff2c3c2ea5585223575da";s:3:"img";s:35:"barber-shop-first-screen/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:255;a:25:{s:2:"id";s:3:"264";s:5:"title";s:17:"Barber Shop About";s:5:"alias";s:17:"barber-shop-about";s:3:"zip";s:27:"packs/barber-shop-about.zip";s:3:"uid";s:32:"bc8b63cfc7f8c34173b4fd5b082fc05a";s:3:"img";s:28:"barber-shop-about/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:256;a:25:{s:2:"id";s:3:"265";s:5:"title";s:20:"Barber Shop Services";s:5:"alias";s:20:"barber-shop-services";s:3:"zip";s:30:"packs/barber-shop-services.zip";s:3:"uid";s:32:"d65121d6f84fabd812a2b621b768e10e";s:3:"img";s:31:"barber-shop-services/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:257;a:25:{s:2:"id";s:3:"266";s:5:"title";s:19:"Barber Shop Barbers";s:5:"alias";s:19:"barber-shop-barbers";s:3:"zip";s:29:"packs/barber-shop-barbers.zip";s:3:"uid";s:32:"003e9fec9693072119c8f8d8b6690c4d";s:3:"img";s:30:"barber-shop-barbers/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:258;a:25:{s:2:"id";s:3:"267";s:5:"title";s:20:"Barber Shop Contacts";s:5:"alias";s:20:"barber-shop-contacts";s:3:"zip";s:30:"packs/barber-shop-contacts.zip";s:3:"uid";s:32:"cdcc08f5d6c90dbcfd0502bda2401643";s:3:"img";s:31:"barber-shop-contacts/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:259;a:25:{s:2:"id";s:3:"268";s:5:"title";s:18:"Barber Shop Footer";s:5:"alias";s:18:"barber-shop-footer";s:3:"zip";s:28:"packs/barber-shop-footer.zip";s:3:"uid";s:32:"26ca5ae0de7cdbb2ca19348b6e01eda0";s:3:"img";s:29:"barber-shop-footer/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:260;a:22:{s:2:"id";s:3:"269";s:5:"title";s:12:"Fitness Club";s:5:"alias";s:21:"fitness-club-template";s:3:"zip";s:25:"fitness-club-template.zip";s:3:"uid";s:32:"14ea10d68d6aad1df62b3becf71df754";s:3:"img";s:32:"fitness-club-template/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/fitness-club-header-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:223:"The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:261;a:22:{s:2:"id";s:3:"270";s:5:"title";s:13:"Soccer School";s:5:"alias";s:13:"soccer-school";s:3:"zip";s:17:"soccer-school.zip";s:3:"uid";s:32:"9906b48812aff67097f990eeee42dd41";s:3:"img";s:24:"soccer-school/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:228:"The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:262;a:22:{s:2:"id";s:3:"271";s:5:"title";s:10:"Music Band";s:5:"alias";s:19:"music-band-template";s:3:"zip";s:23:"music-band-template.zip";s:3:"uid";s:32:"91e79657bf1b1812f8114a00ab8e0eb4";s:3:"img";s:30:"music-band-template/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/music-band-template-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.4.8.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:263;a:22:{s:2:"id";s:3:"272";s:5:"title";s:15:"Restaurant Menu";s:5:"alias";s:15:"restaurant-menu";s:3:"zip";s:19:"restaurant-menu.zip";s:3:"uid";s:32:"078809cffb21b6c4d3f5aaa2daeb193d";s:3:"img";s:26:"restaurant-menu/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.8.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:208:"The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:264;a:22:{s:2:"id";s:3:"273";s:5:"title";s:16:"Cinematic Slider";s:5:"alias";s:16:"cinematic-slider";s:3:"zip";s:20:"cinematic-slider.zip";s:3:"uid";s:32:"c53e7dcbb6b656ae7b4c91d333589838";s:3:"img";s:27:"cinematic-slider/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/cinematic-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:138:"Bold texts and a cinematic transition effect make this slider stand out!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:265;a:22:{s:2:"id";s:3:"274";s:5:"title";s:17:"3D Parallax Cubes";s:5:"alias";s:17:"3d-parallax-cubes";s:3:"zip";s:21:"3d-parallax-cubes.zip";s:3:"uid";s:32:"c5b809a1829f8f809c9a768cd3d6b3cb";s:3:"img";s:28:"3d-parallax-cubes/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"This amazing 3D cubes parallax effect can be an eye-opening intro for your website!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:266;a:25:{s:2:"id";s:3:"275";s:5:"title";s:33:"Medicare Medical Services Website";s:5:"alias";s:33:"medicare-medical-services-website";s:3:"zip";s:0:"";s:3:"uid";s:41:"medicare-medical-services-website-package";s:3:"img";s:29:"packages/medicare_package.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:267;a:25:{s:2:"id";s:3:"276";s:5:"title";s:13:"Medicare Menu";s:5:"alias";s:13:"medicare-menu";s:3:"zip";s:23:"packs/medicare-menu.zip";s:3:"uid";s:32:"0e4ca8fc281e20251b3fffa19d470fed";s:3:"img";s:24:"medicare-menu/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:268;a:25:{s:2:"id";s:3:"277";s:5:"title";s:15:"Medicare Header";s:5:"alias";s:15:"medicare-header";s:3:"zip";s:25:"packs/medicare-header.zip";s:3:"uid";s:32:"03e8ade247d8c96f548bc0515f34043f";s:3:"img";s:26:"medicare-header/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:269;a:25:{s:2:"id";s:3:"278";s:5:"title";s:14:"Medicare About";s:5:"alias";s:14:"medicare-about";s:3:"zip";s:24:"packs/medicare-about.zip";s:3:"uid";s:32:"a3ab9e89155ef2542820343f30b29f72";s:3:"img";s:25:"medicare-about/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:270;a:25:{s:2:"id";s:3:"279";s:5:"title";s:18:"Medicare Highlight";s:5:"alias";s:18:"medicare-highlight";s:3:"zip";s:28:"packs/medicare-highlight.zip";s:3:"uid";s:32:"c3c8a74e5402489f1a85a0c83890ef1f";s:3:"img";s:29:"medicare-highlight/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:271;a:25:{s:2:"id";s:3:"280";s:5:"title";s:17:"Medicare Services";s:5:"alias";s:17:"medicare-services";s:3:"zip";s:27:"packs/medicare-services.zip";s:3:"uid";s:32:"8869b0834d4649dcc3221bed65980806";s:3:"img";s:28:"medicare-services/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:272;a:25:{s:2:"id";s:3:"281";s:5:"title";s:16:"Medicare Doctors";s:5:"alias";s:16:"medicare-doctors";s:3:"zip";s:26:"packs/medicare-doctors.zip";s:3:"uid";s:32:"2c9d57afd64244b5f7e30b0d87c842f9";s:3:"img";s:27:"medicare-doctors/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:273;a:25:{s:2:"id";s:3:"282";s:5:"title";s:17:"Medicare Research";s:5:"alias";s:17:"medicare-research";s:3:"zip";s:27:"packs/medicare-research.zip";s:3:"uid";s:32:"31e84a91fc8b8d5296e715e539a076d0";s:3:"img";s:28:"medicare-research/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:274;a:25:{s:2:"id";s:3:"283";s:5:"title";s:19:"Medicare Why Choose";s:5:"alias";s:18:"medicare-whychoose";s:3:"zip";s:28:"packs/medicare-whychoose.zip";s:3:"uid";s:32:"6dad61c672127de9e35884caa45d49a0";s:3:"img";s:29:"medicare-whychoose/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:275;a:25:{s:2:"id";s:3:"284";s:5:"title";s:16:"Medicare Contact";s:5:"alias";s:16:"medicare-contact";s:3:"zip";s:26:"packs/medicare-contact.zip";s:3:"uid";s:32:"89bc35ad8beb62a149c42262ae49a270";s:3:"img";s:27:"medicare-contact/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:276;a:25:{s:2:"id";s:3:"285";s:5:"title";s:15:"Medicare Footer";s:5:"alias";s:15:"medicare-footer";s:3:"zip";s:25:"packs/medicare-footer.zip";s:3:"uid";s:32:"ccf63e5233b3d63009e5ee90db51b37b";s:3:"img";s:26:"medicare-footer/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"The Medicare Medical Services template is a great solution for your medical practice or hospital.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:277;a:25:{s:2:"id";s:3:"286";s:5:"title";s:20:"Coffee Joint Website";s:5:"alias";s:20:"coffee-joint-website";s:3:"zip";s:0:"";s:3:"uid";s:28:"coffee-joint-website-package";s:3:"img";s:27:"packages/coffee_package.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:278;a:25:{s:2:"id";s:3:"287";s:5:"title";s:11:"Coffee Menu";s:5:"alias";s:11:"coffee-menu";s:3:"zip";s:21:"packs/coffee-menu.zip";s:3:"uid";s:32:"81195cad7be3f5180a267b34ce8cf966";s:3:"img";s:22:"coffee-menu/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:279;a:25:{s:2:"id";s:3:"288";s:5:"title";s:13:"Coffee Header";s:5:"alias";s:13:"coffee-header";s:3:"zip";s:23:"packs/coffee-header.zip";s:3:"uid";s:32:"5eed8adb9d3ae12168ad4735ac63eb20";s:3:"img";s:24:"coffee-header/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:280;a:25:{s:2:"id";s:3:"289";s:5:"title";s:17:"Coffee Philosophy";s:5:"alias";s:17:"coffee-philosophy";s:3:"zip";s:27:"packs/coffee-philosophy.zip";s:3:"uid";s:32:"76b5ccae3fa87fd0f991b87e7ae71c27";s:3:"img";s:28:"coffee-philosophy/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:281;a:25:{s:2:"id";s:3:"290";s:5:"title";s:12:"Coffee Carte";s:5:"alias";s:12:"coffee-carte";s:3:"zip";s:22:"packs/coffee-carte.zip";s:3:"uid";s:32:"470214ddd2cec585629fb79a0fd908d6";s:3:"img";s:23:"coffee-carte/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:282;a:25:{s:2:"id";s:3:"291";s:5:"title";s:13:"Coffee Teaser";s:5:"alias";s:13:"coffee-teaser";s:3:"zip";s:23:"packs/coffee-teaser.zip";s:3:"uid";s:32:"2ed868896c92a7bfb6431803c79e8486";s:3:"img";s:24:"coffee-teaser/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:283;a:25:{s:2:"id";s:3:"292";s:5:"title";s:14:"Coffee Find Us";s:5:"alias";s:13:"coffee-findus";s:3:"zip";s:23:"packs/coffee-findus.zip";s:3:"uid";s:32:"96d3784473dfa64bce9e1e4101919927";s:3:"img";s:24:"coffee-findus/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:284;a:25:{s:2:"id";s:3:"293";s:5:"title";s:13:"Coffee Footer";s:5:"alias";s:13:"coffee-footer";s:3:"zip";s:23:"packs/coffee-footer.zip";s:3:"uid";s:32:"6027c25e87a5fe7fd8727a51c0967915";s:3:"img";s:24:"coffee-footer/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"The Coffee Joint website template is a great solution for your cafe or bistro.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:285;a:25:{s:2:"id";s:3:"294";s:5:"title";s:17:"Minimal Portfolio";s:5:"alias";s:25:"minimal-portfolio-website";s:3:"zip";s:0:"";s:3:"uid";s:25:"minimal-portfolio-package";s:3:"img";s:38:"packages/minimal_portfolio_package.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/minimal-portfolio-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"The Minimal Portfolio template is a slide based website with additional modal detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Minimal Portfolio";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"19";s:9:"installed";b:0;}i:286;a:25:{s:2:"id";s:3:"295";s:5:"title";s:17:"Minimal Portfolio";s:5:"alias";s:17:"minimal-portfolio";s:3:"zip";s:27:"packs/minimal-portfolio.zip";s:3:"uid";s:32:"183b97b301d5ff0b171c067a87c8a3f5";s:3:"img";s:28:"minimal-portfolio/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/minimal-portfolio-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:157:"The Minimal Portfolio template is a slide based website with additional modal detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Minimal Portfolio";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"19";s:9:"installed";b:0;}i:287;a:25:{s:2:"id";s:3:"296";s:5:"title";s:23:"Minimal Portfolio Modal";s:5:"alias";s:23:"minimal-portfolio-modal";s:3:"zip";s:33:"packs/minimal-portfolio-modal.zip";s:3:"uid";s:32:"6874e6cec3663670f209a8d8a4f26b16";s:3:"img";s:34:"minimal-portfolio-modal/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/minimal-portfolio-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:157:"The Minimal Portfolio template is a slide based website with additional modal detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Minimal Portfolio";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"19";s:9:"installed";b:0;}i:288;a:25:{s:2:"id";s:3:"297";s:5:"title";s:23:"Angled Business Website";s:5:"alias";s:23:"angled-business-website";s:3:"zip";s:0:"";s:3:"uid";s:31:"angled-business-website-package";s:3:"img";s:27:"packages/angled_package.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:289;a:25:{s:2:"id";s:3:"298";s:5:"title";s:11:"Angled Menu";s:5:"alias";s:11:"angled-menu";s:3:"zip";s:21:"packs/angled-menu.zip";s:3:"uid";s:32:"2fe0c4682d1231ee3918be9e4fcb1837";s:3:"img";s:22:"angled-menu/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:290;a:25:{s:2:"id";s:3:"299";s:5:"title";s:13:"Angled Header";s:5:"alias";s:13:"angled-header";s:3:"zip";s:23:"packs/angled-header.zip";s:3:"uid";s:32:"09462601d4edca8dff899de6f666dc47";s:3:"img";s:24:"angled-header/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:291;a:25:{s:2:"id";s:3:"300";s:5:"title";s:11:"Angled News";s:5:"alias";s:11:"angled-news";s:3:"zip";s:21:"packs/angled-news.zip";s:3:"uid";s:32:"b315105763ed91214cb2f0ac12615729";s:3:"img";s:22:"angled-news/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:292;a:25:{s:2:"id";s:3:"301";s:5:"title";s:15:"Angled Services";s:5:"alias";s:15:"angled-services";s:3:"zip";s:25:"packs/angled-services.zip";s:3:"uid";s:32:"7605651c1487e1a6c32edc70017be8ad";s:3:"img";s:26:"angled-services/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:293;a:25:{s:2:"id";s:3:"302";s:5:"title";s:14:"Angled Success";s:5:"alias";s:14:"angled-success";s:3:"zip";s:24:"packs/angled-success.zip";s:3:"uid";s:32:"9e3fa974a42ecf80e1ec6ff991fca430";s:3:"img";s:25:"angled-success/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:294;a:25:{s:2:"id";s:3:"303";s:5:"title";s:13:"Angled Footer";s:5:"alias";s:13:"angled-footer";s:3:"zip";s:23:"packs/angled-footer.zip";s:3:"uid";s:32:"aed4eaa2f7883351ba9c9947feef153e";s:3:"img";s:24:"angled-footer/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:295;a:25:{s:2:"id";s:3:"304";s:5:"title";s:20:"Angled Content Modal";s:5:"alias";s:20:"angled-content-modal";s:3:"zip";s:30:"packs/angled-content-modal.zip";s:3:"uid";s:32:"4ddc74515fdf84f974217e4ed47a7c66";s:3:"img";s:31:"angled-content-modal/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:296;a:22:{s:2:"id";s:3:"312";s:5:"title";s:24:"Retouch Before and After";s:5:"alias";s:7:"Retouch";s:3:"zip";s:11:"Retouch.zip";s:3:"uid";s:32:"58894991f1abd8b448c8d353b1b5fe76";s:3:"img";s:18:"Retouch/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/retouch-before-after-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:155:"The Retouch Slider is the perfect way to compare your photos before and after retouching.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:297;a:22:{s:2:"id";s:3:"313";s:5:"title";s:11:"Tech Slider";s:5:"alias";s:11:"tech-slider";s:3:"zip";s:15:"tech-slider.zip";s:3:"uid";s:32:"a98e2b264f00a1116d21808c6a543162";s:3:"img";s:22:"tech-slider/slide1.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/tech-showcase-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:153:"This classic slider module with sleek device mockups features a smooth parallax effect.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:298;a:25:{s:2:"id";s:3:"314";s:5:"title";s:19:"Peak Agency Website";s:5:"alias";s:19:"peak-agency-website";s:3:"zip";s:0:"";s:3:"uid";s:27:"peak-agency-website-package";s:3:"img";s:25:"packages/peak_package.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:129:"The Peak Agency Website template is a minimal, light one-pager.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:299;a:25:{s:2:"id";s:3:"315";s:5:"title";s:11:"Peak Header";s:5:"alias";s:11:"peak-header";s:3:"zip";s:21:"packs/peak-header.zip";s:3:"uid";s:32:"b721bd612e9fbc5182418ad3fd7d0808";s:3:"img";s:22:"peak-header/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"The Peak Agency Website template is a minimal, light one-pager.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:300;a:25:{s:2:"id";s:3:"316";s:5:"title";s:10:"Peak About";s:5:"alias";s:10:"peak-about";s:3:"zip";s:20:"packs/peak-about.zip";s:3:"uid";s:32:"7e68b1012fb03490d45c7f79e8cb1b19";s:3:"img";s:21:"peak-about/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"The Peak Agency Website template is a minimal, light one-pager.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:301;a:25:{s:2:"id";s:3:"317";s:5:"title";s:14:"Peak Portfolio";s:5:"alias";s:14:"peak-portfolio";s:3:"zip";s:24:"packs/peak-portfolio.zip";s:3:"uid";s:32:"6198d1885ba9e95221c33e404f21bdbc";s:3:"img";s:25:"peak-portfolio/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"The Peak Agency Website template is a minimal, light one-pager.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:302;a:25:{s:2:"id";s:3:"318";s:5:"title";s:11:"Peak Footer";s:5:"alias";s:11:"peak-footer";s:3:"zip";s:21:"packs/peak-footer.zip";s:3:"uid";s:32:"2dead6897ad3b3a709b380d81242f76b";s:3:"img";s:22:"peak-footer/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"The Peak Agency Website template is a minimal, light one-pager.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:303;a:25:{s:2:"id";s:3:"319";s:5:"title";s:24:"Modern Portfolio Website";s:5:"alias";s:24:"modern-portfolio-website";s:3:"zip";s:0:"";s:3:"uid";s:32:"modern-portfolio-website-package";s:3:"img";s:30:"packages/portfolio-package.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:145:"A modern portfolio template with fancy scroll animations and a colorful design.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:304;a:25:{s:2:"id";s:3:"320";s:5:"title";s:17:"Portfolio Welcome";s:5:"alias";s:17:"portfolio-welcome";s:3:"zip";s:27:"packs/portfolio-welcome.zip";s:3:"uid";s:32:"97336b8785e4a7b27facaf1547e0464d";s:3:"img";s:28:"portfolio-welcome/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"A modern portfolio template with fancy scroll animations and a colorful design.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:305;a:25:{s:2:"id";s:3:"321";s:5:"title";s:15:"Portfolio About";s:5:"alias";s:15:"portfolio-about";s:3:"zip";s:25:"packs/portfolio-about.zip";s:3:"uid";s:32:"5d3a4724fd453de5313ceb6696c1db62";s:3:"img";s:26:"portfolio-about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"A modern portfolio template with fancy scroll animations and a colorful design.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:306;a:25:{s:2:"id";s:3:"322";s:5:"title";s:21:"Portfolio Works Title";s:5:"alias";s:21:"portfolio-works-title";s:3:"zip";s:31:"packs/portfolio-works-title.zip";s:3:"uid";s:32:"cbb5c6e875cc1f25b463fdf89cabef28";s:3:"img";s:32:"portfolio-works-title/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"A modern portfolio template with fancy scroll animations and a colorful design.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:307;a:25:{s:2:"id";s:3:"323";s:5:"title";s:23:"Portfolio Works Content";s:5:"alias";s:23:"portfolio-works-content";s:3:"zip";s:33:"packs/portfolio-works-content.zip";s:3:"uid";s:32:"5c87311128c7794ffa6ee07ea0648082";s:3:"img";s:34:"portfolio-works-content/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"A modern portfolio template with fancy scroll animations and a colorful design.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:308;a:25:{s:2:"id";s:3:"324";s:5:"title";s:18:"Portfolio Contacts";s:5:"alias";s:18:"portfolio-contacts";s:3:"zip";s:28:"packs/portfolio-contacts.zip";s:3:"uid";s:32:"bd81feffad83b69218f7e837478038e5";s:3:"img";s:29:"portfolio-contacts/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"A modern portfolio template with fancy scroll animations and a colorful design.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:309;a:25:{s:2:"id";s:3:"325";s:5:"title";s:18:"App Studio Website";s:5:"alias";s:18:"app-studio-website";s:3:"zip";s:0:"";s:3:"uid";s:26:"app-studio-website-package";s:3:"img";s:31:"packages/App_Studio_package.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:149:"A modern one-page presentation website to present your mobile app development team.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:310;a:25:{s:2:"id";s:3:"326";s:5:"title";s:18:"App Studio Welcome";s:5:"alias";s:18:"App-Studio-Welcome";s:3:"zip";s:28:"packs/App-Studio-Welcome.zip";s:3:"uid";s:32:"2ce0f3c54214b04e6c3a9becfd59730c";s:3:"img";s:29:"App-Studio-Welcome/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"A modern one-page presentation website to present your mobile app development team.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:311;a:25:{s:2:"id";s:3:"327";s:5:"title";s:19:"App Studio Services";s:5:"alias";s:19:"App-Studio-Services";s:3:"zip";s:29:"packs/App-Studio-Services.zip";s:3:"uid";s:32:"5df7776271ec69d2f9edaa6b842715a9";s:3:"img";s:30:"App-Studio-Services/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"A modern one-page presentation website to present your mobile app development team.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:312;a:25:{s:2:"id";s:3:"328";s:5:"title";s:16:"App Studio About";s:5:"alias";s:16:"App-Studio-About";s:3:"zip";s:26:"packs/App-Studio-About.zip";s:3:"uid";s:32:"af8b84dc116c629df7bd89fc69271a2e";s:3:"img";s:27:"App-Studio-About/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"A modern one-page presentation website to present your mobile app development team.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:313;a:25:{s:2:"id";s:3:"329";s:5:"title";s:19:"App Studio Contacts";s:5:"alias";s:19:"App-Studio-Contacts";s:3:"zip";s:29:"packs/App-Studio-Contacts.zip";s:3:"uid";s:32:"afbbd2214c983d314f3215a00db9198d";s:3:"img";s:30:"App-Studio-Contacts/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"A modern one-page presentation website to present your mobile app development team.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:314;a:22:{s:2:"id";s:3:"330";s:5:"title";s:14:"Cube Animation";s:5:"alias";s:14:"cube-animation";s:3:"zip";s:18:"cube-animation.zip";s:3:"uid";s:32:"c03dd3cfc60479dfc6d79ddb64fa0ec5";s:3:"img";s:25:"cube-animation/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/cube-animation-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:155:"A modern slider with text elements, cube animations and a striking call to action button.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:315;a:25:{s:2:"id";s:3:"331";s:5:"title";s:13:"Basic Website";s:5:"alias";s:13:"basic-website";s:3:"zip";s:0:"";s:3:"uid";s:21:"basic-website-package";s:3:"img";s:26:"packages/basic_package.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:316;a:25:{s:2:"id";s:3:"332";s:5:"title";s:10:"Basic Menu";s:5:"alias";s:10:"basic-menu";s:3:"zip";s:20:"packs/basic-menu.zip";s:3:"uid";s:32:"39277f53b2cb5ac644a1649b47c37270";s:3:"img";s:21:"basic-menu/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:317;a:25:{s:2:"id";s:3:"333";s:5:"title";s:12:"Basic Header";s:5:"alias";s:12:"basic-header";s:3:"zip";s:22:"packs/basic-header.zip";s:3:"uid";s:32:"ad7a32dbccb0bdf9de64cf2adfa950a2";s:3:"img";s:23:"basic-header/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:318;a:25:{s:2:"id";s:3:"334";s:5:"title";s:13:"Basic Content";s:5:"alias";s:13:"basic-content";s:3:"zip";s:23:"packs/basic-content.zip";s:3:"uid";s:32:"0b12f3b183a3c8206e3a7b28d2d93108";s:3:"img";s:24:"basic-content/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:319;a:25:{s:2:"id";s:3:"335";s:5:"title";s:14:"Basic Carousel";s:5:"alias";s:14:"basic-carousel";s:3:"zip";s:24:"packs/basic-carousel.zip";s:3:"uid";s:32:"e4abb5c6d5cf914530575a982d3dfc14";s:3:"img";s:25:"basic-carousel/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:320;a:25:{s:2:"id";s:3:"336";s:5:"title";s:13:"Basic Callout";s:5:"alias";s:13:"basic-callout";s:3:"zip";s:23:"packs/basic-callout.zip";s:3:"uid";s:32:"2ccc208b9322f5435d0f4ff64c6d9dab";s:3:"img";s:24:"basic-callout/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:321;a:25:{s:2:"id";s:3:"337";s:5:"title";s:10:"Basic Grid";s:5:"alias";s:10:"basic-grid";s:3:"zip";s:20:"packs/basic-grid.zip";s:3:"uid";s:32:"3cb4b41d2992eba012921b8fb7c96daa";s:3:"img";s:21:"basic-grid/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:322;a:25:{s:2:"id";s:3:"338";s:5:"title";s:17:"Basic Video Block";s:5:"alias";s:17:"basic-video-block";s:3:"zip";s:27:"packs/basic-video-block.zip";s:3:"uid";s:32:"e7c1d42b21819741f3e72c1325dae5ed";s:3:"img";s:28:"basic-video-block/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:323;a:25:{s:2:"id";s:3:"339";s:5:"title";s:12:"Basic Footer";s:5:"alias";s:12:"basic-footer";s:3:"zip";s:22:"packs/basic-footer.zip";s:3:"uid";s:32:"ed8f6a554775ebace558af2f4f2dcbac";s:3:"img";s:23:"basic-footer/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:324;a:25:{s:2:"id";s:3:"340";s:5:"title";s:14:"Basic Lightbox";s:5:"alias";s:14:"basic-lightbox";s:3:"zip";s:24:"packs/basic-lightbox.zip";s:3:"uid";s:32:"e4b025b300b1a8f417d04eb80113fac2";s:3:"img";s:25:"basic-lightbox/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:325;a:22:{s:2:"id";s:3:"341";s:5:"title";s:13:"Nature Slider";s:5:"alias";s:13:"nature-slider";s:3:"zip";s:17:"nature-slider.zip";s:3:"uid";s:32:"eef1a4584ec1c3b8c26c305cca44e805";s:3:"img";s:24:"nature-slider/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/nature-explorer-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:151:"The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:356:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php","name":"Distortion Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:326;a:22:{s:2:"id";s:3:"342";s:5:"title";s:11:"Art Gallery";s:5:"alias";s:11:"art-gallery";s:3:"zip";s:15:"art-gallery.zip";s:3:"uid";s:32:"b8c5095ae3407337e6e5b2a8515e7d6e";s:3:"img";s:22:"art-gallery/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/art-gallery-slider-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"A modern slider with large, geometric elements and interesting mask animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:327;a:25:{s:2:"id";s:3:"343";s:5:"title";s:20:"Construction Company";s:5:"alias";s:28:"construction-company-website";s:3:"zip";s:0:"";s:3:"uid";s:36:"construction-company-website-package";s:3:"img";s:33:"packages/construction_package.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:244:"The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:328;a:25:{s:2:"id";s:3:"344";s:5:"title";s:19:"Construction Header";s:5:"alias";s:19:"Construction-Header";s:3:"zip";s:29:"packs/Construction-Header.zip";s:3:"uid";s:32:"5c77de774b8f5487c1276c4a7b3dc80c";s:3:"img";s:30:"Construction-Header/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:329;a:25:{s:2:"id";s:3:"345";s:5:"title";s:17:"Construction Home";s:5:"alias";s:17:"Construction-Home";s:3:"zip";s:27:"packs/Construction-Home.zip";s:3:"uid";s:32:"fcb277f0c07dad270d2a7cef4431bef8";s:3:"img";s:28:"Construction-Home/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:330;a:25:{s:2:"id";s:3:"346";s:5:"title";s:21:"Construction Projects";s:5:"alias";s:21:"Construction-Projects";s:3:"zip";s:31:"packs/Construction-Projects.zip";s:3:"uid";s:32:"0c847173c3739f79778dc2c0fc9704e4";s:3:"img";s:32:"Construction-Projects/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:331;a:25:{s:2:"id";s:3:"347";s:5:"title";s:20:"Construction History";s:5:"alias";s:20:"Construction-History";s:3:"zip";s:30:"packs/Construction-History.zip";s:3:"uid";s:32:"758da120c4b6c5606692faf0aa43aac6";s:3:"img";s:31:"Construction-History/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:332;a:25:{s:2:"id";s:3:"348";s:5:"title";s:21:"Construction Services";s:5:"alias";s:21:"Construction-Services";s:3:"zip";s:31:"packs/Construction-Services.zip";s:3:"uid";s:32:"5ad5b841c1d89e97ddbf972c8b11abd4";s:3:"img";s:32:"Construction-Services/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:333;a:25:{s:2:"id";s:3:"349";s:5:"title";s:21:"Construction Contacts";s:5:"alias";s:21:"Construction-Contacts";s:3:"zip";s:31:"packs/Construction-Contacts.zip";s:3:"uid";s:32:"b8c3c34046bb91ebb243e4da64745d37";s:3:"img";s:32:"Construction-Contacts/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!\r\n";s:11:"setup_notes";s:420:"If you want to setup the full website example as seen in the preview, please follow the Content Blocks instructions here.

\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:334;a:22:{s:2:"id";s:3:"350";s:5:"title";s:22:"Classic Cars Evolution";s:5:"alias";s:22:"Classic-Cars-Evolution";s:3:"zip";s:26:"Classic-Cars-Evolution.zip";s:3:"uid";s:32:"7061757f128fd624b0227715dab73b74";s:3:"img";s:33:"Classic-Cars-Evolution/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/classic-cars-before-after-hero/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:156:"The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:335;a:22:{s:2:"id";s:3:"351";s:5:"title";s:21:"404 Error Space Theme";s:5:"alias";s:21:"404-Error-Space-Theme";s:3:"zip";s:25:"404-Error-Space-Theme.zip";s:3:"uid";s:32:"6412adc7ec025826328e40e552a14e1e";s:3:"img";s:32:"404-Error-Space-Theme/slide1.jpg";s:7:"preview";s:49:"https://revolution.themepunch.com/404-error-page/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:336;a:25:{s:2:"id";s:3:"352";s:5:"title";s:12:"Landing Page";s:5:"alias";s:20:"landing-page-website";s:3:"zip";s:0:"";s:3:"uid";s:28:"landing-page-website-package";s:3:"img";s:23:"packages/lp_package.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:337;a:25:{s:2:"id";s:3:"353";s:5:"title";s:17:"Landing Page Hero";s:5:"alias";s:17:"landing-page-hero";s:3:"zip";s:27:"packs/landing-page-hero.zip";s:3:"uid";s:32:"d328635caa20da7ee8a3ab687f8656ff";s:3:"img";s:28:"landing-page-hero/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:338;a:25:{s:2:"id";s:3:"354";s:5:"title";s:21:"Landing Page Features";s:5:"alias";s:21:"landing-page-features";s:3:"zip";s:31:"packs/landing-page-features.zip";s:3:"uid";s:32:"6552bc72abace10918a64866d9bb79c1";s:3:"img";s:32:"landing-page-features/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:339;a:25:{s:2:"id";s:3:"355";s:5:"title";s:20:"Landing Page Callout";s:5:"alias";s:20:"landing-page-callout";s:3:"zip";s:30:"packs/landing-page-callout.zip";s:3:"uid";s:32:"c5b101ea5471e7409ae7effa8d45fbcf";s:3:"img";s:31:"landing-page-callout/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:340;a:25:{s:2:"id";s:3:"356";s:5:"title";s:20:"Landing Page Content";s:5:"alias";s:20:"landing-page-content";s:3:"zip";s:30:"packs/landing-page-content.zip";s:3:"uid";s:32:"34da8057a6bb3677c9adf9f18ffc6cf0";s:3:"img";s:31:"landing-page-content/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:341;a:25:{s:2:"id";s:3:"357";s:5:"title";s:25:"Landing Page Testimonials";s:5:"alias";s:25:"landing-page-testimonials";s:3:"zip";s:35:"packs/landing-page-testimonials.zip";s:3:"uid";s:32:"a83606e311cd5115422d86f04890cbf1";s:3:"img";s:36:"landing-page-testimonials/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:342;a:25:{s:2:"id";s:3:"358";s:5:"title";s:27:"Landing Page Call to Action";s:5:"alias";s:27:"landing-page-call-to-action";s:3:"zip";s:37:"packs/landing-page-call-to-action.zip";s:3:"uid";s:32:"adfb456b27fa7eb6b1415d8f80836f05";s:3:"img";s:38:"landing-page-call-to-action/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:343;a:25:{s:2:"id";s:3:"359";s:5:"title";s:17:"Landing Page Help";s:5:"alias";s:17:"landing-page-help";s:3:"zip";s:27:"packs/landing-page-help.zip";s:3:"uid";s:32:"ca502431f9b7f6249d99b02464de2dd7";s:3:"img";s:28:"landing-page-help/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:344;a:25:{s:2:"id";s:3:"360";s:5:"title";s:19:"Landing Page Footer";s:5:"alias";s:19:"landing-page-footer";s:3:"zip";s:29:"packs/landing-page-footer.zip";s:3:"uid";s:32:"2a6afc371dbd60cb117f8a0f5d09eac9";s:3:"img";s:30:"landing-page-footer/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:345;a:25:{s:2:"id";s:3:"361";s:5:"title";s:24:"Landing Page Price Modal";s:5:"alias";s:24:"landing-page-price-modal";s:3:"zip";s:34:"packs/landing-page-price-modal.zip";s:3:"uid";s:32:"a6c5c0430b46dd4e6e68416964a8c54d";s:3:"img";s:35:"landing-page-price-modal/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.\r\n";s:11:"setup_notes";s:624:"After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:346;a:25:{s:2:"id";s:3:"371";s:5:"title";s:17:"Corporate Website";s:5:"alias";s:17:"corporate-website";s:3:"zip";s:0:"";s:3:"uid";s:25:"corporate-website-package";s:3:"img";s:30:"packages/corporate-website.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:347;a:25:{s:2:"id";s:3:"372";s:5:"title";s:16:"Corporate Header";s:5:"alias";s:16:"Corporate-Header";s:3:"zip";s:26:"packs/Corporate-Header.zip";s:3:"uid";s:32:"04f868e3812a1681f00ab89580e5d1f8";s:3:"img";s:27:"Corporate-Header/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:348;a:25:{s:2:"id";s:3:"373";s:5:"title";s:24:"Corporate Welcome Screen";s:5:"alias";s:24:"Corporate-Welcome-Screen";s:3:"zip";s:34:"packs/Corporate-Welcome-Screen.zip";s:3:"uid";s:32:"052afe98ef819f7ace041dbbdb749639";s:3:"img";s:35:"Corporate-Welcome-Screen/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:349;a:25:{s:2:"id";s:3:"374";s:5:"title";s:15:"Corporate About";s:5:"alias";s:15:"Corporate-About";s:3:"zip";s:25:"packs/Corporate-About.zip";s:3:"uid";s:32:"7bf5f8f6d4cc3016cea86289cb46e5b6";s:3:"img";s:26:"Corporate-About/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:350;a:25:{s:2:"id";s:3:"375";s:5:"title";s:19:"Corporate Portfolio";s:5:"alias";s:19:"Corporate-Portfolio";s:3:"zip";s:29:"packs/Corporate-Portfolio.zip";s:3:"uid";s:32:"612c2bd784fea81392dda1644a3c3cf3";s:3:"img";s:30:"Corporate-Portfolio/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:351;a:25:{s:2:"id";s:3:"376";s:5:"title";s:15:"Corporate Chart";s:5:"alias";s:15:"Corporate-Chart";s:3:"zip";s:25:"packs/Corporate-Chart.zip";s:3:"uid";s:32:"4d27d9b3b2cfcce750e526aafb322a9f";s:3:"img";s:26:"Corporate-Chart/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:352;a:25:{s:2:"id";s:3:"377";s:5:"title";s:14:"Corporate News";s:5:"alias";s:14:"Corporate-News";s:3:"zip";s:24:"packs/Corporate-News.zip";s:3:"uid";s:32:"bb65ed57a0d4db795d8b738f0a92f2d7";s:3:"img";s:25:"Corporate-News/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:353;a:25:{s:2:"id";s:3:"378";s:5:"title";s:16:"Corporate Hiring";s:5:"alias";s:16:"Corporate-Hiring";s:3:"zip";s:26:"packs/Corporate-Hiring.zip";s:3:"uid";s:32:"136cf1a91604e819089eb3573a6e100a";s:3:"img";s:27:"Corporate-Hiring/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:354;a:25:{s:2:"id";s:3:"379";s:5:"title";s:22:"Corporate Testimonials";s:5:"alias";s:22:"Corporate-Testimonials";s:3:"zip";s:32:"packs/Corporate-Testimonials.zip";s:3:"uid";s:32:"b17aec0afdc31e37359cfa406164463c";s:3:"img";s:33:"Corporate-Testimonials/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:355;a:25:{s:2:"id";s:3:"380";s:5:"title";s:15:"Corporate Store";s:5:"alias";s:15:"Corporate-Store";s:3:"zip";s:25:"packs/Corporate-Store.zip";s:3:"uid";s:32:"6240b14620ddc634736716e0cdfdeb31";s:3:"img";s:26:"Corporate-Store/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:356;a:25:{s:2:"id";s:3:"381";s:5:"title";s:17:"Corporate Support";s:5:"alias";s:17:"Corporate-Support";s:3:"zip";s:27:"packs/Corporate-Support.zip";s:3:"uid";s:32:"9424292a78076ce68c2faf587b26cdad";s:3:"img";s:28:"Corporate-Support/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:357;a:25:{s:2:"id";s:3:"382";s:5:"title";s:14:"Corporate Team";s:5:"alias";s:14:"Corporate-Team";s:3:"zip";s:24:"packs/Corporate-Team.zip";s:3:"uid";s:32:"4fafe469b5a0a2545625c3f6d7ff3b9e";s:3:"img";s:25:"Corporate-Team/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"11";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:358;a:25:{s:2:"id";s:3:"383";s:5:"title";s:33:"Corporate Selected Projects Title";s:5:"alias";s:33:"Corporate-Selected-Projects-Title";s:3:"zip";s:43:"packs/Corporate-Selected-Projects-Title.zip";s:3:"uid";s:32:"0ed3c41f51e6bf404c2fe179fa8d8ceb";s:3:"img";s:44:"Corporate-Selected-Projects-Title/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"12";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:359;a:25:{s:2:"id";s:3:"384";s:5:"title";s:27:"Corporate Selected Projects";s:5:"alias";s:27:"Corporate-Selected-Projects";s:3:"zip";s:37:"packs/Corporate-Selected-Projects.zip";s:3:"uid";s:32:"1096c78d5f007f3900228a4092515e2e";s:3:"img";s:38:"Corporate-Selected-Projects/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"13";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:360;a:25:{s:2:"id";s:3:"385";s:5:"title";s:17:"Corporate Clients";s:5:"alias";s:17:"Corporate-Clients";s:3:"zip";s:27:"packs/Corporate-Clients.zip";s:3:"uid";s:32:"60fe3a311195bf4dba3e50bd1ab98574";s:3:"img";s:28:"Corporate-Clients/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"14";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:361;a:25:{s:2:"id";s:3:"386";s:5:"title";s:20:"Corporate Text Block";s:5:"alias";s:20:"Corporate-Text-Block";s:3:"zip";s:30:"packs/Corporate-Text-Block.zip";s:3:"uid";s:32:"93b68bb23d65fd1028b6b5f6d19b85b5";s:3:"img";s:31:"Corporate-Text-Block/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"15";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:362;a:25:{s:2:"id";s:3:"387";s:5:"title";s:20:"Corporate Mobile App";s:5:"alias";s:20:"Corporate-Mobile-App";s:3:"zip";s:30:"packs/Corporate-Mobile-App.zip";s:3:"uid";s:32:"e592369d233bea673403daa15c6e498a";s:3:"img";s:31:"Corporate-Mobile-App/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"16";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:363;a:25:{s:2:"id";s:3:"388";s:5:"title";s:18:"Corporate Contacts";s:5:"alias";s:18:"Corporate-Contacts";s:3:"zip";s:28:"packs/Corporate-Contacts.zip";s:3:"uid";s:32:"91ae9488b54b7020f8ae9dfbfd6c563a";s:3:"img";s:29:"Corporate-Contacts/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"17";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:364;a:25:{s:2:"id";s:3:"389";s:5:"title";s:16:"Corporate Footer";s:5:"alias";s:16:"Corporate-Footer";s:3:"zip";s:26:"packs/Corporate-Footer.zip";s:3:"uid";s:32:"a01df90af203f06194c1a18745d79861";s:3:"img";s:27:"Corporate-Footer/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"18";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:365;a:25:{s:2:"id";s:3:"390";s:5:"title";s:23:"Corporate Scroll To Top";s:5:"alias";s:23:"Corporate-Scroll-To-Top";s:3:"zip";s:33:"packs/Corporate-Scroll-To-Top.zip";s:3:"uid";s:32:"2d68f6e4590a9a445e6eb055dfee88ba";s:3:"img";s:34:"Corporate-Scroll-To-Top/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!\r\n";s:11:"setup_notes";s:206:"\r\nCheckout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"19";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:366;a:25:{s:2:"id";s:3:"402";s:5:"title";s:23:"Brutal Website Template";s:5:"alias";s:23:"brutal-website-template";s:3:"zip";s:0:"";s:3:"uid";s:31:"brutal-website-template-package";s:3:"img";s:36:"packages/brutal-website-template.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:367;a:25:{s:2:"id";s:3:"403";s:5:"title";s:11:"Brutal Menu";s:5:"alias";s:11:"brutal-menu";s:3:"zip";s:21:"packs/brutal-menu.zip";s:3:"uid";s:32:"04b21c7aee2479793336e964230d6e3f";s:3:"img";s:22:"brutal-menu/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:368;a:25:{s:2:"id";s:3:"404";s:5:"title";s:11:"Brutal Hero";s:5:"alias";s:11:"brutal-hero";s:3:"zip";s:21:"packs/brutal-hero.zip";s:3:"uid";s:32:"a342ad01054b97bac7980fdf9e275b34";s:3:"img";s:22:"brutal-hero/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:369;a:25:{s:2:"id";s:3:"405";s:5:"title";s:12:"Brutal About";s:5:"alias";s:12:"brutal-about";s:3:"zip";s:22:"packs/brutal-about.zip";s:3:"uid";s:32:"a3e1cd2e36c9a783c1932fdafe2e4434";s:3:"img";s:23:"brutal-about/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:370;a:25:{s:2:"id";s:3:"406";s:5:"title";s:16:"Brutal Highlight";s:5:"alias";s:16:"brutal-highlight";s:3:"zip";s:26:"packs/brutal-highlight.zip";s:3:"uid";s:32:"b7f8522dcb4636467633bd3b14f4e3e9";s:3:"img";s:27:"brutal-highlight/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:371;a:25:{s:2:"id";s:3:"407";s:5:"title";s:15:"Brutal Projects";s:5:"alias";s:15:"brutal-projects";s:3:"zip";s:25:"packs/brutal-projects.zip";s:3:"uid";s:32:"1a462e91373042193ca5d623dd8e8a47";s:3:"img";s:26:"brutal-projects/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:372;a:25:{s:2:"id";s:3:"408";s:5:"title";s:15:"Brutal Services";s:5:"alias";s:15:"brutal-services";s:3:"zip";s:25:"packs/brutal-services.zip";s:3:"uid";s:32:"cbeeb1e7a5c2842b155fe13acb7c165d";s:3:"img";s:26:"brutal-services/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:373;a:25:{s:2:"id";s:3:"409";s:5:"title";s:14:"Brutal Callout";s:5:"alias";s:14:"brutal-callout";s:3:"zip";s:24:"packs/brutal-callout.zip";s:3:"uid";s:32:"31b6dafdb2dfb548152653e60df5a3bc";s:3:"img";s:25:"brutal-callout/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:374;a:25:{s:2:"id";s:3:"410";s:5:"title";s:13:"Brutal Footer";s:5:"alias";s:13:"brutal-footer";s:3:"zip";s:23:"packs/brutal-footer.zip";s:3:"uid";s:32:"07559f0c574e3dd95b2d40d72cbb01bc";s:3:"img";s:24:"brutal-footer/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:375;a:25:{s:2:"id";s:3:"411";s:5:"title";s:23:"Church Website Template";s:5:"alias";s:23:"church-website-template";s:3:"zip";s:0:"";s:3:"uid";s:31:"church-website-template-package";s:3:"img";s:36:"packages/church-website-template.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:376;a:25:{s:2:"id";s:3:"412";s:5:"title";s:13:"Church Header";s:5:"alias";s:13:"Church-Header";s:3:"zip";s:23:"packs/Church-Header.zip";s:3:"uid";s:32:"c14289117e1e2b9ee716fb99146b2e03";s:3:"img";s:24:"Church-Header/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:377;a:25:{s:2:"id";s:3:"413";s:5:"title";s:22:"Church Upcoming Events";s:5:"alias";s:22:"Church-Upcoming-Events";s:3:"zip";s:32:"packs/Church-Upcoming-Events.zip";s:3:"uid";s:32:"056a26efddae92973fee4ee5cfa75f10";s:3:"img";s:33:"Church-Upcoming-Events/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:378;a:25:{s:2:"id";s:3:"414";s:5:"title";s:12:"Church About";s:5:"alias";s:12:"Church-About";s:3:"zip";s:22:"packs/Church-About.zip";s:3:"uid";s:32:"8ef133f3f669f06380334a83e27eedbb";s:3:"img";s:23:"Church-About/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:379;a:25:{s:2:"id";s:3:"415";s:5:"title";s:14:"Church Pastors";s:5:"alias";s:14:"Church-Pastors";s:3:"zip";s:24:"packs/Church-Pastors.zip";s:3:"uid";s:32:"715edc0833a753b72350b8c974f86f94";s:3:"img";s:25:"Church-Pastors/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:380;a:25:{s:2:"id";s:3:"416";s:5:"title";s:20:"Church Photo Gallery";s:5:"alias";s:20:"Church-Photo-Gallery";s:3:"zip";s:30:"packs/Church-Photo-Gallery.zip";s:3:"uid";s:32:"d94808a97149cd5d3b3354a28409ffd7";s:3:"img";s:31:"Church-Photo-Gallery/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:381;a:25:{s:2:"id";s:3:"417";s:5:"title";s:16:"Church Community";s:5:"alias";s:16:"Church-Community";s:3:"zip";s:26:"packs/Church-Community.zip";s:3:"uid";s:32:"2244e6a6d7a691653eae2d70765130a7";s:3:"img";s:27:"Church-Community/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:382;a:25:{s:2:"id";s:3:"418";s:5:"title";s:13:"Church Sermon";s:5:"alias";s:13:"Church-Sermon";s:3:"zip";s:23:"packs/Church-Sermon.zip";s:3:"uid";s:32:"8fedf983bd55fff0f7a16d9f0a7e5408";s:3:"img";s:24:"Church-Sermon/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:383;a:25:{s:2:"id";s:3:"419";s:5:"title";s:15:"Church Contacts";s:5:"alias";s:15:"Church-Contacts";s:3:"zip";s:25:"packs/Church-Contacts.zip";s:3:"uid";s:32:"0b1a6968e75868548fd98e435625c090";s:3:"img";s:26:"Church-Contacts/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:384;a:25:{s:2:"id";s:3:"420";s:5:"title";s:13:"Church Footer";s:5:"alias";s:13:"Church-Footer";s:3:"zip";s:23:"packs/Church-Footer.zip";s:3:"uid";s:32:"29756685d3dc49e42edada43e6393b7b";s:3:"img";s:24:"Church-Footer/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:385;a:25:{s:2:"id";s:3:"421";s:5:"title";s:29:"Church Light Website Template";s:5:"alias";s:29:"church-light-website-template";s:3:"zip";s:0:"";s:3:"uid";s:37:"church-light-website-template-package";s:3:"img";s:42:"packages/church-light-website-template.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:386;a:25:{s:2:"id";s:3:"422";s:5:"title";s:19:"Church Light Header";s:5:"alias";s:19:"Church-Light-Header";s:3:"zip";s:29:"packs/Church-Light-Header.zip";s:3:"uid";s:32:"81c00f4b52cf55214de919e3f13121fc";s:3:"img";s:30:"Church-Light-Header/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:387;a:25:{s:2:"id";s:3:"423";s:5:"title";s:28:"Church Light Upcoming Events";s:5:"alias";s:28:"Church-Light-Upcoming-Events";s:3:"zip";s:38:"packs/Church-Light-Upcoming-Events.zip";s:3:"uid";s:32:"963a49f4be0557ac5f3ee61d256f5bda";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:388;a:25:{s:2:"id";s:3:"424";s:5:"title";s:18:"Church Light About";s:5:"alias";s:18:"Church-Light-About";s:3:"zip";s:28:"packs/Church-Light-About.zip";s:3:"uid";s:32:"d46c8e8e6f80e6bfedb54f1cdc49e7e6";s:3:"img";s:29:"Church-Light-About/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:389;a:25:{s:2:"id";s:3:"425";s:5:"title";s:20:"Church Light Pastors";s:5:"alias";s:20:"Church-Light-Pastors";s:3:"zip";s:30:"packs/Church-Light-Pastors.zip";s:3:"uid";s:32:"7cc3dec61556e2291d6f38c1ea5e983f";s:3:"img";s:31:"Church-Light-Pastors/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:390;a:25:{s:2:"id";s:3:"426";s:5:"title";s:26:"Church Light Photo Gallery";s:5:"alias";s:26:"Church-Light-Photo-Gallery";s:3:"zip";s:36:"packs/Church-Light-Photo-Gallery.zip";s:3:"uid";s:32:"9e13100179b9b700b005693eeca57902";s:3:"img";s:37:"Church-Light-Photo-Gallery/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:391;a:25:{s:2:"id";s:3:"427";s:5:"title";s:22:"Church Light Community";s:5:"alias";s:22:"Church-Light-Community";s:3:"zip";s:32:"packs/Church-Light-Community.zip";s:3:"uid";s:32:"14fcc0d43d899fd96116bdbc57c7c5ea";s:3:"img";s:33:"Church-Light-Community/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:392;a:25:{s:2:"id";s:3:"428";s:5:"title";s:19:"Church Light Sermon";s:5:"alias";s:19:"Church-Light-Sermon";s:3:"zip";s:29:"packs/Church-Light-Sermon.zip";s:3:"uid";s:32:"fc30be7e703bc7b235665c36baa80e4e";s:3:"img";s:30:"Church-Light-Sermon/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:393;a:25:{s:2:"id";s:3:"429";s:5:"title";s:21:"Church Light Contacts";s:5:"alias";s:21:"Church-Light-Contacts";s:3:"zip";s:31:"packs/Church-Light-Contacts.zip";s:3:"uid";s:32:"ed83d8fa63ecb59cf42656068ecf8d25";s:3:"img";s:32:"Church-Light-Contacts/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:394;a:25:{s:2:"id";s:3:"430";s:5:"title";s:19:"Church Light Footer";s:5:"alias";s:19:"Church-Light-Footer";s:3:"zip";s:29:"packs/Church-Light-Footer.zip";s:3:"uid";s:32:"a168772865fd5dcf6229c9c6a49dff73";s:3:"img";s:30:"Church-Light-Footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:395;a:25:{s:2:"id";s:3:"431";s:5:"title";s:25:"Rockable Website Template";s:5:"alias";s:25:"rockable-website-template";s:3:"zip";s:0:"";s:3:"uid";s:33:"rockable-website-template-package";s:3:"img";s:38:"packages/rockable-website-template.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:396;a:25:{s:2:"id";s:3:"432";s:5:"title";s:13:"Rockable Menu";s:5:"alias";s:13:"rockable-menu";s:3:"zip";s:23:"packs/rockable-menu.zip";s:3:"uid";s:32:"92d18f7ff38f22ff411a4ef4d9f54934";s:3:"img";s:24:"rockable-menu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:397;a:25:{s:2:"id";s:3:"433";s:5:"title";s:13:"Rockable Hero";s:5:"alias";s:13:"rockable-hero";s:3:"zip";s:23:"packs/rockable-hero.zip";s:3:"uid";s:32:"ba16b28d6bde95910cbce572bb251208";s:3:"img";s:24:"rockable-hero/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:398;a:25:{s:2:"id";s:3:"434";s:5:"title";s:15:"Rockable Lineup";s:5:"alias";s:15:"rockable-lineup";s:3:"zip";s:25:"packs/rockable-lineup.zip";s:3:"uid";s:32:"6631980112805533a0d328c37e56adbd";s:3:"img";s:26:"rockable-lineup/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:399;a:25:{s:2:"id";s:3:"435";s:5:"title";s:17:"Rockable Lineup 2";s:5:"alias";s:17:"rockable-lineup-2";s:3:"zip";s:27:"packs/rockable-lineup-2.zip";s:3:"uid";s:32:"98bc41d982dc478edabff4aa99461dbc";s:3:"img";s:28:"rockable-lineup-2/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:400;a:25:{s:2:"id";s:3:"436";s:5:"title";s:22:"Rockable Gallery Title";s:5:"alias";s:22:"rockable-gallery-title";s:3:"zip";s:32:"packs/rockable-gallery-title.zip";s:3:"uid";s:32:"da43a76f5bc77aa6efe158b00ab7cf0d";s:3:"img";s:33:"rockable-gallery-title/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:401;a:25:{s:2:"id";s:3:"437";s:5:"title";s:16:"Rockable Gallery";s:5:"alias";s:16:"rockable-gallery";s:3:"zip";s:26:"packs/rockable-gallery.zip";s:3:"uid";s:32:"c12a144d6860bcf24e91d5b980ac22f1";s:3:"img";s:27:"rockable-gallery/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:402;a:25:{s:2:"id";s:3:"438";s:5:"title";s:17:"Rockable Sponsors";s:5:"alias";s:17:"rockable-sponsors";s:3:"zip";s:27:"packs/rockable-sponsors.zip";s:3:"uid";s:32:"1e40d4a810c23f8d5fe5cd5ca31ee20d";s:3:"img";s:28:"rockable-sponsors/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:403;a:25:{s:2:"id";s:3:"439";s:5:"title";s:15:"Rockable Footer";s:5:"alias";s:15:"rockable-footer";s:3:"zip";s:25:"packs/rockable-footer.zip";s:3:"uid";s:32:"a4a9952d5e56fc14366155e8ebfa432a";s:3:"img";s:26:"rockable-footer/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:404;a:25:{s:2:"id";s:3:"440";s:5:"title";s:21:"Rockable Detail Modal";s:5:"alias";s:21:"rockable-detail-modal";s:3:"zip";s:31:"packs/rockable-detail-modal.zip";s:3:"uid";s:32:"b51d918203ff7975a144a9f1be09f31b";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:405;a:25:{s:2:"id";s:3:"441";s:5:"title";s:23:"Rockable Detail Modal 2";s:5:"alias";s:23:"rockable-detail-modal-2";s:3:"zip";s:33:"packs/rockable-detail-modal-2.zip";s:3:"uid";s:32:"dcf51ebb3d4a1dec94748a1e016c5ef7";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:406;a:22:{s:2:"id";s:3:"442";s:5:"title";s:27:"Real Estate Showcase Slider";s:5:"alias";s:27:"real-estate-showcase-slider";s:3:"zip";s:31:"Real-Estate-Showcase-Slider.zip";s:3:"uid";s:32:"486b2bbe296722e70421731e3c05711b";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/real-estate-showcase-slider/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:152:"An elegant showcase for your real estate & realtor website. Flexible and customizable.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:407;a:22:{s:2:"id";s:3:"443";s:5:"title";s:16:"Isometric Slider";s:5:"alias";s:16:"isometric-slider";s:3:"zip";s:20:"isometric-slider.zip";s:3:"uid";s:32:"fb06051fcf6649a44f2292044e414a36";s:3:"img";s:27:"isometric-slider/slide1.jpg";s:7:"preview";s:51:"https://revolution.themepunch.com/isometric-slider/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:154:"A colorful, isometric slider template with fully customizable colors and screen content.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:408;a:25:{s:2:"id";s:3:"444";s:5:"title";s:26:"Woo Commerce Slider Static";s:5:"alias";s:26:"woo-commerce-slider-static";s:3:"zip";s:0:"";s:3:"uid";s:26:"woo-commerce-slider-static";s:3:"img";s:39:"packages/woo-commerce-slider-static.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/woo-commerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:178:"A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:7:"website";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Woo Commerce Slider Static";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"35";s:9:"installed";b:0;}i:409;a:25:{s:2:"id";s:3:"445";s:5:"title";s:17:"E-Commerce Slider";s:5:"alias";s:17:"E-Commerce-Slider";s:3:"zip";s:27:"packs/E-Commerce-Slider.zip";s:3:"uid";s:32:"1533cfd83c2ae122f23074e1ed77f256";s:3:"img";s:28:"E-Commerce-Slider/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/woo-commerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:178:"A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:4:"hero";i:1;s:7:"website";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Woo Commerce Slider Static";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"35";s:9:"installed";b:0;}i:410;a:25:{s:2:"id";s:3:"446";s:5:"title";s:23:"E-Commerce Slider Modal";s:5:"alias";s:23:"E-Commerce-Slider-Modal";s:3:"zip";s:33:"packs/E-Commerce-Slider-Modal.zip";s:3:"uid";s:32:"825e05c3967515b92a75da017c68a863";s:3:"img";s:34:"E-Commerce-Slider-Modal/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/woo-commerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:178:"A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:4:"hero";i:1;s:7:"website";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Woo Commerce Slider Static";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"35";s:9:"installed";b:0;}i:411;a:22:{s:2:"id";s:3:"447";s:5:"title";s:27:"Woo Commerce Slider Dynamic";s:5:"alias";s:27:"Woo-Commerce-Slider-Dynamic";s:3:"zip";s:31:"Woo-Commerce-Slider-Dynamic.zip";s:3:"uid";s:32:"b8e2c64f3739e552c563c48c59f20fe7";s:3:"img";s:38:"Woo-Commerce-Slider-Dynamic/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/woo-commerce-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:412;a:25:{s:2:"id";s:3:"448";s:5:"title";s:31:"Blooming Event Florist Template";s:5:"alias";s:31:"blooming-event-florist-template";s:3:"zip";s:0:"";s:3:"uid";s:39:"blooming-event-florist-template-package";s:3:"img";s:52:"packages/blooming-event-florist-template-package.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:413;a:25:{s:2:"id";s:3:"449";s:5:"title";s:15:"Blooming Header";s:5:"alias";s:15:"blooming-header";s:3:"zip";s:25:"packs/blooming-header.zip";s:3:"uid";s:32:"aa2ee34fd8ed018945ba64e6913810e4";s:3:"img";s:26:"blooming-header/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:414;a:25:{s:2:"id";s:3:"450";s:5:"title";s:14:"Blooming About";s:5:"alias";s:14:"blooming-about";s:3:"zip";s:24:"packs/blooming-about.zip";s:3:"uid";s:32:"dd7095e46fab2eb475d00480fd17a6ec";s:3:"img";s:25:"blooming-about/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:415;a:25:{s:2:"id";s:3:"451";s:5:"title";s:18:"Blooming Portfolio";s:5:"alias";s:18:"blooming-portfolio";s:3:"zip";s:28:"packs/blooming-portfolio.zip";s:3:"uid";s:32:"c72ddcbb07b62982b8c21328a6383e22";s:3:"img";s:29:"blooming-portfolio/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:416;a:25:{s:2:"id";s:3:"452";s:5:"title";s:22:"Blooming Wedding Title";s:5:"alias";s:22:"blooming-wedding-title";s:3:"zip";s:32:"packs/blooming-wedding-title.zip";s:3:"uid";s:32:"4fcfb0b99289c12d014c67306bb7687b";s:3:"img";s:33:"blooming-wedding-title/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:417;a:25:{s:2:"id";s:3:"453";s:5:"title";s:25:"Blooming Wedding Carousel";s:5:"alias";s:25:"blooming-wedding-carousel";s:3:"zip";s:35:"packs/blooming-wedding-carousel.zip";s:3:"uid";s:32:"1d1bb979dbfca8ba9d43da1c0f665339";s:3:"img";s:36:"blooming-wedding-carousel/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:418;a:25:{s:2:"id";s:3:"454";s:5:"title";s:21:"Blooming Wedding Text";s:5:"alias";s:21:"blooming-wedding-text";s:3:"zip";s:31:"packs/blooming-wedding-text.zip";s:3:"uid";s:32:"326f2793294a739dd3aac3cc45332df8";s:3:"img";s:32:"blooming-wedding-text/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:419;a:25:{s:2:"id";s:3:"455";s:5:"title";s:22:"Blooming Parties Title";s:5:"alias";s:22:"blooming-parties-title";s:3:"zip";s:32:"packs/blooming-parties-title.zip";s:3:"uid";s:32:"b47aae1b368d3c3d9017f260e6c6a547";s:3:"img";s:33:"blooming-parties-title/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:420;a:25:{s:2:"id";s:3:"456";s:5:"title";s:25:"Blooming Parties Carousel";s:5:"alias";s:25:"blooming-parties-carousel";s:3:"zip";s:35:"packs/blooming-parties-carousel.zip";s:3:"uid";s:32:"9f90a9da7b017aeee7f3b608cda066e6";s:3:"img";s:36:"blooming-parties-carousel/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:421;a:25:{s:2:"id";s:3:"457";s:5:"title";s:21:"Blooming Parties Text";s:5:"alias";s:21:"blooming-parties-text";s:3:"zip";s:31:"packs/blooming-parties-text.zip";s:3:"uid";s:32:"66a47346cc639b8b9b9b5dfa1521b6ef";s:3:"img";s:32:"blooming-parties-text/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:422;a:25:{s:2:"id";s:3:"458";s:5:"title";s:22:"Blooming Funeral Title";s:5:"alias";s:22:"blooming-funeral-title";s:3:"zip";s:32:"packs/blooming-funeral-title.zip";s:3:"uid";s:32:"e9e77134472c33c56be442073f29d1fd";s:3:"img";s:33:"blooming-funeral-title/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:423;a:25:{s:2:"id";s:3:"459";s:5:"title";s:23:"Blooming Funeral Slider";s:5:"alias";s:23:"blooming-funeral-slider";s:3:"zip";s:33:"packs/blooming-funeral-slider.zip";s:3:"uid";s:32:"d15090841c25c7c8f0e1b0987c0c0887";s:3:"img";s:34:"blooming-funeral-slider/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"11";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:424;a:25:{s:2:"id";s:3:"460";s:5:"title";s:21:"Blooming Funeral Text";s:5:"alias";s:21:"blooming-funeral-text";s:3:"zip";s:31:"packs/blooming-funeral-text.zip";s:3:"uid";s:32:"d7c80e246f31e3d2f4e5dc1656f133cc";s:3:"img";s:32:"blooming-funeral-text/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"12";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:425;a:25:{s:2:"id";s:3:"461";s:5:"title";s:16:"Blooming Contact";s:5:"alias";s:16:"blooming-contact";s:3:"zip";s:26:"packs/blooming-contact.zip";s:3:"uid";s:32:"54280182bca86443e2648b3146f41e47";s:3:"img";s:27:"blooming-contact/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"13";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:426;a:22:{s:2:"id";s:3:"462";s:5:"title";s:13:"Particle Hero";s:5:"alias";s:13:"particle-hero";s:3:"zip";s:17:"particle-hero.zip";s:3:"uid";s:32:"3f422f4807bf9ef4cb15dade515dad00";s:3:"img";s:24:"particle-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:120:"A Hero header module using the Particle Effect Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:427;a:22:{s:2:"id";s:3:"463";s:5:"title";s:17:"Bubble Morph Hero";s:5:"alias";s:17:"bubble-morph-hero";s:3:"zip";s:21:"bubble-morph-hero.zip";s:3:"uid";s:32:"b47e6bcc1ae80393ff3f7388ed3b9f8f";s:3:"img";s:28:"bubble-morph-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:117:"A Hero header module using the Bubble Morph Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:428;a:22:{s:2:"id";s:3:"464";s:5:"title";s:13:"Parallax Hero";s:5:"alias";s:13:"parallax-hero";s:3:"zip";s:17:"parallax-hero.zip";s:3:"uid";s:32:"290e86534326ee118e96ae7ce0538fa2";s:3:"img";s:24:"parallax-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:117:"A parallax hero module with mouse move interaction.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:429;a:22:{s:2:"id";s:3:"465";s:5:"title";s:10:"Video Hero";s:5:"alias";s:10:"video-hero";s:3:"zip";s:14:"video-hero.zip";s:3:"uid";s:32:"f9e280015d3408bb0482e13fe753da8f";s:3:"img";s:21:"video-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:111:"A simple Hero header module with HTML5 video.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:430;a:22:{s:2:"id";s:3:"466";s:5:"title";s:14:"Ken Burns Hero";s:5:"alias";s:14:"ken-burns-hero";s:3:"zip";s:18:"ken-burns-hero.zip";s:3:"uid";s:32:"d5f89e5f5b3991b995e2bfeb50cfe9f8";s:3:"img";s:25:"ken-burns-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:142:"A simple image background hero header module with a subtle Ken Burns effect.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:431;a:22:{s:2:"id";s:3:"467";s:5:"title";s:21:"Basic Hero Collection";s:5:"alias";s:21:"basic-hero-collection";s:3:"zip";s:25:"basic-hero-collection.zip";s:3:"uid";s:32:"ff625c65e8aab4689fa56d5652279d51";s:3:"img";s:32:"basic-hero-collection/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/wordpress-hero-image-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:153:"A collection of WordPress Hero Headers with image, video, particles, parallax and more!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:348:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:432;a:22:{s:2:"id";s:3:"468";s:5:"title";s:19:"Launching Very Soon";s:5:"alias";s:19:"launching-very-soon";s:3:"zip";s:23:"launching-very-soon.zip";s:3:"uid";s:32:"2da45cf2d9bec07e7183b3f7777986b9";s:3:"img";s:30:"launching-very-soon/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/launching-soon-countdown/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:166:"Rocket BOOST! A beautifully animated launching soon countdown module using our "Coming Soon" Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:197:"[{"path":"revslider-maintenance-addon\\/revslider-maintenance-addon.php","name":"Coming Soon & Maintenance AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:433;a:22:{s:2:"id";s:3:"469";s:5:"title";s:18:"Under Construction";s:5:"alias";s:18:"Under-Construction";s:3:"zip";s:22:"Under-Construction.zip";s:3:"uid";s:32:"4b12f9a82a5b48d45a707df93406eb5b";s:3:"img";s:29:"Under-Construction/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/under-construction/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:157:"You will love this animated under construction landing page using our "Coming Soon" Add-On.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:197:"[{"path":"revslider-maintenance-addon\\/revslider-maintenance-addon.php","name":"Coming Soon & Maintenance AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:434;a:22:{s:2:"id";s:3:"470";s:5:"title";s:15:"Particle Effect";s:5:"alias";s:15:"Particle-Effect";s:3:"zip";s:19:"Particle-Effect.zip";s:3:"uid";s:32:"66cf4e514e83a6984903694fd587edb6";s:3:"img";s:26:"Particle-Effect/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/snow-particle-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:140:"Get into a winter mood with our Snow Particle Scene for Slider Revolution!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:435;a:22:{s:2:"id";s:3:"471";s:5:"title";s:17:"Particle Effect 2";s:5:"alias";s:17:"Particle-Effect-2";s:3:"zip";s:21:"Particle-Effect-2.zip";s:3:"uid";s:32:"303337c29a97a816ccecca7e5f0b5e20";s:3:"img";s:28:"Particle-Effect-2/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/cyber-particle-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:147:"Amaze your website visitors with the cyber particle effect for Slider Revolution!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:436;a:25:{s:2:"id";s:3:"472";s:5:"title";s:22:"Stark Website Template";s:5:"alias";s:22:"stark-website-template";s:3:"zip";s:0:"";s:3:"uid";s:30:"stark-website-template-package";s:3:"img";s:43:"packages/stark-website-template-package.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:437;a:25:{s:2:"id";s:3:"473";s:5:"title";s:10:"Stark Menu";s:5:"alias";s:10:"stark-menu";s:3:"zip";s:20:"packs/stark-menu.zip";s:3:"uid";s:32:"bb31150df180e784d76a1f5ea306bf05";s:3:"img";s:21:"stark-menu/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:87:"offset="t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:438;a:25:{s:2:"id";s:3:"474";s:5:"title";s:12:"Stark Header";s:5:"alias";s:12:"stark-header";s:3:"zip";s:22:"packs/stark-header.zip";s:3:"uid";s:32:"62bfca01bf6e33cfad81d8df06498299";s:3:"img";s:23:"stark-header/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:93:"offset="t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:439;a:25:{s:2:"id";s:3:"475";s:5:"title";s:13:"Stark Content";s:5:"alias";s:13:"stark-content";s:3:"zip";s:23:"packs/stark-content.zip";s:3:"uid";s:32:"4577ca760133eb5d894c46f212f6eefb";s:3:"img";s:24:"stark-content/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:110:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;" zindex="6"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:440;a:25:{s:2:"id";s:3:"476";s:5:"title";s:14:"Stark Carousel";s:5:"alias";s:14:"stark-carousel";s:3:"zip";s:24:"packs/stark-carousel.zip";s:3:"uid";s:32:"de63336d333eeff10eccfd5d9741e6c9";s:3:"img";s:25:"stark-carousel/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:108:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;" zindex="1"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:441;a:25:{s:2:"id";s:3:"477";s:5:"title";s:15:"Stark Portfolio";s:5:"alias";s:15:"stark-portfolio";s:3:"zip";s:25:"packs/stark-portfolio.zip";s:3:"uid";s:32:"99fcf3df65f8471fe30bec1bf0c2350d";s:3:"img";s:26:"stark-portfolio/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:110:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;" zindex="5"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:442;a:25:{s:2:"id";s:3:"478";s:5:"title";s:22:"Stark Portfolio Detail";s:5:"alias";s:22:"stark-portfolio-detail";s:3:"zip";s:32:"packs/stark-portfolio-detail.zip";s:3:"uid";s:32:"7484fc54f81daec07c93e992216310ce";s:3:"img";s:33:"stark-portfolio-detail/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:443;a:25:{s:2:"id";s:3:"479";s:5:"title";s:13:"Stark Contact";s:5:"alias";s:13:"stark-contact";s:3:"zip";s:23:"packs/stark-contact.zip";s:3:"uid";s:32:"8d704226b7093123a9d9faf424da6c35";s:3:"img";s:24:"stark-contact/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:108:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;" zindex="2"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:444;a:25:{s:2:"id";s:3:"480";s:5:"title";s:12:"Stark Footer";s:5:"alias";s:12:"stark-footer";s:3:"zip";s:22:"packs/stark-footer.zip";s:3:"uid";s:32:"e7132dc158e7dcdb4ef5b3a1aa00208a";s:3:"img";s:23:"stark-footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:114:"offset="t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;" zindex="3"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:445;a:25:{s:2:"id";s:3:"481";s:5:"title";s:16:"Stark Newsletter";s:5:"alias";s:16:"stark-newsletter";s:3:"zip";s:26:"packs/stark-newsletter.zip";s:3:"uid";s:32:"bb76ddd68dbe6bda5ece7e4227a51413";s:3:"img";s:27:"stark-newsletter/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:33:"usage="modal" modal="s:#contact;"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:446;a:22:{s:2:"id";s:3:"482";s:5:"title";s:15:"Big Summer Sale";s:5:"alias";s:15:"big-summer-sale";s:3:"zip";s:19:"big-summer-sale.zip";s:3:"uid";s:32:"a6779fa7109763209d234f9cf2e766c6";s:3:"img";s:26:"big-summer-sale/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/big-summer-sale-shop-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:153:"The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:447;a:22:{s:2:"id";s:3:"483";s:5:"title";s:18:"Traveller Carousel";s:5:"alias";s:18:"traveller-carousel";s:3:"zip";s:22:"traveller-carousel.zip";s:3:"uid";s:32:"185344ed6236bea2906a79035d1d5702";s:3:"img";s:29:"traveller-carousel/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/travel-blog-carousel/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:137:"A travel blog carousel with interesting parallax and ken burns effects!\r\n";s:11:"setup_notes";s:263:"Note that the content visible on all slides can be edited on the "global layers" slide.
Checkout our Documentation for basic Slider Revolution help.
";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:448;a:22:{s:2:"id";s:3:"484";s:5:"title";s:16:"Project Carousel";s:5:"alias";s:16:"project-carousel";s:3:"zip";s:20:"project-carousel.zip";s:3:"uid";s:32:"49c85ad406da943bdd25f08fd6496748";s:3:"img";s:27:"project-carousel/slide1.jpg";s:7:"preview";s:51:"https://revolution.themepunch.com/project-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:137:"A project carousel with images and texts that can be customized easily!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:449;a:22:{s:2:"id";s:3:"485";s:5:"title";s:13:"News Carousel";s:5:"alias";s:13:"news-carousel";s:3:"zip";s:17:"news-carousel.zip";s:3:"uid";s:32:"76f5b939150092a30038f161084140ae";s:3:"img";s:24:"news-carousel/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/news-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:134:"A news carousel with images and texts that can be customized easily!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:450;a:25:{s:2:"id";s:3:"486";s:5:"title";s:29:"Story Blocks Website Template";s:5:"alias";s:29:"story-blocks-website-template";s:3:"zip";s:0:"";s:3:"uid";s:37:"story-blocks-website-template-package";s:3:"img";s:50:"packages/story-blocks-website-template-package.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:451;a:25:{s:2:"id";s:3:"487";s:5:"title";s:10:"Story Menu";s:5:"alias";s:10:"story-menu";s:3:"zip";s:20:"packs/story-menu.zip";s:3:"uid";s:32:"1f2f7cd91480f15cff8e7100f788c650";s:3:"img";s:21:"story-menu/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:452;a:25:{s:2:"id";s:3:"488";s:5:"title";s:12:"Story Header";s:5:"alias";s:12:"story-header";s:3:"zip";s:22:"packs/story-header.zip";s:3:"uid";s:32:"e1a5ad5018a24ccdc71c2863edfe775e";s:3:"img";s:23:"story-header/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:453;a:25:{s:2:"id";s:3:"489";s:5:"title";s:13:"Story Block 1";s:5:"alias";s:13:"story-block-1";s:3:"zip";s:23:"packs/story-block-1.zip";s:3:"uid";s:32:"2a9fee97dcf477e36d048af8a902f47a";s:3:"img";s:24:"story-block-1/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:454;a:25:{s:2:"id";s:3:"490";s:5:"title";s:15:"Story Content 1";s:5:"alias";s:15:"story-content-1";s:3:"zip";s:25:"packs/story-content-1.zip";s:3:"uid";s:32:"6773614bbce543b83a0d2b2ad8facc96";s:3:"img";s:26:"story-content-1/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:455;a:25:{s:2:"id";s:3:"491";s:5:"title";s:13:"Story Block 2";s:5:"alias";s:13:"story-block-2";s:3:"zip";s:23:"packs/story-block-2.zip";s:3:"uid";s:32:"2e708e3cebab57ca20b228ffba426ce7";s:3:"img";s:24:"story-block-2/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:456;a:25:{s:2:"id";s:3:"492";s:5:"title";s:13:"Story Block 3";s:5:"alias";s:13:"story-block-3";s:3:"zip";s:23:"packs/story-block-3.zip";s:3:"uid";s:32:"7156cf069f65644faf90122dab451231";s:3:"img";s:24:"story-block-3/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:457;a:25:{s:2:"id";s:3:"493";s:5:"title";s:15:"Story Content 2";s:5:"alias";s:15:"story-content-2";s:3:"zip";s:25:"packs/story-content-2.zip";s:3:"uid";s:32:"1223cd77d1f36d69e69ce50223e16ea7";s:3:"img";s:26:"story-content-2/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:458;a:25:{s:2:"id";s:3:"494";s:5:"title";s:13:"Story Block 4";s:5:"alias";s:13:"story-block-4";s:3:"zip";s:23:"packs/story-block-4.zip";s:3:"uid";s:32:"85ac48e8e8231d2c38206cba4e7ebb68";s:3:"img";s:24:"story-block-4/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:459;a:25:{s:2:"id";s:3:"495";s:5:"title";s:15:"Story Content 3";s:5:"alias";s:15:"story-content-3";s:3:"zip";s:25:"packs/story-content-3.zip";s:3:"uid";s:32:"82cac52f3ba79c0559fe0ad0cdf9d3b2";s:3:"img";s:26:"story-content-3/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:460;a:22:{s:2:"id";s:3:"496";s:5:"title";s:21:"Animated Mini Website";s:5:"alias";s:12:"mini-website";s:3:"zip";s:16:"mini-website.zip";s:3:"uid";s:32:"cc6c0a3b0f933a88c43e2be0fa397c1c";s:3:"img";s:23:"mini-website/slide1.jpg";s:7:"preview";s:56:"https://www.sliderrevolution.com/templates/mini-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:209:"The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:461;a:22:{s:2:"id";s:3:"497";s:5:"title";s:18:"Food Delivery Hero";s:5:"alias";s:13:"food-delivery";s:3:"zip";s:17:"food-delivery.zip";s:3:"uid";s:32:"992e9b22ff43227a655eea341835d04c";s:3:"img";s:24:"food-delivery/slide1.jpg";s:7:"preview";s:62:"https://www.sliderrevolution.com/templates/food-delivery-hero/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:207:"Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:342:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:462;a:22:{s:2:"id";s:3:"498";s:5:"title";s:25:"Slider With Illustrations";s:5:"alias";s:25:"slider-with-illustrations";s:3:"zip";s:29:"slider-with-illustrations.zip";s:3:"uid";s:32:"ebc24280b669f26734c7fdd8b5683e9f";s:3:"img";s:36:"slider-with-illustrations/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/slider-with-illustrations/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:463;a:25:{s:2:"id";s:3:"499";s:5:"title";s:31:"Zen Technology Website Template";s:5:"alias";s:31:"zen-technology-website-template";s:3:"zip";s:0:"";s:3:"uid";s:39:"zen-technology-website-template-package";s:3:"img";s:52:"packages/zen-technology-website-template-package.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:464;a:25:{s:2:"id";s:3:"500";s:5:"title";s:8:"Zen Menu";s:5:"alias";s:8:"zen-menu";s:3:"zip";s:18:"packs/zen-menu.zip";s:3:"uid";s:32:"3b53d755058b75fa6172510dcca2f2bb";s:3:"img";s:19:"zen-menu/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:465;a:25:{s:2:"id";s:3:"501";s:5:"title";s:10:"Zen Header";s:5:"alias";s:10:"zen-header";s:3:"zip";s:20:"packs/zen-header.zip";s:3:"uid";s:32:"13d3cdde05308616fda7e2920a29e006";s:3:"img";s:21:"zen-header/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:466;a:25:{s:2:"id";s:3:"502";s:5:"title";s:9:"Zen About";s:5:"alias";s:9:"zen-about";s:3:"zip";s:19:"packs/zen-about.zip";s:3:"uid";s:32:"d50d4f9b43e025fa99503b9a4eec6551";s:3:"img";s:20:"zen-about/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:467;a:25:{s:2:"id";s:3:"503";s:5:"title";s:12:"Zen Features";s:5:"alias";s:12:"zen-features";s:3:"zip";s:22:"packs/zen-features.zip";s:3:"uid";s:32:"f4f7f500fae57b1b55adace13f030778";s:3:"img";s:23:"zen-features/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:468;a:25:{s:2:"id";s:3:"504";s:5:"title";s:9:"Zen Video";s:5:"alias";s:9:"zen-video";s:3:"zip";s:19:"packs/zen-video.zip";s:3:"uid";s:32:"fa83df1b45b795174770b1b0155e89f3";s:3:"img";s:20:"zen-video/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:469;a:25:{s:2:"id";s:3:"505";s:5:"title";s:11:"Zen Pricing";s:5:"alias";s:11:"zen-pricing";s:3:"zip";s:21:"packs/zen-pricing.zip";s:3:"uid";s:32:"921f8e5c156d9027f6ae8f1c5e426251";s:3:"img";s:22:"zen-pricing/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:470;a:25:{s:2:"id";s:3:"506";s:5:"title";s:22:"Zen Testimonials Title";s:5:"alias";s:22:"zen-testimonials-title";s:3:"zip";s:32:"packs/zen-testimonials-title.zip";s:3:"uid";s:32:"d9aeeb596c0455ddd564a60a2d449b17";s:3:"img";s:33:"zen-testimonials-title/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:471;a:25:{s:2:"id";s:3:"507";s:5:"title";s:16:"Zen Testimonials";s:5:"alias";s:16:"zen-testimonials";s:3:"zip";s:26:"packs/zen-testimonials.zip";s:3:"uid";s:32:"5a0e0141599c63828e4b99e3bc863366";s:3:"img";s:27:"zen-testimonials/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:472;a:25:{s:2:"id";s:3:"508";s:5:"title";s:10:"Zen Footer";s:5:"alias";s:10:"zen-footer";s:3:"zip";s:20:"packs/zen-footer.zip";s:3:"uid";s:32:"47fb8604e2aafa8cfc97f5af75fda911";s:3:"img";s:21:"zen-footer/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:473;a:22:{s:2:"id";s:3:"509";s:5:"title";s:24:"Paintbrush Effect Add-on";s:5:"alias";s:17:"Paintbrush-Effect";s:3:"zip";s:21:"Paintbrush-Effect.zip";s:3:"uid";s:32:"b934d1376df026f0ff45447de17b5ee9";s:3:"img";s:28:"Paintbrush-Effect/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:179:"The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:338:"[{"path":"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php","name":"Paintbrush AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:474;a:25:{s:2:"id";s:3:"510";s:5:"title";s:29:"Photographer Website Template";s:5:"alias";s:29:"photographer-website-template";s:3:"zip";s:0:"";s:3:"uid";s:37:"photographer-website-template-package";s:3:"img";s:50:"packages/photographer-website-template-package.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:475;a:25:{s:2:"id";s:3:"511";s:5:"title";s:19:"Photographer Header";s:5:"alias";s:19:"Photographer-Header";s:3:"zip";s:29:"packs/Photographer-Header.zip";s:3:"uid";s:32:"22de8b3b1eeca5d0d1087791a28cc641";s:3:"img";s:30:"Photographer-Header/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:476;a:25:{s:2:"id";s:3:"512";s:5:"title";s:27:"Photographer Welcome Screen";s:5:"alias";s:27:"Photographer-Welcome-Screen";s:3:"zip";s:37:"packs/Photographer-Welcome-Screen.zip";s:3:"uid";s:32:"8de63df079ad8b7c0aa7bf164bd5fd8f";s:3:"img";s:38:"Photographer-Welcome-Screen/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:477;a:25:{s:2:"id";s:3:"513";s:5:"title";s:21:"Photographer Showcase";s:5:"alias";s:21:"Photographer-Showcase";s:3:"zip";s:31:"packs/Photographer-Showcase.zip";s:3:"uid";s:32:"8b2c7a1541465f77e829a9ac58926359";s:3:"img";s:32:"Photographer-Showcase/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:478;a:25:{s:2:"id";s:3:"514";s:5:"title";s:22:"Photographer Portfolio";s:5:"alias";s:22:"Photographer-Portfolio";s:3:"zip";s:32:"packs/Photographer-Portfolio.zip";s:3:"uid";s:32:"ba5cc502a9505725ef169eaf4852d10f";s:3:"img";s:33:"Photographer-Portfolio/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:479;a:25:{s:2:"id";s:3:"515";s:5:"title";s:21:"Photographer Contacts";s:5:"alias";s:21:"Photographer-Contacts";s:3:"zip";s:31:"packs/Photographer-Contacts.zip";s:3:"uid";s:32:"6ac142733cd260b5d5d3cdce30885074";s:3:"img";s:32:"Photographer-Contacts/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:480;a:25:{s:2:"id";s:3:"516";s:5:"title";s:19:"Photographer Footer";s:5:"alias";s:19:"Photographer-Footer";s:3:"zip";s:29:"packs/Photographer-Footer.zip";s:3:"uid";s:32:"5fae568a988d072fb14b66cc2732ea46";s:3:"img";s:30:"Photographer-Footer/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:481;a:25:{s:2:"id";s:3:"517";s:5:"title";s:18:"Photographer Modal";s:5:"alias";s:18:"Photographer-Modal";s:3:"zip";s:28:"packs/Photographer-Modal.zip";s:3:"uid";s:32:"e6b47a765ad19bce4726540ff7211c07";s:3:"img";s:29:"Photographer-Modal/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:482;a:22:{s:2:"id";s:3:"518";s:5:"title";s:25:"Black Friday Scroll Video";s:5:"alias";s:25:"black-friday-scroll-video";s:3:"zip";s:29:"black-friday-scroll-video.zip";s:3:"uid";s:32:"a6a4ab2e2f703aaee0a1e6121881bdd8";s:3:"img";s:36:"black-friday-scroll-video/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/black-friday-video-scroll/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:169:"Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:370:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php","name":"Slider Revolution Scroll Video Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:483;a:25:{s:2:"id";s:3:"519";s:5:"title";s:26:"Charity Non-Profit-Website";s:5:"alias";s:26:"charity-non-profit-website";s:3:"zip";s:0:"";s:3:"uid";s:26:"charity-non-profit-website";s:3:"img";s:47:"packages/charity-non-profit-website-package.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:484;a:25:{s:2:"id";s:3:"520";s:5:"title";s:12:"Charity Menu";s:5:"alias";s:12:"charity-menu";s:3:"zip";s:22:"packs/charity-menu.zip";s:3:"uid";s:32:"77794a39041c7f128de3b5ad9b8e7d0d";s:3:"img";s:23:"charity-menu/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:485;a:25:{s:2:"id";s:3:"521";s:5:"title";s:14:"Charity Header";s:5:"alias";s:14:"charity-header";s:3:"zip";s:24:"packs/charity-header.zip";s:3:"uid";s:32:"36096787d4ed62942cbd48f6a57e9d4f";s:3:"img";s:25:"charity-header/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:486;a:25:{s:2:"id";s:3:"522";s:5:"title";s:15:"Charity Mission";s:5:"alias";s:15:"charity-mission";s:3:"zip";s:25:"packs/charity-mission.zip";s:3:"uid";s:32:"8c5cd67e3eb51c0ca3e571408ac8e97b";s:3:"img";s:26:"charity-mission/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:487;a:25:{s:2:"id";s:3:"523";s:5:"title";s:13:"Charity Funds";s:5:"alias";s:13:"charity-funds";s:3:"zip";s:23:"packs/charity-funds.zip";s:3:"uid";s:32:"10da554c7529ef91965e1618a04b410b";s:3:"img";s:24:"charity-funds/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:488;a:25:{s:2:"id";s:3:"524";s:5:"title";s:15:"Charity Success";s:5:"alias";s:15:"charity-success";s:3:"zip";s:25:"packs/charity-success.zip";s:3:"uid";s:32:"0c35448c1905272606e87447886a348e";s:3:"img";s:26:"charity-success/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:489;a:25:{s:2:"id";s:3:"525";s:5:"title";s:15:"Charity Stories";s:5:"alias";s:15:"charity-stories";s:3:"zip";s:25:"packs/charity-stories.zip";s:3:"uid";s:32:"f277f145d9f9c3f0033bb8ceffeb4c9f";s:3:"img";s:26:"charity-stories/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:490;a:25:{s:2:"id";s:3:"526";s:5:"title";s:16:"Charity Worldmap";s:5:"alias";s:16:"charity-worldmap";s:3:"zip";s:26:"packs/charity-worldmap.zip";s:3:"uid";s:32:"9e00cbac269b92cb24fd3230297f4685";s:3:"img";s:27:"charity-worldmap/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:491;a:25:{s:2:"id";s:3:"527";s:5:"title";s:19:"Charity Large Image";s:5:"alias";s:19:"charity-large-image";s:3:"zip";s:29:"packs/charity-large-image.zip";s:3:"uid";s:32:"fa927036c2b14622832106fa987bc8e7";s:3:"img";s:30:"charity-large-image/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:492;a:25:{s:2:"id";s:3:"528";s:5:"title";s:16:"Charity Sponsors";s:5:"alias";s:16:"charity-sponsors";s:3:"zip";s:26:"packs/charity-sponsors.zip";s:3:"uid";s:32:"efd087bc3fa3915139af9e93d47ee295";s:3:"img";s:27:"charity-sponsors/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:493;a:25:{s:2:"id";s:3:"529";s:5:"title";s:12:"Charity Help";s:5:"alias";s:12:"charity-help";s:3:"zip";s:22:"packs/charity-help.zip";s:3:"uid";s:32:"4f3571c0b27f061648c9ff95b1a3f718";s:3:"img";s:23:"charity-help/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:494;a:25:{s:2:"id";s:3:"530";s:5:"title";s:14:"Charity Footer";s:5:"alias";s:14:"charity-footer";s:3:"zip";s:24:"packs/charity-footer.zip";s:3:"uid";s:32:"9340fa48c56635a8a781cc37c4bf538c";s:3:"img";s:25:"charity-footer/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:2:"11";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:495;a:22:{s:2:"id";s:3:"531";s:5:"title";s:21:"Cinematic Hero Titles";s:5:"alias";s:21:"cinematic-hero-titles";s:3:"zip";s:25:"cinematic-hero-titles.zip";s:3:"uid";s:32:"51a59c54bb97c274092d22dbf4f6085e";s:3:"img";s:32:"cinematic-hero-titles/slide1.jpg";s:7:"preview";s:65:"https://www.sliderrevolution.com/templates/cinematic-hero-titles/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:199:"The "Cinematic Hero Titles" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:496;a:22:{s:2:"id";s:3:"532";s:5:"title";s:23:"Design DNA Scroll Video";s:5:"alias";s:23:"design-dna-scroll-video";s:3:"zip";s:27:"design-dna-scroll-video.zip";s:3:"uid";s:32:"39180fc9f7a07e50832fc1a68fb4eba2";s:3:"img";s:34:"design-dna-scroll-video/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/design-dna-scroll-video/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The "Design DNA Scroll Video" template is a striking, fullscreen hero module that is using our new Scroll Video addon.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:544:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php","name":"Slider Revolution Scroll Video Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:497;a:22:{s:2:"id";s:3:"533";s:5:"title";s:27:"Food Delivery Lottie Scroll";s:5:"alias";s:27:"food-delivery-lottie-scroll";s:3:"zip";s:31:"food-delivery-lottie-scroll.zip";s:3:"uid";s:32:"5dfbfac45c5df7702238ba1b43afe8f6";s:3:"img";s:38:"food-delivery-lottie-scroll/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"The "Design DNA Scroll Video" template is a striking, fullscreen hero module that is using our new Scroll Video addon.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:498;a:25:{s:2:"id";s:3:"534";s:5:"title";s:29:"Food Recipe Carousel Template";s:5:"alias";s:29:"food-recipe-carousel-template";s:3:"zip";s:0:"";s:3:"uid";s:29:"food-recipe-carousel-template";s:3:"img";s:50:"packages/food-recipe-carousel-template-package.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/food-recipe-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:193:"Showcase your cooking recipes with the easy to use "Food Recipe Carousel" template. Clicking the titles opens up a detail view!\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Food Recipe Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"42";s:9:"installed";b:0;}i:499;a:25:{s:2:"id";s:3:"535";s:5:"title";s:20:"Food Recipe Carousel";s:5:"alias";s:20:"food-recipe-carousel";s:3:"zip";s:30:"packs/food-recipe-carousel.zip";s:3:"uid";s:32:"6ba9695ba1a22a6e99f96431d8fb01e8";s:3:"img";s:31:"food-recipe-carousel/slide1.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/food-recipe-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Food Recipe Carousel Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"42";s:9:"installed";b:0;}i:500;a:25:{s:2:"id";s:3:"536";s:5:"title";s:17:"Food Recipe Modal";s:5:"alias";s:17:"food-recipe-modal";s:3:"zip";s:27:"packs/food-recipe-modal.zip";s:3:"uid";s:32:"1c5b2e959cd973efc5c1887a3a4279f3";s:3:"img";s:28:"food-recipe-modal/slide1.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/food-recipe-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.\r\n";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Food Recipe Carousel Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"42";s:9:"installed";b:0;}i:501;a:25:{s:2:"id";s:3:"537";s:5:"title";s:27:"Corporate Carousel Template";s:5:"alias";s:27:"corporate-carousel-template";s:3:"zip";s:0:"";s:3:"uid";s:27:"corporate-carousel-template";s:3:"img";s:38:"packages/corporate_carousel_bundle.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:220:"The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:14:10";s:7:"package";s:27:"Corporate Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"43";s:9:"installed";b:0;}i:502;a:25:{s:2:"id";s:3:"538";s:5:"title";s:18:"Corporate Carousel";s:5:"alias";s:18:"corporate-carousel";s:3:"zip";s:28:"packs/corporate-carousel.zip";s:3:"uid";s:32:"30dea0e333913cb5ebbf8dded8c3a839";s:3:"img";s:29:"corporate-carousel/slide1.jpg";s:7:"preview";s:34:"https://revolution.themepunch.com/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:220:"The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:26:51";s:7:"package";s:27:"Corporate Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"43";s:9:"installed";b:0;}i:503;a:25:{s:2:"id";s:3:"539";s:5:"title";s:18:"Corporate Lightbox";s:5:"alias";s:18:"corporate-lightbox";s:3:"zip";s:28:"packs/corporate-lightbox.zip";s:3:"uid";s:32:"832c277bfc5a288c0dffd784e4041265";s:3:"img";s:29:"corporate-lightbox/slide1.jpg";s:7:"preview";s:34:"https://revolution.themepunch.com/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:220:"The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:34:36";s:7:"package";s:27:"Corporate Carousel Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"43";s:9:"installed";b:0;}i:504;a:25:{s:2:"id";s:3:"540";s:5:"title";s:23:"Cyber Carousel Template";s:5:"alias";s:23:"cyber-carousel-template";s:3:"zip";s:0:"";s:3:"uid";s:23:"cyber-carousel-template";s:3:"img";s:33:"packages/cybercarousel_bundle.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:218:"This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:40:25";s:7:"package";s:23:"Cyber Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"44";s:9:"installed";b:0;}i:505;a:25:{s:2:"id";s:3:"541";s:5:"title";s:14:"Cyber Carousel";s:5:"alias";s:14:"cyber-carousel";s:3:"zip";s:24:"packs/cyber-carousel.zip";s:3:"uid";s:32:"b5ef41c7f498bd1dccf8224bfbade718";s:3:"img";s:25:"cyber-carousel/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:218:"This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:42:44";s:7:"package";s:23:"Cyber Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"44";s:9:"installed";b:0;}i:506;a:25:{s:2:"id";s:3:"542";s:5:"title";s:23:"Cyber Carousel Lightbox";s:5:"alias";s:23:"cyber-carousel-lightbox";s:3:"zip";s:33:"packs/cyber-carousel-lightbox.zip";s:3:"uid";s:32:"cb91abeed0555dfcafe849c37e7c9c32";s:3:"img";s:34:"cyber-carousel-lightbox/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:218:"This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:50:15";s:7:"package";s:23:"Cyber Carousel Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"44";s:9:"installed";b:0;}i:507;a:25:{s:2:"id";s:3:"543";s:5:"title";s:16:"Woo Carousel One";s:5:"alias";s:24:"woocommerce-carousel-one";s:3:"zip";s:28:"woocommerce-carousel-one.zip";s:3:"uid";s:32:"df0a99cef3981ecb608dff4ed573a493";s:3:"img";s:35:"woocommerce-carousel-one/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:185:"A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:02:45";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:508;a:25:{s:2:"id";s:3:"544";s:5:"title";s:23:"Woo Carousel One Static";s:5:"alias";s:31:"woocommerce-carousel-one-static";s:3:"zip";s:35:"woocommerce-carousel-one-static.zip";s:3:"uid";s:32:"5c955a3850369e79b1e18921306ac1df";s:3:"img";s:42:"woocommerce-carousel-one-static/slide1.jpg";s:7:"preview";s:63:"https://sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:143:"A static content carousel. Please use the "non-static" version for WooCommerce.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:05:02";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:509;a:25:{s:2:"id";s:3:"545";s:5:"title";s:16:"Woo Carousel Two";s:5:"alias";s:24:"woocommerce-carousel-two";s:3:"zip";s:28:"woocommerce-carousel-two.zip";s:3:"uid";s:32:"fdd797d8e98a9138f5563b68b95ebe1c";s:3:"img";s:35:"woocommerce-carousel-two/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:185:"A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:06:57";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:510;a:25:{s:2:"id";s:3:"546";s:5:"title";s:23:"Woo Carousel Two Static";s:5:"alias";s:31:"woocommerce-carousel-two-static";s:3:"zip";s:35:"woocommerce-carousel-two-static.zip";s:3:"uid";s:32:"2f3bfb1dfa99647426ce906f10dfc480";s:3:"img";s:42:"woocommerce-carousel-two-static/slide1.jpg";s:7:"preview";s:63:"https://sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:143:"A static content carousel. Please use the "non-static" version for WooCommerce.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:16:15";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:511;a:25:{s:2:"id";s:3:"547";s:5:"title";s:18:"Woo Feature Slider";s:5:"alias";s:26:"woocommerce-feature-slider";s:3:"zip";s:30:"woocommerce-feature-slider.zip";s:3:"uid";s:32:"c8aa1f551065eeffc752f2d8daef6db1";s:3:"img";s:37:"woocommerce-feature-slider/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:181:"A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:19:13";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:512;a:25:{s:2:"id";s:3:"548";s:5:"title";s:25:"Woo Feature Slider Static";s:5:"alias";s:33:"woocommerce-feature-slider-static";s:3:"zip";s:37:"woocommerce-feature-slider-static.zip";s:3:"uid";s:32:"2f29e8fd101c799480152a7911b33ca6";s:3:"img";s:44:"woocommerce-feature-slider-static/slide1.jpg";s:7:"preview";s:63:"https://sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:140:"A static content slider Please use the "non-static" version for WooCommerce.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:20:57";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:513;a:22:{s:2:"id";s:3:"549";s:5:"title";s:17:"Woo Liquid Slider";s:5:"alias";s:17:"woo-liquid-slider";s:3:"zip";s:21:"woo-liquid-slider.zip";s:3:"uid";s:32:"9f455f73675a73dbefe820288e994f27";s:3:"img";s:28:"woo-liquid-slider/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:236:"A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:9:"postbased";i:2;s:11:"woocommerce";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-01-19 16:23:03";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:514;a:22:{s:2:"id";s:3:"550";s:5:"title";s:24:"Woo Liquid Slider Static";s:5:"alias";s:32:"woocommerce-liquid-slider-static";s:3:"zip";s:36:"woocommerce-liquid-slider-static.zip";s:3:"uid";s:32:"5848192fea46ffee95a91aa531848e19";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:203:"A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the "non-static" version.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-01-19 16:24:35";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:515;a:25:{s:2:"id";s:3:"551";s:5:"title";s:15:"Woo Slider Pack";s:5:"alias";s:15:"woo-slider-pack";s:3:"zip";s:0:"";s:3:"uid";s:15:"woo-slider-pack";s:3:"img";s:34:"packages/woosliderpack_dynamic.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:181:"A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:4:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:9:"postbased";i:3;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-20 09:34:45";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:516;a:25:{s:2:"id";s:3:"552";s:5:"title";s:22:"Woo Slider Pack Static";s:5:"alias";s:22:"woo-slider-pack-static";s:3:"zip";s:0:"";s:3:"uid";s:22:"woo-slider-pack-static";s:3:"img";s:33:"packages/woosliderpack_static.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:181:"A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-20 09:39:21";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:517;a:22:{s:2:"id";s:3:"553";s:5:"title";s:24:"Creative Hero Collection";s:5:"alias";s:24:"creative-hero-collection";s:3:"zip";s:28:"creative-hero-collection.zip";s:3:"uid";s:32:"e20126d93d081055e5ff3f6981b971fa";s:3:"img";s:35:"creative-hero-collection/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/creative-hero-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:245:"A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to "scene".";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:348:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-02-23 10:22:47";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:518;a:22:{s:2:"id";s:3:"554";s:5:"title";s:12:"Photo Slider";s:5:"alias";s:19:"photographer-slider";s:3:"zip";s:23:"photographer-slider.zip";s:3:"uid";s:32:"e00104cff231e2aaeb149b3c63e78a5e";s:3:"img";s:30:"photographer-slider/slide1.jpg";s:7:"preview";s:80:"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:169:"A great module for any photographer/videographer who wants to display their portfolio in an engaging way.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-02-23 10:25:31";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:519;a:22:{s:2:"id";s:3:"555";s:5:"title";s:18:"Real Estate Slider";s:5:"alias";s:17:"realestate-slider";s:3:"zip";s:21:"realestate-slider.zip";s:3:"uid";s:32:"596effabfef768f0371cba2b1fdd0c1d";s:3:"img";s:28:"realestate-slider/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:152:"Showcase your clients real estate offerings with this clean and convincing presentation.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-02-23 10:45:36";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:520;a:22:{s:2:"id";s:3:"556";s:5:"title";s:19:"Saas Product Slider";s:5:"alias";s:19:"saas-product-slider";s:3:"zip";s:23:"saas-product-slider.zip";s:3:"uid";s:32:"3cf7809058f383425c5409aa1204335f";s:3:"img";s:30:"saas-product-slider/slide1.jpg";s:7:"preview";s:63:"https://www.sliderrevolution.com/templates/saas-product-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:143:"Present your digital SaaS product with a modern design and stunning animations.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"2021-02-23 10:49:44";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:521;a:25:{s:2:"id";s:3:"557";s:5:"title";s:27:"Cinematic Wildlife Template";s:5:"alias";s:27:"cinematic-wildlife-template";s:3:"zip";s:0:"";s:3:"uid";s:27:"cinematic-wildlife-template";s:3:"img";s:39:"packages/cinematic-wildlife-package.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:185:"Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-04-16 10:45:38";s:7:"package";s:27:"Cinematic Wildlife Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"47";s:9:"installed";b:0;}i:522;a:25:{s:2:"id";s:3:"558";s:5:"title";s:25:"Cinematic Wildlife Slider";s:5:"alias";s:25:"cinematic-wildlife-slider";s:3:"zip";s:35:"packs/cinematic-wildlife-slider.zip";s:3:"uid";s:32:"a37b04e221a845d6d446f4d70e815b87";s:3:"img";s:36:"cinematic-wildlife-slider/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:185:"Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-04-16 10:47:01";s:7:"package";s:27:"Cinematic Wildlife Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"47";s:9:"installed";b:0;}i:523;a:25:{s:2:"id";s:3:"559";s:5:"title";s:24:"Cinematic Wildlife Modal";s:5:"alias";s:24:"cinematic-wildlife-modal";s:3:"zip";s:34:"packs/cinematic-wildlife-modal.zip";s:3:"uid";s:32:"636a6885199f684ad743167ceea70dc4";s:3:"img";s:35:"cinematic-wildlife-modal/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:185:"Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-04-16 10:50:56";s:7:"package";s:27:"Cinematic Wildlife Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"47";s:9:"installed";b:0;}i:524;a:22:{s:2:"id";s:3:"560";s:5:"title";s:32:"Gaming Stats Presentation Slider";s:5:"alias";s:32:"gaming-stats-presentation-slider";s:3:"zip";s:36:"gaming-stats-presentation-slider.zip";s:3:"uid";s:32:"988df5050f2a45a108ef32518a725bf8";s:3:"img";s:43:"gaming-stats-presentation-slider/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.4.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:156:"Create interactive presentations and showcase statistics with unique and customizable charts";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:159:"[{"path":"revslider-charts-addon\\/revslider-charts-addon.php","name":"Charts AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-04-29 09:50:58";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:525;a:23:{s:2:"id";s:3:"561";s:5:"title";s:31:"Coffee Shop Split Screen Slider";s:5:"alias";s:15:"coffee-flavours";s:3:"zip";s:19:"coffee-flavours.zip";s:3:"uid";s:32:"63726447a6a614d8f53fbf6024fd3033";s:3:"img";s:25:"coffee-flavors/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-06-11 09:09:52";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:10:"new_slider";b:1;}i:526;a:23:{s:2:"id";s:3:"562";s:5:"title";s:32:"Modern Portfolio Showreel Slider";s:5:"alias";s:15:"showreel-slider";s:3:"zip";s:19:"showreel-slider.zip";s:3:"uid";s:32:"bced29a585e67153a1ed7608ddcdb69d";s:3:"img";s:26:"showreel-slider/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:216:"Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-06-11 09:14:43";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:10:"new_slider";b:1;}i:527;a:23:{s:2:"id";s:3:"563";s:5:"title";s:23:"Visual Art Forms Slider";s:5:"alias";s:16:"visual-art-forms";s:3:"zip";s:20:"visual-art-forms.zip";s:3:"uid";s:32:"4d57a5abf20bc4a615fe30837ac3ce1a";s:3:"img";s:27:"visual-art-forms/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/visual-art-forms-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:180:"Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.";s:11:"setup_notes";s:171:"Checkout our Documentation for basic Slider Revolution help.";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-06-11 09:18:19";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:10:"new_slider";b:1;}}s:6:"slides";a:505:{s:16:"classic-carousel";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"classic-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"classic-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"classic-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"classic-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"classic-carousel/slide5.jpg";}}s:13:"classicslider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"classicslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"classicslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"classicslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"classicslider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"classicslider/slide5.jpg";}}s:11:"contenttabs";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"contenttabs/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"contenttabs/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"contenttabs/slide3.jpg";}}s:13:"facebook-feed";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"facebook-feed/slide1.jpg";}}s:7:"fashion";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"fashion/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"fashion/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"fashion/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"fashion/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"fashion/slide5.jpg";}}s:14:"flickr-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"flickr-gallery/slide1.jpg";}}s:3:"gym";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:14:"gym/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:14:"gym/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:14:"gym/slide3.jpg";}}s:18:"highlight-carousel";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"highlight-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"highlight-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"highlight-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"highlight-carousel/slide4.jpg";}}s:18:"highlight-showcase";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"highlight-showcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"highlight-showcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"highlight-showcase/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"highlight-showcase/slide4.jpg";}}s:10:"image-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"imagehero/slide1.jpg";}}s:13:"insta-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"insta-gallery/slide1.jpg";}}s:19:"levanorestaurantbar";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"levanorestaurantbar/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"levanorestaurantbar/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"levanorestaurantbar/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"levanorestaurantbar/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:30:"levanorestaurantbar/slide5.jpg";}}s:11:"mainfeature";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"mainfeature/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"mainfeature/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"mainfeature/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"mainfeature/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:22:"mainfeature/slide7.jpg";}}s:17:"media-gallery-two";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"media-gallery-two/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"media-gallery-two/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"media-gallery-two/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"media-gallery-two/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"media-gallery-two/slide6.jpg";}}s:23:"media-carousel-autoplay";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"media-carousel-autoplay/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"media-carousel-autoplay/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"media-carousel-autoplay/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"media-carousel-autoplay/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"media-carousel-autoplay/slide6.jpg";}}s:21:"news-background-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"news-bg-video/slide1.jpg";}}s:12:"news-gallery";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"news-gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"news-gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"news-gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"news-gallery/slide4.jpg";}}s:23:"news-gallery-post-based";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"news-gallery-post-based/slide1.jpg";}}s:9:"news-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"news-hero/slide1.jpg";}}s:10:"news-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"news-video/slide1.jpg";}}s:15:"newsletter-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"newsletter-hero/slide1.jpg";}}s:10:"notgeneric";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"notgeneric/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"notgeneric/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"notgeneric/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:21:"notgeneric/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:21:"notgeneric/slide5.jpg";}}s:11:"photography";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"photography/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"photography/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"photography/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"photography/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:22:"photography/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:22:"photography/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:22:"photography/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:22:"photography/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:22:"photography/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:23:"photography/slide10.jpg";}}s:20:"photography-carousel";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"photography-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"photography-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"photography-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"photography-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"photography-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:31:"photography-carousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:31:"photography-carousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:31:"photography-carousel/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:31:"photography-carousel/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:32:"photography-carousel/slide10.jpg";}}s:16:"search-form-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"search-form-hero/slide1.jpg";}}s:16:"showcasecarousel";a:9:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"showcasecarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"showcasecarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"showcasecarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"showcasecarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"showcasecarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"showcasecarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:27:"showcasecarousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:27:"showcasecarousel/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:27:"showcasecarousel/slide9.jpg";}}s:11:"sports-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"sportshero/slide1.jpg";}}s:12:"twitter-feed";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"twitter-feed/slide1.jpg";}}s:13:"vimeo-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"vimeo-gallery/slide1.jpg";}}s:9:"vimeohero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"vimeohero/slide1.jpg";}}s:16:"web-product-dark";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"web-product-dark/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"web-product-dark/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"web-product-dark/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"web-product-dark/slide4.jpg";}}s:21:"web-product-dark-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"web-product-dark-hero/slide1.jpg";}}s:22:"web-product-light-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"web-product-light-hero/slide1.jpg";}}s:15:"webproductlight";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"webproductlight/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"webproductlight/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"webproductlight/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"webproductlight/slide4.jpg";}}s:15:"youtube-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"youtube-gallery/slide1.jpg";}}s:11:"youtubehero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"youtubehero/slide1.jpg";}}s:13:"scroll-effect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"scrolleffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"scrolleffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"scrolleffect/slide3.jpg";}}s:12:"content-zoom";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"contentzoom/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"contentzoom/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"contentzoom/slide3.jpg";}}s:13:"food-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"foodcarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"foodcarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"foodcarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"foodcarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:23:"foodcarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:23:"foodcarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:23:"foodcarousel/slide7.jpg";}}s:14:"rotating-words";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"rotatingwords/slide1.jpg";}}s:22:"travel-static-captions";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"travel-static-captions/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"travel-static-captions/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"travel-static-captions/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"travel-static-captions/slide4.jpg";}}s:7:"concept";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"concept/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"concept/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"concept/slide3.jpg";}}s:17:"fullscreen-button";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"fullscreen-button/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"fullscreen-button/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"fullscreen-button/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"fullscreen-button/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"fullscreen-button/slide5.jpg";}}s:15:"creativefreedom";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"creativefreedom/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"creativefreedom/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"creativefreedom/slide3.jpg";}}s:13:"parallaxscene";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"parallaxscene/slide1.jpg";}}s:15:"slidingoverlays";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"slidingoverlays/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"slidingoverlays/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"slidingoverlays/slide3.jpg";}}s:25:"web-product-light-hero-3d";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"web-product-light-hero-3d/slide1.jpg";}}s:6:"woobig";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"woobig/slide1.jpg";}}s:16:"woocommercesmall";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"woocommercesmall/slide1.jpg";}}s:10:"finedining";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"finedining/slide1.jpg";}}s:12:"agency-intro";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"agency-intro/slide1.jpg";}}s:7:"ourteam";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"ourteam/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"ourteam/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"ourteam/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"ourteam/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"ourteam/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:18:"ourteam/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:18:"ourteam/slide7.jpg";}}s:17:"our-team-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"ourteamcarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"ourteamcarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"ourteamcarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"ourteamcarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"ourteamcarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"ourteamcarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:26:"ourteamcarousel/slide7.jpg";}}s:13:"betteryoutube";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"betteryoutube/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"betteryoutube/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"betteryoutube/slide3.jpg";}}s:19:"agencywebsiteheader";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"agencywebsiteheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"agencywebsiteheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"agencywebsiteheader/slide3.jpg";}}s:10:"comingsoon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"comingsoon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"comingsoon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"comingsoon/slide3.jpg";}}s:9:"snowscene";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"snowscene/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"snowscene/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"snowscene/slide3.jpg";}}s:8:"rockband";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"rockband/slide1.jpg";}}s:16:"sleeklandingpage";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"sleeklandingpage/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"sleeklandingpage/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"sleeklandingpage/slide3.jpg";}}s:14:"applandingpage";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"applandingpage/slide1.jpg";}}s:9:"deskscene";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"deskscene/slide1.jpg";}}s:15:"cleannewsslider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"cleannewsslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"cleannewsslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"cleannewsslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"cleannewsslider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"cleannewsslider/slide5.jpg";}}s:12:"imagegallery";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"imagegallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"imagegallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"imagegallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"imagegallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:23:"imagegallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:23:"imagegallery/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:23:"imagegallery/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:23:"imagegallery/slide8.jpg";}}s:19:"standard-wp-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"standard-wp-gallery/slide1.jpg";}}s:21:"clean-news-post-based";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"clean-news-post-based/slide1.jpg";}}s:21:"interactivewhiteboard";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"interactivewhiteboard/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"interactivewhiteboard/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"interactivewhiteboard/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"interactivewhiteboard/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"interactivewhiteboard/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"interactivewhiteboard/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:32:"interactivewhiteboard/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:32:"interactivewhiteboard/slide8.jpg";}}s:10:"innovation";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"innovation/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"innovation/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"innovation/slide3.jpg";}}s:24:"dark-fullsite-block-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"dark-fullsite-block-menu/slide1.jpg";}}s:21:"dark-fullsite-block-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"dark-fullsite-block-1/slide1.jpg";}}s:27:"dark-fullsite-block-2-about";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"dark-fullsite-block-2-about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"dark-fullsite-block-2-about/slide2.jpg";}}s:30:"dark-fullsite-block-3-services";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"dark-fullsite-block-3-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"dark-fullsite-block-3-services/slide2.jpg";}}s:30:"dark-fullsite-block-4-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"dark-fullsite-block-4-products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"dark-fullsite-block-4-products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:41:"dark-fullsite-block-4-products/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:41:"dark-fullsite-block-4-products/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:41:"dark-fullsite-block-4-products/slide5.jpg";}}s:34:"dark-fullsite-block-5-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:45:"dark-fullsite-block-5-testimonials/slide1.jpg";}}s:29:"dark-fullsite-block-6-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"dark-fullsite-block-6-callout/slide1.jpg";}}s:28:"dark-fullsite-block-7-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"dark-fullsite-block-7-footer/slide1.jpg";}}s:19:"fullsite-block-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"fullsite-block-menu/slide1.jpg";}}s:15:"fullsite-block1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"fullsite-block1/slide1.jpg";}}s:22:"fullsite-block-2-about";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"fullsite-block-2-about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"fullsite-block-2-about/slide2.jpg";}}s:25:"fullsite-block-3-services";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"fullsite-block-3-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"fullsite-block-3-services/slide2.jpg";}}s:25:"fullsite-block-4-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"fullsite-block-4-products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"fullsite-block-4-products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"fullsite-block-4-products/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"fullsite-block-4-products/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"fullsite-block-4-products/slide5.jpg";}}s:29:"fullsite-block-5-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"fullsite-block-5-testimonials/slide1.jpg";}}s:24:"fullsite-block-6-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"fullsite-block-6-callout/slide1.jpg";}}s:23:"fullsite-block-7-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"fullsite-block-7-footer/slide1.jpg";}}s:11:"techjournal";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"techjournal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"techjournal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"techjournal/slide3.jpg";}}s:13:"cardealership";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"cardealership/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"cardealership/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"cardealership/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"cardealership/slide4.jpg";}}s:14:"fullscreenmenu";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"fullscreenmenu/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"fullscreenmenu/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"fullscreenmenu/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"fullscreenmenu/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"fullscreenmenu/slide5.jpg";}}s:17:"creativefrontpage";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"creativefrontpage/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"creativefrontpage/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"creativefrontpage/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"creativefrontpage/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"creativefrontpage/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"creativefrontpage/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:28:"creativefrontpage/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:28:"creativefrontpage/slide8.jpg";}}s:19:"websitebuilder-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"websitebuilder-menu/slide1.jpg";}}s:19:"websitebuilder-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"websitebuilder-hero/slide1.jpg";}}s:22:"websitebuilder-clients";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"websitebuilder-clients/slide1.jpg";}}s:23:"websitebuilder-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"websitebuilder-services/slide1.jpg";}}s:23:"websitebuilder-discover";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"websitebuilder-discover/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"websitebuilder-discover/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"websitebuilder-discover/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"websitebuilder-discover/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"websitebuilder-discover/slide5.jpg";}}s:21:"websitebuilder-slider";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"websitebuilder-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"websitebuilder-slider/slide2.jpg";}}s:27:"websitebuilder-calltoaction";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"websitebuilder-calltoaction/slide1.jpg";}}s:21:"websitebuilder-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"websitebuilder-footer/slide1.jpg";}}s:13:"focusparallax";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"focusparallax/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"focusparallax/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"focusparallax/slide3.jpg";}}s:7:"duotone";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"duotone/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"duotone/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"duotone/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"duotone/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"duotone/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:18:"duotone/slide6.jpg";}}s:6:"r_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_menu/slide1.jpg";}}s:5:"rhero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_hero/slide1.jpg";}}s:7:"r_about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"r_about/slide1.jpg";}}s:10:"r_products";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"r_products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"r_products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"r_products/slide3.jpg";}}s:6:"r_info";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_info/slide1.jpg";}}s:17:"inspirationheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"inspirationheader/slide1.jpg";}}s:13:"magazineposts";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"magazineposts/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"magazineposts/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"magazineposts/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"magazineposts/slide4.jpg";}}s:17:"explorationheader";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"explorationheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"explorationheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"explorationheader/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"explorationheader/slide4.jpg";}}s:16:"typewritereffect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"typewritereffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"typewritereffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"typewritereffect/slide3.jpg";}}s:15:"blendmodeheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"blendmodeheader/slide1.jpg";}}s:17:"themeplicity_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"themeplicity_menu/slide1.jpg";}}s:19:"themeplicity_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_header/slide1.jpg";}}s:18:"themeplicity_offer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"themeplicity_offer/slide1.jpg";}}s:21:"themeplicity_whatwedo";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"themeplicity_whatwedo/slide1.jpg";}}s:21:"themeplicity_projects";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"themeplicity_projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"themeplicity_projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"themeplicity_projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"themeplicity_projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:32:"themeplicity_projects/slide5.jpg";s:3:"img";s:7:"Slide 5";}}s:23:"themeplicity_whatsgreat";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"themeplicity_whatsgreat/slide1.jpg";}}s:19:"themeplicity_tables";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_tables/slide1.jpg";}}s:24:"themeplicity_contactform";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"themeplicity_contactform/slide1.jpg";}}s:19:"themeplicity_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_footer/slide1.jpg";}}s:17:"NiceAndClean_Menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"NiceAndClean_Menu/slide1.jpg";}}s:19:"NiceAndClean_Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"NiceAndClean_Header/slide1.jpg";}}s:21:"NiceAndClean_Services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"NiceAndClean_Services/slide1.jpg";}}s:18:"NiceAndClean_About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"NiceAndClean_About/slide1.jpg";}}s:18:"niceandclean_video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"niceandclean_video/slide1.jpg";}}s:23:"niceandclean_highlights";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"niceandclean_highlights/slide1.jpg";}}s:21:"NiceAndClean_Projects";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"NiceAndClean_Projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"NiceAndClean_Projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"NiceAndClean_Projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"NiceAndClean_Projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"NiceAndClean_Projects/slide5.jpg";}}s:23:"niceandclean_textblocks";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"niceandclean_textblocks/slide1.jpg";}}s:20:"niceandclean_callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"niceandclean_callout/slide1.jpg";}}s:19:"niceandclean_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"niceandclean_footer/slide1.jpg";}}s:3:"80s";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:14:"80s/slide1.jpg";}}s:10:"blurslider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"blurslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"blurslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"blurslider/slide3.jpg";}}s:15:"ComingSoonAddon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"ComingSoonAddon/slide1.jpg";}}s:9:"snowaddon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"snowaddon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"snowaddon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"snowaddon/slide3.jpg";}}s:19:"particle-effect-one";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"particle-effect-one/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"particle-effect-one/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"particle-effect-one/slide3.jpg";}}s:19:"particle-effect-two";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"particle-effect-two/slide1.jpg";}}s:21:"particle-effect-three";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"particle-effect-three/slide1.jpg";}}s:15:"portfolioviewer";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"portfolioviewer/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"portfolioviewer/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"portfolioviewer/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"portfolioviewer/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"portfolioviewer/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"portfolioviewer/slide6.jpg";}}s:11:"appshowcase";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"appshowcase/slide1.jpg";}}s:13:"gravitydesign";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"gravitydesign/slide1.jpg";}}s:12:"404errorpage";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"404errorpage/slide1.jpg";}}s:15:"carouselgallery";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"carouselgallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"carouselgallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"carouselgallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"carouselgallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"carouselgallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"carouselgallery/slide6.jpg";}}s:9:"filmstrip";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"filmstrip/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"filmstrip/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"filmstrip/slide3.jpg";}}s:10:"spaceopera";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"spaceopera/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"spaceopera/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"spaceopera/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:21:"spaceopera/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:21:"spaceopera/slide5.jpg";}}s:12:"websiteintro";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"websiteintro/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"websiteintro/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"websiteintro/slide3.jpg";}}s:12:"maskshowcase";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"maskshowcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"maskshowcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"maskshowcase/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"maskshowcase/slide4.jpg";}}s:18:"parallaxzoomslices";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"parallaxzoomslices/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"parallaxzoomslices/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"parallaxzoomslices/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"parallaxzoomslices/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"parallaxzoomslices/slide5.jpg";}}s:20:"doubleexposureeffect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"doubleexposureeffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"doubleexposureeffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"doubleexposureeffect/slide3.jpg";}}s:22:"mountainparallaxheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"mountainparallaxheader/slide1.jpg";}}s:12:"goodnewsmenu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"goodnewsmenu/slide1.jpg";}}s:14:"goodnewsheader";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"goodnewsheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"goodnewsheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"goodnewsheader/slide3.jpg";}}s:16:"goodnewswhatshot";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewswhatshot/slide1.jpg";}}s:16:"goodnewsfeatured";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewsfeatured/slide1.jpg";}}s:17:"goodnewsspotlight";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"goodnewsspotlight/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"goodnewsspotlight/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"goodnewsspotlight/slide3.jpg";}}s:16:"goodnewscarousel";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewscarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"goodnewscarousel/slide2.jpg";}}s:15:"goodnewscallout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"goodnewscallout/slide1.jpg";}}s:14:"goodnewsfooter";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"goodnewsfooter/slide1.jpg";}}s:16:"goodnewsmenuback";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewsmenuback/slide1.jpg";}}s:18:"goodnewsblogheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"goodnewsblogheader/slide1.jpg";}}s:19:"goodnewsblogcontent";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"goodnewsblogcontent/slide1.jpg";}}s:20:"goodnewstestimonials";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"goodnewstestimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"goodnewstestimonials/slide2.jpg";}}s:18:"goodnewsblogfooter";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"goodnewsblogfooter/slide1.jpg";}}s:17:"beforeafterslider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"beforeafterslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"beforeafterslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"beforeafterslider/slide3.jpg";}}s:15:"productshowcase";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"productshowcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"productshowcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"productshowcase/slide3.jpg";}}s:22:"overexposuretransition";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"overexposuretransition/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"overexposuretransition/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"overexposuretransition/slide3.jpg";}}s:14:"parallaxscroll";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"parallaxscroll/slide1.jpg";}}s:11:"techco-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"techco-menu/slide1.jpg";}}s:13:"techco-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"techco-header/slide1.jpg";}}s:12:"techco-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"techco-about/slide1.jpg";}}s:15:"techco-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"techco-services/slide1.jpg";}}s:12:"techco-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"techco-video/slide1.jpg";}}s:13:"techco-prices";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"techco-prices/slide1.jpg";}}s:19:"techco-testimonials";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"techco-testimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"techco-testimonials/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"techco-testimonials/slide3.jpg";}}s:13:"techco-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"techco-footer/slide1.jpg";}}s:7:"weather";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"weather/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"weather/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"weather/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"weather/slide4.jpg";}}s:11:"360panorama";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"360panorama/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"360panorama/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"360panorama/slide3.jpg";}}s:14:"duotone-add-on";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"duotone-add-on/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"duotone-add-on/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"duotone-add-on/slide3.jpg";}}s:13:"reveal-add-on";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"reveal-add-on/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"reveal-add-on/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"reveal-add-on/slide3.jpg";}}s:16:"band-tour-poster";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"smartcontent/band-tour-poster/slide1.png";}}s:14:"brewery-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"smartcontent/brewery-slider/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"smartcontent/brewery-slider/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"smartcontent/brewery-slider/slide3.png";}}s:9:"burgerbar";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"smartcontent/burgerbar/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"smartcontent/burgerbar/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"smartcontent/burgerbar/slide3.png";}}s:19:"burger-bar-portrait";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"smartcontent/burger-bar-portrait/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"smartcontent/burger-bar-portrait/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"smartcontent/burger-bar-portrait/slide3.png";}}s:8:"car-rent";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"smartcontent/car-rent/slide1.png";}}s:6:"coffee";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"smartcontent/coffee/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"smartcontent/coffee/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"smartcontent/coffee/slide3.png";}}s:14:"holiday-advert";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"smartcontent/holiday-advert/slide1.png";}}s:18:"iphone-cases-light";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"smartcontent/iphone-cases-light/slide1.png";}}s:7:"medical";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"smartcontent/medical/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"smartcontent/medical/slide2.png";}}s:13:"mexican-grill";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"smartcontent/mexican-grill/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"smartcontent/mexican-grill/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"smartcontent/mexican-grill/slide3.png";}}s:20:"mobile-retail-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"smartcontent/mobile-retail-slider/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"smartcontent/mobile-retail-slider/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"smartcontent/mobile-retail-slider/slide3.png";}}s:14:"money-exchange";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"smartcontent/money-exchange/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"smartcontent/money-exchange/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"smartcontent/money-exchange/slide3.png";}}s:28:"restaurant-menu-first-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:52:"smartcontent/restaurant-menu-first-screen/slide1.png";}}s:29:"restaurant-menu-second-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:53:"smartcontent/restaurant-menu-second-screen/slide1.png";}}s:28:"restaurant-menu-third-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:52:"smartcontent/restaurant-menu-third-screen/slide1.png";}}s:11:"shoes-store";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"smartcontent/shoes-store/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"smartcontent/shoes-store/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"smartcontent/shoes-store/slide3.png";}}s:20:"supermarket-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"smartcontent/supermarket-products/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"smartcontent/supermarket-products/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"smartcontent/supermarket-products/slide3.png";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"smartcontent/supermarket-products/slide4.png";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:44:"smartcontent/supermarket-products/slide5.png";}}s:16:"travel-insurance";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"smartcontent/travel-insurance/slide1.png";}}s:12:"cryptoslider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"cryptoslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"cryptoslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"cryptoslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"cryptoslider/slide4.jpg";}}s:16:"immersion_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"immersion_header/slide1.jpg";}}s:19:"immersion-mountains";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"immersion-mountains/slide1.jpg";}}s:17:"immersion-product";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"immersion-product/slide1.jpg";}}s:16:"immersion-design";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"immersion-design/slide1.jpg";}}s:21:"immersion-photography";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"immersion-photography/slide1.jpg";}}s:14:"immersion-grid";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"immersion-grid/slide1.jpg";}}s:11:"funkyslider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"funkyslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"funkyslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"funkyslider/slide3.jpg";}}s:14:"clearview_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"clearview_menu/slide1.jpg";}}s:16:"clearview_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"clearview_header/slide1.jpg";}}s:17:"clearview_mission";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"clearview_mission/slide1.jpg";}}s:17:"clear-view-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"clear-view-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"clear-view-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"clear-view-slider/slide3.jpg";}}s:15:"clear-view-news";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"clear-view-news/slide1.jpg";}}s:18:"clear-view-clients";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"clear-view-clients/slide1.jpg";}}s:18:"clear-view-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"clear-view-contact/slide1.jpg";}}s:22:"clear-view-single-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"clear-view-single-menu/slide1.jpg";}}s:24:"clear-view-single-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"clear-view-single-header/slide1.jpg";}}s:23:"clear-view-single-media";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"clear-view-single-media/slide1.jpg";}}s:22:"clear-view-single-more";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"clear-view-single-more/slide1.jpg";}}s:25:"clear-view-single-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"clear-view-single-contact/slide1.jpg";}}s:16:"cleanlandingpage";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"cleanlandingpage/slide1.jpg";}}s:8:"clearcut";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"clearcut/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:19:"clearcut/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:19:"clearcut/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:19:"clearcut/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:19:"clearcut/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:19:"clearcut/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:19:"clearcut/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:19:"clearcut/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:19:"clearcut/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:20:"clearcut/slide10.jpg";}}s:17:"wonderstruck_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"wonderstruck_menu/slide1.jpg";}}s:19:"wonderstruck_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"wonderstruck_header/slide1.jpg";}}s:18:"wonderstruck_about";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"wonderstruck_about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"wonderstruck_about/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"wonderstruck_about/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"wonderstruck_about/slide4.jpg";}}s:18:"wonderstruck-works";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"wonderstruck-works/slide1.jpg";}}s:20:"wonderstruck-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"wonderstruck-contact/slide1.jpg";}}s:11:"bubblemorph";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"bubblemorph/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"bubblemorph/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"bubblemorph/slide3.jpg";}}s:15:"distortionaddon";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"distortionaddon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"distortionaddon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"distortionaddon/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"distortionaddon/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"distortionaddon/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"distortionaddon/slide6.jpg";}}s:9:"clubflyer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"clubflyer/slide1.jpg";}}s:15:"paintbrushaddon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"paintbrushaddon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"paintbrushaddon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"paintbrushaddon/slide3.jpg";}}s:15:"parallax_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"parallax_header/slide1.jpg";}}s:16:"parallax_content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"parallax_content/slide1.jpg";}}s:15:"parallax_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"parallax_footer/slide1.jpg";}}s:12:"le-chef-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"le-chef-menu/slide1.jpg";}}s:14:"le-chef-header";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"le-chef-header/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"le-chef-header/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"le-chef-header/slide3.jpg";}}s:18:"le-chef-philosophy";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"le-chef-philosophy/slide1.jpg";}}s:12:"le-chef-food";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"le-chef-food/slide1.jpg";}}s:16:"le-chef-la-carte";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"le-chef-la-carte/slide1.jpg";}}s:14:"le-chef-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"le-chef-footer/slide1.jpg";}}s:20:"news-magazine-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"news-magazine-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"news-magazine-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"news-magazine-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"news-magazine-slider/slide4.jpg";}}s:18:"real-estate-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"real-estate-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"real-estate-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"real-estate-slider/slide3.jpg";}}s:14:"fashion-header";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"fashion-header/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"fashion-header/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"fashion-header/slide3.jpg";}}s:13:"seasonaloffer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"seasonaloffer/slide1.jpg";}}s:18:"barber-shop-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"barber-shop-header/slide1.jpg";}}s:23:"barber-shop-mobile-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"barber-shop-mobile-menu/slide1.jpg";}}s:24:"barber-shop-first-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"barber-shop-first-screen/slide1.jpg";}}s:17:"barber-shop-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"barber-shop-about/slide1.jpg";}}s:20:"barber-shop-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"barber-shop-services/slide1.jpg";}}s:19:"barber-shop-barbers";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"barber-shop-barbers/slide1.jpg";}}s:20:"barber-shop-contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"barber-shop-contacts/slide1.jpg";}}s:18:"barber-shop-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"barber-shop-footer/slide1.jpg";}}s:21:"fitness-club-template";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"fitness-club-template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"fitness-club-template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"fitness-club-template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"fitness-club-template/slide4.jpg";}}s:13:"soccer-school";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"soccer-school/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"soccer-school/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"soccer-school/slide3.jpg";}}s:19:"music-band-template";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"music-band-template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"music-band-template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"music-band-template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"music-band-template/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:30:"music-band-template/slide5.jpg";}}s:15:"restaurant-menu";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"restaurant-menu/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"restaurant-menu/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"restaurant-menu/slide3.jpg";}}s:16:"cinematic-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"cinematic-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"cinematic-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"cinematic-slider/slide3.jpg";}}s:17:"3d-parallax-cubes";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"3d-parallax-cubes/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"3d-parallax-cubes/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"3d-parallax-cubes/slide3.jpg";}}s:13:"medicare-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"medicare-menu/slide1.jpg";}}s:15:"medicare-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"medicare-header/slide1.jpg";}}s:14:"medicare-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"medicare-about/slide1.jpg";}}s:18:"medicare-highlight";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"medicare-highlight/slide1.jpg";}}s:17:"medicare-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"medicare-services/slide1.jpg";}}s:16:"medicare-doctors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"medicare-doctors/slide1.jpg";}}s:17:"medicare-research";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"medicare-research/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"medicare-research/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"medicare-research/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"medicare-research/slide4.jpg";}}s:18:"medicare-whychoose";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"medicare-whychoose/slide1.jpg";}}s:16:"medicare-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"medicare-contact/slide1.jpg";}}s:15:"medicare-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"medicare-footer/slide1.jpg";}}s:11:"coffee-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"coffee-menu/slide1.jpg";}}s:13:"coffee-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-header/slide1.jpg";}}s:17:"coffee-philosophy";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"coffee-philosophy/slide1.jpg";}}s:12:"coffee-carte";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"coffee-carte/slide1.jpg";}}s:13:"coffee-teaser";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-teaser/slide1.jpg";}}s:13:"coffee-findus";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-findus/slide1.jpg";}}s:13:"coffee-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-footer/slide1.jpg";}}s:17:"minimal-portfolio";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"minimal-portfolio/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"minimal-portfolio/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"minimal-portfolio/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"minimal-portfolio/slide4.jpg";}}s:23:"minimal-portfolio-modal";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"minimal-portfolio-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"minimal-portfolio-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"minimal-portfolio-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"minimal-portfolio-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"minimal-portfolio-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"minimal-portfolio-modal/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:34:"minimal-portfolio-modal/slide7.jpg";}}s:11:"angled-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"angled-menu/slide1.jpg";}}s:13:"angled-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"angled-header/slide1.jpg";}}s:11:"angled-news";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"angled-news/slide1.jpg";}}s:15:"angled-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"angled-services/slide1.jpg";}}s:14:"angled-success";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"angled-success/slide1.jpg";}}s:13:"angled-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"angled-footer/slide1.jpg";}}s:20:"angled-content-modal";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"angled-content-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"angled-content-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"angled-content-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"angled-content-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"angled-content-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:31:"angled-content-modal/slide6.jpg";}}s:13:"big-bold-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"big-bold-menu/slide1.jpg";}}s:15:"big-bold-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"big-bold-header/slide1.jpg";}}s:16:"big-bold-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"big-bold-content/slide1.jpg";}}s:13:"big-bold-blog";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"big-bold-blog/slide1.jpg";}}s:18:"big-bold-highlight";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"big-bold-highlight/slide1.jpg";}}s:15:"big-bold-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"big-bold-footer/slide1.jpg";}}s:7:"Retouch";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"Retouch/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"Retouch/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"Retouch/slide3.jpg";}}s:11:"tech-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"tech-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"tech-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"tech-slider/slide3.jpg";}}s:11:"peak-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"peak-header/slide1.jpg";}}s:10:"peak-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"peak-about/slide1.jpg";}}s:14:"peak-portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"peak-portfolio/slide1.jpg";}}s:11:"peak-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"peak-footer/slide1.jpg";}}s:17:"portfolio-welcome";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"portfolio-welcome/slide1.jpg";}}s:15:"portfolio-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"portfolio-about/slide1.jpg";}}s:21:"portfolio-works-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"portfolio-works-title/slide1.jpg";}}s:23:"portfolio-works-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"portfolio-works-content/slide1.jpg";}}s:18:"portfolio-contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"portfolio-contacts/slide1.jpg";}}s:18:"App-Studio-Welcome";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"App-Studio-Welcome/slide1.jpg";}}s:19:"App-Studio-Services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"App-Studio-Services/slide1.jpg";}}s:16:"App-Studio-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"App-Studio-About/slide1.jpg";}}s:19:"App-Studio-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"App-Studio-Contacts/slide1.jpg";}}s:14:"cube-animation";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"cube-animation/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"cube-animation/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"cube-animation/slide3.jpg";}}s:10:"basic-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"basic-menu/slide1.jpg";}}s:12:"basic-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"basic-header/slide1.jpg";}}s:13:"basic-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"basic-content/slide1.jpg";}}s:14:"basic-carousel";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"basic-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"basic-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"basic-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"basic-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"basic-carousel/slide5.jpg";}}s:13:"basic-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"basic-callout/slide1.jpg";}}s:10:"basic-grid";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"basic-grid/slide1.jpg";}}s:17:"basic-video-block";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"basic-video-block/slide1.jpg";}}s:12:"basic-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"basic-footer/slide1.jpg";}}s:14:"basic-lightbox";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"basic-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"basic-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"basic-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"basic-lightbox/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"basic-lightbox/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:25:"basic-lightbox/slide6.jpg";}}s:13:"nature-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"nature-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"nature-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"nature-slider/slide3.jpg";}}s:11:"art-gallery";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"art-gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"art-gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"art-gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"art-gallery/slide4.jpg";}}s:19:"Construction-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Construction-Header/slide1.jpg";}}s:17:"Construction-Home";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Construction-Home/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"Construction-Home/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"Construction-Home/slide3.jpg";}}s:21:"Construction-Projects";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Construction-Projects/slide1.jpg";}}s:20:"Construction-History";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Construction-History/slide1.jpg";}}s:21:"Construction-Services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Construction-Services/slide1.jpg";}}s:21:"Construction-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Construction-Contacts/slide1.jpg";}}s:21:"404-Error-Space-Theme";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"404-Error-Space-Theme/slide1.jpg";}}s:17:"landing-page-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"landing-page-hero/slide1.jpg";}}s:21:"landing-page-features";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"landing-page-features/slide1.jpg";}}s:20:"landing-page-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"landing-page-callout/slide1.jpg";}}s:20:"landing-page-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"landing-page-content/slide1.jpg";}}s:25:"landing-page-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"landing-page-testimonials/slide1.jpg";}}s:27:"landing-page-call-to-action";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"landing-page-call-to-action/slide1.jpg";}}s:17:"landing-page-help";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"landing-page-help/slide1.jpg";}}s:19:"landing-page-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"landing-page-footer/slide1.jpg";}}s:24:"landing-page-price-modal";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"landing-page-price-modal/slide1.jpg";}}s:18:"energy-drinks-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"energy-drinks-hero/slide1.jpg";}}s:19:"energy-drinks-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"energy-drinks-about/slide1.jpg";}}s:21:"energy-drinks-product";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"energy-drinks-product/slide1.jpg";}}s:23:"energy-drinks-product-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"energy-drinks-product-2/slide1.jpg";}}s:23:"energy-drinks-product-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"energy-drinks-product-3/slide1.jpg";}}s:19:"energy-drinks-order";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"energy-drinks-order/slide1.jpg";}}s:20:"energy-drinks-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"energy-drinks-footer/slide1.jpg";}}s:19:"energy-drinks-modal";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"energy-drinks-modal/slide1.jpg";}}s:16:"Corporate-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"Corporate-Header/slide1.jpg";}}s:24:"Corporate-Welcome-Screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"Corporate-Welcome-Screen/slide1.jpg";}}s:15:"Corporate-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Corporate-About/slide1.jpg";}}s:19:"Corporate-Portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Corporate-Portfolio/slide1.jpg";}}s:15:"Corporate-Chart";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Corporate-Chart/slide1.jpg";}}s:14:"Corporate-News";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Corporate-News/slide1.jpg";}}s:16:"Corporate-Hiring";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Corporate-News/slide1.jpg";}}s:22:"Corporate-Testimonials";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"Corporate-Testimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"Corporate-Testimonials/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"Corporate-Testimonials/slide3.jpg";}}s:15:"Corporate-Store";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Corporate-Store/slide1.jpg";}}s:17:"Corporate-Support";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Corporate-Support/slide1.jpg";}}s:14:"Corporate-Team";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Corporate-Team/slide1.jpg";}}s:33:"Corporate-Selected-Projects-Title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"Corporate-Selected-Projects-Title/slide1.jpg";}}s:27:"Corporate-Selected-Projects";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"Corporate-Selected-Projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"Corporate-Selected-Projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"Corporate-Selected-Projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:38:"Corporate-Selected-Projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:38:"Corporate-Selected-Projects/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:38:"Corporate-Selected-Projects/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:38:"Corporate-Selected-Projects/slide7.jpg";}}s:17:"Corporate-Clients";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Corporate-Clients/slide1.jpg";}}s:20:"Corporate-Text-Block";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Corporate-Text-Block/slide1.jpg";}}s:20:"Corporate-Mobile-App";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Corporate-Mobile-App/slide1.jpg";}}s:18:"Corporate-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Corporate-Contacts/slide1.jpg";}}s:16:"Corporate-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"Corporate-Footer/slide1.jpg";}}s:23:"Corporate-Scroll-To-Top";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"Corporate-Scroll-To-Top/slide1.jpg";}}s:14:"geometric-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"geometric-menu/slide1.jpg";}}s:14:"geometric-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"geometric-hero/slide1.jpg";}}s:14:"geometric-grid";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"geometric-grid/slide1.jpg";}}s:15:"geometric-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"geometric-about/slide1.jpg";}}s:15:"geometric-texts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"geometric-texts/slide1.jpg";}}s:18:"geometric-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"geometric-services/slide1.jpg";}}s:17:"geometric-texts-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"geometric-texts-2/slide1.jpg";}}s:22:"geometric-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"geometric-testimonials/slide1.jpg";}}s:16:"geometric-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"geometric-footer/slide1.jpg";}}s:18:"geometric-lightbox";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"geometric-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"geometric-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"geometric-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"geometric-lightbox/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"geometric-lightbox/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:29:"geometric-lightbox/slide6.jpg";}}s:11:"brutal-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"brutal-menu/slide1.jpg";}}s:11:"brutal-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"brutal-hero/slide1.jpg";}}s:12:"brutal-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"brutal-about/slide1.jpg";}}s:16:"brutal-highlight";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"brutal-highlight/slide1.jpg";}}s:15:"brutal-projects";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"brutal-projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"brutal-projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"brutal-projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"brutal-projects/slide4.jpg";}}s:15:"brutal-services";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"brutal-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"brutal-services/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"brutal-services/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"brutal-services/slide4.jpg";}}s:14:"brutal-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"brutal-callout/slide1.jpg";}}s:13:"brutal-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"brutal-footer/slide1.jpg";}}s:13:"Church-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"Church-Header/slide1.jpg";}}s:22:"Church-Upcoming-Events";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"Church-Upcoming-Events/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"Church-Upcoming-Events/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"Church-Upcoming-Events/slide3.jpg";}}s:12:"Church-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"Church-About/slide1.jpg";}}s:14:"Church-Pastors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Church-Pastors/slide1.jpg";}}s:20:"Church-Photo-Gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Church-Photo-Gallery/slide1.jpg";}}s:16:"Church-Community";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"Church-Community/slide1.jpg";}}s:13:"Church-Sermon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"Church-Sermon/slide1.jpg";}}s:15:"Church-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Church-Contacts/slide1.jpg";}}s:13:"Church-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"Church-Footer/slide1.jpg";}}s:19:"Church-Light-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Church-Light-Header/slide1.jpg";}}s:28:"Church-Light-Upcoming-Events";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide3.jpg";}}s:18:"Church-Light-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Church-Light-About/slide1.jpg";}}s:20:"Church-Light-Pastors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Church-Light-Pastors/slide1.jpg";}}s:26:"Church-Light-Photo-Gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"Church-Light-Photo-Gallery/slide1.jpg";}}s:22:"Church-Light-Community";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"Church-Light-Community/slide1.jpg";}}s:19:"Church-Light-Sermon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Church-Light-Sermon/slide1.jpg";}}s:21:"Church-Light-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Church-Light-Contacts/slide1.jpg";}}s:19:"Church-Light-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Church-Light-Footer/slide1.jpg";}}s:13:"rockable-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"rockable-menu/slide1.jpg";}}s:13:"rockable-hero";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"rockable-hero/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"rockable-hero/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"rockable-hero/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"rockable-hero/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"rockable-hero/slide5.jpg";}}s:15:"rockable-lineup";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"rockable-lineup/slide1.jpg";}}s:17:"rockable-lineup-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"rockable-lineup-2/slide1.jpg";}}s:22:"rockable-gallery-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"rockable-gallery-title/slide1.jpg";}}s:16:"rockable-gallery";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"rockable-gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"rockable-gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"rockable-gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"rockable-gallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"rockable-gallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"rockable-gallery/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:27:"rockable-gallery/slide7.jpg";}}s:17:"rockable-sponsors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"rockable-sponsors/slide1.jpg";}}s:15:"rockable-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"rockable-footer/slide1.jpg";}}s:21:"rockable-detail-modal";a:18:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:10;a:2:{s:5:"title";s:8:"Slide 11";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:11;a:2:{s:5:"title";s:8:"Slide 12";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:12;a:2:{s:5:"title";s:8:"Slide 13";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:13;a:2:{s:5:"title";s:8:"Slide 14";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:14;a:2:{s:5:"title";s:8:"Slide 15";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:15;a:2:{s:5:"title";s:8:"Slide 16";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:16;a:2:{s:5:"title";s:8:"Slide 17";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:17;a:2:{s:5:"title";s:8:"Slide 18";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}}s:23:"rockable-detail-modal-2";a:18:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:10;a:2:{s:5:"title";s:8:"Slide 11";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:11;a:2:{s:5:"title";s:8:"Slide 12";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:12;a:2:{s:5:"title";s:8:"Slide 13";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:13;a:2:{s:5:"title";s:8:"Slide 14";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:14;a:2:{s:5:"title";s:8:"Slide 15";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:15;a:2:{s:5:"title";s:8:"Slide 16";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:16;a:2:{s:5:"title";s:8:"Slide 17";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:17;a:2:{s:5:"title";s:8:"Slide 18";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}}s:27:"real-estate-showcase-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide3.jpg";}}s:16:"isometric-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"isometric-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"isometric-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"isometric-slider/slide3.jpg";}}s:17:"E-Commerce-Slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Shoes-Store-Slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"Shoes-Store-Slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"Shoes-Store-Slider/slide3.jpg";}}s:23:"E-Commerce-Slider-Modal";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"Shoes-Store-Slider-Modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"Shoes-Store-Slider-Modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"Shoes-Store-Slider-Modal/slide3.jpg";}}s:27:"Woo-Commerce-Slider-Dynamic";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"Shoes-Store-Slider-Dynamic/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"Shoes-Store-Slider-Dynamic/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"Shoes-Store-Slider-Dynamic/slide3.jpg";}}s:15:"blooming-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"blooming-header/slide1.jpg";}}s:14:"blooming-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"blooming-about/slide1.jpg";}}s:18:"blooming-portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"blooming-portfolio/slide1.jpg";}}s:22:"blooming-wedding-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"blooming-wedding-title/slide1.jpg";}}s:25:"blooming-wedding-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"blooming-wedding-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"blooming-wedding-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"blooming-wedding-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"blooming-wedding-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"blooming-wedding-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:36:"blooming-wedding-carousel/slide6.jpg";}}s:21:"blooming-wedding-text";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"blooming-wedding-text/slide1.jpg";}}s:22:"blooming-parties-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"blooming-parties-title/slide1.jpg";}}s:25:"blooming-parties-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"blooming-parties-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"blooming-parties-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"blooming-parties-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"blooming-parties-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"blooming-parties-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:36:"blooming-parties-carousel/slide6.jpg";}}s:21:"blooming-parties-text";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"blooming-parties-text/slide1.jpg";}}s:22:"blooming-funeral-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"blooming-funeral-title/slide1.jpg";}}s:23:"blooming-funeral-slider";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"blooming-funeral-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"blooming-funeral-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"blooming-funeral-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"blooming-funeral-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"blooming-funeral-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"blooming-funeral-slider/slide6.jpg";}}s:21:"blooming-funeral-text";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"blooming-funeral-text/slide1.jpg";}}s:16:"blooming-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"blooming-contact/slide1.jpg";}}s:13:"particle-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"particle-hero/slide1.jpg";}}s:17:"bubble-morph-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"bubble-morph-hero/slide1.jpg";}}s:13:"parallax-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"parallax-hero/slide1.jpg";}}s:10:"video-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"video-hero/slide1.jpg";}}s:14:"ken-burns-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"ken-burns-hero/slide1.jpg";}}s:21:"basic-hero-collection";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"basic-hero-collection/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"basic-hero-collection/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"basic-hero-collection/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"basic-hero-collection/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"basic-hero-collection/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"basic-hero-collection/slide6.jpg";}}s:19:"launching-very-soon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"launching-very-soon/slide1.jpg";}}s:18:"Under-Construction";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Under-Construction/slide1.jpg";}}s:15:"Particle-Effect";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Particle-Effect/slide1.jpg";}}s:17:"Particle-Effect-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Particle-Effect-2/slide1.jpg";}}s:10:"stark-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"stark-menu/slide1.jpg";}}s:12:"stark-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"stark-header/slide1.jpg";}}s:13:"stark-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"stark-content/slide1.jpg";}}s:14:"stark-carousel";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"stark-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"stark-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"stark-carousel/slide3.jpg";}}s:15:"stark-portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"stark-portfolio/slide1.jpg";}}s:22:"stark-portfolio-detail";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"stark-portfolio-detail/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"stark-portfolio-detail/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"stark-portfolio-detail/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"stark-portfolio-detail/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:33:"stark-portfolio-detail/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:33:"stark-portfolio-detail/slide6.jpg";}}s:13:"stark-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"stark-contact/slide1.jpg";}}s:12:"stark-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"stark-footer/slide1.jpg";}}s:16:"stark-newsletter";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"stark-newsletter/slide1.jpg";}}s:15:"big-summer-sale";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"big-summer-sale/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"big-summer-sale/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"big-summer-sale/slide3.jpg";}}s:18:"traveller-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"traveller-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"traveller-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"traveller-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"traveller-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"traveller-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:29:"traveller-carousel/slide6.jpg";}}s:16:"project-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"project-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"project-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"project-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"project-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"project-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"project-carousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:27:"project-carousel/slide7.jpg";}}s:13:"news-carousel";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"news-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"news-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"news-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"news-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"news-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:24:"news-carousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:24:"news-carousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:24:"news-carousel/slide8.jpg";}}s:10:"story-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"story-menu/slide1.jpg";}}s:12:"story-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"story-header/slide1.jpg";}}s:13:"story-block-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-1/slide1.jpg";}}s:15:"story-content-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"story-content-1/slide1.jpg";}}s:13:"story-block-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-2/slide1.jpg";}}s:13:"story-block-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-3/slide1.jpg";}}s:15:"story-content-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"story-content-2/slide1.jpg";}}s:13:"story-block-4";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-4/slide1.jpg";}}s:15:"story-content-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"story-content-3/slide1.jpg";}}s:12:"mini-website";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"mini-website/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"mini-website/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"mini-website/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"mini-website/slide4.jpg";}}s:13:"food-delivery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"food-delivery/slide1.jpg";}}s:25:"slider-with-illustrations";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"slider-with-illustrations/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"slider-with-illustrations/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"slider-with-illustrations/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"slider-with-illustrations/slide4.jpg";}}s:8:"zen-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"zen-menu/slide1.jpg";}}s:10:"zen-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"zen-header/slide1.jpg";}}s:9:"zen-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"zen-about/slide1.jpg";}}s:12:"zen-features";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"zen-features/slide1.jpg";}}s:9:"zen-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"zen-video/slide1.jpg";}}s:11:"zen-pricing";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"zen-pricing/slide1.jpg";}}s:22:"zen-testimonials-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"zen-testimonials-title/slide1.jpg";}}s:16:"zen-testimonials";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"zen-testimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"zen-testimonials/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"zen-testimonials/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"zen-testimonials/slide4.jpg";}}s:10:"zen-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"zen-footer/slide1.jpg";}}s:17:"Paintbrush-Effect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Paintbrush-Effect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"Paintbrush-Effect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"Paintbrush-Effect/slide3.jpg";}}s:25:"black-friday-scroll-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"black-friday-scroll-video/slide1.jpg";}}s:12:"charity-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"charity-menu/slide1.jpg";}}s:14:"charity-header";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"charity-header/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"charity-header/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"charity-header/slide3.jpg";}}s:15:"charity-mission";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"charity-mission/slide1.jpg";}}s:13:"charity-funds";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"charity-funds/slide1.jpg";}}s:15:"charity-success";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"charity-success/slide1.jpg";}}s:15:"charity-stories";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"charity-stories/slide1.jpg";}}s:16:"charity-worldmap";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"charity-worldmap/slide1.jpg";}}s:19:"charity-large-image";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"charity-large-image/slide1.jpg";}}s:16:"charity-sponsors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"charity-sponsors/slide1.jpg";}}s:12:"charity-help";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"charity-help/slide1.jpg";}}s:14:"charity-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"charity-footer/slide1.jpg";}}s:21:"cinematic-hero-titles";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"cinematic-hero-titles/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"cinematic-hero-titles/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"cinematic-hero-titles/slide3.jpg";}}s:23:"design-dna-scroll-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"design-dna-scroll-video/slide1.jpg";}}s:27:"food-delivery-lottie-scroll";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"food-delivery-lottie-scroll/slide1.jpg";}}s:20:"food-recipe-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"food-recipe-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"food-recipe-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"food-recipe-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"food-recipe-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"food-recipe-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:31:"food-recipe-carousel/slide6.jpg";}}s:17:"food-recipe-modal";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"food-recipe-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"food-recipe-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"food-recipe-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"food-recipe-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"food-recipe-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"food-recipe-modal/slide6.jpg";}}s:27:"corporate-carousel-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"packages/corporate_carousel_bundle.jpg";}}s:18:"corporate-carousel";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"corporate-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"corporate-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"corporate-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"corporate-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"corporate-carousel/slide5.jpg";}}s:18:"corporate-lightbox";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"corporate-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"corporate-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"corporate-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"corporate-lightbox/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"corporate-lightbox/slide5.jpg";}}s:23:"cyber-carousel-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"packages/cybercarousel_bundle.jpg";}}s:14:"cyber-carousel";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"cyber-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"cyber-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"cyber-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"cyber-carousel/slide4.jpg";}}s:23:"cyber-carousel-lightbox";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"cyber-carousel-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"cyber-carousel-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"cyber-carousel-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"cyber-carousel-lightbox/slide4.jpg";}}s:24:"woocommerce-carousel-one";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"woocommerce-carousel-one/slide1.jpg";}}s:31:"woocommerce-carousel-one-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"woocommerce-carousel-one-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:42:"woocommerce-carousel-one-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:42:"woocommerce-carousel-one-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:42:"woocommerce-carousel-one-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:42:"woocommerce-carousel-one-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:42:"woocommerce-carousel-one-static/slide6.jpg";}}s:24:"woocommerce-carousel-two";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"woocommerce-carousel-two/slide1.jpg";}}s:31:"woocommerce-carousel-two-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"woocommerce-carousel-two-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:42:"woocommerce-carousel-two-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:42:"woocommerce-carousel-two-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:42:"woocommerce-carousel-two-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:42:"woocommerce-carousel-two-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:42:"woocommerce-carousel-two-static/slide6.jpg";}}s:26:"woocommerce-feature-slider";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"woocommerce-feature-slider/slide1.jpg";}}s:33:"woocommerce-feature-slider-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"woocommerce-feature-slider-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"woocommerce-feature-slider-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"woocommerce-feature-slider-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"woocommerce-feature-slider-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:44:"woocommerce-feature-slider-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:44:"woocommerce-feature-slider-static/slide6.jpg";}}s:17:"woo-liquid-slider";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"woo-liquid-slider/slide1.jpg";}}s:32:"woocommerce-liquid-slider-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide6.jpg";}}s:15:"woo-slider-pack";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"packages/woosliderpack_dynamic.jpg";}}s:22:"woo-slider-pack-static";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"packages/woosliderpack_static.jpg";}}s:24:"creative-hero-collection";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"creative-hero-collection/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"creative-hero-collection/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"creative-hero-collection/slide3.jpg";}}s:19:"photographer-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"photographer-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"photographer-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"photographer-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"photographer-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:30:"photographer-slider/slide5.jpg";}}s:17:"realestate-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"realestate-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"realestate-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"realestate-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"realestate-slider/slide4.jpg";}}s:19:"saas-product-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"saas-product-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"saas-product-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"saas-product-slider/slide3.jpg";}}s:27:"cinematic-wildlife-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"packages/cinematic-wildlife-package.jpg";}}s:25:"cinematic-wildlife-slider";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"cinematic-wildlife-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"cinematic-wildlife-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"cinematic-wildlife-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"cinematic-wildlife-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"cinematic-wildlife-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:36:"cinematic-wildlife-slider/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:36:"cinematic-wildlife-slider/slide7.jpg";}}s:24:"cinematic-wildlife-modal";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"cinematic-wildlife-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"cinematic-wildlife-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"cinematic-wildlife-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:35:"cinematic-wildlife-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:35:"cinematic-wildlife-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:35:"cinematic-wildlife-modal/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:35:"cinematic-wildlife-modal/slide7.jpg";}}s:32:"gaming-stats-presentation-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"gaming-stats-presentation-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"gaming-stats-presentation-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"gaming-stats-presentation-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:43:"gaming-stats-presentation-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:43:"gaming-stats-presentation-slider/slide5.jpg";}}s:15:"coffee-flavours";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"coffee-flavors/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"coffee-flavors/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"coffee-flavors/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"coffee-flavors/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"coffee-flavors/slide5.jpg";}}s:15:"showreel-slider";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"showreel-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"showreel-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"showreel-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"showreel-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"showreel-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"showreel-slider/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:26:"showreel-slider/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:26:"showreel-slider/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:26:"showreel-slider/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:27:"showreel-slider/slide10.jpg";}}s:16:"visual-art-forms";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"visual-art-forms/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"visual-art-forms/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"visual-art-forms/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"visual-art-forms/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"visual-art-forms/slide5.jpg";}}}}', 'no'); INSERT INTO `wp_options` VALUES (290, 'rs-templates-counter', '3', 'no'); INSERT INTO `wp_options` VALUES (291, 'revslider_table_version', '1.0.8', 'yes'); INSERT INTO `wp_options` VALUES (292, 'revslider_update_version', '6.2.0', 'yes'); INSERT INTO `wp_options` VALUES (293, 'fusion_supported_plugins_active', 'a:2:{i:0;s:17:"LS_PLUGIN_VERSION";i:1;s:14:"RS_PLUGIN_PATH";}', 'yes'); INSERT INTO `wp_options` VALUES (295, 'widget_rev-slider-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (306, 'avada_revslider_version', '6.3.9', 'yes'); INSERT INTO `wp_options` VALUES (312, 'ls-plugin-version', '6.11.5', 'yes'); INSERT INTO `wp_options` VALUES (313, 'ls-db-version', '6.9.0', 'yes'); INSERT INTO `wp_options` VALUES (314, 'ls-installed', '1', 'yes'); INSERT INTO `wp_options` VALUES (315, 'ls-date-installed', '1620953151', 'yes'); INSERT INTO `wp_options` VALUES (316, 'ls_gsap_sandboxing', '1', 'yes'); INSERT INTO `wp_options` VALUES (319, 'widget_layerslider_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` VALUES (335, 'acf_version', '5.9.5', 'yes'); INSERT INTO `wp_options` VALUES (337, 'fusion_dynamic_css_time', '1623977741', 'yes'); INSERT INTO `wp_options` VALUES (343, '_transient_timeout_fusion_dynamic_css_ddaa84da31ebc6f3f63562fcfde206b8', '1620956797', 'no'); INSERT INTO `wp_options` VALUES (354, 'avada_builder_frontend_loaded', '1', 'yes'); INSERT INTO `wp_options` VALUES (355, 'fusion_options', 'a:963:{s:8:"last_tab";s:0:"";s:6:"layout";s:4:"wide";s:10:"site_width";s:6:"1170px";s:13:"margin_offset";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:13:"scroll_offset";s:4:"full";s:18:"boxed_modal_shadow";s:4:"none";s:12:"main_padding";a:2:{s:3:"top";s:5:"100px";s:6:"bottom";s:5:"100px";}s:16:"hundredp_padding";s:4:"30px";s:13:"sidebar_width";s:3:"23%";s:14:"sidebar_gutter";s:4:"80px";s:17:"sidebar_2_1_width";s:3:"21%";s:17:"sidebar_2_2_width";s:3:"21%";s:19:"dual_sidebar_gutter";s:4:"40px";s:10:"responsive";s:1:"1";s:21:"grid_main_break_point";s:4:"1000";s:23:"side_header_break_point";s:4:"1170";s:19:"content_break_point";s:4:"1050";s:19:"sidebar_break_point";s:3:"800";s:11:"mobile_zoom";s:1:"1";s:16:"visibility_small";s:3:"640";s:17:"visibility_medium";s:4:"1050";s:22:"typography_sensitivity";s:5:"0.675";s:17:"typography_factor";s:4:"1.65";s:13:"primary_color";s:7:"#33a7b9";s:13:"color_palette";s:71:"#f44336|#E91E63|#03A9F4|#00BCD4|#8BC34A|#FFEB3B|#FFC107|#FF9800|#607D8B";s:15:"header_position";s:3:"top";s:13:"header_layout";s:2:"v1";s:15:"slider_position";s:5:"below";s:19:"header_left_content";s:12:"contact_info";s:20:"header_right_content";s:10:"navigation";s:17:"header_v4_content";s:18:"tagline_and_search";s:13:"header_number";s:28:"Call Us Today! 1.555.555.555";s:12:"header_email";s:19:"info@yourdomain.com";s:14:"header_tagline";s:19:"Insert Tagline Here";s:18:"header_banner_code";s:0:"";s:15:"header_bg_image";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:14:"header_bg_full";s:1:"0";s:18:"header_bg_parallax";s:1:"1";s:16:"header_bg_repeat";s:9:"no-repeat";s:17:"side_header_width";s:3:"280";s:14:"header_padding";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:3:"0px";s:6:"bottom";s:4:"50px";s:4:"left";s:3:"0px";}s:13:"header_shadow";s:1:"0";s:16:"header_100_width";s:1:"0";s:15:"header_bg_color";s:15:"rgba(255,0,0,0)";s:23:"archive_header_bg_color";s:7:"#ffffff";s:19:"header_border_color";s:7:"#e5e5e5";s:19:"header_top_bg_color";s:7:"#b9afa1";s:17:"tagline_font_size";s:4:"16px";s:18:"tagline_font_color";s:7:"#747474";s:13:"header_sticky";s:1:"1";s:20:"header_sticky_tablet";s:1:"1";s:20:"header_sticky_mobile";s:1:"1";s:23:"header_sticky_shrinkage";s:1:"1";s:26:"header_sticky_type2_layout";s:9:"menu_only";s:20:"header_sticky_shadow";s:1:"1";s:22:"header_sticky_bg_color";s:7:"#141d23";s:24:"header_sticky_menu_color";s:7:"#a8a8a8";s:25:"header_sticky_nav_padding";s:3:"134";s:27:"header_sticky_nav_font_size";s:4:"15px";s:10:"nav_height";s:3:"130";s:20:"menu_highlight_style";s:3:"bar";s:25:"menu_highlight_background";s:7:"#b9afa1";s:15:"menu_arrow_size";a:2:{s:5:"width";s:4:"20px";s:6:"height";s:3:"6px";}s:20:"nav_highlight_border";s:1:"0";s:11:"nav_padding";s:3:"101";s:18:"mobile_nav_padding";s:2:"31";s:15:"megamenu_shadow";s:1:"1";s:28:"main_menu_sub_menu_animation";s:4:"fade";s:29:"dropdown_menu_top_border_size";s:1:"3";s:19:"dropdown_menu_width";s:3:"180";s:34:"mainmenu_dropdown_vertical_padding";s:1:"7";s:33:"mainmenu_dropdown_display_divider";s:1:"1";s:31:"menu_display_dropdown_indicator";s:4:"none";s:20:"main_nav_search_icon";s:1:"0";s:22:"main_nav_search_layout";s:8:"dropdown";s:20:"main_nav_icon_circle";s:1:"0";s:25:"main_nav_highlight_radius";s:3:"0px";s:17:"menu_sub_bg_color";s:7:"#f2efef";s:19:"menu_bg_hover_color";s:7:"#f8f8f8";s:18:"menu_sub_sep_color";s:7:"#dcdadb";s:17:"menu_h45_bg_color";s:7:"#ffffff";s:14:"nav_typography";a:15:{s:11:"font-family";s:17:"Libre Baskerville";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:9:"font-size";s:4:"20px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#ffeded";s:7:"variant";s:3:"400";s:10:"font-style";s:0:"";s:11:"line-height";s:0:"";s:12:"word-spacing";s:0:"";s:10:"text-align";s:0:"";s:14:"text-transform";s:0:"";s:10:"margin-top";s:0:"";s:13:"margin-bottom";s:0:"";}s:15:"menu_text_align";s:6:"center";s:22:"menu_hover_first_color";s:7:"#c1fff9";s:14:"menu_sub_color";s:7:"#6f727b";s:22:"nav_dropdown_font_size";s:4:"14px";s:18:"side_nav_font_size";s:4:"14px";s:26:"flyout_menu_icon_font_size";s:4:"20px";s:24:"flyout_nav_icons_padding";s:2:"50";s:22:"flyout_menu_icon_color";s:7:"#b9afa1";s:28:"flyout_menu_icon_hover_color";s:7:"#33a7b9";s:28:"flyout_menu_background_color";s:22:"rgba(255,255,255,0.95)";s:21:"flyout_menu_direction";s:4:"fade";s:24:"flyout_menu_item_padding";s:2:"28";s:23:"topmenu_dropwdown_width";s:3:"180";s:29:"header_top_first_border_color";s:7:"#e5e5e5";s:23:"header_top_sub_bg_color";s:7:"#ffffff";s:30:"header_top_menu_bg_hover_color";s:7:"#fafafa";s:29:"header_top_menu_sub_sep_color";s:7:"#e5e5e5";s:14:"snav_font_size";s:4:"12px";s:11:"sec_menu_lh";s:4:"44px";s:10:"snav_color";s:7:"#747474";s:25:"header_top_menu_sub_color";s:7:"#747474";s:31:"header_top_menu_sub_hover_color";s:7:"#33a7b9";s:18:"mobile_menu_design";s:6:"flyout";s:28:"mobile_menu_icons_top_margin";s:1:"2";s:22:"mobile_menu_nav_height";s:2:"55";s:27:"mobile_nav_submenu_slideout";s:1:"0";s:18:"mobile_menu_search";s:1:"0";s:29:"mobile_menu_submenu_indicator";s:1:"1";s:22:"mobile_header_bg_color";s:19:"rgba(255,255,255,0)";s:30:"mobile_archive_header_bg_color";s:16:"rgb(255,255,255)";s:28:"mobile_menu_background_color";s:7:"#ffffff";s:23:"mobile_menu_hover_color";s:7:"#f7f7f7";s:24:"mobile_menu_border_color";s:7:"#b9afa1";s:24:"mobile_menu_toggle_color";s:7:"#b9afa1";s:22:"mobile_menu_typography";a:10:{s:11:"font-family";s:4:"Lato";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"14px";s:11:"line-height";s:4:"48px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#6f727b";}s:28:"mobile_menu_font_hover_color";s:7:"#33a7b9";s:22:"mobile_menu_text_align";s:6:"center";s:14:"megamenu_width";s:12:"custom_width";s:18:"megamenu_max_width";s:3:"715";s:31:"megamenu_interior_content_width";s:14:"viewport_width";s:19:"megamenu_title_size";s:4:"18px";s:30:"megamenu_item_vertical_padding";s:1:"5";s:29:"megamenu_item_display_divider";s:1:"0";s:18:"menu_icon_position";s:3:"top";s:14:"menu_icon_size";s:2:"16";s:15:"menu_icon_color";s:7:"#b9afa1";s:21:"menu_icon_hover_color";s:7:"#33a7b9";s:19:"menu_thumbnail_size";a:2:{s:5:"width";s:4:"26px";s:6:"height";s:4:"14px";}s:14:"logo_alignment";s:4:"left";s:11:"logo_margin";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";}s:15:"logo_background";s:1:"0";s:21:"logo_background_color";s:7:"#b9afa1";s:16:"logo_custom_link";s:0:"";s:4:"logo";a:5:{s:2:"id";s:4:"1898";s:3:"url";s:93:"http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png";s:5:"width";s:3:"895";s:6:"height";s:3:"509";s:9:"thumbnail";s:0:"";}s:11:"logo_retina";a:5:{s:2:"id";s:4:"1898";s:3:"url";s:93:"http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png";s:5:"width";s:3:"895";s:6:"height";s:3:"509";s:9:"thumbnail";s:0:"";}s:18:"sticky_header_logo";a:5:{s:2:"id";s:4:"1952";s:3:"url";s:104:"http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-SMALL-shadowed.png";s:5:"width";s:3:"287";s:6:"height";s:3:"163";s:9:"thumbnail";s:0:"";}s:25:"sticky_header_logo_retina";a:5:{s:2:"id";s:4:"1952";s:3:"url";s:104:"http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-SMALL-shadowed.png";s:5:"width";s:3:"287";s:6:"height";s:3:"163";s:9:"thumbnail";s:0:"";}s:11:"mobile_logo";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:18:"mobile_logo_retina";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:7:"favicon";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:11:"iphone_icon";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:18:"iphone_icon_retina";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:9:"ipad_icon";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:16:"ipad_icon_retina";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:14:"page_title_bar";s:15:"bar_and_content";s:17:"page_title_bar_bs";s:4:"none";s:19:"page_title_bar_text";s:1:"0";s:20:"page_title_100_width";s:1:"0";s:17:"page_title_height";s:5:"150px";s:24:"page_title_mobile_height";s:5:"200px";s:19:"page_title_bg_color";s:7:"#5c5b5c";s:23:"page_title_border_color";s:19:"rgba(255,255,255,0)";s:20:"page_title_font_size";s:4:"52px";s:22:"page_title_line_height";s:3:"1.4";s:16:"page_title_color";s:7:"#ffffff";s:30:"page_title_subheader_font_size";s:4:"14px";s:26:"page_title_subheader_color";s:7:"#ffffff";s:20:"page_title_alignment";s:6:"center";s:13:"page_title_bg";a:5:{s:3:"url";s:73:"http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg";s:2:"id";s:3:"937";s:6:"height";s:3:"800";s:5:"width";s:4:"1950";s:9:"thumbnail";s:73:"http://www.craftretreat.com.au/wp-content/uploads/2018/06/ptb_cta-new.jpg";}s:20:"page_title_bg_retina";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:18:"page_title_bg_full";s:1:"1";s:22:"page_title_bg_parallax";s:1:"1";s:17:"page_title_fading";s:1:"0";s:17:"breadcrumb_mobile";s:1:"0";s:16:"breacrumb_prefix";s:0:"";s:20:"breadcrumb_separator";s:1:"/";s:21:"breadcrumbs_font_size";s:4:"10px";s:22:"breadcrumbs_text_color";s:7:"#ffffff";s:28:"breadcrumbs_text_hover_color";s:7:"#ffffff";s:26:"breadcrumb_show_categories";s:1:"1";s:33:"breadcrumb_show_post_type_archive";s:1:"0";s:18:"slidingbar_widgets";s:1:"0";s:25:"mobile_slidingbar_widgets";s:1:"0";s:23:"slidingbar_open_on_load";s:1:"0";s:19:"slidingbar_position";s:5:"right";s:16:"slidingbar_width";s:5:"300px";s:17:"slidingbar_sticky";s:1:"1";s:26:"slidingbar_widgets_columns";s:1:"3";s:27:"slidingbar_column_alignment";s:7:"stacked";s:26:"slidingbar_content_padding";a:4:{s:3:"top";s:4:"60px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"30px";}s:24:"slidingbar_content_align";s:6:"center";s:23:"slidingbar_toggle_style";s:4:"menu";s:19:"slidingbar_bg_color";s:7:"#363839";s:24:"slidingbar_divider_color";s:7:"#404243";s:28:"slidingbar_toggle_icon_color";s:7:"#ffffff";s:20:"slidingbar_font_size";s:4:"14px";s:25:"slidingbar_headings_color";s:7:"#ffffff";s:21:"slidingbar_text_color";s:7:"#8b8b8b";s:21:"slidingbar_link_color";s:7:"#b9afa1";s:27:"slidingbar_link_color_hover";s:7:"#33a7b9";s:17:"slidingbar_border";s:1:"0";s:14:"footer_widgets";s:1:"1";s:22:"footer_widgets_columns";s:1:"3";s:29:"footer_widgets_center_content";s:1:"1";s:22:"footer_special_effects";s:4:"none";s:16:"footer_copyright";s:1:"0";s:31:"footer_copyright_center_content";s:1:"1";s:11:"footer_text";s:0:"";s:16:"footerw_bg_image";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:15:"footerw_bg_full";s:1:"0";s:17:"footerw_bg_repeat";s:9:"no-repeat";s:14:"footerw_bg_pos";s:13:"center center";s:16:"footer_100_width";s:1:"1";s:19:"footer_area_padding";a:4:{s:3:"top";s:4:"40px";s:5:"right";s:4:"40px";s:6:"bottom";s:4:"40px";s:4:"left";s:4:"40px";}s:15:"footer_bg_color";s:7:"#161616";s:18:"footer_border_size";s:1:"0";s:19:"footer_border_color";s:7:"#e9eaee";s:19:"footer_divider_line";s:1:"0";s:24:"footer_divider_line_size";s:1:"1";s:25:"footer_divider_line_style";s:5:"solid";s:20:"footer_divider_color";s:7:"#ffffff";s:22:"footer_widgets_padding";s:4:"15px";s:17:"copyright_padding";a:2:{s:3:"top";s:4:"66px";s:6:"bottom";s:4:"66px";}s:18:"copyright_bg_color";s:7:"#ffffff";s:21:"copyright_border_size";s:1:"0";s:22:"copyright_border_color";s:7:"#ffffff";s:26:"footer_headings_typography";a:10:{s:11:"font-family";s:10:"Montserrat";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:0:"";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"11px";s:11:"line-height";s:3:"1.5";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#dddddd";}s:17:"footer_text_color";s:7:"#a0a4b1";s:17:"footer_link_color";s:7:"#a0a4b1";s:23:"footer_link_color_hover";s:7:"#b9afa1";s:20:"copyright_text_color";s:7:"#a0a4b1";s:20:"copyright_link_color";s:7:"#a0a4b1";s:26:"copyright_link_color_hover";s:7:"#b9afa1";s:19:"copyright_font_size";s:4:"10px";s:24:"responsive_sidebar_order";s:25:"content,sidebar,sidebar-2";s:14:"sidebar_sticky";s:4:"none";s:15:"sidebar_padding";s:1:"0";s:16:"sidebar_bg_color";s:19:"rgba(255,255,255,0)";s:23:"sidebar_widget_bg_color";s:19:"rgba(255,255,255,0)";s:15:"sidew_font_size";s:4:"13px";s:21:"sidebar_heading_color";s:7:"#6f727b";s:13:"pages_sidebar";s:4:"None";s:15:"pages_sidebar_2";s:4:"None";s:20:"pages_global_sidebar";s:1:"0";s:19:"default_sidebar_pos";s:5:"Right";s:17:"portfolio_sidebar";s:4:"None";s:19:"portfolio_sidebar_2";s:4:"None";s:24:"portfolio_global_sidebar";s:1:"0";s:26:"portfolio_sidebar_position";s:5:"Right";s:25:"portfolio_archive_sidebar";s:4:"None";s:27:"portfolio_archive_sidebar_2";s:4:"None";s:13:"posts_sidebar";s:4:"None";s:15:"posts_sidebar_2";s:4:"None";s:20:"posts_global_sidebar";s:1:"0";s:21:"blog_sidebar_position";s:5:"Right";s:20:"blog_archive_sidebar";s:4:"None";s:22:"blog_archive_sidebar_2";s:4:"None";s:14:"search_sidebar";s:4:"None";s:16:"search_sidebar_2";s:4:"None";s:23:"search_sidebar_position";s:5:"Right";s:10:"ec_sidebar";s:4:"None";s:12:"ec_sidebar_2";s:4:"None";s:17:"ec_global_sidebar";s:1:"0";s:14:"ec_sidebar_pos";s:5:"Right";s:15:"ppbress_sidebar";s:4:"None";s:17:"ppbress_sidebar_2";s:4:"None";s:22:"bbpress_global_sidebar";s:1:"0";s:24:"bbpress_sidebar_position";s:5:"Right";s:8:"bg_image";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:7:"bg_full";s:1:"0";s:9:"bg_repeat";s:9:"no-repeat";s:8:"bg_color";s:7:"#ffffff";s:17:"bg_pattern_option";s:1:"0";s:10:"bg_pattern";s:8:"pattern1";s:16:"content_bg_color";s:7:"#ffffff";s:16:"content_bg_image";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:15:"content_bg_full";s:1:"0";s:17:"content_bg_repeat";s:9:"no-repeat";s:15:"body_typography";a:10:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:0:"";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"32px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#747474";}s:10:"link_color";s:7:"#b9afa1";s:13:"h1_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"82px";s:11:"line-height";s:1:"1";s:14:"letter-spacing";s:4:"-3px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#6f727b";}s:13:"h2_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"62px";s:11:"line-height";s:3:"1.1";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#6f727b";}s:13:"h3_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"36px";s:11:"line-height";s:4:"1.25";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:4:"25px";s:13:"margin-bottom";s:4:"25px";s:5:"color";s:7:"#6f727b";}s:13:"h4_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"20px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:3:"0px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#6f727b";}s:13:"h5_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"26px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#6f727b";}s:13:"h6_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:0:"";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#6f727b";}s:21:"post_title_typography";a:10:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"22px";s:11:"line-height";s:4:"36px";s:14:"letter-spacing";s:4:"-1px";s:5:"color";s:7:"#6f727b";}s:29:"post_titles_extras_typography";a:10:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"20px";s:11:"line-height";s:4:"1.25";s:14:"letter-spacing";s:4:"-1px";s:5:"color";s:7:"#6f727b";}s:12:"custom_fonts";a:7:{s:25:"fusionredux_repeater_data";a:1:{i:0;a:1:{s:5:"title";s:0:"";}}s:4:"name";a:1:{i:0;s:0:"";}s:5:"woff2";a:1:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:4:"woff";a:1:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:3:"ttf";a:1:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:3:"eot";a:1:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:3:"svg";a:1:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:19:"blog_page_title_bar";s:15:"bar_and_content";s:24:"blog_show_page_title_bar";s:15:"bar_and_content";s:10:"blog_title";s:4:"Blog";s:13:"blog_subtitle";s:0:"";s:11:"blog_layout";s:5:"large";s:19:"blog_archive_layout";s:5:"large";s:20:"blog_pagination_type";s:10:"pagination";s:36:"blog_load_more_posts_button_bg_color";s:7:"#ebeaea";s:38:"blog_load_more_posts_button_text_color";s:4:"#333";s:42:"blog_load_more_posts_hover_button_bg_color";s:21:"rgba(235,234,234,0.8)";s:44:"blog_load_more_posts_hover_button_text_color";s:4:"#333";s:25:"blog_archive_grid_columns";s:1:"3";s:32:"blog_archive_grid_column_spacing";s:2:"40";s:18:"blog_equal_heights";s:1:"0";s:25:"blog_archive_grid_padding";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:4:"25px";s:6:"bottom";s:4:"20px";s:4:"left";s:4:"25px";}s:21:"blog_layout_alignment";s:0:"";s:14:"content_length";s:7:"excerpt";s:19:"excerpt_length_blog";s:2:"55";s:18:"strip_html_excerpt";s:1:"1";s:15:"featured_images";s:1:"1";s:15:"dates_box_color";s:7:"#eef0f2";s:32:"alternate_date_format_month_year";s:4:"m, Y";s:25:"alternate_date_format_day";s:1:"j";s:20:"timeline_date_format";s:3:"F Y";s:14:"blog_width_100";s:1:"1";s:22:"featured_images_single";s:1:"0";s:11:"blog_pn_nav";s:1:"0";s:15:"blog_post_title";s:8:"disabled";s:23:"blog_post_meta_position";s:13:"below_article";s:18:"social_sharing_box";s:1:"0";s:11:"author_info";s:1:"0";s:13:"related_posts";s:1:"0";s:13:"blog_comments";s:1:"0";s:9:"post_meta";s:1:"0";s:16:"post_meta_author";s:1:"0";s:14:"post_meta_date";s:1:"0";s:14:"post_meta_cats";s:1:"0";s:18:"post_meta_comments";s:1:"0";s:14:"post_meta_read";s:1:"0";s:14:"post_meta_tags";s:1:"0";s:14:"meta_font_size";s:4:"12px";s:11:"date_format";s:7:"F jS, Y";s:24:"portfolio_archive_layout";s:4:"grid";s:37:"portfolio_archive_featured_image_size";s:7:"cropped";s:25:"portfolio_archive_columns";s:1:"1";s:32:"portfolio_archive_column_spacing";s:2:"12";s:23:"portfolio_equal_heights";s:1:"0";s:42:"portfolio_archive_one_column_text_position";s:7:"floated";s:23:"portfolio_archive_items";s:2:"10";s:29:"portfolio_archive_text_layout";s:7:"no_text";s:32:"portfolio_archive_content_length";s:7:"excerpt";s:32:"portfolio_archive_excerpt_length";s:2:"55";s:36:"portfolio_archive_strip_html_excerpt";s:1:"1";s:31:"portfolio_archive_title_display";s:3:"all";s:32:"portfolio_archive_text_alignment";s:4:"left";s:32:"portfolio_archive_layout_padding";a:4:{s:3:"top";s:4:"25px";s:5:"right";s:4:"25px";s:6:"bottom";s:4:"25px";s:4:"left";s:4:"25px";}s:33:"portfolio_archive_pagination_type";s:10:"pagination";s:49:"portfolio_archive_load_more_posts_button_bg_color";s:7:"#ebeaea";s:51:"portfolio_archive_load_more_posts_button_text_color";s:4:"#333";s:55:"portfolio_archive_load_more_posts_hover_button_bg_color";s:21:"rgba(235,234,234,0.8)";s:57:"portfolio_archive_load_more_posts_hover_button_text_color";s:4:"#333";s:14:"portfolio_slug";s:9:"treatment";s:24:"portfolio_meta_font_size";s:4:"26px";s:16:"portfolio_pn_nav";s:1:"0";s:19:"portfolio_width_100";s:1:"1";s:30:"portfolio_featured_image_width";s:4:"full";s:25:"portfolio_featured_images";s:1:"0";s:25:"show_first_featured_image";s:1:"1";s:28:"portfolio_project_desc_title";s:1:"0";s:25:"portfolio_project_details";s:1:"0";s:26:"portfolio_link_icon_target";s:1:"0";s:16:"portfolio_author";s:1:"0";s:28:"portfolio_social_sharing_box";s:1:"0";s:23:"portfolio_related_posts";s:1:"0";s:18:"portfolio_comments";s:1:"0";s:18:"social_media_icons";a:5:{s:25:"fusionredux_repeater_data";a:4:{i:0;a:1:{s:5:"title";s:0:"";}i:1;a:1:{s:5:"title";s:0:"";}i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:0:"";}}s:4:"icon";a:4:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:9:"instagram";i:3;s:9:"pinterest";}s:3:"url";a:4:{i:0;s:1:"#";i:1;s:1:"#";i:2;s:1:"#";i:3;s:1:"#";}s:12:"custom_title";a:4:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}s:13:"custom_source";a:4:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:1;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:2;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:3;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:29:"header_social_links_font_size";s:4:"16px";s:37:"header_social_links_tooltip_placement";s:6:"bottom";s:30:"header_social_links_color_type";s:6:"custom";s:30:"header_social_links_icon_color";s:7:"#dcd7d0";s:25:"header_social_links_boxed";s:1:"0";s:29:"header_social_links_box_color";s:7:"#ffffff";s:32:"header_social_links_boxed_radius";s:3:"4px";s:33:"header_social_links_boxed_padding";s:3:"8px";s:12:"icons_footer";s:1:"1";s:29:"footer_social_links_font_size";s:4:"16px";s:37:"footer_social_links_tooltip_placement";s:3:"top";s:30:"footer_social_links_color_type";s:6:"custom";s:30:"footer_social_links_icon_color";s:7:"#dcd7d0";s:25:"footer_social_links_boxed";s:1:"0";s:29:"footer_social_links_box_color";s:7:"#ffffff";s:32:"footer_social_links_boxed_radius";s:3:"4px";s:33:"footer_social_links_boxed_padding";s:3:"8px";s:22:"sharing_social_tagline";s:11:"Share This ";s:30:"sharing_box_tagline_text_color";s:7:"#6f727b";s:15:"social_bg_color";s:19:"rgba(246,246,246,0)";s:14:"social_sharing";a:5:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:8:"linkedin";i:3;s:8:"whatsapp";i:4;s:9:"pinterest";}s:30:"sharing_social_links_font_size";s:4:"14px";s:38:"sharing_social_links_tooltip_placement";s:3:"top";s:31:"sharing_social_links_color_type";s:6:"custom";s:31:"sharing_social_links_icon_color";s:7:"#ffffff";s:26:"sharing_social_links_boxed";s:1:"1";s:30:"sharing_social_links_box_color";s:7:"#b9afa1";s:33:"sharing_social_links_boxed_radius";s:5:"100px";s:34:"sharing_social_links_boxed_padding";s:4:"12px";s:22:"posts_slideshow_number";s:1:"5";s:18:"slideshow_autoplay";s:1:"1";s:23:"slideshow_smooth_height";s:1:"0";s:15:"slideshow_speed";s:4:"7000";s:22:"pagination_video_slide";s:1:"0";s:25:"slider_nav_box_dimensions";a:2:{s:5:"width";s:4:"30px";s:6:"height";s:4:"30px";}s:17:"slider_arrow_size";s:4:"14px";s:15:"tfes_dimensions";a:2:{s:5:"width";s:4:"100%";s:6:"height";s:5:"400px";}s:14:"tfes_animation";s:5:"sides";s:13:"tfes_autoplay";s:1:"1";s:13:"tfes_interval";s:4:"3000";s:10:"tfes_speed";s:3:"800";s:10:"tfes_width";s:3:"150";s:18:"es_title_font_size";s:4:"42px";s:20:"es_caption_font_size";s:4:"20px";s:14:"es_title_color";s:7:"#6f727b";s:16:"es_caption_color";s:7:"#747474";s:15:"status_lightbox";s:1:"1";s:22:"status_lightbox_single";s:1:"1";s:17:"lightbox_behavior";s:3:"all";s:13:"lightbox_skin";s:11:"metro-white";s:13:"lightbox_path";s:8:"vertical";s:24:"lightbox_animation_speed";s:6:"normal";s:15:"lightbox_arrows";s:1:"1";s:16:"lightbox_gallery";s:1:"1";s:17:"lightbox_autoplay";s:1:"0";s:24:"lightbox_slideshow_speed";s:4:"5000";s:16:"lightbox_opacity";s:3:"0.9";s:14:"lightbox_title";s:1:"1";s:13:"lightbox_desc";s:1:"1";s:15:"lightbox_social";s:1:"1";s:20:"lightbox_deeplinking";s:1:"1";s:20:"lightbox_post_images";s:1:"1";s:25:"lightbox_video_dimensions";a:2:{s:5:"width";s:6:"1280px";s:6:"height";s:5:"720px";}s:17:"form_input_height";s:4:"55px";s:14:"form_text_size";s:4:"13px";s:13:"form_bg_color";s:7:"#ffffff";s:15:"form_text_color";s:7:"#747474";s:17:"form_border_width";a:4:{s:3:"top";s:3:"1px";s:5:"right";s:3:"1px";s:6:"bottom";s:3:"1px";s:4:"left";s:3:"1px";}s:17:"form_border_color";s:7:"#d2d2d2";s:23:"form_focus_border_color";s:7:"#d2d2d2";s:18:"form_border_radius";s:1:"0";s:17:"recaptcha_version";s:2:"v2";s:16:"recaptcha_public";s:0:"";s:17:"recaptcha_private";s:0:"";s:22:"recaptcha_color_scheme";s:5:"light";s:15:"recaptcha_score";s:3:"0.5";s:24:"recaptcha_badge_position";s:6:"inline";s:11:"hubspot_api";s:3:"off";s:11:"hubspot_key";s:0:"";s:13:"email_address";s:0:"";s:24:"contact_comment_position";s:5:"below";s:29:"contact_form_privacy_checkbox";s:1:"0";s:26:"contact_form_privacy_label";s:152:"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.";s:8:"gmap_api";s:39:"AIzaSyCRH_YIS6mRYWVCGaG5q4gN2bT93Fy8fdg";s:13:"gmap_api_type";s:5:"embed";s:18:"gmap_embed_address";s:0:"";s:19:"gmap_embed_map_type";s:7:"roadmap";s:12:"gmap_address";s:34:"1 Potash Ave, Hepburn Springs, Vic";s:9:"gmap_type";s:7:"roadmap";s:15:"gmap_dimensions";a:2:{s:5:"width";s:4:"100%";s:6:"height";s:5:"415px";}s:14:"gmap_topmargin";s:4:"55px";s:14:"map_zoom_level";s:1:"8";s:7:"map_pin";s:1:"1";s:18:"gmap_pin_animation";s:1:"1";s:9:"map_popup";s:1:"0";s:15:"map_scrollwheel";s:1:"1";s:9:"map_scale";s:1:"1";s:15:"map_zoomcontrol";s:1:"1";s:11:"map_styling";s:7:"default";s:17:"map_overlay_color";s:7:"#b9afa1";s:19:"map_infobox_styling";s:7:"default";s:19:"map_infobox_content";s:0:"";s:20:"map_infobox_bg_color";s:19:"rgba(255,255,255,0)";s:22:"map_infobox_text_color";s:7:"#ffffff";s:22:"map_custom_marker_icon";s:0:"";s:21:"search_filter_results";s:1:"1";s:14:"search_content";a:6:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:15:"avada_portfolio";i:3;s:9:"avada_faq";i:4;s:7:"product";i:5;s:12:"tribe_events";}s:27:"search_limit_to_post_titles";s:1:"0";s:18:"search_form_design";s:7:"classic";s:11:"live_search";s:1:"0";s:26:"live_search_min_char_count";s:1:"4";s:28:"live_search_results_per_page";s:3:"100";s:26:"live_search_results_height";s:3:"250";s:34:"live_search_display_featured_image";s:1:"1";s:29:"live_search_display_post_type";s:1:"1";s:13:"search_layout";s:4:"grid";s:23:"search_results_per_page";s:2:"10";s:22:"search_pagination_type";s:10:"pagination";s:19:"search_grid_columns";s:1:"3";s:26:"search_grid_column_spacing";s:2:"40";s:21:"search_content_length";s:7:"excerpt";s:21:"search_excerpt_length";s:2:"55";s:25:"search_strip_html_excerpt";s:1:"1";s:22:"search_featured_images";s:1:"1";s:11:"search_meta";a:5:{i:0;s:6:"author";i:1;s:4:"date";i:2;s:10:"categories";i:3;s:8:"comments";i:4;s:9:"read_more";}s:26:"search_new_search_position";s:3:"top";s:18:"gfonts_load_method";s:3:"cdn";s:14:"privacy_embeds";s:1:"0";s:14:"privacy_expiry";s:2:"30";s:19:"privacy_embed_types";a:7:{i:0;s:7:"youtube";i:1;s:5:"vimeo";i:2;s:10:"soundcloud";i:3;s:8:"facebook";i:4;s:6:"flickr";i:5;s:7:"twitter";i:6;s:5:"gmaps";}s:22:"privacy_embed_defaults";a:0:{}s:16:"privacy_bg_color";s:15:"rgba(0,0,0,0.1)";s:13:"privacy_color";s:15:"rgba(0,0,0,0.3)";s:11:"privacy_bar";s:1:"0";s:19:"privacy_bar_padding";a:4:{s:3:"top";s:4:"15px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";}s:20:"privacy_bar_bg_color";s:7:"#363839";s:21:"privacy_bar_font_size";s:4:"13px";s:17:"privacy_bar_color";s:7:"#8c8989";s:22:"privacy_bar_link_color";s:7:"#bfbfbf";s:28:"privacy_bar_link_hover_color";s:7:"#a0ce4e";s:16:"privacy_bar_text";s:51:"This website uses cookies and third party services.";s:23:"privacy_bar_button_text";s:2:"Ok";s:23:"privacy_bar_button_save";s:1:"0";s:16:"privacy_bar_more";s:1:"0";s:21:"privacy_bar_more_text";s:8:"Settings";s:23:"privacy_bar_update_text";s:15:"Update Settings";s:30:"privacy_bar_headings_font_size";s:4:"13px";s:26:"privacy_bar_headings_color";s:7:"#dddddd";s:19:"privacy_bar_content";a:4:{s:25:"fusionredux_repeater_data";a:1:{i:0;a:1:{s:5:"title";s:0:"";}}s:4:"type";a:1:{i:0;s:0:"";}s:5:"title";a:1:{i:0;s:0:"";}s:11:"description";a:1:{i:0;s:0:"";}}s:16:"sidenav_behavior";s:5:"hover";s:26:"featured_image_placeholder";s:1:"1";s:12:"excerpt_base";s:5:"words";s:16:"disable_excerpts";s:1:"1";s:24:"excerpt_read_more_symbol";s:5:"[...]";s:14:"link_read_more";s:1:"0";s:12:"avatar_shape";s:6:"square";s:14:"comments_pages";s:1:"0";s:21:"featured_images_pages";s:1:"1";s:21:"nofollow_social_links";s:1:"0";s:16:"social_icons_new";s:1:"1";s:14:"totop_position";s:5:"right";s:19:"totop_border_radius";s:1:"4";s:22:"totop_scroll_down_only";s:1:"0";s:8:"faq_slug";s:9:"faq-items";s:20:"related_posts_layout";s:17:"title_on_rollover";s:20:"number_related_posts";s:1:"5";s:21:"related_posts_columns";s:1:"5";s:28:"related_posts_column_spacing";s:2:"44";s:24:"related_posts_image_size";s:7:"cropped";s:22:"related_posts_autoplay";s:1:"0";s:19:"related_posts_speed";s:4:"2500";s:24:"related_posts_navigation";s:1:"1";s:19:"related_posts_swipe";s:1:"0";s:25:"related_posts_swipe_items";s:1:"0";s:14:"image_rollover";s:1:"1";s:24:"image_rollover_direction";s:12:"center_horiz";s:24:"image_rollover_icon_size";s:4:"16px";s:20:"image_rollover_icons";s:2:"no";s:20:"title_image_rollover";s:1:"1";s:19:"cats_image_rollover";s:1:"0";s:26:"icon_circle_image_rollover";s:1:"0";s:24:"image_gradient_top_color";s:7:"#b9afa1";s:27:"image_gradient_bottom_color";s:7:"#b9afa1";s:25:"image_rollover_text_color";s:7:"#ffffff";s:25:"image_rollover_icon_color";s:7:"#ffffff";s:17:"pagination_sizing";s:7:"padding";s:23:"pagination_width_height";s:2:"30";s:22:"pagination_box_padding";a:2:{s:5:"width";s:3:"6px";s:6:"height";s:3:"2px";}s:23:"pagination_border_width";s:1:"1";s:24:"pagination_border_radius";s:1:"0";s:23:"pagination_text_display";s:1:"1";s:20:"pagination_font_size";s:4:"12px";s:16:"pagination_range";s:1:"1";s:26:"pagination_start_end_range";s:1:"0";s:17:"timeline_bg_color";s:7:"#ffffff";s:14:"timeline_color";s:7:"#ebeaea";s:25:"grid_separator_style_type";s:13:"single|dotted";s:20:"grid_separator_color";s:7:"#b9afa1";s:18:"masonry_grid_ratio";s:1:"1";s:20:"masonry_width_double";s:4:"2000";s:23:"enable_language_updates";s:1:"1";s:19:"dependencies_status";s:1:"1";s:16:"smooth_scrolling";s:1:"0";s:27:"disable_code_block_encoding";s:1:"1";s:16:"disable_megamenu";s:1:"1";s:16:"avada_rev_styles";s:1:"1";s:22:"avada_styles_dropdowns";s:1:"1";s:27:"disable_mobile_image_hovers";s:1:"1";s:9:"status_yt";s:1:"1";s:12:"status_vimeo";s:1:"1";s:11:"status_gmap";s:1:"1";s:12:"status_totop";s:7:"desktop";s:14:"status_eslider";s:1:"0";s:18:"status_fontawesome";a:3:{i:0;s:3:"fab";i:1;s:3:"far";i:2;s:3:"fas";}s:28:"fontawesome_v4_compatibility";s:1:"0";s:22:"status_fontawesome_pro";s:1:"0";s:14:"status_outline";s:1:"0";s:16:"status_opengraph";s:1:"1";s:31:"disable_date_rich_snippet_pages";s:1:"1";s:26:"disable_rich_snippet_title";s:1:"1";s:27:"disable_rich_snippet_author";s:1:"1";s:25:"disable_rich_snippet_date";s:1:"1";s:24:"disable_rich_snippet_faq";s:1:"1";s:34:"enable_block_editor_backend_styles";s:1:"1";s:17:"load_block_styles";s:4:"auto";s:16:"google_analytics";s:0:"";s:10:"space_head";s:0:"";s:10:"space_body";s:0:"";s:20:"status_fusion_slider";s:1:"1";s:19:"status_fusion_forms";s:1:"1";s:23:"status_fusion_portfolio";s:1:"1";s:18:"status_fusion_faqs";s:1:"1";s:15:"pw_jpeg_quality";s:2:"82";s:27:"wp_big_image_size_threshold";s:4:"2560";s:9:"lazy_load";s:4:"none";s:17:"font_face_display";s:5:"block";s:13:"preload_fonts";s:4:"none";s:22:"preload_fonts_variants";a:1:{i:0;s:3:"400";}s:21:"preload_fonts_subsets";a:1:{i:0;s:5:"latin";}s:15:"emojis_disabled";s:7:"enabled";s:23:"jquery_migrate_disabled";s:7:"enabled";s:12:"defer_styles";s:1:"0";s:16:"css_cache_method";s:4:"file";s:19:"media_queries_async";s:1:"0";s:8:"css_vars";s:1:"0";s:15:"cache_server_ip";s:0:"";s:11:"js_compiler";s:1:"0";s:24:"bbp_forum_base_font_size";s:4:"12px";s:19:"bbp_forum_header_bg";s:7:"#ebeaea";s:27:"bbp_forum_header_font_color";s:7:"#747474";s:22:"bbp_forum_border_color";s:7:"#ebeaea";s:26:"primary_overlay_text_color";s:7:"#ffffff";s:15:"ec_bar_bg_color";s:7:"#efeded";s:17:"ec_bar_text_color";s:7:"#747474";s:19:"ec_tooltip_bg_color";s:7:"#ffffff";s:25:"ec_tooltip_bg_hover_color";s:7:"#f6f6f6";s:21:"ec_tooltip_body_color";s:7:"#747474";s:15:"ec_border_color";s:7:"#e0dede";s:13:"ec_hover_type";s:4:"none";s:24:"ec_sep_heading_font_size";s:4:"18px";s:25:"events_social_sharing_box";s:1:"1";s:14:"ec_meta_layout";s:7:"sidebar";s:16:"ec_sidebar_width";s:3:"32%";s:20:"ec_sidebar_2_1_width";s:3:"21%";s:20:"ec_sidebar_2_2_width";s:3:"21%";s:19:"ec_sidebar_bg_color";s:7:"#f6f6f6";s:18:"ec_sidebar_padding";s:2:"4%";s:18:"ec_sidew_font_size";s:4:"17px";s:26:"ec_sidebar_widget_bg_color";s:7:"#65bc7b";s:24:"ec_sidebar_heading_color";s:7:"#333333";s:17:"ec_text_font_size";s:2:"14";s:21:"ec_sidebar_text_color";s:7:"#747474";s:21:"ec_sidebar_link_color";s:7:"#333333";s:24:"ec_sidebar_divider_color";s:7:"#e8e8e8";s:10:"custom_css";s:620:"input, input[type=search] {\n display: inline-block;\n color: #ffff;\n position: relative;\n border: 1px solid transparent;\n text-align: center;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: 700;\n cursor: pointer;\n box-sizing: border-box;\n border-radius: var(--button_border_radius);\n height: var(--form_input_height);\n background-color: #105a00;\n }\n\nselect {\n\n}\n\n\n.ls-thumbnail-slide-container {\n padding: 2px;\n margin-left: -2px;\n background: #000;\n \n}\n\n.ls-v6 .ls-thumbnail-inner {\n padding: 2px;\n margin-left: -2px;\n background: #000;\n}";s:13:"info_bg_color";s:7:"#ffffff";s:17:"info_accent_color";s:19:"rgba(128,128,128,1)";s:15:"danger_bg_color";s:7:"#b42f34";s:19:"danger_accent_color";s:19:"rgba(245,214,215,1)";s:16:"success_bg_color";s:7:"#33a7b9";s:20:"success_accent_color";s:19:"rgba(223,243,246,1)";s:16:"warning_bg_color";s:7:"#b9afa1";s:20:"warning_accent_color";s:17:"rgba(100,89,74,1)";s:20:"alert_box_text_align";s:6:"center";s:24:"alert_box_text_transform";s:10:"capitalize";s:21:"alert_box_dismissable";s:3:"yes";s:16:"alert_box_shadow";s:3:"yes";s:17:"alert_border_size";s:3:"1px";s:16:"animation_offset";s:13:"top-into-view";s:21:"status_css_animations";s:7:"desktop";s:17:"blog_grid_columns";s:1:"2";s:24:"blog_grid_column_spacing";s:2:"40";s:17:"blog_grid_padding";a:4:{s:3:"top";s:4:"35px";s:5:"right";s:4:"35px";s:6:"bottom";s:4:"20px";s:4:"left";s:4:"35px";}s:12:"blog_excerpt";s:3:"yes";s:19:"blog_excerpt_length";s:2:"10";s:44:"blog_element_load_more_posts_button_bg_color";s:7:"#ebeaea";s:46:"blog_element_load_more_posts_button_text_color";s:4:"#333";s:50:"blog_element_load_more_posts_hover_button_bg_color";s:21:"rgba(235,234,234,0.8)";s:52:"blog_element_load_more_posts_hover_button_text_color";s:4:"#333";s:11:"button_size";s:5:"Large";s:11:"button_span";s:2:"no";s:11:"button_type";s:4:"Flat";s:17:"button_typography";a:7:{s:11:"font-family";s:4:"Lato";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:10:"font-style";s:0:"";s:14:"letter-spacing";s:3:"2px";}s:21:"button_text_transform";s:9:"uppercase";s:25:"button_gradient_top_color";s:7:"#b9afa1";s:28:"button_gradient_bottom_color";s:7:"#b9afa1";s:31:"button_gradient_top_color_hover";s:7:"#33a7b9";s:34:"button_gradient_bottom_color_hover";s:7:"#33a7b9";s:19:"button_accent_color";s:22:"rgba(255,255,255,0.95)";s:25:"button_accent_hover_color";s:7:"#ffffff";s:18:"button_bevel_color";s:0:"";s:19:"button_border_width";s:1:"0";s:20:"button_border_radius";s:2:"25";s:19:"button_border_color";s:22:"rgba(255,255,255,0.95)";s:25:"button_border_hover_color";s:7:"#ffffff";s:18:"carousel_nav_color";s:15:"rgba(0,0,0,0.6)";s:20:"carousel_hover_color";s:15:"rgba(0,0,0,0.7)";s:14:"carousel_speed";s:4:"2500";s:21:"chart_legend_position";s:3:"top";s:19:"chart_show_tooltips";s:3:"yes";s:14:"chart_bg_color";s:19:"rgba(255,255,255,0)";s:21:"chart_axis_text_color";s:7:"#666666";s:20:"chart_gridline_color";s:15:"rgba(0,0,0,0.1)";s:21:"checklist_icons_color";s:7:"#b9afa1";s:16:"checklist_circle";s:1:"0";s:22:"checklist_circle_color";s:7:"#b9afa1";s:19:"checklist_item_size";s:4:"14px";s:17:"checklist_divider";s:2:"no";s:23:"checklist_divider_color";s:7:"#b9afa1";s:10:"col_margin";a:2:{s:3:"top";s:4:"20px";s:6:"bottom";s:4:"20px";}s:11:"col_spacing";s:2:"4%";s:16:"col_width_medium";s:3:"1_1";s:15:"col_width_small";s:3:"1_1";s:25:"container_padding_default";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";}s:21:"container_padding_100";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:4:"30px";s:6:"bottom";s:3:"0px";s:4:"left";s:4:"30px";}s:19:"full_width_bg_color";s:19:"rgba(255,255,255,0)";s:31:"full_width_gradient_start_color";s:19:"rgba(255,255,255,0)";s:29:"full_width_gradient_end_color";s:19:"rgba(255,255,255,0)";s:23:"full_width_border_sizes";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";}s:23:"full_width_border_color";s:7:"#eae9e9";s:29:"container_scroll_nav_bg_color";s:18:"rgba(0, 0, 0, 0.2)";s:33:"container_scroll_nav_bullet_color";s:7:"#eeeeee";s:44:"container_hundred_percent_scroll_sensitivity";s:3:"450";s:39:"container_hundred_percent_height_mobile";s:1:"0";s:24:"container_legacy_support";s:1:"0";s:20:"content_box_bg_color";s:19:"rgba(255,255,255,0)";s:22:"content_box_title_size";s:2:"18";s:23:"content_box_title_color";s:7:"#b9afa1";s:22:"content_box_body_color";s:7:"#747474";s:21:"content_box_icon_size";s:2:"21";s:22:"content_box_icon_color";s:7:"#ffffff";s:23:"content_box_icon_circle";s:3:"yes";s:30:"content_box_icon_circle_radius";s:3:"50%";s:25:"content_box_icon_bg_color";s:7:"#b9afa1";s:38:"content_box_icon_bg_inner_border_color";s:7:"#b9afa1";s:37:"content_box_icon_bg_inner_border_size";s:1:"1";s:38:"content_box_icon_bg_outer_border_color";s:19:"rgba(255,255,255,0)";s:37:"content_box_icon_bg_outer_border_size";s:1:"0";s:27:"content_box_icon_hover_type";s:4:"fade";s:40:"content_box_hover_animation_accent_color";s:7:"#b9afa1";s:21:"content_box_link_type";s:4:"text";s:23:"content_box_button_span";s:2:"no";s:21:"content_box_link_area";s:9:"link-icon";s:23:"content_box_link_target";s:5:"_self";s:18:"content_box_margin";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:4:"60px";}s:18:"countdown_timezone";s:9:"site_time";s:16:"countdown_layout";s:7:"floated";s:20:"countdown_show_weeks";s:2:"no";s:24:"countdown_label_position";s:9:"text_flow";s:26:"countdown_background_color";s:7:"#b9afa1";s:26:"countdown_background_image";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:27:"countdown_background_repeat";s:9:"no-repeat";s:29:"countdown_background_position";s:13:"center center";s:29:"countdown_counter_box_spacing";s:4:"10px";s:27:"countdown_counter_box_color";s:7:"#6f727b";s:25:"countdown_counter_padding";a:4:{s:3:"top";s:5:"0.6em";s:5:"right";s:5:"1.1em";s:6:"bottom";s:5:"0.6em";s:4:"left";s:5:"1.1em";}s:29:"countdown_counter_border_size";s:1:"0";s:30:"countdown_counter_border_color";s:7:"#000000";s:31:"countdown_counter_border_radius";s:3:"0px";s:27:"countdown_counter_font_size";s:4:"20px";s:28:"countdown_counter_text_color";s:7:"#ffffff";s:25:"countdown_label_font_size";s:4:"20px";s:21:"countdown_label_color";s:7:"#ffffff";s:27:"countdown_heading_font_size";s:4:"18px";s:28:"countdown_heading_text_color";s:7:"#ffffff";s:30:"countdown_subheading_font_size";s:4:"13px";s:31:"countdown_subheading_text_color";s:7:"#ffffff";s:25:"countdown_link_text_color";s:7:"#ffffff";s:21:"countdown_link_target";s:5:"_self";s:17:"counter_box_speed";s:4:"1000";s:17:"counter_box_color";s:7:"#b9afa1";s:22:"counter_box_title_size";s:3:"200";s:21:"counter_box_icon_size";s:3:"500";s:22:"counter_box_body_color";s:7:"#747474";s:21:"counter_box_body_size";s:4:"14px";s:24:"counter_box_border_color";s:7:"#e0dede";s:20:"counter_box_icon_top";s:2:"no";s:20:"counter_filled_color";s:7:"#b9afa1";s:22:"counter_unfilled_color";s:7:"#f6f6f6";s:13:"dropcap_color";s:7:"#b9afa1";s:18:"dropcap_text_color";s:4:"#fff";s:15:"events_per_page";s:1:"4";s:21:"events_column_spacing";s:2:"40";s:22:"events_content_padding";a:4:{s:3:"top";s:4:"20px";s:5:"right";s:4:"20px";s:6:"bottom";s:4:"20px";s:4:"left";s:4:"20px";}s:21:"events_content_length";s:7:"no_text";s:21:"excerpt_length_events";s:2:"55";s:25:"events_strip_html_excerpt";s:1:"1";s:18:"faq_featured_image";s:1:"0";s:11:"faq_filters";s:3:"yes";s:18:"faq_accordion_type";s:10:"accordions";s:24:"faq_accordion_boxed_mode";s:1:"0";s:25:"faq_accordion_border_size";s:1:"1";s:26:"faq_accordian_border_color";s:7:"#cccccc";s:30:"faq_accordian_background_color";s:7:"#ffffff";s:25:"faq_accordian_hover_color";s:7:"#f9f9f9";s:26:"faq_accordion_divider_line";s:1:"1";s:29:"faq_accordion_title_font_size";s:4:"20px";s:23:"faq_accordion_icon_size";s:2:"13";s:24:"faq_accordian_icon_color";s:7:"#ffffff";s:24:"faq_accordion_icon_boxed";s:1:"1";s:28:"faq_accordian_inactive_color";s:7:"#6f727b";s:24:"faq_accordion_icon_align";s:4:"left";s:26:"faq_accordian_active_color";s:7:"#b9afa1";s:22:"flip_boxes_flip_effect";s:7:"classic";s:25:"flip_boxes_flip_direction";s:5:"right";s:24:"flip_boxes_flip_duration";s:3:"0.4";s:24:"flip_boxes_equal_heights";s:2:"no";s:19:"flip_boxes_front_bg";s:7:"#f6f6f6";s:24:"flip_boxes_front_heading";s:7:"#6f727b";s:21:"flip_boxes_front_text";s:7:"#747474";s:18:"flip_boxes_back_bg";s:7:"#b9afa1";s:23:"flip_boxes_back_heading";s:7:"#eeeded";s:20:"flip_boxes_back_text";s:7:"#ffffff";s:22:"flip_boxes_border_size";s:1:"1";s:23:"flip_boxes_border_color";s:13:"rgba(0,0,0,0)";s:24:"flip_boxes_border_radius";s:3:"4px";s:20:"gallery_picture_size";s:4:"auto";s:14:"gallery_layout";s:4:"grid";s:15:"gallery_columns";s:1:"3";s:22:"gallery_column_spacing";s:2:"10";s:18:"gallery_hover_type";s:4:"none";s:24:"gallery_lightbox_content";s:4:"none";s:19:"gallery_border_size";s:1:"0";s:20:"gallery_border_color";s:7:"#f6f6f6";s:21:"gallery_border_radius";s:3:"0px";s:19:"google_map_api_type";s:5:"embed";s:9:"icon_size";s:2:"32";s:10:"icon_color";s:7:"#ffffff";s:16:"icon_color_hover";s:7:"#ffffff";s:11:"icon_circle";s:3:"yes";s:17:"icon_circle_color";s:7:"#b9afa1";s:23:"icon_circle_color_hover";s:7:"#b9afa1";s:16:"icon_border_size";s:1:"1";s:17:"icon_border_color";s:7:"#b9afa1";s:23:"icon_border_color_hover";s:7:"#b9afa1";s:15:"icon_hover_type";s:4:"fade";s:17:"before_after_type";s:12:"before_after";s:22:"before_after_font_size";s:2:"13";s:25:"before_after_accent_color";s:7:"#ffffff";s:28:"before_after_label_placement";s:14:"image-centered";s:24:"before_after_handle_type";s:7:"default";s:25:"before_after_handle_color";s:7:"#ffffff";s:22:"before_after_handle_bg";s:19:"rgba(255,255,255,0)";s:19:"before_after_offset";s:2:"50";s:24:"before_after_orientation";s:10:"horizontal";s:28:"before_after_handle_movement";s:10:"drag_click";s:28:"before_after_transition_time";s:3:"0.5";s:24:"before_after_border_size";s:1:"0";s:25:"before_after_border_color";s:7:"#e2e2e2";s:26:"before_after_border_radius";s:3:"0px";s:21:"imageframe_style_type";s:4:"none";s:15:"imageframe_blur";s:1:"3";s:20:"imgframe_style_color";s:7:"#000000";s:22:"imageframe_border_size";s:1:"0";s:21:"imgframe_border_color";s:7:"#f6f6f6";s:24:"imageframe_border_radius";s:1:"0";s:14:"modal_bg_color";s:7:"#ffffff";s:18:"modal_border_color";s:7:"#ebebeb";s:23:"person_background_color";s:13:"rgba(0,0,0,0)";s:16:"person_pic_style";s:4:"none";s:21:"person_pic_style_blur";s:1:"3";s:18:"person_style_color";s:7:"#6f727b";s:19:"person_border_color";s:7:"#f6f6f6";s:18:"person_border_size";s:1:"0";s:20:"person_border_radius";s:1:"0";s:16:"person_alignment";s:4:"Left";s:20:"person_icon_position";s:3:"Top";s:24:"popover_heading_bg_color";s:7:"#f6f6f6";s:24:"popover_content_bg_color";s:7:"#ffffff";s:20:"popover_border_color";s:7:"#ebebeb";s:18:"popover_text_color";s:7:"#747474";s:17:"popover_placement";s:3:"Top";s:29:"portfolio_featured_image_size";s:7:"cropped";s:17:"portfolio_columns";s:1:"3";s:24:"portfolio_column_spacing";s:2:"12";s:15:"portfolio_items";s:2:"10";s:21:"portfolio_text_layout";s:5:"boxed";s:24:"portfolio_content_length";s:7:"excerpt";s:24:"portfolio_excerpt_length";s:2:"55";s:28:"portfolio_strip_html_excerpt";s:1:"1";s:23:"portfolio_title_display";s:3:"all";s:24:"portfolio_text_alignment";s:4:"left";s:24:"portfolio_layout_padding";a:4:{s:3:"top";s:4:"30px";s:5:"right";s:4:"30px";s:6:"bottom";s:4:"30px";s:4:"left";s:4:"30px";}s:25:"portfolio_pagination_type";s:10:"pagination";s:49:"portfolio_element_load_more_posts_button_bg_color";s:7:"#ebeaea";s:51:"portfolio_element_load_more_posts_button_text_color";s:4:"#333";s:55:"portfolio_element_load_more_posts_hover_button_bg_color";s:21:"rgba(235,234,234,0.8)";s:57:"portfolio_element_load_more_posts_hover_button_text_color";s:4:"#333";s:36:"full_boxed_pricing_box_heading_color";s:7:"#6f727b";s:29:"sep_pricing_box_heading_color";s:7:"#6f727b";s:17:"pricing_box_color";s:7:"#b9afa1";s:16:"pricing_bg_color";s:7:"#ffffff";s:30:"pricing_background_color_hover";s:7:"#f8f8f8";s:20:"pricing_border_color";s:7:"#f8f8f8";s:21:"pricing_divider_color";s:7:"#ededed";s:18:"progressbar_height";s:4:"37px";s:25:"progressbar_text_position";s:6:"on_bar";s:24:"progressbar_filled_color";s:7:"#b9afa1";s:31:"progressbar_filled_border_color";s:7:"#ffffff";s:30:"progressbar_filled_border_size";s:1:"0";s:26:"progressbar_unfilled_color";s:7:"#f6f6f6";s:22:"progressbar_text_color";s:7:"#ffffff";s:24:"scroll_progress_position";s:4:"flow";s:22:"scroll_progress_height";s:4:"10px";s:32:"scroll_progress_background_color";s:7:"#f2f3f5";s:30:"scroll_progress_progress_color";s:7:"#65bc7b";s:27:"scroll_progress_border_size";s:1:"0";s:28:"scroll_progress_border_color";s:7:"#ffffff";s:29:"scroll_progress_border_radius";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:23:"section_sep_border_size";s:1:"1";s:14:"section_sep_bg";s:7:"#f6f6f6";s:24:"section_sep_border_color";s:7:"#f6f6f6";s:20:"separator_style_type";s:6:"single";s:9:"sep_color";s:7:"#b9afa1";s:21:"separator_border_size";s:1:"1";s:19:"separator_icon_size";s:2:"18";s:20:"separator_icon_color";s:0:"";s:16:"separator_circle";s:1:"0";s:25:"separator_circle_bg_color";s:19:"rgba(255,255,255,0)";s:22:"social_links_font_size";s:4:"16px";s:23:"social_links_color_type";s:6:"custom";s:23:"social_links_icon_color";s:7:"#513838";s:18:"social_links_boxed";s:1:"1";s:22:"social_links_box_color";s:7:"#e9e9e9";s:25:"social_links_boxed_radius";s:3:"4px";s:26:"social_links_boxed_padding";s:4:"12px";s:30:"social_links_tooltip_placement";s:3:"Top";s:24:"syntax_highlighter_theme";s:7:"default";s:31:"syntax_highlighter_line_numbers";s:3:"yes";s:47:"syntax_highlighter_line_number_background_color";s:0:"";s:41:"syntax_highlighter_line_number_text_color";s:0:"";s:32:"syntax_highlighter_line_wrapping";s:6:"scroll";s:36:"syntax_highlighter_copy_to_clipboard";s:3:"yes";s:41:"syntax_highlighter_copy_to_clipboard_text";s:17:"Copy to Clipboard";s:28:"syntax_highlighter_font_size";s:2:"14";s:35:"syntax_highlighter_background_color";s:0:"";s:30:"syntax_highlighter_border_size";s:1:"1";s:31:"syntax_highlighter_border_color";s:7:"#b9afa1";s:31:"syntax_highlighter_border_style";s:5:"solid";s:25:"syntax_highlighter_margin";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";}s:13:"tabs_bg_color";s:7:"#ffffff";s:19:"tabs_inactive_color";s:7:"#ebeaea";s:17:"tabs_border_color";s:7:"#ebeaea";s:18:"tabs_icon_position";s:4:"left";s:14:"tabs_icon_size";s:2:"13";s:10:"tagline_bg";s:7:"#f6f6f6";s:20:"tagline_border_color";s:7:"#f6f6f6";s:14:"tagline_margin";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:4:"84px";}s:20:"testimonial_bg_color";s:7:"#f6f6f6";s:22:"testimonial_text_color";s:7:"#747474";s:18:"testimonials_speed";s:4:"4000";s:19:"testimonials_random";s:1:"0";s:12:"text_columns";s:1:"1";s:21:"text_column_min_width";s:5:"100px";s:19:"text_column_spacing";s:3:"2em";s:15:"text_rule_style";s:4:"none";s:14:"text_rule_size";s:1:"1";s:15:"text_rule_color";s:7:"#b9afa1";s:16:"title_style_type";s:0:"";s:18:"title_border_color";s:7:"#e0dede";s:12:"title_margin";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:3:"0px";s:6:"bottom";s:4:"31px";s:4:"left";s:3:"0px";}s:19:"title_margin_mobile";a:4:{s:3:"top";s:3:"0px";s:5:"right";s:3:"0px";s:6:"bottom";s:4:"20px";s:4:"left";s:3:"0px";}s:14:"accordion_type";s:10:"accordions";s:20:"accordion_boxed_mode";s:1:"0";s:21:"accordion_border_size";s:1:"1";s:22:"accordian_border_color";s:7:"#cccccc";s:26:"accordian_background_color";s:7:"#ffffff";s:21:"accordian_hover_color";s:7:"#f9f9f9";s:22:"accordion_divider_line";s:1:"1";s:25:"accordion_title_font_size";s:4:"20px";s:19:"accordion_icon_size";s:2:"13";s:20:"accordian_icon_color";s:7:"#ffffff";s:20:"accordion_icon_boxed";s:1:"1";s:24:"accordian_inactive_color";s:7:"#6f727b";s:22:"accordian_active_color";s:7:"#b9afa1";s:20:"accordion_icon_align";s:4:"left";s:21:"user_login_text_align";s:6:"center";s:28:"user_login_form_field_layout";s:7:"stacked";s:27:"user_login_form_show_labels";s:2:"no";s:33:"user_login_form_show_placeholders";s:3:"yes";s:32:"user_login_form_show_remember_me";s:2:"no";s:32:"user_login_form_background_color";s:7:"#f6f6f6";s:22:"widget_area_title_size";s:4:"26px";s:23:"widget_area_title_color";s:7:"#6f727b";s:25:"fusionredux_import_export";s:0:"";s:18:"fusionredux-backup";s:1:"1";}', 'yes'); INSERT INTO `wp_options` VALUES (369, 'fusion_builder_frontend_preferences', 'a:10:{s:16:"sidebar_position";s:4:"left";s:12:"editing_mode";s:7:"sidebar";s:13:"open_settings";s:2:"on";s:18:"keyboard_shortcuts";s:2:"on";s:8:"tooltips";s:2:"on";s:13:"sticky_header";s:2:"on";s:18:"transparent_header";s:2:"on";s:15:"element_filters";s:2:"on";s:18:"droppables_visible";s:3:"off";s:15:"sidebar_overlay";s:3:"off";}', 'yes'); INSERT INTO `wp_options` VALUES (370, 'layerslider_update_info', 'O:8:"stdClass":5:{s:5:"basic";O:8:"stdClass":12:{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:4:"full";O:8:"stdClass":21:{s:4:"name";s:14:"LayerSlider WP";s:8:"homepage";s:72:"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/";s:5:"p_url";s:46:"https://layerslider.kreaturamedia.com/pricing/";s:7:"version";s:6:"6.11.8";s:12:"last_updated";s:10:"2021-04-19";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:6:"rating";s:2:"95";s:11:"num_ratings";i:3192;s:14:"upgrade_notice";a:3:{s:6:"stable";s:56:"This update contains general improvements and bug fixes.";s:4:"beta";s:56:"This update contains general improvements and bug fixes.";s:4:"edge";s:56:"This update contains general improvements and bug fixes.";}s:6:"author";s:71:"Kreatura Media";s:3:"url";s:38:"https://layerslider.kreaturamedia.com/";s:8:"external";b:1;s:9:"file_name";s:10:"plugin.zip";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:8:"sections";a:3:{s:9:"changelog";s:343:"

\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.

\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.

\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.

\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.

\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.

\n

= 3.9.2, Dec 21 2020 =
\n* Improved compatibility with image lazy-loading feature.

\n

= 3.9.1, Dec 10 2020 =
\n* Bug fix: fixed an issue with the overbooking.

\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.

\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.

\n

= 3.8.6, Oct 27 2020 =
\n* Added support for Hotel Booking PDF Invoices addon.

\n

= 3.8.5, Oct 2 2020 =
\n* Improved compatibility with image lazy-loading feature in WordPress 5.5.

\n

= 3.8.4, Sep 30 2020 =
\n* Fixed the issue with Elementor plugin.

\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.

\n

= 3.8.2, May 28 2020 =
\n* Added support for WordPress translations.

\n

= 3.8.1, Apr 24 2020 =
\n* Added support for Hotel Booking Styles addon.

\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.

\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.

\n

= 3.7.5, Feb 17 2020 =
\n* Fixed the issue with the improper booking behavior of a single accommodation search form.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\n

= 3.0.3, Dec 24 2018 =
\n* Minor bugfixes and improvements.

\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.

\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\'.

\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.

\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.

\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.

\n

= 2.7.4, Jun 27 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.

\n

= 2.7.3, Jun 21 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.

\n

= 2.7.2, Jun 20 2018 =
\n* Added the ability to add monthly, weekly and custom (based on any length of stay) rates.

\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.

\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.

\n

= 2.6.1, Apr 23 2018 =
\n* Fix: Reverted CSS class of image galleries as it breaks some themes.

\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.

\n

= 2.5.0, Apr 4 2018 =
\n* Minor bugfixes and improvements.

\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.

\n

= 2.4.3, Mar 7 2018 =
\n* Added a new option to skip search results page and enable direct booking from accommodation pages.

\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.

\n

= 2.4.1, Jan 31 2018 =
\n* Added support of WooCommerce Payments extension.
\n* Bug fix: fixed fatal error on booking confirmation page.

\n

= 2.4.0, Jan 24 2018 =
\n* Added the ability to add accommodation taxes, services taxes, fees (mandatory services) and taxes on fees.

\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.

\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.

\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.

\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.

\n

= 2.1.1, Jul 19 2017 =
\n* Bug fix: fixed the placeholder of posts titles.

\n

= 2.1.0, Jul 13 2017 =
\n* Added the ability to create and apply coupon codes.

\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.

\n

= 1.2.3, May 12 2017 =
\n* Added the ability to receive payments through Beanstream/Bambora payment gateway.

\n

= 1.2.2, Apr 26 2017 =
\n* Added the ability to receive payments through Braintree payment gateway.

\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.

\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.

\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).

\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

\n

= 1.0.0, Dec 23 2016 =
\n* Initial release

\n";}s:7:"banners";O:8:"stdClass":2:{s:4:"high";s:0:"";s:3:"low";s:0:"";}s:11:"description";a:1:{i:0;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";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.

\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.

\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.

\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.

\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.

\n

= 3.9.2, Dec 21 2020 =
\n* Improved compatibility with image lazy-loading feature.

\n

= 3.9.1, Dec 10 2020 =
\n* Bug fix: fixed an issue with the overbooking.

\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.

\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.

\n

= 3.8.6, Oct 27 2020 =
\n* Added support for Hotel Booking PDF Invoices addon.

\n

= 3.8.5, Oct 2 2020 =
\n* Improved compatibility with image lazy-loading feature in WordPress 5.5.

\n

= 3.8.4, Sep 30 2020 =
\n* Fixed the issue with Elementor plugin.

\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.

\n

= 3.8.2, May 28 2020 =
\n* Added support for WordPress translations.

\n

= 3.8.1, Apr 24 2020 =
\n* Added support for Hotel Booking Styles addon.

\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.

\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.

\n

= 3.7.5, Feb 17 2020 =
\n* Fixed the issue with the improper booking behavior of a single accommodation search form.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\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.

\n

= 3.0.3, Dec 24 2018 =
\n* Minor bugfixes and improvements.

\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.

\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\'.

\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.

\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.

\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.

\n

= 2.7.4, Jun 27 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.

\n

= 2.7.3, Jun 21 2018 =
\n* Fixed PHP warning that may occur in version 2.7.2.

\n

= 2.7.2, Jun 20 2018 =
\n* Added the ability to add monthly, weekly and custom (based on any length of stay) rates.

\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.

\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.

\n

= 2.6.1, Apr 23 2018 =
\n* Fix: Reverted CSS class of image galleries as it breaks some themes.

\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.

\n

= 2.5.0, Apr 4 2018 =
\n* Minor bugfixes and improvements.

\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.

\n

= 2.4.3, Mar 7 2018 =
\n* Added a new option to skip search results page and enable direct booking from accommodation pages.

\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.

\n

= 2.4.1, Jan 31 2018 =
\n* Added support of WooCommerce Payments extension.
\n* Bug fix: fixed fatal error on booking confirmation page.

\n

= 2.4.0, Jan 24 2018 =
\n* Added the ability to add accommodation taxes, services taxes, fees (mandatory services) and taxes on fees.

\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.

\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.

\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.

\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.

\n

= 2.1.1, Jul 19 2017 =
\n* Bug fix: fixed the placeholder of posts titles.

\n

= 2.1.0, Jul 13 2017 =
\n* Added the ability to create and apply coupon codes.

\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.

\n

= 1.2.3, May 12 2017 =
\n* Added the ability to receive payments through Beanstream/Bambora payment gateway.

\n

= 1.2.2, Apr 26 2017 =
\n* Added the ability to receive payments through Braintree payment gateway.

\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.

\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.

\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).

\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

\n

= 1.0.0, Dec 23 2016 =
\n* Initial release

\n";}}}s:12:"translations";a:0:{}s:9:"no_update";a:13:{s:19:"akismet/akismet.php";O:8:"stdClass":9:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"4.1.9";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip";s:5:"icons";a:2:{s:2:"2x";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";s:2:"1x";s:59:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272";}s:7:"banners";a:1:{s:2:"1x";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";}s:11:"banners_rtl";a:0:{}}s:19:"bbpress/bbpress.php";O:8:"stdClass":9:{s:2:"id";s:21:"w.org/plugins/bbpress";s:4:"slug";s:7:"bbpress";s:6:"plugin";s:19:"bbpress/bbpress.php";s:11:"new_version";s:5:"2.6.6";s:3:"url";s:38:"https://wordpress.org/plugins/bbpress/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/bbpress.2.6.6.zip";s:5:"icons";a:3:{s:2:"2x";s:60:"https://ps.w.org/bbpress/assets/icon-256x256.png?rev=1534011";s:2:"1x";s:51:"https://ps.w.org/bbpress/assets/icon.svg?rev=978290";s:3:"svg";s:51:"https://ps.w.org/bbpress/assets/icon.svg?rev=978290";}s:7:"banners";a:2:{s:2:"2x";s:62:"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403";s:2:"1x";s:61:"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663";}s:11:"banners_rtl";a:2:{s:2:"2x";s:67:"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011";s:2:"1x";s:66:"https://ps.w.org/bbpress/assets/banner-772x250-rtl.png?rev=1534011";}}s:25:"booking/wpdev-booking.php";O:8:"stdClass":9:{s:2:"id";s:21:"w.org/plugins/booking";s:4:"slug";s:7:"booking";s:6:"plugin";s:25:"booking/wpdev-booking.php";s:11:"new_version";s:5:"8.8.1";s:3:"url";s:38:"https://wordpress.org/plugins/booking/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/booking.8.8.1.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/booking/assets/icon-256x256.png?rev=1730848";s:2:"1x";s:60:"https://ps.w.org/booking/assets/icon-128x128.png?rev=1730848";}s:7:"banners";a:1:{s:2:"1x";s:62:"https://ps.w.org/booking/assets/banner-772x250.png?rev=1623635";}s:11:"banners_rtl";a:0:{}}s:29:"wp-db-backup/wp-db-backup.php";O:8:"stdClass":9:{s:2:"id";s:26:"w.org/plugins/wp-db-backup";s:4:"slug";s:12:"wp-db-backup";s:6:"plugin";s:29:"wp-db-backup/wp-db-backup.php";s:11:"new_version";s:3:"2.4";s:3:"url";s:43:"https://wordpress.org/plugins/wp-db-backup/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/wp-db-backup.2.4.zip";s:5:"icons";a:1:{s:7:"default";s:56:"https://s.w.org/plugins/geopattern-icon/wp-db-backup.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:25:"duplicator/duplicator.php";O:8:"stdClass":9:{s:2:"id";s:24:"w.org/plugins/duplicator";s:4:"slug";s:10:"duplicator";s:6:"plugin";s:25:"duplicator/duplicator.php";s:11:"new_version";s:5:"1.4.1";s:3:"url";s:41:"https://wordpress.org/plugins/duplicator/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/duplicator.1.4.1.zip";s:5:"icons";a:2:{s:2:"2x";s:63:"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921";s:2:"1x";s:63:"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921";}s:7:"banners";a:1:{s:2:"1x";s:65:"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472";}s:11:"banners_rtl";a:0:{}}s:9:"hello.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855";s:2:"1x";s:64:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855";}s:7:"banners";a:1:{s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}}s:56:"motopress-hotel-booking-lite/motopress-hotel-booking.php";O:8:"stdClass":9:{s:2:"id";s:42:"w.org/plugins/motopress-hotel-booking-lite";s:4:"slug";s:28:"motopress-hotel-booking-lite";s:6:"plugin";s:56:"motopress-hotel-booking-lite/motopress-hotel-booking.php";s:11:"new_version";s:5:"3.9.7";s:3:"url";s:59:"https://wordpress.org/plugins/motopress-hotel-booking-lite/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/motopress-hotel-booking-lite.zip";s:5:"icons";a:1:{s:2:"1x";s:81:"https://ps.w.org/motopress-hotel-booking-lite/assets/icon-128x128.png?rev=1852316";}s:7:"banners";a:1:{s:2:"1x";s:83:"https://ps.w.org/motopress-hotel-booking-lite/assets/banner-772x250.jpg?rev=1852316";}s:11:"banners_rtl";a:0:{}}s:27:"mphb-styles/mphb-styles.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/mphb-styles";s:4:"slug";s:11:"mphb-styles";s:6:"plugin";s:27:"mphb-styles/mphb-styles.php";s:11:"new_version";s:5:"1.0.1";s:3:"url";s:42:"https://wordpress.org/plugins/mphb-styles/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/mphb-styles.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/mphb-styles/assets/icon-256x256.png?rev=2321505";s:2:"1x";s:64:"https://ps.w.org/mphb-styles/assets/icon-128x128.png?rev=2321505";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/mphb-styles/assets/banner-1544x500.png?rev=2321505";s:2:"1x";s:66:"https://ps.w.org/mphb-styles/assets/banner-772x250.png?rev=2321505";}s:11:"banners_rtl";a:0:{}}s:43:"the-events-calendar/the-events-calendar.php";O:8:"stdClass":9:{s:2:"id";s:33:"w.org/plugins/the-events-calendar";s:4:"slug";s:19:"the-events-calendar";s:6:"plugin";s:43:"the-events-calendar/the-events-calendar.php";s:11:"new_version";s:5:"5.7.0";s:3:"url";s:50:"https://wordpress.org/plugins/the-events-calendar/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/the-events-calendar.5.7.0.zip";s:5:"icons";a:3:{s:2:"2x";s:72:"https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440";s:2:"1x";s:64:"https://ps.w.org/the-events-calendar/assets/icon.svg?rev=2259343";s:3:"svg";s:64:"https://ps.w.org/the-events-calendar/assets/icon.svg?rev=2259343";}s:7:"banners";a:2:{s:2:"2x";s:75:"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622";s:2:"1x";s:74:"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622";}s:11:"banners_rtl";a:0:{}}s:41:"wordpress-importer/wordpress-importer.php";O:8:"stdClass":9:{s:2:"id";s:32:"w.org/plugins/wordpress-importer";s:4:"slug";s:18:"wordpress-importer";s:6:"plugin";s:41:"wordpress-importer/wordpress-importer.php";s:11:"new_version";s:3:"0.7";s:3:"url";s:49:"https://wordpress.org/plugins/wordpress-importer/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip";s:5:"icons";a:3:{s:2:"2x";s:71:"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375";s:2:"1x";s:63:"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375";s:3:"svg";s:63:"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375";}s:7:"banners";a:1:{s:2:"1x";s:72:"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654";}s:11:"banners_rtl";a:0:{}}s:28:"wp-site-migrate/wpengine.php";O:8:"stdClass":9:{s:2:"id";s:29:"w.org/plugins/wp-site-migrate";s:4:"slug";s:15:"wp-site-migrate";s:6:"plugin";s:28:"wp-site-migrate/wpengine.php";s:11:"new_version";s:4:"4.55";s:3:"url";s:46:"https://wordpress.org/plugins/wp-site-migrate/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/wp-site-migrate.4.55.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/wp-site-migrate/assets/icon-256x256.png?rev=2464270";s:2:"1x";s:68:"https://ps.w.org/wp-site-migrate/assets/icon-128x128.png?rev=2464270";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/wp-site-migrate/assets/banner-1544x500.png?rev=1376473";s:2:"1x";s:70:"https://ps.w.org/wp-site-migrate/assets/banner-772x250.png?rev=1376473";}s:11:"banners_rtl";a:0:{}}s:33:"fusion-builder/fusion-builder.php";O:8:"stdClass":8:{s:2:"id";s:33:"fusion-builder/fusion-builder.php";s:4:"slug";s:14:"fusion-builder";s:6:"plugin";s:33:"fusion-builder/fusion-builder.php";s:11:"new_version";s:5:"3.2.1";s:3:"url";s:0:"";s:7:"package";s:0:"";s:5:"icons";a:2:{s:2:"1x";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png";s:2:"2x";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png";}s:7:"banners";a:2:{s:2:"2x";s:76:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg";s:7:"default";s:76:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg";}}s:27:"fusion-core/fusion-core.php";O:8:"stdClass":8:{s:2:"id";s:27:"fusion-core/fusion-core.php";s:4:"slug";s:11:"fusion-core";s:6:"plugin";s:27:"fusion-core/fusion-core.php";s:11:"new_version";s:5:"5.2.1";s:3:"url";s:0:"";s:7:"package";s:0:"";s:5:"icons";a:2:{s:2:"1x";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png";s:2:"2x";s:86:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png";}s:7:"banners";a:2:{s:2:"2x";s:76:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg";s:7:"default";s:76:"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg";}}}}', 'no'); INSERT INTO `wp_options` VALUES (1093, '_site_transient_timeout_php_check_722257398ed85eaa39d12bc29012c839', '1624328083', 'no'); INSERT INTO `wp_options` VALUES (1094, '_site_transient_php_check_722257398ed85eaa39d12bc29012c839', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:6:"5.6.20";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'no'); INSERT INTO `wp_options` VALUES (1097, '_site_transient_timeout_browser_b36920373f87ae0a037579052d24624b', '1624328087', 'no'); INSERT INTO `wp_options` VALUES (1098, '_site_transient_browser_b36920373f87ae0a037579052d24624b', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:13:"91.0.4472.101";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'); INSERT INTO `wp_options` VALUES (1123, 'mphb_booking_rules_custom', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (1124, 'mphb_check_in_days', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (1125, 'mphb_check_out_days', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (1126, 'mphb_min_stay_length', 'a:1:{i:0;a:3:{s:15:"min_stay_length";i:2;s:13:"room_type_ids";a:1:{i:0;i:0;}s:10:"season_ids";a:1:{i:0;i:1947;}}}', 'no'); INSERT INTO `wp_options` VALUES (1127, 'mphb_max_stay_length', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (1128, 'mphb_min_advance_reservation', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (1129, 'mphb_max_advance_reservation', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (1130, 'mphb_buffer_days', 'a:0:{}', 'no'); INSERT INTO `wp_options` VALUES (1160, 'ls-store-last-updated', '1623724871', 'yes'); INSERT INTO `wp_options` VALUES (1161, 'ls-store-data', 'a:4:{s:12:"last_updated";s:10:"2020-11-18";s:7:"sliders";a:93:{s:15:"back-to-the-80s";a:7:{s:8:"released";s:10:"2020-09-29";s:4:"name";s:15:"Back To The 80s";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:54:"new,premium,sliders,parallax,loop,blend,specialeffects";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/sliders/back-to-the-80s/";s:7:"preview";s:76:"https://repository.kreaturamedia.com/v4/sliders/packages/back-to-the-80s.jpg";}s:17:"love-with-flowers";a:7:{s:8:"released";s:10:"2020-07-28";s:4:"name";s:17:"LOVE with Flowers";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:38:"new,free,landing,sliders,parallax,loop";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/sliders/love-with-flowers/";s:7:"preview";s:78:"https://repository.kreaturamedia.com/v4/sliders/packages/love-with-flowers.jpg";}s:6:"people";a:7:{s:8:"released";s:10:"2020-07-13";s:4:"name";s:6:"People";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:47:"new,premium,landing,blend,static,specialeffects";s:3:"url";s:53:"https://layerslider.kreaturamedia.com/sliders/people/";s:7:"preview";s:67:"https://repository.kreaturamedia.com/v4/sliders/packages/people.jpg";}s:16:"music-is-my-life";a:7:{s:8:"released";s:10:"2020-07-06";s:4:"name";s:16:"Music Is My Life";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:24:"new,premium,slider,blend";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/music-is-my-life/";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/music-is-my-life.jpg";}s:21:"product-showcase-dark";a:7:{s:8:"released";s:10:"2020-07-01";s:4:"name";s:25:"Product Showcase – Dark";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:18:"new,premium,slider";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/sliders/product-showcase-dark/";s:7:"preview";s:82:"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-dark.jpg";}s:13:"team-showcase";a:7:{s:8:"released";s:10:"2020-06-24";s:4:"name";s:13:"Team Showcase";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:25:"new,premium,slider,static";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/sliders/team-showcase/";s:7:"preview";s:74:"https://repository.kreaturamedia.com/v4/sliders/packages/team-showcase.jpg";}s:14:"furniture-shop";a:7:{s:8:"released";s:10:"2020-06-09";s:4:"name";s:14:"Furniture Shop";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:27:"new,premium,landing,website";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/furniture-shop/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-shop.jpg";}s:14:"product-banner";a:7:{s:8:"released";s:10:"2020-06-02";s:4:"name";s:14:"Product Banner";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:22:"new,free,slider,static";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/product-banner/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/product-banner.jpg";}s:19:"architecture-slider";a:7:{s:8:"released";s:10:"2020-05-26";s:4:"name";s:19:"Architecture Slider";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:22:"new,free,slider,static";s:3:"url";s:66:"https://layerslider.kreaturamedia.com/sliders/architecture-slider/";s:7:"preview";s:80:"https://repository.kreaturamedia.com/v4/sliders/packages/architecture-slider.jpg";}s:22:"product-showcase-light";a:7:{s:8:"released";s:10:"2020-05-18";s:4:"name";s:26:"Product Showcase – Light";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:25:"new,premium,slider,static";s:3:"url";s:69:"https://layerslider.kreaturamedia.com/sliders/product-showcase-light/";s:7:"preview";s:83:"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-light.jpg";}s:12:"fashion-shop";a:7:{s:8:"released";s:10:"2020-05-12";s:4:"name";s:12:"Fashion Shop";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:22:"new,free,slider,static";s:3:"url";s:59:"https://layerslider.kreaturamedia.com/sliders/fashion-shop/";s:7:"preview";s:73:"https://repository.kreaturamedia.com/v4/sliders/packages/fashion-shop.jpg";}s:12:"pixel-agency";a:7:{s:8:"released";s:10:"2020-05-05";s:4:"name";s:12:"PIXEL Agency";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:55:"new,premium,fullwidth,landing,website,text,popup,static";s:3:"url";s:59:"https://layerslider.kreaturamedia.com/sliders/pixel-agency/";s:7:"preview";s:73:"https://repository.kreaturamedia.com/v4/sliders/packages/pixel-agency.jpg";}s:11:"mode-slider";a:7:{s:8:"released";s:10:"2020-04-28";s:4:"name";s:11:"Mode Slider";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:30:"new,free,fullwidth,slider,text";s:3:"url";s:58:"https://layerslider.kreaturamedia.com/sliders/mode-slider/";s:7:"preview";s:72:"https://repository.kreaturamedia.com/v4/sliders/packages/mode-slider.jpg";}s:13:"mountain-bike";a:7:{s:8:"released";s:10:"2020-04-22";s:4:"name";s:13:"Mountain Bike";s:7:"premium";b:1;s:8:"requires";s:6:"6.11.1";s:6:"groups";s:45:"premium,new,fullsize,landing,pack,static,text";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/sliders/mountain-bike/";s:7:"preview";s:74:"https://repository.kreaturamedia.com/v4/sliders/packages/mountain-bike.jpg";}s:18:"aerial-photography";a:7:{s:8:"released";s:10:"2020-04-14";s:4:"name";s:18:"Aerial Photography";s:7:"premium";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:39:"premium,new,slider,static,text,kenburns";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/sliders/aerial-photography/";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/aerial-photography.jpg";}s:24:"simple-fullscreen-slider";a:7:{s:8:"released";s:10:"2020-04-07";s:4:"name";s:24:"Simple Fullscreen Slider";s:7:"premium";b:0;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:46:"free,new,fullsize,landing,static,text,kenburns";s:3:"url";s:71:"https://layerslider.kreaturamedia.com/sliders/simple-fullscreen-slider/";s:7:"preview";s:85:"https://repository.kreaturamedia.com/v4/sliders/packages/simple-fullscreen-slider.jpg";}s:21:"covid-19-notification";a:8:{s:8:"released";s:10:"2020-04-01";s:4:"name";s:21:"COVID-19 Notification";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:17:"premium,new,popup";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/popups/#covid-19-notification";s:7:"preview";s:82:"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg";}s:19:"covid-19-bottom-bar";a:8:{s:8:"released";s:10:"2020-04-01";s:4:"name";s:19:"COVID-19 Bottom Bar";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:17:"premium,new,popup";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar";s:7:"preview";s:80:"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg";}s:14:"top-bar-notice";a:8:{s:8:"released";s:10:"2020-04-01";s:4:"name";s:14:"Top Bar Notice";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:17:"premium,new,popup";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/popups/#top-bar-notice";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg";}s:20:"christmas-snow-globe";a:8:{s:8:"released";s:10:"2019-12-19";s:4:"name";s:20:"Christmas Snow Globe";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:34:"premium,parallax,popup,loop,filter";s:3:"url";s:66:"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe";s:7:"preview";s:81:"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg";}s:9:"xmas-2019";a:7:{s:8:"released";s:10:"2019-12-19";s:4:"name";s:9:"Xmas 2019";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:32:"free,parallax,slider,loop,filter";s:3:"url";s:56:"https://layerslider.kreaturamedia.com/sliders/xmas-2019/";s:7:"preview";s:70:"https://repository.kreaturamedia.com/v4/sliders/packages/xmas-2019.jpg";}s:18:"creative-portraits";a:7:{s:8:"released";s:10:"2019-12-09";s:4:"name";s:18:"Creative Portraits";s:7:"premium";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:32:"premium,fullwidth,landing,static";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/sliders/creative-portraits/";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/creative-portraits.jpg";}s:13:"parallax-city";a:7:{s:8:"released";s:10:"2019-12-02";s:4:"name";s:13:"Parallax City";s:7:"premium";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:58:"premium,landing,pack,parallax,text,blend,fullwidth,website";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/sliders/parallax-city/";s:7:"preview";s:74:"https://repository.kreaturamedia.com/v4/sliders/packages/parallax-city.jpg";}s:10:"cybertruck";a:7:{s:8:"released";s:10:"2019-11-28";s:4:"name";s:10:"Cybertruck";s:7:"premium";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:39:"premium,fullsize,landing,specialeffects";s:3:"url";s:57:"https://layerslider.kreaturamedia.com/sliders/cybertruck/";s:7:"preview";s:71:"https://repository.kreaturamedia.com/v4/sliders/packages/cybertruck.jpg";}s:17:"summer-collection";a:7:{s:8:"released";s:10:"2019-11-21";s:4:"name";s:17:"Summer Collection";s:7:"premium";b:0;s:8:"requires";s:5:"6.6.0";s:6:"groups";s:21:"free,fullwidth,slider";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/sliders/summer-collection/";s:7:"preview";s:78:"https://repository.kreaturamedia.com/v4/sliders/packages/summer-collection.jpg";}s:18:"nature-slider-pack";a:7:{s:8:"released";s:10:"2019-11-14";s:4:"name";s:18:"Nature Slider PACK";s:7:"premium";b:1;s:8:"requires";s:5:"6.9.0";s:6:"groups";s:62:"premium,text,blend,fullwidth,media,landing,packs,popup,website";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/sliders/nature-slider-pack/";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/nature-slider-pack.jpg";}s:20:"catering-xmas-slider";a:7:{s:8:"released";s:10:"2017-12-22";s:4:"name";s:25:"Catering Christmas Slider";s:7:"premium";b:1;s:8:"requires";s:5:"6.6.0";s:6:"groups";s:32:"premium,static,text,blend,slider";s:3:"url";s:72:"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/";s:7:"preview";s:81:"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg";}s:20:"discover-the-details";a:7:{s:8:"released";s:10:"2017-12-19";s:4:"name";s:20:"Discover the Details";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:50:"free,loop,parallax,blendmode,specialeffects,slider";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/sliders/discover-the-details/";s:7:"preview";s:81:"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg";}s:10:"rainforest";a:7:{s:8:"released";s:10:"2017-12-17";s:4:"name";s:10:"Rainforest";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:57:"free,loop,filter,blendmode,fullsize,specialeffects,slider";s:3:"url";s:57:"https://layerslider.kreaturamedia.com/sliders/rainforest/";s:7:"preview";s:71:"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg";}s:30:"ecommerce-global-hover-example";a:7:{s:8:"released";s:10:"2017-12-15";s:4:"name";s:30:"eCommerce Global Hover Example";s:7:"premium";b:1;s:8:"requires";s:5:"6.6.0";s:6:"groups";s:26:"premium,experiments,slider";s:3:"url";s:77:"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/";s:7:"preview";s:91:"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg";}s:20:"3d-canyon-experience";a:7:{s:8:"released";s:10:"2017-12-13";s:4:"name";s:20:"3D Canyon Experience";s:7:"premium";b:1;s:8:"requires";s:5:"6.6.0";s:6:"groups";s:40:"premium,parallax,experiments,text,slider";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/";s:7:"preview";s:81:"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg";}s:14:"vintage-photos";a:7:{s:8:"released";s:10:"2017-12-08";s:4:"name";s:14:"Vintage Photos";s:7:"premium";b:1;s:8:"requires";s:5:"6.6.0";s:6:"groups";s:50:"premium,fullsize,loop,filter,specialeffects,slider";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/vintage-photos/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg";}s:8:"aquarium";a:7:{s:8:"released";s:10:"2017-12-04";s:4:"name";s:8:"Aquarium";s:7:"premium";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:71:"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider";s:3:"url";s:55:"https://layerslider.kreaturamedia.com/sliders/aquarium/";s:7:"preview";s:69:"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg";}s:16:"what-is-the-time";a:7:{s:8:"released";s:10:"2017-08-25";s:4:"name";s:17:"What is the time?";s:7:"premium";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:54:"premium,parallax,text,blendmode,experiments,api,slider";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg";}s:18:"personal-page-pack";a:7:{s:8:"released";s:10:"2017-08-23";s:4:"name";s:18:"Personal Page PACK";s:7:"premium";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:62:"premium,fullsize,fullwidth,landing,text,parallax,packs,website";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg";}s:19:"marketing-page-pack";a:7:{s:8:"released";s:10:"2017-08-21";s:4:"name";s:19:"Marketing Page PACK";s:7:"premium";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:69:"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website";s:3:"url";s:66:"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/";s:7:"preview";s:80:"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg";}s:14:"dynamic-slider";a:7:{s:8:"released";s:10:"2017-08-18";s:4:"name";s:14:"Dynamic Slider";s:7:"premium";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:32:"premium,fullwidth,landing,static";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg";}s:14:"colorful-cases";a:7:{s:8:"released";s:10:"2017-08-16";s:4:"name";s:14:"Colorful Cases";s:7:"premium";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:50:"premium,text,loop,parallax,static,blendmode,slider";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/colorful-cases/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg";}s:16:"beauty-shop-pack";a:7:{s:8:"released";s:10:"2017-08-14";s:4:"name";s:16:"Beauty Shop PACK";s:7:"premium";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:44:"premium,fullwidth,text,landing,packs,website";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg";}s:14:"discount-popup";a:8:{s:8:"released";s:10:"2017-12-10";s:4:"name";s:14:"Discount Popup";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:13:"premium,popup";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/popups/#discount-popup";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg";}s:18:"social-share-popup";a:8:{s:8:"released";s:10:"2017-12-06";s:4:"name";s:18:"Social Share Popup";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:17:"premium,popup,api";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#social-share-popup";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg";}s:16:"popup-guide-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:16:"Popup Guide Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:27:"premium,popup,parallax,text";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg";}s:18:"popup-welcome-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Popup Welcome Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:27:"premium,popup,parallax,text";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg";}s:22:"popup-transparent-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:22:"Popup Transparent Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:27:"premium,popup,parallax,loop";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo";s:7:"preview";s:83:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg";}s:18:"popup-sidebar-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Popup Sidebar Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:40:"premium,popup,experiments,blendmode,text";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg";}s:19:"popup-photo-gallery";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:19:"Popup Photo Gallery";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:22:"premium,popup,kenburns";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery";s:7:"preview";s:80:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg";}s:16:"popup-modal-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:16:"Popup Modal Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:20:"premium,popup,static";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg";}s:18:"popup-infobar-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Popup Infobar Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:30:"premium,popup,experiments,text";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg";}s:24:"popup-fullsize-desk-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:24:"Popup Fullsize Desk Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:43:"premium,popup,experiments,fullsize,parallax";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo";s:7:"preview";s:85:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg";}s:18:"conversation-popup";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Conversation Popup";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:25:"premium,popup,experiments";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#conversation-popup";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg";}s:20:"global-hover-example";a:7:{s:8:"released";s:10:"2017-05-02";s:4:"name";s:20:"Global Hover Example";s:7:"premium";b:1;s:8:"requires";s:5:"6.4.0";s:6:"groups";s:55:"premium,experiments,specialeffects,parallax,text,slider";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/sliders/global-hover-example/";s:7:"preview";s:81:"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg";}s:10:"gastronomy";a:7:{s:8:"released";s:10:"2017-03-29";s:4:"name";s:10:"Gastronomy";s:7:"premium";b:1;s:8:"requires";s:5:"6.2.2";s:6:"groups";s:35:"premium,kenburns,filter,text,slider";s:3:"url";s:57:"https://layerslider.kreaturamedia.com/sliders/gastronomy/";s:7:"preview";s:71:"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg";}s:13:"police-lights";a:7:{s:8:"released";s:10:"2017-03-29";s:4:"name";s:13:"Police Lights";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:50:"free,specialeffects,loop,blendmode,parallax,slider";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/sliders/police-lights/";s:7:"preview";s:74:"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg";}s:16:"beautiful-sunset";a:7:{s:8:"released";s:10:"2017-03-29";s:4:"name";s:16:"Beautiful Sunset";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:41:"free,specialeffects,loop,blendmode,slider";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg";}s:23:"blend-mode-experiment-1";a:7:{s:8:"released";s:10:"2017-03-29";s:4:"name";s:23:"Blend Mode Experiment 1";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:67:"free,specialeffects,text,blendmode,experiments,loop,parallax,slider";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/";s:7:"preview";s:84:"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg";}s:16:"flying-banners-2";a:7:{s:8:"released";s:10:"2017-03-29";s:4:"name";s:16:"Flying Banners 2";s:7:"premium";b:1;s:8:"requires";s:5:"6.1.0";s:6:"groups";s:47:"premium,parallax,specialeffects,fullsize,slider";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg";}s:14:"layerslider-v6";a:7:{s:8:"released";s:10:"2017-03-08";s:4:"name";s:14:"LayerSlider v6";s:7:"premium";b:1;s:8:"requires";s:5:"6.1.6";s:6:"groups";s:75:"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg";}s:16:"flying-banners-1";a:7:{s:8:"released";s:10:"2017-03-08";s:4:"name";s:16:"Flying Banners 1";s:7:"premium";b:0;s:8:"requires";s:5:"6.1.0";s:6:"groups";s:45:"free,parallax,loop,text,specialeffects,slider";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg";}s:18:"anniversary-slider";a:7:{s:8:"released";s:10:"2017-03-08";s:4:"name";s:18:"Anniversary Slider";s:7:"premium";b:0;s:8:"requires";s:5:"6.1.0";s:6:"groups";s:47:"free,parallax,experiments,specialeffects,slider";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg";}s:7:"origami";a:7:{s:8:"released";s:10:"2016-12-07";s:4:"name";s:7:"Origami";s:7:"premium";b:1;s:8:"requires";s:5:"6.1.0";s:6:"groups";s:61:"premium,experiments,specialeffects,3dtransition,slider,addons";s:3:"url";s:54:"https://layerslider.kreaturamedia.com/sliders/origami/";s:7:"preview";s:68:"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg";}s:17:"origami-buildings";a:7:{s:8:"released";s:10:"2016-12-07";s:4:"name";s:17:"Origami Buildings";s:7:"premium";b:1;s:8:"requires";s:5:"6.1.0";s:6:"groups";s:70:"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/sliders/origami-buildings/";s:7:"preview";s:78:"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg";}s:17:"autumn-experiment";a:7:{s:8:"released";s:10:"2016-11-28";s:4:"name";s:17:"Autumn Experiment";s:7:"premium";b:0;s:8:"requires";s:5:"6.0.4";s:6:"groups";s:52:"experiments,free,loop,parallax,specialeffects,slider";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/";s:7:"preview";s:78:"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg";}s:28:"features-parallax-experiment";a:7:{s:8:"released";s:10:"2016-11-28";s:4:"name";s:32:"Features | A Parallax Experiment";s:7:"premium";b:0;s:8:"requires";s:5:"6.0.4";s:6:"groups";s:47:"experiments,free,parallax,specialeffects,slider";s:3:"url";s:75:"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/";s:7:"preview";s:89:"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg";}s:16:"furniture-slider";a:7:{s:8:"released";s:10:"2016-11-28";s:4:"name";s:16:"Furniture Slider";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.4";s:6:"groups";s:40:"fullwidth,parallax,premium,static,slider";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/furniture-slider/";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg";}s:15:"room-experiment";a:7:{s:8:"released";s:10:"2016-11-28";s:4:"name";s:15:"Room Experiment";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.6";s:6:"groups";s:72:"api,experiments,media,parallax,premium,specialeffects,static,text,slider";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/sliders/room-experiment/";s:7:"preview";s:76:"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg";}s:11:"drag-n-drop";a:6:{s:4:"name";s:11:"Drag & Drop";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.3";s:6:"groups";s:44:"premium,fullwidth,specialeffects,text,slider";s:3:"url";s:58:"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/";s:7:"preview";s:72:"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg";}s:10:"headphones";a:6:{s:4:"name";s:10:"Headphones";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.3";s:6:"groups";s:21:"premium,static,slider";s:3:"url";s:57:"https://layerslider.kreaturamedia.com/sliders/headphones/";s:7:"preview";s:71:"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg";}s:14:"play-by-scroll";a:6:{s:4:"name";s:19:"Play By Scroll demo";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.4";s:6:"groups";s:80:"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg";}s:3:"sky";a:6:{s:4:"name";s:14:"Sky Experience";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.3";s:6:"groups";s:70:"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/sky-experience/";s:7:"preview";s:64:"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg";}s:9:"halloween";a:6:{s:4:"name";s:16:"Happy Halloween!";s:7:"premium";b:0;s:8:"requires";s:5:"6.0.3";s:6:"groups";s:42:"free,fullsize,text,experiments,loop,slider";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/sliders/happy-halloween/";s:7:"preview";s:70:"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg";}s:15:"creative-agency";a:6:{s:4:"name";s:6:"Agency";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:49:"premium,fullsize,kenburns,parallax,landing,filter";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/sliders/creative-agency/";s:7:"preview";s:76:"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg";}s:18:"interactive-slider";a:6:{s:4:"name";s:18:"Interactive Slider";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:47:"premium,fullsize,parallax,kenburns,text,landing";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/sliders/interactive-slider/";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg";}s:9:"ecommerce";a:6:{s:4:"name";s:9:"eCommerce";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:24:"premium,fullwidth,slider";s:3:"url";s:56:"https://layerslider.kreaturamedia.com/sliders/ecommerce/";s:7:"preview";s:70:"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg";}s:17:"landing-page-pack";a:6:{s:4:"name";s:17:"Landing Page PACK";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:62:"premium,fullsize,fullwidth,landing,parallax,text,packs,website";s:3:"url";s:59:"https://layerslider.kreaturamedia.com/sliders/landing-page/";s:7:"preview";s:78:"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-pack.jpg";}s:6:"hiking";a:6:{s:4:"name";s:6:"Hiking";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:24:"premium,fullwidth,slider";s:3:"url";s:53:"https://layerslider.kreaturamedia.com/sliders/hiking/";s:7:"preview";s:67:"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg";}s:12:"movie-slider";a:6:{s:4:"name";s:12:"Movie Slider";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:24:"premium,fullwidth,slider";s:3:"url";s:59:"https://layerslider.kreaturamedia.com/sliders/movie-slider/";s:7:"preview";s:73:"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg";}s:12:"photo-studio";a:6:{s:4:"name";s:12:"Photo Studio";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:70:"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing";s:3:"url";s:59:"https://layerslider.kreaturamedia.com/sliders/photo-studio/";s:7:"preview";s:73:"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg";}s:5:"shoes";a:6:{s:4:"name";s:5:"Shoes";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:42:"premium,fullwidth,parallax,carousel,slider";s:3:"url";s:52:"https://layerslider.kreaturamedia.com/sliders/shoes/";s:7:"preview";s:66:"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg";}s:11:"mini-cooper";a:6:{s:4:"name";s:18:"Mini Cooper Slider";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:47:"premium,fullsize,parallax,specialeffects,slider";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/";s:7:"preview";s:72:"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg";}s:4:"xmas";a:6:{s:4:"name";s:16:"Merry Christmas!";s:7:"premium";b:0;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:64:"free,parallax,filter,experiments,specialeffects,text,loop,slider";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/sliders/merry-christmas/";s:7:"preview";s:65:"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg";}s:5:"clock";a:6:{s:4:"name";s:32:"Vintage Clock | shows valid time";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:44:"premium,fullsize,api,experiments,loop,slider";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/sliders/vintage-clock/";s:7:"preview";s:66:"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg";}s:8:"car-show";a:6:{s:4:"name";s:8:"Car Show";s:7:"premium";b:1;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:45:"premium,fullwidth,experiments,api,loop,slider";s:3:"url";s:55:"https://layerslider.kreaturamedia.com/sliders/car-show/";s:7:"preview";s:69:"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg";}s:8:"carousel";a:6:{s:4:"name";s:8:"Carousel";s:7:"premium";b:0;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:20:"free,carousel,slider";s:3:"url";s:55:"https://layerslider.kreaturamedia.com/sliders/carousel/";s:7:"preview";s:69:"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg";}s:14:"fancy-parallax";a:6:{s:4:"name";s:21:"Fancy Parallax Slider";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:33:"premium,fullwidth,parallax,slider";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/sliders/parallax-slider/";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg";}s:13:"simple-slider";a:6:{s:4:"name";s:13:"Simple Slider";s:7:"premium";b:0;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:11:"free,slider";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/sliders/simple-slider/";s:7:"preview";s:74:"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg";}s:12:"image-slider";a:6:{s:4:"name";s:12:"Image Slider";s:7:"premium";b:0;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:11:"free,slider";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/sliders/image-slideshow/";s:7:"preview";s:73:"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg";}s:19:"client-testimonials";a:6:{s:4:"name";s:19:"Client Testimonials";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:24:"premium,fullwidth,slider";s:3:"url";s:66:"https://layerslider.kreaturamedia.com/sliders/client-testimonials/";s:7:"preview";s:80:"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg";}s:8:"fixed-bg";a:6:{s:4:"name";s:16:"Fixed Background";s:7:"premium";b:1;s:8:"requires";s:5:"6.0.0";s:6:"groups";s:30:"premium,fullwidth,media,slider";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/sliders/fixed-background/";s:7:"preview";s:69:"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg";}s:22:"dynamic-content-slider";a:6:{s:4:"name";s:22:"Dynamic Content Slider";s:7:"premium";b:0;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:11:"free,slider";s:3:"url";s:69:"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/";s:7:"preview";s:83:"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg";}s:6:"old-3d";a:6:{s:4:"name";s:14:"LayerSlider v4";s:7:"premium";b:0;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:30:"free,3dtransition,media,slider";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/";s:7:"preview";s:67:"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg";}s:2:"v5";a:6:{s:4:"name";s:14:"LayerSlider v5";s:7:"premium";b:0;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:26:"free,parallax,media,slider";s:3:"url";s:61:"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/";s:7:"preview";s:63:"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg";}s:12:"video-slider";a:6:{s:4:"name";s:12:"Video Slider";s:7:"premium";b:0;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:17:"free,media,slider";s:3:"url";s:59:"https://layerslider.kreaturamedia.com/sliders/video-slider/";s:7:"preview";s:73:"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg";}s:6:"resort";a:6:{s:4:"name";s:6:"Resort";s:7:"premium";b:1;s:8:"requires";s:5:"5.0.0";s:6:"groups";s:14:"premium,slider";s:3:"url";s:54:"https://layerslider.kreaturamedia.com/sliders/restort/";s:7:"preview";s:67:"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg";}}s:15:"kreatura-popups";a:16:{s:17:"black-friday-2020";a:8:{s:8:"released";s:10:"2020-11-18";s:4:"name";s:17:"Black Friday 2020";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:17:"premium,new,popup";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/popups/#black-friday-2020";s:7:"preview";s:78:"https://repository.kreaturamedia.com/v4/sliders/packages/black-friday-2020.jpg";}s:21:"covid-19-notification";a:8:{s:8:"released";s:10:"2020-04-01";s:4:"name";s:21:"COVID-19 Notification";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:17:"premium,new,popup";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/popups/#covid-19-notification";s:7:"preview";s:82:"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg";}s:19:"covid-19-bottom-bar";a:8:{s:8:"released";s:10:"2020-04-01";s:4:"name";s:19:"COVID-19 Bottom Bar";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:17:"premium,new,popup";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar";s:7:"preview";s:80:"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg";}s:14:"top-bar-notice";a:8:{s:8:"released";s:10:"2020-04-01";s:4:"name";s:14:"Top Bar Notice";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:17:"premium,new,popup";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/popups/#top-bar-notice";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg";}s:20:"christmas-snow-globe";a:8:{s:8:"released";s:10:"2019-12-19";s:4:"name";s:20:"Christmas Snow Globe";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:34:"premium,parallax,popup,loop,filter";s:3:"url";s:66:"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe";s:7:"preview";s:81:"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg";}s:14:"discount-popup";a:8:{s:8:"released";s:10:"2017-12-10";s:4:"name";s:14:"Discount Popup";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:13:"premium,popup";s:3:"url";s:60:"https://layerslider.kreaturamedia.com/popups/#discount-popup";s:7:"preview";s:75:"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg";}s:18:"social-share-popup";a:8:{s:8:"released";s:10:"2017-12-06";s:4:"name";s:18:"Social Share Popup";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.5";s:6:"groups";s:17:"premium,popup,api";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#social-share-popup";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg";}s:16:"popup-guide-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:16:"Popup Guide Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:27:"premium,popup,parallax,text";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg";}s:18:"popup-welcome-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Popup Welcome Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:27:"premium,popup,parallax,text";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg";}s:22:"popup-transparent-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:22:"Popup Transparent Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:27:"premium,popup,parallax,loop";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo";s:7:"preview";s:83:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg";}s:18:"popup-sidebar-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Popup Sidebar Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:40:"premium,popup,experiments,blendmode,text";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg";}s:19:"popup-photo-gallery";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:19:"Popup Photo Gallery";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:22:"premium,popup,kenburns";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery";s:7:"preview";s:80:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg";}s:16:"popup-modal-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:16:"Popup Modal Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:20:"premium,popup,static";s:3:"url";s:62:"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo";s:7:"preview";s:77:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg";}s:18:"popup-infobar-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Popup Infobar Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:30:"premium,popup,experiments,text";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg";}s:24:"popup-fullsize-desk-demo";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:24:"Popup Fullsize Desk Demo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:43:"premium,popup,experiments,fullsize,parallax";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo";s:7:"preview";s:85:"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg";}s:18:"conversation-popup";a:8:{s:8:"released";s:10:"2017-06-11";s:4:"name";s:18:"Conversation Popup";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:5:"6.5.0";s:6:"groups";s:25:"premium,popup,experiments";s:3:"url";s:64:"https://layerslider.kreaturamedia.com/popups/#conversation-popup";s:7:"preview";s:79:"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg";}}s:19:"webshopworks-popups";a:67:{s:17:"black-friday-sale";a:8:{s:8:"released";s:10:"2020-11-18";s:4:"name";s:17:"Black Friday Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:76:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-sale";s:7:"preview";s:98:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-sale.jpg";}s:16:"black-friday-bar";a:8:{s:8:"released";s:10:"2020-11-18";s:4:"name";s:16:"Black Friday Bar";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.11.2";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:75:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-bar";s:7:"preview";s:97:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-bar.jpg";}s:16:"reveal-your-deal";a:7:{s:4:"name";s:16:"Reveal Your Deal";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:31:"sales,coupon,seasonal,promotion";s:3:"url";s:75:"https://layerslider.kreaturamedia.com/popups/webshopworks/#reveal-your-deal";s:7:"preview";s:97:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/reveal-your-deal.jpg";}s:27:"christmas-sidebar-countdown";a:7:{s:4:"name";s:27:"Christmas Sidebar Countdown";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:86:"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sidebar-countdown";s:7:"preview";s:108:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sidebar-countdown.jpg";}s:20:"christmas-sale-santa";a:7:{s:4:"name";s:20:"Christmas Sale Santa";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:79:"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale-santa";s:7:"preview";s:101:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale-santa.jpg";}s:11:"santa-walks";a:7:{s:4:"name";s:11:"Santa Walks";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#santa-walks";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/santa-walks.jpg";}s:14:"christmas-sale";a:7:{s:4:"name";s:14:"Christmas Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:14:"seasonal,sales";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale.jpg";}s:12:"gift-voucher";a:7:{s:4:"name";s:12:"Gift Voucher";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:32:"newsletter,coupon,sales,seasonal";s:3:"url";s:71:"https://layerslider.kreaturamedia.com/popups/webshopworks/#gift-voucher";s:7:"preview";s:93:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/gift-voucher.jpg";}s:16:"christmas-topbar";a:7:{s:4:"name";s:17:"Christmas Top Bar";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:75:"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-topbar";s:7:"preview";s:97:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-topbar.jpg";}s:14:"black-friday-9";a:7:{s:4:"name";s:15:"Black Friday #9";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:35:"sales,seasonal,promotion,fullscreen";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-9";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-9.jpg";}s:14:"black-friday-8";a:7:{s:4:"name";s:15:"Black Friday #8";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:35:"sales,seasonal,promotion,fullscreen";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-8";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-8.jpg";}s:20:"black-friday-premium";a:7:{s:4:"name";s:20:"Black Friday Premium";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:79:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-premium";s:7:"preview";s:101:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-premium.jpg";}s:14:"black-friday-7";a:7:{s:4:"name";s:15:"Black Friday #7";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-7";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-7.jpg";}s:11:"todays-sale";a:7:{s:4:"name";s:14:"Today’s Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:15:"sales,promotion";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#todays-sale";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/todays-sale.jpg";}s:9:"sign-up-6";a:7:{s:4:"name";s:10:"Sign Up #6";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-6";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-6.jpg";}s:9:"sign-up-7";a:7:{s:4:"name";s:10:"Sign Up #7";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-7";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-7.jpg";}s:9:"sign-up-8";a:7:{s:4:"name";s:10:"Sign Up #8";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-8";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-8.jpg";}s:20:"get-in-touch-with-us";a:7:{s:4:"name";s:20:"Get in Touch with Us";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"contact-us";s:3:"url";s:79:"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch-with-us";s:7:"preview";s:101:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch-with-us.jpg";}s:17:"top-bar-subscribe";a:7:{s:4:"name";s:17:"Top Bar Subscribe";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:20:"newsletter,promotion";s:3:"url";s:76:"https://layerslider.kreaturamedia.com/popups/webshopworks/#top-bar-subscribe";s:7:"preview";s:98:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/top-bar-subscribe.jpg";}s:7:"sign-up";a:7:{s:4:"name";s:7:"Sign Up";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:23:"newsletter,sales,coupon";s:3:"url";s:66:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up";s:7:"preview";s:88:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up.jpg";}s:14:"black-friday-6";a:7:{s:4:"name";s:15:"Black Friday #6";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-6";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-6.jpg";}s:14:"black-friday-5";a:7:{s:4:"name";s:15:"Black Friday #5";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:35:"sales,seasonal,promotion,fullscreen";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-5";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-5.jpg";}s:14:"black-friday-4";a:7:{s:4:"name";s:15:"Black Friday #4";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-4";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-4.jpg";}s:14:"black-friday-1";a:7:{s:4:"name";s:15:"Black Friday #1";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-1";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-1.jpg";}s:17:"spring-super-sale";a:7:{s:4:"name";s:17:"Spring Super Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:76:"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-super-sale";s:7:"preview";s:98:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-super-sale.jpg";}s:8:"discount";a:7:{s:4:"name";s:8:"Discount";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:5:"sales";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount";s:7:"preview";s:89:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount.jpg";}s:9:"sign-up-3";a:7:{s:4:"name";s:10:"Sign Up #3";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-3";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-3.jpg";}s:22:"sidebar-countdown-sale";a:7:{s:4:"name";s:22:"Sidebar Countdown Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:22:"sales,promotion,coupon";s:3:"url";s:81:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sidebar-countdown-sale";s:7:"preview";s:103:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sidebar-countdown-sale.jpg";}s:15:"countdown-timer";a:7:{s:4:"name";s:15:"Countdown Timer";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:14:"sales,seasonal";s:3:"url";s:74:"https://layerslider.kreaturamedia.com/popups/webshopworks/#countdown-timer";s:7:"preview";s:96:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/countdown-timer.jpg";}s:10:"discount-5";a:7:{s:4:"name";s:11:"Discount #5";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:5:"sales";s:3:"url";s:69:"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-5";s:7:"preview";s:91:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-5.jpg";}s:10:"discount-2";a:7:{s:4:"name";s:10:"Discount 2";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:12:"sales,coupon";s:3:"url";s:69:"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-2";s:7:"preview";s:91:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-2.jpg";}s:11:"subscribe-5";a:7:{s:4:"name";s:12:"Subscribe #5";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:23:"newsletter,sales,coupon";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-5";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-5.jpg";}s:9:"mega-sale";a:7:{s:4:"name";s:9:"Mega Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:35:"sales,seasonal,promotion,fullscreen";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#mega-sale";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mega-sale.jpg";}s:10:"discount-4";a:7:{s:4:"name";s:10:"Discount 4";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:15:"sales,promotion";s:3:"url";s:69:"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-4";s:7:"preview";s:91:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-4.jpg";}s:8:"info-bar";a:7:{s:4:"name";s:8:"Info Bar";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:9:"promotion";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/popups/webshopworks/#info-bar";s:7:"preview";s:89:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/info-bar.jpg";}s:11:"subscribe-4";a:7:{s:4:"name";s:12:"Subscribe #4";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:20:"newsletter,promotion";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-4";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-4.jpg";}s:10:"contact-us";a:7:{s:4:"name";s:10:"Contact Us";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"contact-us";s:3:"url";s:69:"https://layerslider.kreaturamedia.com/popups/webshopworks/#contact-us";s:7:"preview";s:91:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/contact-us.jpg";}s:10:"discount-3";a:7:{s:4:"name";s:10:"Discount 3";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:5:"sales";s:3:"url";s:69:"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-3";s:7:"preview";s:91:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-3.jpg";}s:9:"sign-up-4";a:7:{s:4:"name";s:10:"Sign Up #4";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-4";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-4.jpg";}s:4:"mail";a:7:{s:4:"name";s:4:"Mail";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:63:"https://layerslider.kreaturamedia.com/popups/webshopworks/#mail";s:7:"preview";s:85:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mail.jpg";}s:18:"kitchen-appliances";a:7:{s:4:"name";s:18:"Kitchen Appliances";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:9:"promotion";s:3:"url";s:77:"https://layerslider.kreaturamedia.com/popups/webshopworks/#kitchen-appliances";s:7:"preview";s:99:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/kitchen-appliances.jpg";}s:11:"subscribe-3";a:7:{s:4:"name";s:12:"Subscribe #3";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-3";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-3.jpg";}s:6:"ticket";a:7:{s:4:"name";s:6:"Ticket";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:12:"sales,coupon";s:3:"url";s:65:"https://layerslider.kreaturamedia.com/popups/webshopworks/#ticket";s:7:"preview";s:87:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/ticket.jpg";}s:8:"hey-wait";a:7:{s:4:"name";s:10:"Hey, wait!";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:35:"exit-intent,newsletter,sales,coupon";s:3:"url";s:67:"https://layerslider.kreaturamedia.com/popups/webshopworks/#hey-wait";s:7:"preview";s:89:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/hey-wait.jpg";}s:9:"subscribe";a:7:{s:4:"name";s:12:"Subscribe #1";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe.jpg";}s:11:"subscribe-2";a:7:{s:4:"name";s:12:"Subscribe #2";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:21:"newsletter,fullscreen";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-2";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-2.jpg";}s:16:"age-verification";a:7:{s:4:"name";s:16:"Age Verification";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:27:"age-verification,fullscreen";s:3:"url";s:75:"https://layerslider.kreaturamedia.com/popups/webshopworks/#age-verification";s:7:"preview";s:97:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/age-verification.jpg";}s:12:"get-in-touch";a:7:{s:4:"name";s:12:"Get in Touch";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"contact-us";s:3:"url";s:71:"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch";s:7:"preview";s:93:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch.jpg";}s:14:"social-share-2";a:7:{s:4:"name";s:15:"Social Share #2";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:6:"social";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#social-share-2";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/social-share-2.jpg";}s:9:"sign-up-2";a:7:{s:4:"name";s:10:"Sign Up #2";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-2";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-2.jpg";}s:11:"watch-promo";a:7:{s:4:"name";s:11:"Watch Promo";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:21:"promotion,exit-intent";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#watch-promo";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/watch-promo.jpg";}s:19:"product-accessories";a:7:{s:4:"name";s:19:"Product Accessories";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:9:"promotion";s:3:"url";s:78:"https://layerslider.kreaturamedia.com/popups/webshopworks/#product-accessories";s:7:"preview";s:100:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/product-accessories.jpg";}s:9:"sign-up-5";a:7:{s:4:"name";s:10:"Sign Up #5";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:10:"newsletter";s:3:"url";s:68:"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-5";s:7:"preview";s:90:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-5.jpg";}s:14:"black-friday-2";a:7:{s:4:"name";s:15:"Black Friday #2";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-2";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-2.jpg";}s:14:"black-friday-3";a:7:{s:4:"name";s:15:"Black Friday #3";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-3";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-3.jpg";}s:16:"halloween-sale-2";a:7:{s:4:"name";s:17:"Halloween Sale #2";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:75:"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-2";s:7:"preview";s:97:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-2.jpg";}s:16:"halloween-sale-1";a:7:{s:4:"name";s:17:"Halloween Sale #1";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:75:"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-1";s:7:"preview";s:97:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-1.jpg";}s:12:"pumpkin-sale";a:7:{s:4:"name";s:12:"Pumpkin Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:71:"https://layerslider.kreaturamedia.com/popups/webshopworks/#pumpkin-sale";s:7:"preview";s:93:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/pumpkin-sale.jpg";}s:11:"spring-sale";a:7:{s:4:"name";s:11:"Spring Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-sale";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-sale.jpg";}s:11:"mothers-day";a:7:{s:4:"name";s:14:"Mother’s Day";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:35:"sales,seasonal,promotion,fullscreen";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#mothers-day";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mothers-day.jpg";}s:20:"easter-subscribe-bar";a:7:{s:4:"name";s:20:"Easter Subscribe Bar";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:25:"sales,seasonal,newsletter";s:3:"url";s:79:"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-subscribe-bar";s:7:"preview";s:101:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-subscribe-bar.jpg";}s:14:"easter-welcome";a:7:{s:4:"name";s:14:"Easter Welcome";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:8:"seasonal";s:3:"url";s:73:"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-welcome";s:7:"preview";s:95:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-welcome.jpg";}s:17:"easter-newsletter";a:7:{s:4:"name";s:17:"Easter Newsletter";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:32:"sales,seasonal,newsletter,coupon";s:3:"url";s:76:"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-newsletter";s:7:"preview";s:98:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-newsletter.jpg";}s:11:"season-sale";a:7:{s:4:"name";s:11:"Season Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#season-sale";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/season-sale.jpg";}s:11:"easter-sale";a:7:{s:4:"name";s:11:"Easter Sale";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:70:"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale";s:7:"preview";s:92:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale.jpg";}s:20:"easter-sale-surprise";a:7:{s:4:"name";s:20:"Easter Sale Surprise";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:24:"sales,seasonal,promotion";s:3:"url";s:79:"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale-surprise";s:7:"preview";s:101:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale-surprise.jpg";}s:18:"join-the-community";a:7:{s:4:"name";s:18:"Join the Community";s:7:"premium";b:1;s:5:"popup";b:1;s:8:"requires";s:6:"6.10.0";s:6:"groups";s:6:"social";s:3:"url";s:77:"https://layerslider.kreaturamedia.com/popups/webshopworks/#join-the-community";s:7:"preview";s:99:"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/join-the-community.jpg";}}}', 'no'); INSERT INTO `wp_options` VALUES (1253, '_transient_timeout_fusion_tos', '1624333382', 'no'); INSERT INTO `wp_options` VALUES (1254, '_transient_fusion_tos', 'a:30:{s:6:"layout";a:6:{s:5:"label";s:6:"Layout";s:2:"id";s:14:"heading_layout";s:8:"priority";i:1;s:4:"icon";s:15:"el-icon-website";s:8:"alt_icon";s:15:"fusiona-browser";s:6:"fields";a:14:{s:6:"layout";a:7:{s:5:"label";s:6:"Layout";s:11:"description";s:25:"Controls the site layout.";s:2:"id";s:6:"layout";s:7:"default";s:4:"wide";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"boxed";s:5:"Boxed";s:4:"wide";s:4:"Wide";}s:6:"output";a:4:{i:0;a:6:{s:7:"element";s:4:"html";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:11:"toLowerCase";b:1;s:13:"value_pattern";s:19:"avada-html-layout-$";s:12:"remove_attrs";a:2:{i:0;s:23:"avada-html-layout-boxed";i:1;s:22:"avada-html-layout-wide";}}i:1;a:6:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:11:"toLowerCase";b:1;s:13:"value_pattern";s:13:"layout-$-mode";s:12:"remove_attrs";a:2:{i:0;s:17:"layout-boxed-mode";i:1;s:16:"layout-wide-mode";}}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:11:"site_layout";s:7:"trigger";a:1:{i:0;s:22:"fusionPositionSubmenus";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:11:"layout_mode";s:7:"trigger";a:2:{i:0;s:21:"fusionSliderReTrigger";i:1;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"site_width";a:10:{s:5:"label";s:10:"Site Width";s:11:"description";s:32:"Controls the overall site width.";s:2:"id";s:10:"site_width";s:7:"default";s:6:"1200px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:4:"desc";s:0:"";s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:12:"--site_width";}i:1;a:2:{s:4:"name";s:16:"--site_width-int";s:8:"callback";a:2:{i:0;s:23:"convert_font_size_to_px";i:1;s:0:"";}}}s:6:"output";a:4:{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:1:"%";i:1;s:8:"contains";}s:7:"element";s:4:"html";s:9:"className";s:28:"avada-has-site-width-percent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:4:"100%";i:1;s:3:"===";}s:7:"element";s:4:"html";s:9:"className";s:32:"avada-has-site-width-100-percent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionTypographyVars";s:2:"id";s:10:"site_width";s:7:"trigger";a:1:{i:0;s:20:"fusionInitTypography";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:3:{s:36:"site_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:35:"site_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:17:"site_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:13:"margin_offset";a:9:{s:5:"label";s:28:"Boxed Mode Top/Bottom Offset";s:11:"description";s:55:"Controls the top/bottom offset of the boxed background.";s:2:"id";s:13:"margin_offset";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:7:"default";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:4:"type";s:7:"spacing";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:5:"boxed";}}s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:19:"--margin_offset-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:22:"--margin_offset-bottom";s:6:"choice";s:6:"bottom";}i:2;a:3:{s:4:"name";s:30:"--margin_offset-top-no-percent";s:6:"choice";s:3:"top";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vh";}}}i:3;a:3:{s:4:"name";s:33:"--margin_offset-bottom-no-percent";s:6:"choice";s:6:"bottom";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vh";}}}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:5:"dummy";s:6:"choice";s:3:"top";s:8:"callback";a:2:{i:0;s:12:"toggle_class";i:1;a:3:{s:9:"condition";a:2:{i:0;s:0:"";i:1;s:16:"is-zero-or-empty";}s:7:"element";s:4:"body";s:9:"className";s:32:"avada-has-zero-margin-offset-top";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"scroll_offset";a:8:{s:5:"label";s:29:"Boxed Mode Offset Scroll Mode";s:11:"description";s:145:"Choose how the page will scroll. Framed scrolling will keep the offset in place, while Full scrolling removes the offset when scrolling the page.";s:2:"id";s:13:"scroll_offset";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"framed";s:16:"Framed Scrolling";s:4:"full";s:14:"Full Scrolling";}s:7:"default";s:4:"full";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:5:"boxed";}}s:6:"output";a:3:{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:3:"===";i:1;s:6:"framed";}s:7:"element";s:4:"html";s:9:"className";s:24:"avada-html-layout-framed";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:6:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:11:"toLowerCase";b:1;s:13:"value_pattern";s:22:"layout-scroll-offset-$";s:12:"remove_attrs";a:2:{i:0;s:27:"layout-scroll-offset-framed";i:1;s:25:"layout-scroll-offset-full";}}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:13:"scroll_offset";s:7:"trigger";a:1:{i:0;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"boxed_modal_shadow";a:8:{s:5:"label";s:22:"Boxed Mode Shadow Type";s:11:"description";s:53:"Controls the type of shadow your boxed mode displays.";s:2:"id";s:18:"boxed_modal_shadow";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:4:"none";s:9:"No Shadow";s:5:"light";s:12:"Light Shadow";s:6:"medium";s:13:"Medium Shadow";s:4:"hard";s:11:"Hard Shadow";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:5:"boxed";}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:30:"avada-has-boxed-modal-shadow-$";s:12:"remove_attrs";a:4:{i:0;s:33:"avada-has-boxed-modal-shadow-none";i:1;s:34:"avada-has-boxed-modal-shadow-light";i:2;s:35:"avada-has-boxed-modal-shadow-medium";i:3;s:33:"avada-has-boxed-modal-shadow-hard";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:12:"main_padding";a:7:{s:5:"label";s:20:"Page Content Padding";s:11:"description";s:49:"Controls the top/bottom padding for page content.";s:2:"id";s:12:"main_padding";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:7:"default";a:2:{s:3:"top";s:4:"60px";s:6:"bottom";s:4:"60px";}s:4:"type";s:7:"spacing";s:8:"css_vars";a:3:{i:0;a:2:{s:4:"name";s:18:"--main_padding-top";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:26:"--main_padding-top-or-55px";s:6:"choice";s:3:"top";s:8:"callback";a:2:{i:0;s:26:"fallback_to_value_if_empty";i:1;s:4:"55px";}}i:2;a:2:{s:4:"name";s:21:"--main_padding-bottom";s:6:"choice";s:6:"bottom";}}}s:16:"hundredp_padding";a:7:{s:5:"label";s:18:"100% Width Padding";s:11:"description";s:179:"Controls the left and right padding for page content when using 100% site width, 100% width page template or 100% width post option. This does not affect Avada Builder containers.";s:2:"id";s:16:"hundredp_padding";s:7:"default";s:4:"30px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:4:{i:0;a:1:{s:4:"name";s:18:"--hundredp_padding";}i:1;a:2:{s:4:"name";s:35:"--hundredp_padding-fallback_to_zero";s:8:"callback";s:16:"fallback_to_zero";}i:2;a:2:{s:4:"name";s:38:"--hundredp_padding-fallback_to_zero_px";s:8:"callback";a:2:{i:0;s:26:"fallback_to_value_if_empty";i:1;s:3:"0px";}}i:3;a:2:{s:4:"name";s:50:"--hundredp_padding-hundred_percent_negative_margin";s:8:"callback";a:2:{i:0;s:31:"hundred_percent_negative_margin";i:1;s:0:"";}}}}s:27:"single_sidebar_layouts_info";a:4:{s:5:"label";s:22:"Single Sidebar Layouts";s:11:"description";s:0:"";s:2:"id";s:27:"single_sidebar_layouts_info";s:4:"type";s:4:"info";}s:13:"sidebar_width";a:7:{s:5:"label";s:20:"Single Sidebar Width";s:11:"description";s:67:"Controls the width of the sidebar when only one sidebar is present.";s:2:"id";s:13:"sidebar_width";s:7:"default";s:3:"24%";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:15:"--sidebar_width";}}}s:14:"sidebar_gutter";a:6:{s:5:"label";s:21:"Single Sidebar Gutter";s:11:"description";s:65:"Controls the space between the main content and a single sidebar.";s:2:"id";s:14:"sidebar_gutter";s:7:"default";s:2:"6%";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--sidebar_gutter";}}}s:25:"dual_sidebar_layouts_info";a:4:{s:5:"label";s:20:"Dual Sidebar Layouts";s:11:"description";s:0:"";s:2:"id";s:25:"dual_sidebar_layouts_info";s:4:"type";s:4:"info";}s:17:"sidebar_2_1_width";a:7:{s:5:"label";s:20:"Dual Sidebar Width 1";s:11:"description";s:63:"Controls the width of sidebar 1 when dual sidebars are present.";s:2:"id";s:17:"sidebar_2_1_width";s:7:"default";s:3:"20%";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--sidebar_2_1_width";}}}s:17:"sidebar_2_2_width";a:7:{s:5:"label";s:20:"Dual Sidebar Width 2";s:11:"description";s:63:"Controls the width of sidebar 2 when dual sidebars are present.";s:2:"id";s:17:"sidebar_2_2_width";s:7:"default";s:3:"20%";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--sidebar_2_2_width";}}}s:19:"dual_sidebar_gutter";a:6:{s:5:"label";s:19:"Dual Sidebar Gutter";s:11:"description";s:91:"Controls the space between the main content and the sidebar when dual sidebars are present.";s:2:"id";s:19:"dual_sidebar_gutter";s:7:"default";s:2:"4%";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:21:"--dual_sidebar_gutter";}}}}}s:6:"mobile";a:6:{s:5:"label";s:10:"Responsive";s:2:"id";s:6:"mobile";s:8:"priority";i:2;s:4:"icon";s:25:"el-icon-resize-horizontal";s:8:"alt_icon";s:14:"fusiona-mobile";s:6:"fields";a:13:{s:10:"responsive";a:6:{s:5:"label";s:17:"Responsive Design";s:11:"description";s:87:"Turn on to use the responsive design features. If set to off, the fixed layout is used.";s:2:"id";s:10:"responsive";s:7:"default";s:1:"1";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{i:1;s:2:"On";i:0;s:3:"Off";}}s:21:"grid_main_break_point";a:9:{s:5:"label";s:26:"Grid Responsive Breakpoint";s:11:"description";s:121:"Controls when grid layouts (blog/portfolio) start to break into smaller columns. Further breakpoints are auto calculated.";s:2:"id";s:21:"grid_main_break_point";s:7:"default";s:4:"1000";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:3:"360";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:23:"--grid_main_break_point";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"side_header_break_point";a:9:{s:5:"label";s:28:"Header Responsive Breakpoint";s:11:"description";s:62:"Controls when the desktop header changes to the mobile header.";s:2:"id";s:23:"side_header_break_point";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:1:"0";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:25:"--side_header_break_point";}}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"content_break_point";a:9:{s:5:"label";s:34:"Site Content Responsive Breakpoint";s:11:"description";s:130:"Controls when the site content area changes to the mobile layout. This includes all content below the header including the footer.";s:2:"id";s:19:"content_break_point";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:1:"0";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:21:"--content_break_point";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"sidebar_break_point";a:8:{s:5:"label";s:29:"Sidebar Responsive Breakpoint";s:11:"description";s:51:"Controls when sidebars change to the mobile layout.";s:2:"id";s:19:"sidebar_break_point";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:1:"0";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"mobile_zoom";a:8:{s:5:"label";s:18:"Mobile Device Zoom";s:11:"description";s:50:"Turn on to enable pinch to zoom on mobile devices.";s:2:"id";s:11:"mobile_zoom";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:7:"choices";a:2:{s:2:"on";s:2:"On";s:3:"off";s:3:"Off";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:41:"element_responsive_breakpoints_info_title";a:5:{s:5:"label";s:30:"Element Responsive Breakpoints";s:11:"description";s:0:"";s:2:"id";s:41:"element_responsive_breakpoints_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:16:"visibility_small";a:8:{s:5:"label";s:12:"Small Screen";s:11:"description";s:73:"Controls when the small screen options and visibility should take effect.";s:2:"id";s:16:"visibility_small";s:7:"default";s:3:"640";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:4:"step";s:1:"1";s:3:"max";s:4:"2000";}s:11:"option_name";s:14:"fusion_options";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:34:"fusionRecalcVisibilityMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"visibility_medium";a:8:{s:5:"label";s:13:"Medium Screen";s:11:"description";s:74:"Controls when the medium screen options and visibility should take effect.";s:2:"id";s:17:"visibility_medium";s:7:"default";s:4:"1024";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:4:"step";s:1:"1";s:3:"max";s:4:"2000";}s:11:"option_name";s:14:"fusion_options";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:34:"fusionRecalcVisibilityMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"visibility_large";a:7:{s:5:"label";s:12:"Large Screen";s:11:"description";s:100:"Any screen larger than that which is defined as the medium screen will be counted as a large screen.";s:2:"id";s:16:"visibility_large";s:10:"full_width";b:0;s:4:"type";s:3:"raw";s:7:"content";s:59:"
> 1050
";s:11:"option_name";s:14:"fusion_options";}s:32:"responsive_typography_info_title";a:5:{s:5:"label";s:21:"Responsive Typography";s:11:"description";s:0:"";s:2:"id";s:32:"responsive_typography_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:22:"typography_sensitivity";a:9:{s:5:"label";s:33:"Responsive Typography Sensitivity";s:11:"description";s:83:"Set to 0 to disable responsive typography. Increase the value for a greater effect.";s:2:"id";s:22:"typography_sensitivity";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:1:"1";s:4:"step";s:3:".01";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionTypographyVars";s:2:"id";s:22:"typography_sensitivity";s:7:"trigger";a:1:{i:0;s:20:"fusionInitTypography";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:24:"--typography_sensitivity";}}}s:17:"typography_factor";a:9:{s:5:"label";s:24:"Minimum Font Size Factor";s:11:"description";s:112:"The minimum font-size of elements affected by responsive typography is body font-size multiplied by this factor.";s:2:"id";s:17:"typography_factor";s:7:"default";s:3:"1.5";s:4:"type";s:6:"slider";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:1:"4";s:4:"step";s:3:".01";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionTypographyVars";s:2:"id";s:17:"typography_factor";s:7:"trigger";a:1:{i:0;s:20:"fusionInitTypography";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--typography_factor";}}}}}s:6:"colors";a:6:{s:5:"label";s:6:"Colors";s:2:"id";s:6:"colors";s:8:"priority";i:3;s:4:"icon";s:13:"el-icon-brush";s:8:"alt_icon";s:21:"fusiona-color-dropper";s:6:"fields";a:4:{s:13:"primary_color";a:6:{s:5:"label";s:13:"Primary Color";s:11:"description";s:55:"Controls the main highlight color throughout the theme.";s:2:"id";s:13:"primary_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:6:{i:0;a:2:{s:4:"name";s:15:"--primary_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:19:"--primary_color-85a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.85";}}i:2;a:2:{s:4:"name";s:18:"--primary_color-7a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.7";}}i:3;a:2:{s:4:"name";s:18:"--primary_color-5a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.5";}}i:4;a:2:{s:4:"name";s:19:"--primary_color-35a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.35";}}i:5;a:2:{s:4:"name";s:18:"--primary_color-2a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.2";}}}}s:11:"scheme_type";a:6:{s:5:"label";s:21:"Predefined Theme Skin";s:11:"description";s:415:"Controls the main theme skin to be light or dark. Select a skin and all color options will change to the defined selection. Please note that individual pages have containers and Avada Page Options that can override this setting, therefore you may not fully see the changes. If you change to light and a page is still dark, edit the page and look at each container background settings, along with Avada Page Options.";s:2:"id";s:11:"scheme_type";s:7:"default";s:0:"";s:4:"type";s:6:"preset";s:7:"choices";a:2:{s:5:"light";a:3:{s:5:"label";s:5:"Light";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/ffffff.png";s:8:"settings";a:110:{s:15:"header_bg_color";s:7:"#ffffff";s:19:"header_border_color";s:7:"#e5e5e5";s:16:"content_bg_color";s:7:"#ffffff";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#ffffff";s:15:"footer_bg_color";s:7:"#363839";s:19:"footer_border_color";s:7:"#e9eaee";s:22:"copyright_border_color";s:7:"#4B4C4D";s:20:"testimonial_bg_color";s:7:"#f6f3f3";s:22:"testimonial_text_color";s:7:"#747474";s:9:"sep_color";s:7:"#e0dede";s:24:"slidingbar_divider_color";s:7:"#505152";s:20:"footer_divider_color";s:7:"#505152";s:13:"form_bg_color";s:7:"#ffffff";s:15:"form_text_color";s:7:"#aaa9a9";s:17:"form_border_color";s:7:"#d2d2d2";s:18:"tagline_font_color";s:7:"#747474";s:16:"page_title_color";s:7:"#333333";s:13:"h1_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"82px";s:11:"line-height";s:1:"1";s:14:"letter-spacing";s:4:"-3px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h2_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"62px";s:11:"line-height";s:3:"1.1";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h3_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"36px";s:11:"line-height";s:4:"1.25";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:4:"25px";s:13:"margin-bottom";s:4:"25px";s:5:"color";s:7:"#333333";}s:13:"h4_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"20px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:3:"0px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h5_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"26px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h6_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:0:"";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:15:"body_typography";a:10:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:0:"";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"32px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#747474";}s:10:"link_color";s:7:"#333333";s:17:"menu_h45_bg_color";s:7:"#FFFFFF";s:14:"nav_typography";a:15:{s:11:"font-family";s:17:"Libre Baskerville";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:9:"font-size";s:4:"20px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#333333";s:7:"variant";s:3:"400";s:10:"font-style";s:0:"";s:11:"line-height";s:0:"";s:12:"word-spacing";s:0:"";s:10:"text-align";s:0:"";s:14:"text-transform";s:0:"";s:10:"margin-top";s:0:"";s:13:"margin-bottom";s:0:"";}s:17:"menu_sub_bg_color";s:7:"#f2efef";s:14:"menu_sub_color";s:7:"#333333";s:19:"menu_bg_hover_color";s:7:"#f8f8f8";s:18:"menu_sub_sep_color";s:7:"#dcdadb";s:10:"snav_color";s:7:"#ffffff";s:30:"header_social_links_icon_color";s:7:"#bebdbd";s:29:"header_top_first_border_color";s:7:"#e5e5e5";s:23:"header_top_sub_bg_color";s:7:"#ffffff";s:25:"header_top_menu_sub_color";s:7:"#747474";s:30:"header_top_menu_bg_hover_color";s:7:"#fafafa";s:31:"header_top_menu_sub_hover_color";s:7:"#333333";s:29:"header_top_menu_sub_sep_color";s:7:"#e5e5e5";s:16:"sidebar_bg_color";s:7:"#ffffff";s:19:"page_title_bg_color";s:7:"#F6F6F6";s:23:"page_title_border_color";s:7:"#d2d3d4";s:22:"breadcrumbs_text_color";s:7:"#333333";s:21:"sidebar_heading_color";s:7:"#333333";s:24:"accordian_inactive_color";s:7:"#333333";s:20:"counter_filled_color";s:7:"#65bc7b";s:22:"counter_unfilled_color";s:7:"#f6f6f6";s:15:"dates_box_color";s:7:"#eef0f2";s:18:"carousel_nav_color";s:7:"#999999";s:20:"carousel_hover_color";s:7:"#808080";s:20:"content_box_bg_color";s:11:"transparent";s:18:"title_border_color";s:7:"#e0dede";s:17:"icon_circle_color";s:7:"#333333";s:17:"icon_border_color";s:7:"#333333";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#f6f6f6";s:20:"imgframe_style_color";s:7:"#000000";s:25:"before_after_border_color";s:7:"#f6f6f6";s:29:"sep_pricing_box_heading_color";s:7:"#333333";s:36:"full_boxed_pricing_box_heading_color";s:7:"#333333";s:16:"pricing_bg_color";s:7:"#ffffff";s:20:"pricing_border_color";s:7:"#f8f8f8";s:21:"pricing_divider_color";s:7:"#ededed";s:15:"social_bg_color";s:7:"#f6f6f6";s:13:"tabs_bg_color";s:7:"#ffffff";s:19:"tabs_inactive_color";s:7:"#f1f2f2";s:10:"tagline_bg";s:7:"#f6f6f6";s:20:"tagline_border_color";s:7:"#f6f6f6";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#ebeaea";s:17:"woo_cart_bg_color";s:7:"#fafafa";s:12:"qty_bg_color";s:7:"#fbfaf9";s:18:"qty_bg_hover_color";s:7:"#ffffff";s:19:"bbp_forum_header_bg";s:7:"#ebeaea";s:22:"bbp_forum_border_color";s:7:"#ebeaea";s:21:"checklist_icons_color";s:7:"#ffffff";s:19:"flip_boxes_front_bg";s:7:"#f6f6f6";s:24:"flip_boxes_front_heading";s:7:"#333333";s:21:"flip_boxes_front_text";s:7:"#747474";s:19:"full_width_bg_color";s:7:"#ffffff";s:23:"full_width_border_color";s:7:"#eae9e9";s:14:"modal_bg_color";s:7:"#f6f6f6";s:18:"modal_border_color";s:7:"#ebebeb";s:19:"person_border_color";s:7:"#f6f6f6";s:24:"popover_heading_bg_color";s:7:"#f6f6f6";s:24:"popover_content_bg_color";s:7:"#ffffff";s:20:"popover_border_color";s:7:"#ebebeb";s:18:"popover_text_color";s:7:"#747474";s:26:"progressbar_unfilled_color";s:7:"#f6f6f6";s:14:"section_sep_bg";s:7:"#f6f6f6";s:24:"section_sep_border_color";s:7:"#f6f6f6";s:30:"sharing_box_tagline_text_color";s:7:"#333333";s:29:"header_social_links_box_color";s:7:"#e8e8e8";s:8:"bg_color";s:7:"#d7d6d6";s:28:"mobile_menu_background_color";s:7:"#f9f9f9";s:24:"mobile_menu_border_color";s:7:"#dadada";s:23:"mobile_menu_hover_color";s:7:"#f6f6f6";s:22:"mobile_menu_typography";a:10:{s:11:"font-family";s:4:"Lato";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"14px";s:11:"line-height";s:4:"48px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#333333";}s:28:"mobile_menu_font_hover_color";s:7:"#333333";s:23:"social_links_icon_color";s:7:"#bebdbd";s:22:"social_links_box_color";s:7:"#e8e8e8";s:31:"sharing_social_links_icon_color";s:7:"#bebdbd";s:30:"sharing_social_links_box_color";s:7:"#e8e8e8";s:31:"load_more_posts_button_bg_color";s:7:"#ebeaea";s:15:"ec_bar_bg_color";s:7:"#efeded";s:22:"flyout_menu_icon_color";s:7:"#333333";s:28:"flyout_menu_background_color";s:22:"rgba(255,255,255,0.95)";s:19:"ec_sidebar_bg_color";s:7:"#f6f6f6";s:21:"ec_sidebar_link_color";s:7:"#333333";}}s:4:"dark";a:3:{s:5:"label";s:4:"Dark";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/29292a.png";s:8:"settings";a:112:{s:15:"header_bg_color";s:7:"#29292a";s:19:"header_border_color";s:7:"#3e3e3e";s:19:"header_top_bg_color";s:7:"#29292a";s:16:"content_bg_color";s:7:"#29292a";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#29292a";s:23:"slidingbar_border_color";s:7:"#484747";s:15:"footer_bg_color";s:7:"#2d2d2d";s:19:"footer_border_color";s:7:"#403f3f";s:22:"copyright_border_color";s:7:"#4B4C4D";s:20:"testimonial_bg_color";s:7:"#3e3e3e";s:22:"testimonial_text_color";s:7:"#aaa9a9";s:9:"sep_color";s:7:"#3e3e3e";s:24:"slidingbar_divider_color";s:7:"#505152";s:20:"footer_divider_color";s:7:"#505152";s:13:"form_bg_color";s:7:"#3e3e3e";s:15:"form_text_color";s:7:"#cccccc";s:17:"form_border_color";s:7:"#212122";s:18:"tagline_font_color";s:7:"#ffffff";s:16:"page_title_color";s:7:"#ffffff";s:13:"h1_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"82px";s:11:"line-height";s:1:"1";s:14:"letter-spacing";s:4:"-3px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h2_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"62px";s:11:"line-height";s:3:"1.1";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h3_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"36px";s:11:"line-height";s:4:"1.25";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:4:"25px";s:13:"margin-bottom";s:4:"25px";s:5:"color";s:7:"#ffffff";}s:13:"h4_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"20px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:3:"0px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h5_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"26px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h6_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:0:"";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:15:"body_typography";a:10:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:0:"";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"32px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#aaa9a9";}s:10:"link_color";s:7:"#ffffff";s:17:"menu_h45_bg_color";s:7:"#29292A";s:14:"nav_typography";a:15:{s:11:"font-family";s:17:"Libre Baskerville";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:9:"font-size";s:4:"20px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#ffffff";s:7:"variant";s:3:"400";s:10:"font-style";s:0:"";s:11:"line-height";s:0:"";s:12:"word-spacing";s:0:"";s:10:"text-align";s:0:"";s:14:"text-transform";s:0:"";s:10:"margin-top";s:0:"";s:13:"margin-bottom";s:0:"";}s:17:"menu_sub_bg_color";s:7:"#3e3e3e";s:14:"menu_sub_color";s:7:"#d6d6d6";s:19:"menu_bg_hover_color";s:7:"#383838";s:18:"menu_sub_sep_color";s:7:"#313030";s:10:"snav_color";s:7:"#747474";s:30:"header_social_links_icon_color";s:7:"#545455";s:29:"header_top_first_border_color";s:7:"#3e3e3e";s:23:"header_top_sub_bg_color";s:7:"#29292a";s:25:"header_top_menu_sub_color";s:7:"#d6d6d6";s:30:"header_top_menu_bg_hover_color";s:7:"#333333";s:31:"header_top_menu_sub_hover_color";s:7:"#d6d6d6";s:29:"header_top_menu_sub_sep_color";s:7:"#3e3e3e";s:16:"sidebar_bg_color";s:7:"#29292a";s:19:"page_title_bg_color";s:7:"#353535";s:23:"page_title_border_color";s:7:"#464646";s:22:"breadcrumbs_text_color";s:7:"#ffffff";s:21:"sidebar_heading_color";s:7:"#ffffff";s:24:"accordian_inactive_color";s:7:"#3e3e3e";s:20:"counter_filled_color";s:7:"#65bc7b";s:22:"counter_unfilled_color";s:7:"#3e3e3e";s:15:"dates_box_color";s:7:"#3e3e3e";s:18:"carousel_nav_color";s:7:"#3a3a3a";s:20:"carousel_hover_color";s:7:"#333333";s:20:"content_box_bg_color";s:11:"transparent";s:18:"title_border_color";s:7:"#3e3e3e";s:17:"icon_circle_color";s:7:"#3e3e3e";s:17:"icon_border_color";s:7:"#3e3e3e";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#494848";s:25:"before_after_border_color";s:7:"#494848";s:20:"imgframe_style_color";s:7:"#000000";s:29:"sep_pricing_box_heading_color";s:7:"#ffffff";s:36:"full_boxed_pricing_box_heading_color";s:7:"#AAA9A9";s:16:"pricing_bg_color";s:7:"#3e3e3e";s:20:"pricing_border_color";s:7:"#353535";s:21:"pricing_divider_color";s:7:"#29292a";s:15:"social_bg_color";s:7:"#3e3e3e";s:13:"tabs_bg_color";s:7:"#3e3e3e";s:19:"tabs_inactive_color";s:7:"#313132";s:10:"tagline_bg";s:7:"#3e3e3e";s:20:"tagline_border_color";s:7:"#3e3e3e";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#3e3e3e";s:17:"woo_cart_bg_color";s:7:"#333333";s:12:"qty_bg_color";s:7:"#29292a";s:18:"qty_bg_hover_color";s:7:"#383838";s:19:"bbp_forum_header_bg";s:7:"#383838";s:22:"bbp_forum_border_color";s:7:"#212121";s:21:"checklist_icons_color";s:7:"#ffffff";s:19:"flip_boxes_front_bg";s:7:"#3e3e3e";s:24:"flip_boxes_front_heading";s:7:"#ffffff";s:21:"flip_boxes_front_text";s:7:"#aaa9a9";s:19:"full_width_bg_color";s:7:"#242424";s:23:"full_width_border_color";s:7:"#3e3e3e";s:14:"modal_bg_color";s:7:"#29292a";s:18:"modal_border_color";s:7:"#242424";s:19:"person_border_color";s:7:"#494848";s:24:"popover_heading_bg_color";s:7:"#29292a";s:24:"popover_content_bg_color";s:7:"#3e3e3e";s:20:"popover_border_color";s:7:"#242424";s:18:"popover_text_color";s:7:"#ffffff";s:26:"progressbar_unfilled_color";s:7:"#3e3e3e";s:14:"section_sep_bg";s:7:"#3e3e3e";s:24:"section_sep_border_color";s:7:"#3e3e3e";s:30:"sharing_box_tagline_text_color";s:7:"#ffffff";s:29:"header_social_links_box_color";s:7:"#383838";s:8:"bg_color";s:7:"#1e1e1e";s:28:"mobile_menu_background_color";s:7:"#3e3e3e";s:24:"mobile_menu_border_color";s:7:"#212122";s:23:"mobile_menu_hover_color";s:7:"#383737";s:22:"mobile_menu_typography";a:10:{s:11:"font-family";s:4:"Lato";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"14px";s:11:"line-height";s:4:"48px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#ffffff";}s:28:"mobile_menu_font_hover_color";s:7:"#ffffff";s:23:"social_links_icon_color";s:7:"#3e3e3e";s:22:"social_links_box_color";s:7:"#383838";s:31:"sharing_social_links_icon_color";s:7:"#919191";s:30:"sharing_social_links_box_color";s:7:"#4b4e4f";s:31:"load_more_posts_button_bg_color";s:7:"#3e3e3e";s:15:"ec_bar_bg_color";s:7:"#353535";s:22:"flyout_menu_icon_color";s:7:"#ffffff";s:28:"flyout_menu_background_color";s:16:"rgba(0,0,0,0.85)";s:19:"ec_sidebar_bg_color";s:7:"#f6f6f6";s:21:"ec_sidebar_link_color";s:7:"#ffffff";}}}}s:12:"color_scheme";a:7:{s:5:"label";s:23:"Predefined Color Scheme";s:11:"description";s:132:"Controls the main color scheme throughout the theme. Select a scheme and all the color options will change to the defined selection.";s:2:"id";s:12:"color_scheme";s:7:"default";s:5:"Green";s:4:"type";s:6:"preset";s:5:"class";s:12:"color-scheme";s:7:"choices";a:10:{s:3:"Red";a:3:{s:5:"label";s:3:"Red";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/e10707.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c40606";s:24:"image_gradient_top_color";s:7:"#e80707";s:27:"image_gradient_bottom_color";s:7:"#d60707";s:25:"button_gradient_top_color";s:7:"#e80707";s:28:"button_gradient_bottom_color";s:7:"#d60707";s:31:"button_gradient_top_color_hover";s:7:"#d60707";s:34:"button_gradient_bottom_color_hover";s:7:"#e80707";s:19:"button_accent_color";s:7:"#780404";s:25:"button_accent_hover_color";s:7:"#780404";s:19:"button_border_color";s:7:"#780404";s:25:"button_border_hover_color";s:7:"#780404";s:18:"button_bevel_color";s:7:"#780404";s:13:"primary_color";s:7:"#e10707";s:22:"checklist_circle_color";s:7:"#e10707";s:17:"counter_box_color";s:7:"#e10707";s:26:"countdown_background_color";s:7:"#e10707";s:13:"dropcap_color";s:7:"#e10707";s:18:"flip_boxes_back_bg";s:7:"#e10707";s:24:"progressbar_filled_color";s:7:"#e10707";s:20:"counter_filled_color";s:7:"#e10707";s:26:"ec_sidebar_widget_bg_color";s:7:"#e10707";s:22:"menu_hover_first_color";s:7:"#e10707";s:19:"header_top_bg_color";s:7:"#e10707";s:40:"content_box_hover_animation_accent_color";s:7:"#e10707";s:17:"map_overlay_color";s:7:"#e10707";s:28:"flyout_menu_icon_hover_color";s:7:"#e10707";s:25:"menu_highlight_background";s:7:"#e10707";s:21:"menu_icon_hover_color";s:7:"#e10707";s:21:"logo_background_color";s:7:"#e10707";s:27:"slidingbar_link_color_hover";s:7:"#e10707";s:23:"footer_link_color_hover";s:7:"#e10707";s:26:"copyright_link_color_hover";s:7:"#e10707";s:28:"privacy_bar_link_hover_color";s:7:"#e10707";s:26:"faq_accordian_active_color";s:7:"#e10707";s:22:"accordian_active_color";s:7:"#e10707";s:31:"header_top_menu_sub_hover_color";s:7:"#e10707";s:28:"breadcrumbs_text_hover_color";s:7:"#e10707";s:23:"form_focus_border_color";s:7:"#e10707";s:23:"icon_circle_color_hover";s:7:"#e10707";s:23:"icon_border_color_hover";s:7:"#e10707";}}s:9:"Light Red";a:3:{s:5:"label";s:9:"Light Red";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/f05858.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c46262";s:24:"image_gradient_top_color";s:7:"#e89090";s:27:"image_gradient_bottom_color";s:7:"#d65a5a";s:25:"button_gradient_top_color";s:7:"#e89090";s:28:"button_gradient_bottom_color";s:7:"#d65a5a";s:31:"button_gradient_top_color_hover";s:7:"#d65a5a";s:34:"button_gradient_bottom_color_hover";s:7:"#e89090";s:19:"button_accent_color";s:7:"#781010";s:25:"button_accent_hover_color";s:7:"#781010";s:19:"button_border_color";s:7:"#781010";s:25:"button_border_hover_color";s:7:"#781010";s:18:"button_bevel_color";s:7:"#781010";s:13:"primary_color";s:7:"#f05858";s:22:"checklist_circle_color";s:7:"#f05858";s:17:"counter_box_color";s:7:"#f05858";s:26:"countdown_background_color";s:7:"#f05858";s:13:"dropcap_color";s:7:"#f05858";s:18:"flip_boxes_back_bg";s:7:"#f05858";s:24:"progressbar_filled_color";s:7:"#f05858";s:20:"counter_filled_color";s:7:"#f05858";s:26:"ec_sidebar_widget_bg_color";s:7:"#f05858";s:22:"menu_hover_first_color";s:7:"#f05858";s:19:"header_top_bg_color";s:7:"#f05858";s:40:"content_box_hover_animation_accent_color";s:7:"#f05858";s:17:"map_overlay_color";s:7:"#f05858";s:28:"flyout_menu_icon_hover_color";s:7:"#f05858";s:25:"menu_highlight_background";s:7:"#f05858";s:21:"menu_icon_hover_color";s:7:"#f05858";s:21:"logo_background_color";s:7:"#f05858";s:27:"slidingbar_link_color_hover";s:7:"#f05858";s:23:"footer_link_color_hover";s:7:"#f05858";s:26:"copyright_link_color_hover";s:7:"#f05858";s:28:"privacy_bar_link_hover_color";s:7:"#f05858";s:26:"faq_accordian_active_color";s:7:"#f05858";s:22:"accordian_active_color";s:7:"#f05858";s:31:"header_top_menu_sub_hover_color";s:7:"#f05858";s:28:"breadcrumbs_text_hover_color";s:7:"#f05858";s:23:"form_focus_border_color";s:7:"#f05858";s:23:"icon_circle_color_hover";s:7:"#f05858";s:23:"icon_border_color_hover";s:7:"#f05858";}}s:4:"Blue";a:3:{s:5:"label";s:4:"Blue";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/1a80b6.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#62a2c4";s:24:"image_gradient_top_color";s:7:"#90c9e8";s:27:"image_gradient_bottom_color";s:7:"#5aabd6";s:25:"button_gradient_top_color";s:7:"#90c9e8";s:28:"button_gradient_bottom_color";s:7:"#5aabd6";s:31:"button_gradient_top_color_hover";s:7:"#5aabd6";s:34:"button_gradient_bottom_color_hover";s:7:"#90c9e8";s:19:"button_accent_color";s:7:"#105378";s:25:"button_accent_hover_color";s:7:"#105378";s:19:"button_border_color";s:7:"#105378";s:25:"button_border_hover_color";s:7:"#105378";s:18:"button_bevel_color";s:7:"#105378";s:13:"primary_color";s:7:"#1a80b6";s:22:"checklist_circle_color";s:7:"#1a80b6";s:17:"counter_box_color";s:7:"#1a80b6";s:26:"countdown_background_color";s:7:"#1a80b6";s:13:"dropcap_color";s:7:"#1a80b6";s:18:"flip_boxes_back_bg";s:7:"#1a80b6";s:24:"progressbar_filled_color";s:7:"#1a80b6";s:20:"counter_filled_color";s:7:"#1a80b6";s:26:"ec_sidebar_widget_bg_color";s:7:"#1a80b6";s:22:"menu_hover_first_color";s:7:"#1a80b6";s:19:"header_top_bg_color";s:7:"#1a80b6";s:40:"content_box_hover_animation_accent_color";s:7:"#1a80b6";s:17:"map_overlay_color";s:7:"#1a80b6";s:28:"flyout_menu_icon_hover_color";s:7:"#1a80b6";s:25:"menu_highlight_background";s:7:"#1a80b6";s:21:"menu_icon_hover_color";s:7:"#1a80b6";s:21:"logo_background_color";s:7:"#1a80b6";s:27:"slidingbar_link_color_hover";s:7:"#1a80b6";s:23:"footer_link_color_hover";s:7:"#1a80b6";s:26:"copyright_link_color_hover";s:7:"#1a80b6";s:28:"privacy_bar_link_hover_color";s:7:"#1a80b6";s:26:"faq_accordian_active_color";s:7:"#1a80b6";s:22:"accordian_active_color";s:7:"#1a80b6";s:31:"header_top_menu_sub_hover_color";s:7:"#1a80b6";s:28:"breadcrumbs_text_hover_color";s:7:"#1a80b6";s:23:"form_focus_border_color";s:7:"#1a80b6";s:23:"icon_circle_color_hover";s:7:"#1a80b6";s:23:"icon_border_color_hover";s:7:"#1a80b6";}}s:10:"Light Blue";a:3:{s:5:"label";s:10:"Light Blue";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/67b7e1.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#62a2c4";s:24:"image_gradient_top_color";s:7:"#90c9e8";s:27:"image_gradient_bottom_color";s:7:"#5aabd6";s:25:"button_gradient_top_color";s:7:"#90c9e8";s:28:"button_gradient_bottom_color";s:7:"#5aabd6";s:31:"button_gradient_top_color_hover";s:7:"#5aabd6";s:34:"button_gradient_bottom_color_hover";s:7:"#90c9e8";s:19:"button_accent_color";s:7:"#105378";s:25:"button_accent_hover_color";s:7:"#105378";s:19:"button_border_color";s:7:"#105378";s:25:"button_border_hover_color";s:7:"#105378";s:18:"button_bevel_color";s:7:"#105378";s:13:"primary_color";s:7:"#67b7e1";s:22:"checklist_circle_color";s:7:"#67b7e1";s:17:"counter_box_color";s:7:"#67b7e1";s:26:"countdown_background_color";s:7:"#67b7e1";s:13:"dropcap_color";s:7:"#67b7e1";s:18:"flip_boxes_back_bg";s:7:"#67b7e1";s:24:"progressbar_filled_color";s:7:"#67b7e1";s:20:"counter_filled_color";s:7:"#67b7e1";s:26:"ec_sidebar_widget_bg_color";s:7:"#67b7e1";s:22:"menu_hover_first_color";s:7:"#67b7e1";s:19:"header_top_bg_color";s:7:"#67b7e1";s:40:"content_box_hover_animation_accent_color";s:7:"#67b7e1";s:17:"map_overlay_color";s:7:"#67b7e1";s:28:"flyout_menu_icon_hover_color";s:7:"#67b7e1";s:25:"menu_highlight_background";s:7:"#67b7e1";s:21:"menu_icon_hover_color";s:7:"#67b7e1";s:21:"logo_background_color";s:7:"#67b7e1";s:27:"slidingbar_link_color_hover";s:7:"#67b7e1";s:23:"footer_link_color_hover";s:7:"#67b7e1";s:26:"copyright_link_color_hover";s:7:"#67b7e1";s:28:"privacy_bar_link_hover_color";s:7:"#67b7e1";s:26:"faq_accordian_active_color";s:7:"#67b7e1";s:22:"accordian_active_color";s:7:"#67b7e1";s:31:"header_top_menu_sub_hover_color";s:7:"#67b7e1";s:28:"breadcrumbs_text_hover_color";s:7:"#67b7e1";s:23:"form_focus_border_color";s:7:"#67b7e1";s:23:"icon_circle_color_hover";s:7:"#67b7e1";s:23:"icon_border_color_hover";s:7:"#67b7e1";}}s:5:"Green";a:3:{s:5:"label";s:5:"Green";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/65bc7b.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#92C563";s:24:"image_gradient_top_color";s:7:"#D1E990";s:27:"image_gradient_bottom_color";s:7:"#AAD75B";s:25:"button_gradient_top_color";s:7:"#D1E990";s:28:"button_gradient_bottom_color";s:7:"#AAD75B";s:31:"button_gradient_top_color_hover";s:7:"#AAD75B";s:34:"button_gradient_bottom_color_hover";s:7:"#D1E990";s:19:"button_accent_color";s:7:"#6e9a1f";s:25:"button_accent_hover_color";s:7:"#638e1a";s:19:"button_border_color";s:7:"#6e9a1f";s:25:"button_border_hover_color";s:7:"#638e1a";s:18:"button_bevel_color";s:7:"#54770f";s:13:"primary_color";s:7:"#65bc7b";s:22:"checklist_circle_color";s:7:"#65bc7b";s:17:"counter_box_color";s:7:"#65bc7b";s:26:"countdown_background_color";s:7:"#65bc7b";s:13:"dropcap_color";s:7:"#65bc7b";s:18:"flip_boxes_back_bg";s:7:"#65bc7b";s:24:"progressbar_filled_color";s:7:"#65bc7b";s:20:"counter_filled_color";s:7:"#65bc7b";s:26:"ec_sidebar_widget_bg_color";s:7:"#65bc7b";s:22:"menu_hover_first_color";s:7:"#65bc7b";s:19:"header_top_bg_color";s:7:"#65bc7b";s:40:"content_box_hover_animation_accent_color";s:7:"#65bc7b";s:17:"map_overlay_color";s:7:"#65bc7b";s:28:"flyout_menu_icon_hover_color";s:7:"#65bc7b";s:25:"menu_highlight_background";s:7:"#65bc7b";s:21:"menu_icon_hover_color";s:7:"#65bc7b";s:21:"logo_background_color";s:7:"#65bc7b";s:27:"slidingbar_link_color_hover";s:7:"#65bc7b";s:23:"footer_link_color_hover";s:7:"#65bc7b";s:26:"copyright_link_color_hover";s:7:"#65bc7b";s:28:"privacy_bar_link_hover_color";s:7:"#65bc7b";s:26:"faq_accordian_active_color";s:7:"#65bc7b";s:22:"accordian_active_color";s:7:"#65bc7b";s:31:"header_top_menu_sub_hover_color";s:7:"#65bc7b";s:28:"breadcrumbs_text_hover_color";s:7:"#65bc7b";s:23:"form_focus_border_color";s:7:"#65bc7b";s:23:"icon_circle_color_hover";s:7:"#65bc7b";s:23:"icon_border_color_hover";s:7:"#65bc7b";}}s:10:"Dark Green";a:3:{s:5:"label";s:10:"Dark Green";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/9db668.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#9db668";s:24:"image_gradient_top_color";s:7:"#a5c462";s:27:"image_gradient_bottom_color";s:7:"#cce890";s:25:"button_gradient_top_color";s:7:"#afd65a";s:28:"button_gradient_bottom_color";s:7:"#cce890";s:31:"button_gradient_top_color_hover";s:7:"#AAD75B";s:34:"button_gradient_bottom_color_hover";s:7:"#AAD75B";s:19:"button_accent_color";s:7:"#cce890";s:25:"button_accent_hover_color";s:7:"#577810";s:19:"button_border_color";s:7:"#cce890";s:25:"button_border_hover_color";s:7:"#577810";s:18:"button_bevel_color";s:7:"#577810";s:13:"primary_color";s:7:"#577810";s:22:"checklist_circle_color";s:7:"#577810";s:17:"counter_box_color";s:7:"#577810";s:26:"countdown_background_color";s:7:"#577810";s:13:"dropcap_color";s:7:"#577810";s:18:"flip_boxes_back_bg";s:7:"#577810";s:24:"progressbar_filled_color";s:7:"#577810";s:20:"counter_filled_color";s:7:"#577810";s:26:"ec_sidebar_widget_bg_color";s:7:"#577810";s:22:"menu_hover_first_color";s:7:"#577810";s:19:"header_top_bg_color";s:7:"#577810";s:40:"content_box_hover_animation_accent_color";s:7:"#577810";s:17:"map_overlay_color";s:7:"#577810";s:28:"flyout_menu_icon_hover_color";s:7:"#577810";s:25:"menu_highlight_background";s:7:"#577810";s:21:"menu_icon_hover_color";s:7:"#577810";s:21:"logo_background_color";s:7:"#577810";s:27:"slidingbar_link_color_hover";s:7:"#577810";s:23:"footer_link_color_hover";s:7:"#577810";s:26:"copyright_link_color_hover";s:7:"#577810";s:28:"privacy_bar_link_hover_color";s:7:"#577810";s:26:"faq_accordian_active_color";s:7:"#577810";s:22:"accordian_active_color";s:7:"#577810";s:31:"header_top_menu_sub_hover_color";s:7:"#577810";s:28:"breadcrumbs_text_hover_color";s:7:"#577810";s:23:"form_focus_border_color";s:7:"#577810";s:23:"icon_circle_color_hover";s:7:"#577810";s:23:"icon_border_color_hover";s:7:"#577810";}}s:6:"Orange";a:3:{s:5:"label";s:6:"Orange";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/e9a825.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c4a362";s:24:"image_gradient_top_color";s:7:"#e8cb90";s:27:"image_gradient_bottom_color";s:7:"#d6ad5a";s:25:"button_gradient_top_color";s:7:"#e8cb90";s:28:"button_gradient_bottom_color";s:7:"#d6ad5a";s:31:"button_gradient_top_color_hover";s:7:"#d6ad5a";s:34:"button_gradient_bottom_color_hover";s:7:"#e8cb90";s:19:"button_accent_color";s:7:"#785510";s:25:"button_accent_hover_color";s:7:"#785510";s:19:"button_border_color";s:7:"#785510";s:25:"button_border_hover_color";s:7:"#785510";s:18:"button_bevel_color";s:7:"#785510";s:13:"primary_color";s:7:"#e9a825";s:22:"checklist_circle_color";s:7:"#e9a825";s:17:"counter_box_color";s:7:"#e9a825";s:26:"countdown_background_color";s:7:"#e9a825";s:13:"dropcap_color";s:7:"#e9a825";s:18:"flip_boxes_back_bg";s:7:"#e9a825";s:24:"progressbar_filled_color";s:7:"#e9a825";s:20:"counter_filled_color";s:7:"#e9a825";s:26:"ec_sidebar_widget_bg_color";s:7:"#e9a825";s:22:"menu_hover_first_color";s:7:"#e9a825";s:19:"header_top_bg_color";s:7:"#e9a825";s:40:"content_box_hover_animation_accent_color";s:7:"#e9a825";s:17:"map_overlay_color";s:7:"#e9a825";s:28:"flyout_menu_icon_hover_color";s:7:"#e9a825";s:25:"menu_highlight_background";s:7:"#e9a825";s:21:"menu_icon_hover_color";s:7:"#e9a825";s:21:"logo_background_color";s:7:"#e9a825";s:27:"slidingbar_link_color_hover";s:7:"#e9a825";s:23:"footer_link_color_hover";s:7:"#e9a825";s:26:"copyright_link_color_hover";s:7:"#e9a825";s:28:"privacy_bar_link_hover_color";s:7:"#e9a825";s:26:"faq_accordian_active_color";s:7:"#e9a825";s:22:"accordian_active_color";s:7:"#e9a825";s:31:"header_top_menu_sub_hover_color";s:7:"#e9a825";s:28:"breadcrumbs_text_hover_color";s:7:"#e9a825";s:23:"form_focus_border_color";s:7:"#e9a825";s:23:"icon_circle_color_hover";s:7:"#e9a825";s:23:"icon_border_color_hover";s:7:"#e9a825";}}s:4:"Pink";a:3:{s:5:"label";s:4:"Pink";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/e67fb9.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c46299";s:24:"image_gradient_top_color";s:7:"#e890c2";s:27:"image_gradient_bottom_color";s:7:"#d65aa0";s:25:"button_gradient_top_color";s:7:"#e890c2";s:28:"button_gradient_bottom_color";s:7:"#d65aa0";s:31:"button_gradient_top_color_hover";s:7:"#d65aa0";s:34:"button_gradient_bottom_color_hover";s:7:"#e890c2";s:19:"button_accent_color";s:7:"#78104b";s:25:"button_accent_hover_color";s:7:"#78104b";s:19:"button_border_color";s:7:"#78104b";s:25:"button_border_hover_color";s:7:"#78104b";s:18:"button_bevel_color";s:7:"#78104b";s:13:"primary_color";s:7:"#e67fb9";s:22:"checklist_circle_color";s:7:"#e67fb9";s:17:"counter_box_color";s:7:"#e67fb9";s:26:"countdown_background_color";s:7:"#e67fb9";s:13:"dropcap_color";s:7:"#e67fb9";s:18:"flip_boxes_back_bg";s:7:"#e67fb9";s:24:"progressbar_filled_color";s:7:"#e67fb9";s:20:"counter_filled_color";s:7:"#e67fb9";s:26:"ec_sidebar_widget_bg_color";s:7:"#e67fb9";s:22:"menu_hover_first_color";s:7:"#e67fb9";s:19:"header_top_bg_color";s:7:"#e67fb9";s:40:"content_box_hover_animation_accent_color";s:7:"#e67fb9";s:17:"map_overlay_color";s:7:"#e67fb9";s:28:"flyout_menu_icon_hover_color";s:7:"#e67fb9";s:25:"menu_highlight_background";s:7:"#e67fb9";s:21:"menu_icon_hover_color";s:7:"#e67fb9";s:21:"logo_background_color";s:7:"#e67fb9";s:27:"slidingbar_link_color_hover";s:7:"#e67fb9";s:23:"footer_link_color_hover";s:7:"#e67fb9";s:26:"copyright_link_color_hover";s:7:"#e67fb9";s:28:"privacy_bar_link_hover_color";s:7:"#e67fb9";s:26:"faq_accordian_active_color";s:7:"#e67fb9";s:22:"accordian_active_color";s:7:"#e67fb9";s:31:"header_top_menu_sub_hover_color";s:7:"#e67fb9";s:28:"breadcrumbs_text_hover_color";s:7:"#e67fb9";s:23:"form_focus_border_color";s:7:"#e67fb9";s:23:"icon_circle_color_hover";s:7:"#e67fb9";s:23:"icon_border_color_hover";s:7:"#e67fb9";}}s:5:"Brown";a:3:{s:5:"label";s:5:"Brown";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/ab8b65.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#e8c090";s:24:"image_gradient_top_color";s:7:"#d69e5a";s:27:"image_gradient_bottom_color";s:7:"#e8c090";s:25:"button_gradient_top_color";s:7:"#d69e5a";s:28:"button_gradient_bottom_color";s:7:"#d69e5a";s:31:"button_gradient_top_color_hover";s:7:"#e8c090";s:34:"button_gradient_bottom_color_hover";s:7:"#784910";s:19:"button_accent_color";s:7:"#784910";s:25:"button_accent_hover_color";s:7:"#784910";s:19:"button_border_color";s:7:"#784910";s:25:"button_border_hover_color";s:7:"#784910";s:18:"button_bevel_color";s:7:"#ab8b65";s:13:"primary_color";s:7:"#ab8b65";s:22:"checklist_circle_color";s:7:"#ab8b65";s:17:"counter_box_color";s:7:"#ab8b65";s:26:"countdown_background_color";s:7:"#ab8b65";s:13:"dropcap_color";s:7:"#ab8b65";s:18:"flip_boxes_back_bg";s:7:"#ab8b65";s:24:"progressbar_filled_color";s:7:"#ab8b65";s:20:"counter_filled_color";s:7:"#ab8b65";s:26:"ec_sidebar_widget_bg_color";s:7:"#ab8b65";s:22:"menu_hover_first_color";s:7:"#ab8b65";s:19:"header_top_bg_color";s:7:"#ab8b65";s:40:"content_box_hover_animation_accent_color";s:7:"#ab8b65";s:17:"map_overlay_color";s:7:"#ab8b65";s:28:"flyout_menu_icon_hover_color";s:7:"#ab8b65";s:25:"menu_highlight_background";s:7:"#ab8b65";s:21:"menu_icon_hover_color";s:7:"#ab8b65";s:21:"logo_background_color";s:7:"#ab8b65";s:27:"slidingbar_link_color_hover";s:7:"#ab8b65";s:23:"footer_link_color_hover";s:7:"#ab8b65";s:26:"copyright_link_color_hover";s:7:"#ab8b65";s:28:"privacy_bar_link_hover_color";s:7:"#ab8b65";s:26:"faq_accordian_active_color";s:7:"#ab8b65";s:22:"accordian_active_color";s:7:"#ab8b65";s:31:"header_top_menu_sub_hover_color";s:7:"#ab8b65";s:28:"breadcrumbs_text_hover_color";s:7:"#ab8b65";s:23:"form_focus_border_color";s:7:"#ab8b65";s:23:"icon_circle_color_hover";s:7:"#ab8b65";s:23:"icon_border_color_hover";s:7:"#ab8b65";}}s:10:"Light Grey";a:3:{s:5:"label";s:10:"Light Grey";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/9e9e9e.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c4c4c4";s:24:"image_gradient_top_color";s:7:"#e8e8e8";s:27:"image_gradient_bottom_color";s:7:"#d6d6d6";s:25:"button_gradient_top_color";s:7:"#e8e8e8";s:28:"button_gradient_bottom_color";s:7:"#d6d6d6";s:31:"button_gradient_top_color_hover";s:7:"#d6d6d6";s:34:"button_gradient_bottom_color_hover";s:7:"#e8e8e8";s:19:"button_accent_color";s:7:"#787878";s:25:"button_accent_hover_color";s:7:"#787878";s:19:"button_border_color";s:7:"#787878";s:25:"button_border_hover_color";s:7:"#787878";s:18:"button_bevel_color";s:7:"#787878";s:13:"primary_color";s:7:"#9e9e9e";s:22:"checklist_circle_color";s:7:"#9e9e9e";s:17:"counter_box_color";s:7:"#9e9e9e";s:26:"countdown_background_color";s:7:"#9e9e9e";s:13:"dropcap_color";s:7:"#9e9e9e";s:18:"flip_boxes_back_bg";s:7:"#9e9e9e";s:24:"progressbar_filled_color";s:7:"#9e9e9e";s:20:"counter_filled_color";s:7:"#9e9e9e";s:26:"ec_sidebar_widget_bg_color";s:7:"#9e9e9e";s:22:"menu_hover_first_color";s:7:"#9e9e9e";s:19:"header_top_bg_color";s:7:"#9e9e9e";s:40:"content_box_hover_animation_accent_color";s:7:"#9e9e9e";s:17:"map_overlay_color";s:7:"#9e9e9e";s:28:"flyout_menu_icon_hover_color";s:7:"#9e9e9e";s:25:"menu_highlight_background";s:7:"#9e9e9e";s:21:"menu_icon_hover_color";s:7:"#9e9e9e";s:21:"logo_background_color";s:7:"#9e9e9e";s:27:"slidingbar_link_color_hover";s:7:"#9e9e9e";s:23:"footer_link_color_hover";s:7:"#9e9e9e";s:26:"copyright_link_color_hover";s:7:"#9e9e9e";s:28:"privacy_bar_link_hover_color";s:7:"#9e9e9e";s:26:"faq_accordian_active_color";s:7:"#9e9e9e";s:22:"accordian_active_color";s:7:"#9e9e9e";s:31:"header_top_menu_sub_hover_color";s:7:"#9e9e9e";s:28:"breadcrumbs_text_hover_color";s:7:"#9e9e9e";s:23:"form_focus_border_color";s:7:"#9e9e9e";s:23:"icon_circle_color_hover";s:7:"#9e9e9e";s:23:"icon_border_color_hover";s:7:"#9e9e9e";}}}}s:13:"color_palette";a:5:{s:5:"label";s:13:"Color Palette";s:11:"description";s:61:"Sets color picker's palette colors throughout the theme.";s:2:"id";s:13:"color_palette";s:7:"default";s:71:"#f44336|#E91E63|#03A9F4|#00BCD4|#8BC34A|#FFEB3B|#FFC107|#FF9800|#607D8B";s:4:"type";s:13:"color-palette";}}}s:6:"header";a:7:{s:5:"label";s:6:"Header";s:2:"id";s:14:"heading_header";s:8:"is_panel";b:1;s:8:"priority";i:3;s:4:"icon";s:16:"el-icon-arrow-up";s:8:"alt_icon";s:14:"fusiona-header";s:6:"fields";a:4:{s:13:"header_info_1";a:8:{s:5:"label";s:14:"Header Content";s:11:"description";s:0:"";s:2:"id";s:13:"header_info_1";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:10:{s:15:"header_position";a:8:{s:5:"label";s:15:"Header Position";s:11:"description";s:205:"Controls the position of the header to be in the top, left or right of the site. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.";s:2:"id";s:15:"header_position";s:7:"default";s:3:"top";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:3:"top";s:3:"Top";s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";}s:15:"partial_refresh";a:2:{s:34:"header_position_remove_before_hook";a:3:{s:8:"selector";s:112:".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:34:"header_position_replace_after_hook";a:4:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:15:"header_position";}s:21:"success_trigger_event";s:40:"header-rendered fusion-partial-wooslider";}}s:6:"output";a:3:{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:2:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:15:"header_position";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:2:{s:9:"globalVar";s:21:"avadaFusionSliderVars";s:2:"id";s:15:"header_position";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:1:{s:11:"js_callback";a:1:{i:0;s:22:"change_header_position";}}}}s:13:"header_layout";a:10:{s:5:"label";s:22:"Select a Header Layout";s:11:"description";s:322:"Controls the general layout of the header. Headers 2-5 allow additional content areas via the header content options 1-3. Header 6 only allows parent level menu items, no child levels will display. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.";s:2:"id";s:13:"header_layout";s:7:"default";s:2:"v3";s:4:"type";s:11:"radio-image";s:7:"choices";a:7:{s:2:"v1";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header1.jpg";s:2:"v2";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header2.jpg";s:2:"v3";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header3.jpg";s:2:"v4";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header4.jpg";s:2:"v5";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header5.jpg";s:2:"v6";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header6.jpg";s:2:"v7";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header7.jpg";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}s:15:"partial_refresh";a:3:{s:47:"header_content_header_layout_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:46:"header_content_header_layout_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:28:"header_content_header_layout";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:14:".fusion-header";i:1;s:33:"#side-header .side-header-wrapper";}s:9:"shortcuts";a:3:{i:0;a:4:{s:10:"aria_label";s:18:"Edit Header Layout";s:4:"icon";s:14:"fusiona-header";s:11:"open_parent";b:1;s:5:"order";i:1;}i:1;a:5:{s:10:"aria_label";s:10:"Add Slider";s:4:"icon";s:15:"fusiona-uniF61C";s:4:"link";s:1:"#";s:9:"css_class";s:10:"add-slider";s:5:"order";i:4;}i:2;a:5:{s:10:"aria_label";s:18:"Add Page Title Bar";s:4:"icon";s:18:"fusiona-page_title";s:4:"link";s:1:"#";s:9:"css_class";s:7:"add-ptb";s:5:"order";i:5;}}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:22:"fusion-header-layout-$";s:12:"remove_attrs";a:7:{i:0;s:23:"fusion-header-layout-v1";i:1;s:23:"fusion-header-layout-v2";i:2;s:23:"fusion-header-layout-v3";i:3;s:23:"fusion-header-layout-v4";i:4;s:23:"fusion-header-layout-v5";i:5;s:23:"fusion-header-layout-v6";i:6;s:23:"fusion-header-layout-v7";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:13:"header_layout";s:7:"trigger";a:1:{i:0;s:31:"fusionReSettStickySidebarStatus";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"slider_position";a:9:{s:5:"label";s:15:"Slider Position";s:11:"description";s:58:"Controls if the slider displays below or above the header.";s:2:"id";s:15:"slider_position";s:7:"default";s:5:"below";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"below";s:5:"Below";s:5:"above";s:5:"Above";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}s:9:"transport";s:11:"postMessage";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:22:"change_slider_position";i:1;a:1:{s:7:"element";s:18:"#sliders-container";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"header_left_content";a:9:{s:5:"label";s:16:"Header Content 1";s:11:"description";s:59:"Controls the content that displays in the top left section.";s:2:"id";s:19:"header_left_content";s:7:"default";s:12:"social_links";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:12:"contact_info";s:12:"Contact Info";s:12:"social_links";s:12:"Social Links";s:10:"navigation";s:10:"Navigation";s:11:"leave_empty";s:11:"Leave Empty";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:15:"partial_refresh";a:3:{s:53:"header_content_header_left_content_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:52:"header_content_header_left_content_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:34:"header_content_header_left_content";a:4:{s:8:"selector";s:57:".fusion-header-wrapper, #side-header-sticky, #side-header";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:22:"header-rendered resize";}}}s:20:"header_right_content";a:9:{s:5:"label";s:16:"Header Content 2";s:11:"description";s:60:"Controls the content that displays in the top right section.";s:2:"id";s:20:"header_right_content";s:7:"default";s:10:"navigation";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:12:"contact_info";s:12:"Contact Info";s:12:"social_links";s:12:"Social Links";s:10:"navigation";s:10:"Navigation";s:11:"leave_empty";s:11:"Leave Empty";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:15:"partial_refresh";a:3:{s:54:"header_content_header_right_content_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:53:"header_content_header_right_content_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:35:"header_content_header_right_content";a:4:{s:8:"selector";s:57:".fusion-header-wrapper, #side-header-sticky, #side-header";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:22:"header-rendered resize";}}}s:17:"header_v4_content";a:9:{s:5:"label";s:16:"Header Content 3";s:11:"description";s:63:"Controls the content that displays in the middle right section.";s:2:"id";s:17:"header_v4_content";s:7:"default";s:18:"tagline_and_search";s:4:"type";s:6:"select";s:7:"choices";a:5:{s:7:"tagline";s:7:"Tagline";s:6:"search";s:6:"Search";s:18:"tagline_and_search";s:18:"Tagline And Search";s:6:"banner";s:6:"Banner";s:4:"none";s:11:"Leave Empty";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}}s:15:"partial_refresh";a:3:{s:51:"header_content_header_v4_content_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:50:"header_content_header_v4_content_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:32:"header_content_header_v4_content";a:4:{s:8:"selector";s:57:".fusion-header-wrapper, #side-header-sticky, #side-header";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:22:"header-rendered resize";}}}s:13:"header_number";a:8:{s:5:"label";s:29:"Phone Number For Contact Info";s:11:"description";s:115:"This content will display if you have "Contact Info" selected for the Header Content 1 or 2 option above.";s:2:"id";s:13:"header_number";s:7:"default";s:28:"Call Us Today! 1.555.555.555";s:4:"type";s:4:"text";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:6:"output";a:1:{i:0;a:2:{s:7:"element";s:33:".fusion-contact-info-phone-number";s:8:"function";s:4:"html";}}}s:12:"header_email";a:8:{s:5:"label";s:30:"Email Address For Contact Info";s:11:"description";s:115:"This content will display if you have "Contact Info" selected for the Header Content 1 or 2 option above.";s:2:"id";s:12:"header_email";s:7:"default";s:19:"info@yourdomain.com";s:4:"type";s:4:"text";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:6:"output";a:1:{i:0;a:3:{s:7:"element";s:34:".fusion-contact-info-email-address";s:8:"function";s:4:"html";s:13:"value_pattern";s:24:"$";}}}s:14:"header_tagline";a:8:{s:5:"label";s:21:"Tagline For Content 3";s:11:"description";s:105:"This content will display if you have "Tagline" selected for the Header Content 3 option above.";s:2:"id";s:14:"header_tagline";s:7:"default";s:19:"Insert Tagline Here";s:4:"type";s:8:"textarea";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:8:"contains";s:5:"value";s:7:"tagline";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:2;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:8:"contains";s:5:"value";s:7:"tagline";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:6:"output";a:1:{i:0;a:2:{s:7:"element";s:22:".fusion-header-tagline";s:8:"function";s:4:"html";}}}s:18:"header_banner_code";a:9:{s:5:"label";s:25:"Banner Code For Content 3";s:11:"description";s:194:"This content will display if you have "Banner" selected for the Header Content 3 option above. Add HTML banner code for Header Content 3. Elements, like buttons, can be used here also.";s:2:"id";s:18:"header_banner_code";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:2:{s:8:"language";s:4:"html";s:5:"theme";s:6:"chrome";}s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:1:"=";s:5:"value";s:6:"banner";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:2;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:1:"=";s:5:"value";s:6:"banner";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:15:"partial_refresh";a:1:{s:26:"header_content_banner_code";a:4:{s:8:"selector";s:32:".fusion-header-content-3-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:22:"avada_header_content_3";s:21:"success_trigger_event";s:15:"header-rendered";}}}}}s:13:"header_info_2";a:8:{s:5:"label";s:23:"Header Background Image";s:11:"description";s:0:"";s:2:"id";s:13:"header_info_2";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:4:{s:15:"header_bg_image";a:8:{s:5:"label";s:32:"Background Image For Header Area";s:11:"description";s:384:"Select an image for the header background. If left empty, the header background color will be used. For top headers the image displays on top of the header background color and will only display if header background color opacity is set to 1. For side headers the image displays behind the header background color so the header background opacity must be set below 1 to see the image.";s:2:"id";s:15:"header_bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:17:"--header_bg_image";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:0:"";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"body";s:9:"className";s:25:"avada-has-header-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"header_bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:109:"Turn on to have the header background image display at 100% in width and height according to the window size.";s:2:"id";s:14:"header_bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:24:"avada-has-header-bg-full";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"header_bg_parallax";a:7:{s:5:"label";s:25:"Parallax Background Image";s:11:"description";s:103:"Turn on to use a parallax scrolling effect on the background image. Only works for top header position.";s:2:"id";s:18:"header_bg_parallax";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:2;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:3;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:28:"avada-has-header-bg-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"header_bg_repeat";a:9:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:42:"Controls how the background image repeats.";s:2:"id";s:16:"header_bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:18:"--header_bg_repeat";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"avada-header-bg-$";s:12:"remove_attrs";a:4:{i:0;s:22:"avada-header-bg-repeat";i:1;s:24:"avada-header-bg-repeat-x";i:2;s:24:"avada-header-bg-repeat-y";i:3;s:25:"avada-header-bg-no-repeat";}}}}}}s:14:"header_styling";a:8:{s:5:"label";s:14:"Header Styling";s:11:"description";s:0:"";s:2:"id";s:14:"header_styling";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:10:{s:17:"side_header_width";a:9:{s:5:"label";s:36:"Header Width For Left/Right Position";s:11:"description";s:52:"Controls the width of the left or right side header.";s:2:"id";s:17:"side_header_width";s:7:"default";s:3:"280";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"800";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:19:"--side_header_width";s:13:"value_pattern";s:3:"$px";}i:1;a:1:{s:4:"name";s:23:"--side_header_width-int";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:6:"resize";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"header_padding";a:8:{s:5:"label";s:14:"Header Padding";s:11:"description";s:58:"Controls the top/right/bottom/left padding for the header.";s:2:"id";s:14:"header_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:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}s:4:"type";s:7:"spacing";s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:20:"--header_padding-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:23:"--header_padding-bottom";s:6:"choice";s:6:"bottom";}i:2;a:2:{s:4:"name";s:21:"--header_padding-left";s:6:"choice";s:4:"left";}i:3;a:2:{s:4:"name";s:22:"--header_padding-right";s:6:"choice";s:5:"right";}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:18:"header_padding_top";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:6:"bottom";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:21:"header_padding_bottom";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"header_shadow";a:6:{s:5:"label";s:13:"Header Shadow";s:11:"description";s:117:"Turn on to display a header drop shadow. This option is incompatible with Internet Explorer versions older than IE11.";s:2:"id";s:13:"header_shadow";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:55:".fusion-top-header .fusion-header-wrapper, #side-header";s:9:"className";s:20:"fusion-header-shadow";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"header_100_width";a:7:{s:5:"label";s:17:"100% Header Width";s:11:"description";s:114:"Turn on to have the header area display at 100% width according to the window size. Turn off to follow site width.";s:2:"id";s:16:"header_100_width";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:4:"wide";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:26:"avada-has-header-100-width";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"header_bg_color";a:7:{s:5:"label";s:23:"Header Background Color";s:11:"description";s:288:"Controls the background color and opacity for the header. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay. Transparent headers are disabled on all archive pages due to technical limitations.";s:2:"id";s:15:"header_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:17:"--header_bg_color";s:7:"element";s:27:"#side-header,.fusion-header";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:0:"";i:1;s:17:"header-not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:29:"avada-header-color-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"archive_header_bg_color";a:7:{s:5:"label";s:31:"Archive Header Background Color";s:11:"description";s:247:"Controls the background color and opacity for the header on archive pages, search page and 404 page. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay.";s:2:"id";s:23:"archive_header_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--archive_header_bg_color";s:7:"element";s:27:"#side-header,.fusion-header";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:0:"";i:1;s:17:"header-not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:29:"avada-header-color-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"header_border_color";a:9:{s:5:"label";s:19:"Header Border Color";s:11:"description";s:117:"Controls the border colors for the header. If using left or right header position it controls the menu divider lines.";s:2:"id";s:19:"header_border_color";s:7:"default";s:19:"rgba(226,226,226,0)";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--header_border_color";s:7:"element";s:35:".fusion-header-wrapper,#side-header";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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"body";s:9:"className";s:42:"avada-header-border-color-full-transparent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"header_top_bg_color";a:8:{s:5:"label";s:27:"Header Top Background Color";s:11:"description";s:76:"Controls the background color of the top header section used in Headers 2-5.";s:2:"id";s:19:"header_top_bg_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v1";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--header_top_bg_color";s:7:"element";s:24:".fusion-secondary-header";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:0:"";i:1;s:10:"not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:30:"avada-header-top-bg-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"tagline_font_size";a:9:{s:5:"label";s:24:"Header Tagline Font Size";s:11:"description";s:64:"Controls the font size for the tagline text when using header 4.";s:2:"id";s:17:"tagline_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--tagline_font_size";s:7:"element";s:22:".fusion-header-tagline";}}}s:18:"tagline_font_color";a:8:{s:5:"label";s:25:"Header Tagline Font Color";s:11:"description";s:65:"Controls the font color for the tagline text when using header 4.";s:2:"id";s:18:"tagline_font_color";s:7:"default";s:7:"#747474";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--tagline_font_color";s:7:"element";s:22:".fusion-header-tagline";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:13:"sticky_header";a:8:{s:5:"label";s:13:"Sticky Header";s:11:"description";s:0:"";s:2:"id";s:13:"sticky_header";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:10:{s:13:"header_sticky";a:7:{s:5:"label";s:13:"Sticky Header";s:11:"description";s:34:"Turn on to enable a sticky header.";s:2:"id";s:13:"header_sticky";s:7:"default";i:1;s:4:"type";s:6:"switch";s:15:"partial_refresh";a:3:{s:40:"header_content_sticky_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:39:"header_content_sticky_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:21:"header_content_sticky";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:43:"fusion-reinit-sticky-header header-rendered";}}s:6:"output";a:4:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:20:"fusion-sticky-header";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:13:"header_sticky";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:13:"header_sticky";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:13:"header_sticky";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"header_sticky_tablet";a:7:{s:5:"label";s:24:"Sticky Header on Tablets";s:11:"description";s:60:"Turn on to enable a sticky header when scrolling on tablets.";s:2:"id";s:20:"header_sticky_tablet";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:4:{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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:23:"no-tablet-sticky-header";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"header_sticky_tablet";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:20:"header_sticky_tablet";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:20:"header_sticky_tablet";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"header_sticky_mobile";a:7:{s:5:"label";s:24:"Sticky Header on Mobiles";s:11:"description";s:60:"Turn on to enable a sticky header when scrolling on mobiles.";s:2:"id";s:20:"header_sticky_mobile";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:4:{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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:23:"no-mobile-sticky-header";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"header_sticky_mobile";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:20:"header_sticky_mobile";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:20:"header_sticky_mobile";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"header_sticky_shrinkage";a:7:{s:5:"label";s:23:"Sticky Header Animation";s:11:"description";s:124:"Turn on to allow the sticky header to animate to a smaller height when activated. Only works with header v1 - v3, v6 and v7.";s:2:"id";s:23:"header_sticky_shrinkage";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:22:"avada-sticky-shrinkage";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"header_sticky_type2_layout";a:8:{s:5:"label";s:40:"Sticky Header Display For Headers 4 - 5 ";s:11:"description";s:70:"Controls what displays in the sticky header when using header v4 - v5.";s:2:"id";s:26:"header_sticky_type2_layout";s:7:"default";s:9:"menu_only";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:9:"menu_only";s:9:"Menu Only";s:13:"menu_and_logo";s:16:"Menu + Logo Area";}s:8:"required";a:7:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v1";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v2";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v3";}i:5;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:6;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v7";}}s:15:"partial_refresh";a:3:{s:45:"header_sticky_type2_layout_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:44:"header_sticky_type2_layout_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:33:"header_sticky_type2_layout_layout";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:43:"fusion-reinit-sticky-header header-rendered";}}}s:20:"header_sticky_shadow";a:7:{s:5:"label";s:20:"Sticky Header Shadow";s:11:"description";s:124:"Turn on to display a sticky header drop shadow. This option is incompatible with Internet Explorer versions older than IE11.";s:2:"id";s:20:"header_sticky_shadow";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"header_sticky_shadow";s:7:"trigger";a:2:{i:0;s:5:"ready";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:14:".fusion-header";s:9:"className";s:20:"fusion-sticky-shadow";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"header_sticky_bg_color";a:8:{s:5:"label";s:30:"Sticky Header Background Color";s:11:"description";s:52:"Controls the background color for the sticky header.";s:2:"id";s:22:"header_sticky_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--header_sticky_bg_color";s:7:"element";s:53:".fusion-arrow-svg,.fusion-header-wrapper,#side-header";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}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:4:{s:9:"globalVar";s:19:"fusionContainerVars";s:2:"id";s:28:"is_sticky_header_transparent";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:46:"fusion-element-render-fusion_builder_container";}s:8:"callback";s:25:"fusionReturnColorAlphaInt";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"header_sticky_menu_color";a:7:{s:5:"label";s:29:"Sticky Header Menu Font Color";s:11:"description";s:59:"Controls the color for main menu text in the sticky header.";s:2:"id";s:24:"header_sticky_menu_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#333333";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--header_sticky_menu_color";s:7:"element";s:17:".fusion-main-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"header_sticky_nav_padding";a:8:{s:5:"label";s:31:"Sticky Header Menu Item Padding";s:11:"description";s:63:"Controls the space between each menu item in the sticky header.";s:2:"id";s:25:"header_sticky_nav_padding";s:7:"default";s:2:"35";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:27:"--header_sticky_nav_padding";s:7:"element";s:41:".fusion-main-menu,.fusion-logo-background";s:13:"value_pattern";s:3:"$px";}}}s:27:"header_sticky_nav_font_size";a:8:{s:5:"label";s:34:"Sticky Header Navigation Font Size";s:11:"description";s:62:"Controls the font size of the menu items in the sticky header.";s:2:"id";s:27:"header_sticky_nav_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:29:"--header_sticky_nav_font_size";s:7:"element";s:17:".fusion-main-menu";}}}}}}}s:4:"menu";a:6:{s:5:"label";s:4:"Menu";s:2:"id";s:20:"heading_menu_section";s:8:"priority";i:1;s:4:"icon";s:13:"el-icon-lines";s:8:"alt_icon";s:12:"fusiona-bars";s:6:"fields";a:6:{s:12:"heading_menu";a:6:{s:5:"label";s:9:"Main Menu";s:2:"id";s:12:"heading_menu";s:8:"priority";i:6;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:29:{s:10:"nav_height";a:11:{s:5:"label";s:16:"Main Menu Height";s:11:"description";s:145:"Controls the menu height. To match the logo height set to 549.";s:2:"id";s:10:"nav_height";s:7:"default";s:2:"94";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"300";s:4:"step";s:1:"1";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:12:"--nav_height";s:7:"element";s:17:".fusion-main-menu";s:13:"value_pattern";s:3:"$px";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:10:"nav_height";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:14:".fusion-header";i:1;s:33:"#side-header .side-header-wrapper";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:14:"Edit Main Menu";s:4:"link";s:75:"http://localhost/lakeorchardvilla/wp-admin/nav-menus.php?action=edit&menu=2";s:5:"order";i:3;}}}}s:20:"menu_highlight_style";a:10:{s:5:"label";s:25:"Main Menu Highlight Style";s:11:"description";s:508:"Controls the highlight style for main menu links and also affects the look of menu dropdowns. Arrow style cannot work with a transparent header background. Bar highlights will display vertically on side header layouts. IMPORTANT: Arrow & Background style can require configuration of other options depending on desired effect. See this post for more information.";s:2:"id";s:20:"menu_highlight_style";s:7:"default";s:3:"bar";s:7:"choices";a:5:{s:3:"bar";s:7:"Top Bar";s:9:"bottombar";s:10:"Bottom Bar";s:5:"arrow";s:5:"Arrow";s:10:"background";s:10:"Background";s:9:"textcolor";s:10:"Color Only";}s:4:"type";s:6:"select";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:28:"avada-menu-highlight-style-$";s:12:"remove_attrs";a:5:{i:0;s:30:"avada-menu-highlight-style-bar";i:1;s:36:"avada-menu-highlight-style-bottombar";i:2;s:32:"avada-menu-highlight-style-arrow";i:3;s:37:"avada-menu-highlight-style-background";i:4;s:36:"avada-menu-highlight-style-textcolor";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:19:"nav_highlight_style";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:3:{s:46:"menu_highlight_style_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:45:"menu_highlight_style_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:27:"menu_highlight_style_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:25:"menu_highlight_background";a:8:{s:5:"label";s:36:"Main Menu Highlight Background Color";s:11:"description";s:53:"Controls the background color of main menu highlight.";s:2:"id";s:25:"menu_highlight_background";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:10:"background";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:10:"background";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--menu_highlight_background";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:15:"menu_arrow_size";a:9:{s:5:"label";s:20:"Main Menu Arrow Size";s:11:"description";s:53:"Controls the width and height of the main menu arrow.";s:2:"id";s:15:"menu_arrow_size";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"23px";s:6:"height";s:4:"12px";}s:4:"type";s:10:"dimensions";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:5:"arrow";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:5:"arrow";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:3:{i:0;a:2:{s:4:"name";s:23:"--menu_arrow_size-width";s:6:"choice";s:5:"width";}i:1;a:2:{s:4:"name";s:24:"--menu_arrow_size-height";s:6:"choice";s:6:"height";}i:2;a:3:{s:4:"name";s:55:"--menu_arrow_size-width-header_border_color_condition_5";s:6:"choice";s:5:"width";s:8:"callback";a:2:{i:0;s:31:"header_border_color_condition_5";i:1;s:0:"";}}}}s:20:"nav_highlight_border";a:10:{s:5:"label";s:28:"Main Menu Highlight Bar Size";s:11:"description";s:44:"Controls the size of the menu highlight bar.";s:2:"id";s:20:"nav_highlight_border";s:7:"default";s:1:"3";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"40";s:4:"step";s:1:"1";}s:5:"class";s:38:"fusion-gutter-and-or-and-or-and-or-and";s:8:"required";a:8:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:4;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:5;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:6;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:7;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--nav_highlight_border";s:13:"value_pattern";s:3:"$px";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;s:1:"0";}}}s:6:"output";a:2:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"nav_highlight_border";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:5:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:10:"nav_height";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}s:9:"condition";a:5:{i:0;s:20:"menu_highlight_style";i:1;s:3:"===";i:2;s:3:"bar";i:3;s:1:"$";i:4;s:1:"0";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"nav_padding";a:8:{s:5:"label";s:22:"Main Menu Item Padding";s:11:"description";s:55:"Controls the right padding for menu text (left on RTL).";s:2:"id";s:11:"nav_padding";s:7:"default";s:2:"48";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:13:"--nav_padding";s:13:"value_pattern";s:3:"$px";}i:1;a:2:{s:4:"name";s:21:"--nav_padding-no-zero";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:3:"$px";i:1;s:0:"";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:11:"nav_padding";i:1;s:2:"==";i:2;s:1:"0";}}}}}}}s:18:"mobile_nav_padding";a:8:{s:5:"label";s:32:"Main Menu Item Padding On Mobile";s:11:"description";s:110:"Controls the right padding for menu text (left on RTL) when the normal desktop menu is used on mobile devices.";s:2:"id";s:18:"mobile_nav_padding";s:7:"default";s:2:"25";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--mobile_nav_padding";s:7:"element";s:17:".fusion-main-menu";s:13:"value_pattern";s:3:"$px";}}}s:15:"megamenu_shadow";a:8:{s:5:"label";s:21:"Main Menu Drop Shadow";s:11:"description";s:51:"Turn on to display a drop shadow on menu dropdowns.";s:2:"id";s:15:"megamenu_shadow";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:25:"avada-has-megamenu-shadow";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:28:"main_menu_sub_menu_animation";a:9:{s:5:"label";s:40:"Main Menu Dropdown / Mega Menu Animation";s:11:"description";s:46:"Controls the animation type for all sub-menus.";s:2:"id";s:28:"main_menu_sub_menu_animation";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:4:"fade";s:7:"choices";a:2:{s:4:"fade";s:4:"Fade";s:5:"slide";s:5:"Slide";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"fusion-sub-menu-$";s:12:"remove_attrs";a:2:{i:0;s:20:"fusion-sub-menu-fade";i:1;s:21:"fusion-sub-menu-slide";}}}s:29:"dropdown_menu_top_border_size";a:9:{s:5:"label";s:34:"Main Menu Dropdown Top Border Size";s:11:"description";s:58:"Controls top border size of dropdown menus and mega menus.";s:2:"id";s:29:"dropdown_menu_top_border_size";s:7:"default";s:1:"3";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:5:"class";s:38:"fusion-gutter-and-or-and-or-and-or-and";s:8:"required";a:8:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:4;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:5;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:6;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:7;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:31:"--dropdown_menu_top_border_size";s:13:"value_pattern";s:3:"$px";}}}s:19:"dropdown_menu_width";a:9:{s:5:"label";s:24:"Main Menu Dropdown Width";s:11:"description";s:35:"Controls the width of the dropdown.";s:2:"id";s:19:"dropdown_menu_width";s:7:"default";s:3:"200";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:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--dropdown_menu_width";s:13:"value_pattern";s:3:"$px";}}}s:34:"mainmenu_dropdown_vertical_padding";a:9:{s:5:"label";s:31:"Main Menu Dropdown Item Padding";s:11:"description";s:56:"Controls the top/bottom padding for dropdown menu items.";s:2:"id";s:34:"mainmenu_dropdown_vertical_padding";s:7:"default";s:2:"12";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:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:36:"--mainmenu_dropdown_vertical_padding";s:13:"value_pattern";s:3:"$px";}}}s:33:"mainmenu_dropdown_display_divider";a:8:{s:5:"label";s:26:"Main Menu Dropdown Divider";s:11:"description";s:57:"Turn on to display a divider line on dropdown menu items.";s:2:"id";s:33:"mainmenu_dropdown_display_divider";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:35:"avada-has-mainmenu-dropdown-divider";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:31:"menu_display_dropdown_indicator";a:9:{s:5:"label";s:28:"Main Menu Dropdown Indicator";s:11:"description";s:68:"Turn on to display arrow indicators next to parent level menu items.";s:2:"id";s:31:"menu_display_dropdown_indicator";s:7:"default";s:4:"none";s:7:"choices";a:3:{s:6:"parent";s:6:"Parent";s:12:"parent_child";s:14:"Parent + Child";s:4:"none";s:4:"None";}s:4:"type";s:6:"select";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:15:"partial_refresh";a:3:{s:57:"header_menu_display_dropdown_indicator_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:56:"header_menu_display_dropdown_indicator_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:38:"header_menu_display_dropdown_indicator";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:20:"main_nav_search_icon";a:7:{s:5:"label";s:21:"Main Menu Search Icon";s:11:"description";s:52:"Turn on to display the search icon in the main menu.";s:2:"id";s:20:"main_nav_search_icon";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:3:{s:46:"header_main_nav_search_icon_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:45:"header_main_nav_search_icon_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:27:"header_main_nav_search_icon";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:30:"avada-has-main-nav-search-icon";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"main_nav_search_layout";a:9:{s:5:"label";s:23:"Main Menu Search Layout";s:11:"description";s:55:"Controls the layout of the search bar in the main menu.";s:2:"id";s:22:"main_nav_search_layout";s:7:"default";s:7:"overlay";s:7:"choices";a:2:{s:8:"dropdown";s:9:"Drop-Down";s:7:"overlay";s:12:"Menu Overlay";}s:4:"type";s:15:"radio-buttonset";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:20:"main_nav_search_icon";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:15:"partial_refresh";a:1:{s:30:"main_nav_search_layout_refresh";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}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:8:"dropdown";i:1;s:7:"overlay";}s:7:"element";s:4:"body";s:9:"className";a:2:{i:0;s:32:"fusion-main-menu-search-dropdown";i:1;s:31:"fusion-main-menu-search-overlay";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"main_nav_icon_circle";a:6:{s:5:"label";s:29:"Main Menu Icon Circle Borders";s:11:"description";s:64:"Turn on to display a circle border on the cart and search icons.";s:2:"id";s:20:"main_nav_icon_circle";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"fusion-has-main-nav-icon-circle";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"main_nav_highlight_radius";a:6:{s:5:"label";s:27:"Menu Highlight Label Radius";s:11:"description";s:61:"Controls the border radius of all your menu highlight labels.";s:2:"id";s:25:"main_nav_highlight_radius";s:7:"default";s:3:"2px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--main_nav_highlight_radius";s:7:"element";s:28:".fusion-menu-highlight-label";}}}s:17:"menu_sub_bg_color";a:8:{s:5:"label";s:35:"Main Menu Dropdown Background Color";s:11:"description";s:56:"Controls the background color of the main menu dropdown.";s:2:"id";s:17:"menu_sub_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--menu_sub_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"menu_bg_hover_color";a:8:{s:5:"label";s:41:"Main Menu Dropdown Background Hover Color";s:11:"description";s:62:"Controls the background hover color of the main menu dropdown.";s:2:"id";s:19:"menu_bg_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--menu_bg_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"menu_sub_sep_color";a:9:{s:5:"label";s:34:"Main Menu Dropdown Separator Color";s:11:"description";s:63:"Controls the color of the separators in the main menu dropdown.";s:2:"id";s:18:"menu_sub_sep_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--menu_sub_sep_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";a:3:{i:0;s:76:".fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents";i:1;s:74:".fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents";i:2;s:74:".fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents";}s:8:"property";s:6:"border";s:11:"js_callback";a:2:{i:0;s:31:"fusionReturnStringIfTransparent";i:1;a:2:{s:11:"transparent";s:1:"0";s:6:"opaque";s:0:"";}}s:17:"sanitize_callback";a:2:{i:0;s:22:"Avada_Output_Callbacks";i:1;s:18:"menu_sub_sep_color";}}}}s:17:"menu_h45_bg_color";a:8:{s:5:"label";s:47:"Main Menu Background Color For Header 4 & 5";s:11:"description";s:72:"Controls the background color of the main menu when using header 4 or 5.";s:2:"id";s:17:"menu_h45_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--menu_h45_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"main_menu_typography_info";a:4:{s:5:"label";s:20:"Main Menu Typography";s:11:"description";s:0:"";s:2:"id";s:25:"main_menu_typography_info";s:4:"type";s:4:"info";}s:14:"nav_typography";a:8:{s:2:"id";s:14:"nav_typography";s:5:"label";s:16:"Menus Typography";s:11:"description";s:72:"These settings control the typography for all main menu top-level items.";s:4:"type";s:10:"typography";s:5:"class";s:17:"avada-no-fontsize";s:7:"choices";a:5:{s:11:"font-family";b:1;s:11:"font-weight";b:1;s:9:"font-size";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:5:{s:11:"font-family";s:9:"Open Sans";s:11:"font-weight";s:3:"400";s:9:"font-size";s:4:"14px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";}s:8:"css_vars";a:8:{i:0;a:3:{s:4:"name";s:28:"--nav_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:14:"nav_typography";}}i:1;a:3:{s:4:"name";s:28:"--nav_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:2:{s:4:"name";s:26:"--nav_typography-font-size";s:6:"choice";s:9:"font-size";}i:3;a:2:{s:4:"name";s:27:"--nav_typography-font-style";s:6:"choice";s:10:"font-style";}i:4;a:3:{s:4:"name";s:31:"--nav_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:5;a:2:{s:4:"name";s:22:"--nav_typography-color";s:6:"choice";s:5:"color";}i:6;a:3:{s:4:"name";s:26:"--nav_typography-color-65a";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;d:0.65;}}i:7;a:3:{s:4:"name";s:26:"--nav_typography-color-35a";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;d:0.35;}}}}s:15:"menu_text_align";a:11:{s:5:"label";s:20:"Main Menu Text Align";s:11:"description";s:75:"Controls the main menu text alignment for top headers 4-5 and side headers.";s:2:"id";s:15:"menu_text_align";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:4:"type";s:15:"radio-buttonset";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v5";}i:2;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:17:"--menu_text_align";s:7:"element";s:17:".fusion-main-menu";}}s:6:"output";a:3:{i:0;a:0:{}i:1;a:0:{}i:2;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"menu-text-align-$";s:12:"remove_attrs";a:3:{i:0;s:20:"menu-text-align-left";i:1;s:22:"menu-text-align-center";i:2;s:21:"menu-text-align-right";}}}s:15:"partial_refresh";a:3:{s:41:"menu_text_align_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:40:"menu_text_align_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:22:"menu_text_align_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:22:"menu_hover_first_color";a:6:{s:5:"label";s:33:"Main Menu Font Hover/Active Color";s:11:"description";s:97:"Controls the color for main menu text hover and active states, highlight bar and dropdown border.";s:2:"id";s:22:"menu_hover_first_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:24:"--menu_hover_first_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:28:"--menu_hover_first_color-65a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.65";}}}}s:14:"menu_sub_color";a:8:{s:5:"label";s:29:"Main Menu Dropdown Font Color";s:11:"description";s:47:"Controls the color for main menu dropdown text.";s:2:"id";s:14:"menu_sub_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--menu_sub_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"nav_dropdown_font_size";a:9:{s:5:"label";s:28:"Main Menu Dropdown Font Size";s:11:"description";s:51:"Controls the font size for main menu dropdown text.";s:2:"id";s:22:"nav_dropdown_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:24:"--nav_dropdown_font_size";}}}s:18:"side_nav_font_size";a:7:{s:5:"label";s:25:"Side Navigation Font Size";s:11:"description";s:86:"Controls the font size for the menu text when using the side navigation page template.";s:2:"id";s:18:"side_nav_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--side_nav_font_size";s:7:"element";s:9:".side-nav";}}}}}s:22:"flyout_menu_subsection";a:5:{s:5:"label";s:11:"Flyout Menu";s:2:"id";s:22:"flyout_menu_subsection";s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:8:{s:31:"flyout_menu_important_note_info";a:6:{s:5:"label";s:0:"";s:11:"description";s:225:"
IMPORTANT NOTE: Flyout Menu Options are only available when using Header Layout #6 or Mobile Flyout Menu. Your current setup does not utilize the flyout menu.
";s:2:"id";s:31:"flyout_menu_important_note_info";s:4:"type";s:6:"custom";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:3;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}}s:26:"flyout_menu_icon_font_size";a:9:{s:5:"label";s:26:"Flyout Menu Icon Font Size";s:11:"description";s:49:"Controls the font size for the flyout menu icons.";s:2:"id";s:26:"flyout_menu_icon_font_size";s:7:"default";s:4:"20px";s:4:"type";s:9:"dimension";s:5:"class";s:20:"fusion-gutter-and-or";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:28:"--flyout_menu_icon_font_size";}i:1;a:2:{s:4:"name";s:31:"--flyout_menu_icon_font_size_px";s:8:"callback";a:1:{i:0;s:11:"units_to_px";}}}}s:24:"flyout_nav_icons_padding";a:9:{s:5:"label";s:24:"Flyout Menu Icon Padding";s:11:"description";s:63:"Controls the right padding for flyout menu icons (left on RTL).";s:2:"id";s:24:"flyout_nav_icons_padding";s:7:"default";s:2:"32";s:4:"type";s:6:"slider";s:5:"class";s:20:"fusion-gutter-and-or";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--flyout_nav_icons_padding";s:7:"element";s:25:".fusion-flyout-menu-icons";s:13:"value_pattern";s:3:"$px";}}}s:22:"flyout_menu_icon_color";a:8:{s:5:"label";s:22:"Flyout Menu Icon Color";s:11:"description";s:44:"Controls the color of the flyout menu icons.";s:2:"id";s:22:"flyout_menu_icon_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--flyout_menu_icon_color";s:7:"element";s:25:".fusion-flyout-menu-icons";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"flyout_menu_icon_hover_color";a:8:{s:5:"label";s:28:"Flyout Menu Icon Hover Color";s:11:"description";s:50:"Controls the hover color of the flyout menu icons.";s:2:"id";s:28:"flyout_menu_icon_hover_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:30:"--flyout_menu_icon_hover_color";s:7:"element";s:25:".fusion-flyout-menu-icons";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"flyout_menu_background_color";a:8:{s:5:"label";s:28:"Flyout Menu Background Color";s:11:"description";s:48:"Controls the background color of the flyout menu";s:2:"id";s:28:"flyout_menu_background_color";s:7:"default";s:22:"rgba(255,255,255,0.96)";s:4:"type";s:11:"color-alpha";s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:30:"--flyout_menu_background_color";s:7:"element";s:22:".fusion-flyout-menu-bg";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"flyout_menu_direction";a:9:{s:5:"label";s:21:"Flyout Menu Direction";s:11:"description";s:51:"Controls the direction the flyout menu starts from.";s:2:"id";s:21:"flyout_menu_direction";s:7:"default";s:4:"fade";s:4:"type";s:6:"select";s:5:"class";s:20:"fusion-gutter-and-or";s:7:"choices";a:5:{s:4:"fade";s:4:"Fade";s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";s:6:"bottom";s:6:"Bottom";s:3:"top";s:3:"Top";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:22:".fusion-logo-alignment";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:29:"avada-flyout-menu-direction-$";s:12:"remove_attrs";a:5:{i:0;s:32:"avada-flyout-menu-direction-fade";i:1;s:32:"avada-flyout-menu-direction-left";i:2;s:33:"avada-flyout-menu-direction-right";i:3;s:34:"avada-flyout-menu-direction-bottom";i:4;s:31:"avada-flyout-menu-direction-top";}}}}s:24:"flyout_menu_item_padding";a:9:{s:5:"label";s:24:"Flyout Menu Item Padding";s:11:"description";s:47:"Controls the padding between flyout menu items.";s:2:"id";s:24:"flyout_menu_item_padding";s:7:"default";s:2:"32";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--flyout_menu_item_padding";s:7:"element";s:19:".fusion-flyout-menu";s:13:"value_pattern";s:3:"$px";}}}}}s:26:"heading_secondary_top_menu";a:6:{s:5:"label";s:18:"Secondary Top Menu";s:2:"id";s:26:"heading_secondary_top_menu";s:8:"priority";i:6;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:12:{s:22:"no_secondary_menu_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:227:"
IMPORTANT NOTE: Secondary Top Menu Options are only available when using Header Layouts #2-5. Your current Header Layout does not utilize the secondary top menu.
";s:2:"id";s:22:"no_secondary_menu_note";s:4:"type";s:6:"custom";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}}}s:23:"topmenu_dropwdown_width";a:9:{s:5:"label";s:29:"Secondary Menu Dropdown Width";s:11:"description";s:50:"Controls the width of the secondary menu dropdown.";s:2:"id";s:23:"topmenu_dropwdown_width";s:7:"default";s:3:"200";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:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--topmenu_dropwdown_width";s:7:"element";s:22:".fusion-secondary-menu";s:13:"value_pattern";s:3:"$px";}}}s:29:"header_top_first_border_color";a:8:{s:5:"label";s:28:"Secondary Menu Divider Color";s:11:"description";s:61:"Controls the divider color of the first level secondary menu.";s:2:"id";s:29:"header_top_first_border_color";s:7:"default";s:16:"rgba(0,0,0,0.06)";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--header_top_first_border_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"header_top_sub_bg_color";a:8:{s:5:"label";s:40:"Secondary Menu Dropdown Background Color";s:11:"description";s:61:"Controls the background color of the secondary menu dropdown.";s:2:"id";s:23:"header_top_sub_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--header_top_sub_bg_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"header_top_menu_bg_hover_color";a:8:{s:5:"label";s:46:"Secondary Menu Dropdown Background Hover Color";s:11:"description";s:67:"Controls the background hover color of the secondary menu dropdown.";s:2:"id";s:30:"header_top_menu_bg_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--header_top_menu_bg_hover_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:29:"header_top_menu_sub_sep_color";a:8:{s:5:"label";s:39:"Secondary Menu Dropdown Separator Color";s:11:"description";s:68:"Controls the color of the separators in the secondary menu dropdown.";s:2:"id";s:29:"header_top_menu_sub_sep_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--header_top_menu_sub_sep_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"secondary_menu_typography_info";a:5:{s:5:"label";s:29:"Secondary Top Menu Typography";s:2:"id";s:30:"secondary_menu_typography_info";s:4:"type";s:4:"info";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}}s:14:"snav_font_size";a:9:{s:5:"label";s:24:"Secondary Menu Font Size";s:11:"description";s:47:"Controls the font size for secondary menu text.";s:2:"id";s:14:"snav_font_size";s:7:"default";s:4:"12px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--snav_font_size";}}}s:11:"sec_menu_lh";a:9:{s:5:"label";s:26:"Secondary Menu Line Height";s:11:"description";s:44:"Controls the line height for secondary menu.";s:2:"id";s:11:"sec_menu_lh";s:7:"default";s:4:"48px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:13:"--sec_menu_lh";}i:1;a:3:{s:4:"name";s:16:"--top-bar-height";s:7:"element";s:14:".fusion-header";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:11:"calc($ / 2)";i:1;s:6:"21.5px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:11:"sec_menu_lh";i:1;s:1:">";i:2;s:2:"43";}}}}}}}s:10:"snav_color";a:8:{s:5:"label";s:25:"Secondary Menu Font Color";s:11:"description";s:43:"Controls the color for secondary menu text.";s:2:"id";s:10:"snav_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:12:"--snav_color";s:7:"element";s:24:".fusion-secondary-header";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"header_top_menu_sub_color";a:8:{s:5:"label";s:34:"Secondary Menu Dropdown Font Color";s:11:"description";s:52:"Controls the color for secondary menu dropdown text.";s:2:"id";s:25:"header_top_menu_sub_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--header_top_menu_sub_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:31:"header_top_menu_sub_hover_color";a:8:{s:5:"label";s:40:"Secondary Menu Dropdown Font Hover Color";s:11:"description";s:58:"Controls the hover color for secondary menu dropdown text.";s:2:"id";s:31:"header_top_menu_sub_hover_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:33:"--header_top_menu_sub_hover_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:19:"heading_mobile_menu";a:6:{s:5:"label";s:11:"Mobile Menu";s:2:"id";s:19:"heading_mobile_menu";s:8:"priority";i:6;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:18:{s:25:"no_responsive_mode_info_1";a:5:{s:5:"label";s:0:"";s:11:"description";s:280:"
IMPORTANT NOTE: Please enable responsive mode. Mobile menus are only available when you\'re using the responsive mode. To enable it please go to the "Responsive" section and set the "Responsive Design" option to ON.
";s:2:"id";s:25:"no_responsive_mode_info_1";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"0";}}}s:19:"no_mobile_menu_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:319:"
IMPORTANT NOTE: Because of the design of your Header Layout #6, only a few options are available here. More options are available when using Header Layouts #1-5 or 7. The rest of the options for Header Layout #6 are on the Flyout Menu and Main Menu tab.
";s:2:"id";s:19:"no_mobile_menu_note";s:4:"type";s:6:"custom";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}}s:18:"mobile_menu_design";a:10:{s:5:"label";s:24:"Mobile Menu Design Style";s:11:"description";s:96:"Controls the design of the mobile menu. Flyout design style only allows parent level menu items.";s:2:"id";s:18:"mobile_menu_design";s:7:"default";s:7:"classic";s:4:"type";s:15:"radio-buttonset";s:5:"class";s:24:"fusion-gutter-and-or-and";s:7:"choices";a:3:{s:7:"classic";s:7:"Classic";s:6:"modern";s:6:"Modern";s:6:"flyout";s:6:"Flyout";}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}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:"mobile-menu-design-$";s:12:"remove_attrs";a:3:{i:0;s:26:"mobile-menu-design-classic";i:1;s:25:"mobile-menu-design-modern";i:2;s:25:"mobile-menu-design-flyout";}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:3:{s:44:"mobile_menu_design_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"mobile_menu_design_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"mobile_menu_design_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:28:"mobile_menu_icons_top_margin";a:9:{s:5:"label";s:28:"Mobile Menu Icons Top Margin";s:11:"description";s:82:"Controls the top margin for the icons in the modern and flyout mobile menu design.";s:2:"id";s:28:"mobile_menu_icons_top_margin";s:7:"default";s:1:"2";s:4:"type";s:6:"slider";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:7:"classic";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:7:"classic";}i:5;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--mobile_menu_icons_top_margin";s:13:"value_pattern";s:3:"$px";}}}s:22:"mobile_menu_nav_height";a:9:{s:5:"label";s:32:"Mobile Menu Dropdown Item Height";s:11:"description";s:47:"Controls the height of each dropdown menu item.";s:2:"id";s:22:"mobile_menu_nav_height";s:7:"default";s:2:"42";s:4:"type";s:6:"slider";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--mobile_menu_nav_height";s:13:"value_pattern";s:3:"$px";}}}s:27:"mobile_nav_submenu_slideout";a:8:{s:5:"label";s:31:"Mobile Menu Dropdown Slide Outs";s:11:"description";s:60:"Turn on to allow dropdown sections to slide out when tapped.";s:2:"id";s:27:"mobile_nav_submenu_slideout";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:16:"submenu_slideout";s:7:"trigger";a:1:{i:0;s:16:"fusionMobileMenu";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"mobile_menu_search";a:7:{s:5:"label";s:37:"Display Mobile Menu Search Icon/Field";s:11:"description";s:60:"Turn on to display the search icon/field in the mobile menu.";s:2:"id";s:18:"mobile_menu_search";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:3:{s:44:"mobile_menu_search_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"mobile_menu_search_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"mobile_menu_search_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:29:"mobile_menu_submenu_indicator";a:7:{s:5:"label";s:30:"Mobile Menu Sub-Menu Indicator";s:11:"description";s:69:"Turn on to display the mobile menu sub-menu indicator: "-".";s:2:"id";s:29:"mobile_menu_submenu_indicator";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}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:0:"";i:1;s:5:"false";}s:7:"element";s:25:".fusion-mobile-nav-holder";s:9:"className";s:33:"fusion-mobile-menu-indicator-hide";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"mobile_header_bg_color";a:9:{s:5:"label";s:30:"Mobile Header Background Color";s:11:"description";s:62:"Controls the background color of the header on mobile devices.";s:2:"id";s:22:"mobile_header_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--mobile_header_bg_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:0:"";i:1;s:10:"not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:36:"avada-mobile-header-color-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:0;}}}s:30:"mobile_archive_header_bg_color";a:8:{s:5:"label";s:38:"Mobile Archive Header Background Color";s:11:"description";s:75:"Controls the background color of the archive page header on mobile devices.";s:2:"id";s:30:"mobile_archive_header_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--mobile_header_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:28:"mobile_menu_background_color";a:8:{s:5:"label";s:28:"Mobile Menu Background Color";s:11:"description";s:86:"Controls the background color of the mobile menu dropdown and classic mobile menu box.";s:2:"id";s:28:"mobile_menu_background_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--mobile_menu_background_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"mobile_menu_hover_color";a:8:{s:5:"label";s:34:"Mobile Menu Background Hover Color";s:11:"description";s:64:"Controls the background hover color of the mobile menu dropdown.";s:2:"id";s:23:"mobile_menu_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--mobile_menu_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:24:"mobile_menu_border_color";a:8:{s:5:"label";s:24:"Mobile Menu Border Color";s:11:"description";s:95:"Controls the border and divider colors of the mobile menu dropdown and classic mobile menu box.";s:2:"id";s:24:"mobile_menu_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--mobile_menu_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:24:"mobile_menu_toggle_color";a:8:{s:5:"label";s:24:"Mobile Menu Toggle Color";s:11:"description";s:50:"Controls the color of the mobile menu toggle icon.";s:2:"id";s:24:"mobile_menu_toggle_color";s:7:"default";s:7:"#9ea0a4";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--mobile_menu_toggle_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"mobile_menu_typography_info";a:5:{s:5:"label";s:22:"Mobile Menu Typography";s:11:"description";s:0:"";s:2:"id";s:27:"mobile_menu_typography_info";s:4:"type";s:4:"info";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}}s:22:"mobile_menu_typography";a:9:{s:2:"id";s:22:"mobile_menu_typography";s:5:"label";s:22:"Mobile Menu Typography";s:11:"description";s:54:"These settings control the typography for mobile menu.";s:4:"type";s:10:"typography";s:5:"class";s:24:"fusion-gutter-and-or-and";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"12px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:4:"42px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#4a4e57";}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:10:{i:0;a:3:{s:4:"name";s:36:"--mobile_menu_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:22:"mobile_menu_typography";}}i:1;a:2:{s:4:"name";s:34:"--mobile_menu_typography-font-size";s:6:"choice";s:9:"font-size";}i:2;a:3:{s:4:"name";s:36:"--mobile_menu_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:3;a:2:{s:4:"name";s:36:"--mobile_menu_typography-line-height";s:6:"choice";s:11:"line-height";}i:4;a:3:{s:4:"name";s:39:"--mobile_menu_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:5;a:2:{s:4:"name";s:30:"--mobile_menu_typography-color";s:6:"choice";s:5:"color";}i:6;a:2:{s:4:"name";s:35:"--mobile_menu_typography-font-style";s:6:"choice";s:10:"font-style";}i:7;a:2:{s:4:"name";s:36:"--mobile_menu_typography-font-weight";s:6:"choice";s:11:"font-weight";}i:8;a:3:{s:4:"name";s:45:"--mobile_menu_typography-font-size-30-or-24px";s:6:"choice";s:9:"font-size";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:4:"30px";i:1;s:4:"24px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:33:"mobile_menu_typography[font-size]";i:1;s:1:">";i:2;s:2:"35";}}}}}i:9;a:3:{s:4:"name";s:47:"--mobile_menu_typography-font-size-open-submenu";s:6:"choice";s:9:"font-size";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:4:"20px";i:1;s:45:"var(--mobile_menu_typography-font-size, 13px)";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:33:"mobile_menu_typography[font-size]";i:1;s:1:">";i:2;s:2:"30";}}}}}}}s:28:"mobile_menu_font_hover_color";a:8:{s:5:"label";s:23:"Mobile Menu Hover Color";s:11:"description";s:99:"Controls the hover color of the mobile menu item. Also, used to highlight current mobile menu item.";s:2:"id";s:28:"mobile_menu_font_hover_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--mobile_menu_font_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"mobile_menu_text_align";a:9:{s:5:"label";s:22:"Mobile Menu Text Align";s:11:"description";s:40:"Controls the mobile menu text alignment.";s:2:"id";s:22:"mobile_menu_text_align";s:7:"default";s:4:"left";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:4:"type";s:15:"radio-buttonset";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:6:"output";a:4:{i:0;a:0:{}i:1;a:0:{}i:2;a:0:{}i:3;a:6:{s:7:"element";s:28:"nav.fusion-mobile-nav-holder";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:31:"fusion-mobile-menu-text-align-$";s:12:"remove_attrs";a:3:{i:0;s:34:"fusion-mobile-menu-text-align-left";i:1;s:36:"fusion-mobile-menu-text-align-center";i:2;s:35:"fusion-mobile-menu-text-align-right";}s:8:"callback";a:2:{i:0;s:24:"conditional_return_value";i:1;a:1:{s:10:"conditions";a:1:{i:0;a:3:{i:0;s:18:"mobile_menu_design";i:1;s:3:"!==";i:2;s:6:"flyout";}}}}}}}}}s:20:"mega_menu_subsection";a:4:{s:5:"label";s:9:"Mega Menu";s:2:"id";s:20:"mega_menu_subsection";s:4:"type";s:11:"sub-section";s:6:"fields";a:8:{s:19:"header_v6_used_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:212:"
IMPORTANT NOTE: Mega Menu Options are only available when using Header Layouts #1-5. Your current Header Layout #6 does not utilize the mega menu.
";s:2:"id";s:19:"header_v6_used_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v6";}}}s:22:"megamenu_disabled_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:178:"
IMPORTANT NOTE: Mega Menu is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:22:"megamenu_disabled_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}s:14:"megamenu_width";a:10:{s:5:"label";s:27:"Mega Menu Wrapper Max Width";s:11:"description";s:132:"Controls the max width of the mega menu. On boxed side header layouts, "Viewport Width" will match "Site Width".";s:2:"id";s:14:"megamenu_width";s:4:"type";s:6:"select";s:7:"default";s:10:"site_width";s:7:"choices";a:3:{s:10:"site_width";s:10:"Site Width";s:14:"viewport_width";s:10:"100% Width";s:12:"custom_width";s:12:"Custom Width";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:2:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:19:"megamenu_base_width";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:9:"transport";s:7:"refresh";s:15:"partial_refresh";a:3:{s:40:"megamenu_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:39:"megamenu_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:22:"mmegamenu_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:18:"megamenu_max_width";a:8:{s:5:"label";s:19:"Mega Menu Max-Width";s:11:"description";s:40:"Controls the max width of the mega menu.";s:2:"id";s:18:"megamenu_max_width";s:7:"default";s:4:"1200";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:4:"4096";s:4:"step";s:1:"1";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:14:"megamenu_width";s:8:"operator";s:1:"=";s:5:"value";s:12:"custom_width";}}s:15:"partial_refresh";a:3:{s:44:"megamenu_max_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"megamenu_max_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"megamenu_max_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:31:"megamenu_interior_content_width";a:8:{s:5:"label";s:32:"Mega Menu Interior Content Width";s:11:"description";s:103:"For full width mega menus select if the interior menu content is contained to site width or 100% width.";s:2:"id";s:31:"megamenu_interior_content_width";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:14:"viewport_width";s:7:"choices";a:2:{s:10:"site_width";s:10:"Site Width";s:14:"viewport_width";s:10:"100% Width";}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:14:"megamenu_width";s:8:"operator";s:1:"=";s:5:"value";s:14:"viewport_width";}}s:15:"partial_refresh";a:3:{s:40:"megamenu_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:39:"megamenu_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:22:"mmegamenu_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:19:"megamenu_title_size";a:8:{s:5:"label";s:27:"Mega Menu Column Title Size";s:11:"description";s:51:"Controls the font size for mega menu column titles.";s:2:"id";s:19:"megamenu_title_size";s:7:"default";s:4:"18px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--megamenu_title_size";s:7:"element";s:22:".fusion-megamenu-title";}}}s:30:"megamenu_item_vertical_padding";a:8:{s:5:"label";s:31:"Mega Menu Dropdown Item Padding";s:11:"description";s:61:"Controls the top/bottom padding for mega menu dropdown items.";s:2:"id";s:30:"megamenu_item_vertical_padding";s:7:"default";s:1:"7";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:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--megamenu_item_vertical_padding";s:7:"element";s:24:".fusion-megamenu-submenu";s:13:"value_pattern";s:3:"$px";}}}s:29:"megamenu_item_display_divider";a:7:{s:5:"label";s:22:"Mega Menu Item Divider";s:11:"description";s:62:"Turn on to display a divider between mega menu dropdown items.";s:2:"id";s:29:"megamenu_item_display_divider";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-has-megamenu-item-divider";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}}}s:21:"menu_icons_subsection";a:5:{s:5:"label";s:15:"Main Menu Icons";s:2:"id";s:21:"menu_icons_subsection";s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:6:{s:15:"menu_icons_note";a:4:{s:5:"label";s:0:"";s:11:"description";s:381:"
IMPORTANT NOTE: Icons are available for both the main and dropdown menus. However, the options below only apply to the main menu. Dropdown menu icons do not use these options below, they follow the dropdown font size and color. The icons themselves can be added to your menu items in the Appearance > Menus section.
";s:2:"id";s:15:"menu_icons_note";s:4:"type";s:6:"custom";}s:18:"menu_icon_position";a:8:{s:5:"label";s:23:"Main Menu Icon Position";s:11:"description";s:37:"Controls the main menu icon position.";s:2:"id";s:18:"menu_icon_position";s:7:"default";s:4:"left";s:7:"choices";a:4:{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:4:"type";s:6:"select";s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:26:"avada-menu-icon-position-$";s:12:"remove_attrs";a:4:{i:0;s:28:"avada-menu-icon-position-top";i:1;s:30:"avada-menu-icon-position-right";i:2;s:31:"avada-menu-icon-position-bottom";i:3;s:29:"avada-menu-icon-position-left";}}}s:15:"partial_refresh";a:3:{s:44:"menu_icon_position_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"menu_icon_position_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"menu_icon_position_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:14:"menu_icon_size";a:7:{s:5:"label";s:19:"Main Menu Icon Size";s:11:"description";s:46:"Controls the size of the top-level menu icons.";s:2:"id";s:14:"menu_icon_size";s:7:"default";s:2:"14";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--menu_icon_size";s:13:"value_pattern";s:3:"$px";}}}s:15:"menu_icon_color";a:6:{s:5:"label";s:20:"Main Menu Icon Color";s:11:"description";s:52:"Controls the color of the top-level main menu icons.";s:2:"id";s:15:"menu_icon_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:17:"--menu_icon_color";s:7:"element";s:21:".fusion-megamenu-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"menu_icon_hover_color";a:6:{s:5:"label";s:26:"Main Menu Icon Hover Color";s:11:"description";s:58:"Controls the hover color of the top-level main menu icons.";s:2:"id";s:21:"menu_icon_hover_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:23:"--menu_icon_hover_color";s:7:"element";s:21:".fusion-megamenu-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"menu_thumbnail_size";a:8:{s:5:"label";s:24:"Mega Menu Thumbnail Size";s:11:"description";s:149:"Controls the width and height of the top-level mega menu thumbnails. Use "auto" for automatic resizing if you added either width or height.";s:2:"id";s:19:"menu_thumbnail_size";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"26px";s:6:"height";s:4:"14px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:27:"--menu_thumbnail_size-width";s:6:"choice";s:5:"width";s:7:"element";s:17:".fusion-main-menu";}i:1;a:3:{s:4:"name";s:28:"--menu_thumbnail_size-height";s:6:"choice";s:6:"height";s:7:"element";s:17:".fusion-main-menu";}}}}}}}s:4:"logo";a:7:{s:5:"label";s:4:"Logo";s:2:"id";s:12:"heading_logo";s:8:"is_panel";b:1;s:4:"logo";i:5;s:4:"icon";s:17:"el-icon-plus-sign";s:8:"alt_icon";s:19:"fusiona-plus-circle";s:6:"fields";a:2:{s:20:"logo_options_wrapper";a:7:{s:5:"label";s:4:"Logo";s:11:"description";s:0:"";s:2:"id";s:20:"logo_options_wrapper";s:4:"icon";b:1;s:8:"position";s:5:"start";s:4:"type";s:11:"sub-section";s:6:"fields";a:14:{s:14:"logo_alignment";a:9:{s:5:"label";s:14:"Logo Alignment";s:11:"description";s:88:"Controls the logo alignment. "Center" only works on Header 5 and Side Headers.";s:2:"id";s:14:"logo_alignment";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--logo_alignment";}}s:6:"output";a:5:{i:0;a:5:{s:7:"element";s:22:".fusion-logo-alignment";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:13:"fusion-logo-$";s:12:"remove_attrs";a:3:{i:0;s:16:"fusion-logo-left";i:1;s:18:"fusion-logo-center";i:2;s:17:"fusion-logo-right";}}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:14:"logo_alignment";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"mobile-logo-pos-$";s:12:"remove_attrs";a:3:{i:0;s:20:"mobile-logo-pos-left";i:1;s:22:"mobile-logo-pos-center";i:2;s:21:"mobile-logo-pos-right";}}i:3;a:5:{s:7:"element";s:41:".side-header-wrapper .side-header-content";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:13:"fusion-logo-$";s:12:"remove_attrs";a:3:{i:0;s:16:"fusion-logo-left";i:1;s:18:"fusion-logo-center";i:2;s:17:"fusion-logo-right";}}i:4;a:5:{s:7:"element";s:48:".side-header-wrapper .fusion-main-menu-container";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:18:"fusion-logo-menu-$";s:12:"remove_attrs";a:3:{i:0;s:21:"fusion-logo-menu-left";i:1;s:23:"fusion-logo-menu-center";i:2;s:22:"fusion-logo-menu-right";}}}}s:11:"logo_margin";a:9:{s:5:"label";s:12:"Logo Margins";s:11:"description";s:56:"Controls the top/right/bottom/left margins for the logo.";s:2:"id";s:11:"logo_margin";s:7:"default";a:4:{s:3:"top";s:4:"34px";s:6:"bottom";s:4:"34px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}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:4:"type";s:7:"spacing";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:4:{i:0;a:4:{s:4:"name";s:17:"--logo_margin-top";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:3:"top";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}i:1;a:4:{s:4:"name";s:20:"--logo_margin-bottom";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:6:"bottom";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}i:2;a:4:{s:4:"name";s:18:"--logo_margin-left";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:4:"left";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}i:3;a:4:{s:4:"name";s:19:"--logo_margin-right";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:5:"right";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}}s:6:"output";a:6:{i:0;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:3:"top";s:8:"function";s:4:"attr";s:4:"attr";s:15:"data-margin-top";}i:1;a:3:{s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:2:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:18:"header_padding_top";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:6:"bottom";s:8:"function";s:4:"attr";s:4:"attr";s:18:"data-margin-bottom";}i:3;a:3:{s:6:"choice";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:18:"logo_margin_bottom";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:4;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:4:"left";s:8:"function";s:4:"attr";s:4:"attr";s:16:"data-margin-left";}i:5;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:5:"right";s:8:"function";s:4:"attr";s:4:"attr";s:17:"data-margin-right";}}}s:15:"logo_background";a:9:{s:5:"label";s:15:"Logo Background";s:11:"description";s:53:"Turn on to display a colored background for the logo.";s:2:"id";s:15:"logo_background";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:28:"fusion-gutter-and-and-or-and";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:4;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}}s:15:"partial_refresh";a:1:{s:20:"partial_refresh_logo";a:3:{s:8:"selector";s:36:".fusion-logo,.fusion-logo-background";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:9:"body,html";s:9:"className";s:25:"avada-has-logo-background";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:21:"logo_background_color";a:8:{s:5:"label";s:21:"Logo Background Color";s:11:"description";s:43:"Controls the background color for the logo.";s:2:"id";s:21:"logo_background_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:36:"fusion-gutter-and-and-and-or-and-and";s:8:"required";a:7:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}i:2;a:3:{s:7:"setting";s:15:"logo_background";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:4;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:5;a:3:{s:7:"setting";s:15:"logo_background";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:6;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--logo_background_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"logo_custom_link";a:6:{s:5:"label";s:20:"Logo Custom Link URL";s:11:"description";s:95:"Enter a custom URL the site logo should link to. Leave empty to let logo link to the home page.";s:2:"id";s:16:"logo_custom_link";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:17:".fusion-logo-link";s:8:"function";s:4:"attr";s:4:"attr";s:4:"href";s:13:"value_pattern";s:1:"$";}}}s:23:"default_logo_info_title";a:5:{s:5:"label";s:12:"Default Logo";s:11:"description";s:0:"";s:2:"id";s:23:"default_logo_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:4:"logo";a:9:{s:5:"label";s:12:"Default Logo";s:11:"description";s:35:"Select an image file for your logo.";s:2:"id";s:4:"logo";s:7:"default";s:80:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/logo.png";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:15:"partial_refresh";a:1:{s:20:"partial_refresh_logo";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:14:".fusion-header";i:1;s:33:"#side-header .side-header-wrapper";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:9:"Edit Logo";s:4:"icon";s:19:"fusiona-plus-circle";s:5:"order";i:2;}}}}s:11:"logo_retina";a:9:{s:5:"label";s:19:"Retina Default Logo";s:11:"description";s:107:"Select an image file for the retina version of the logo. It should be exactly 2x the size of the main logo.";s:2:"id";s:11:"logo_retina";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:15:"partial_refresh";a:1:{s:27:"partial_refresh_logo_retina";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}s:22:"sticky_logo_info_title";a:5:{s:5:"label";s:18:"Sticky Header Logo";s:11:"description";s:0:"";s:2:"id";s:22:"sticky_logo_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:18:"sticky_header_logo";a:9:{s:5:"label";s:18:"Sticky Header Logo";s:11:"description";s:49:"Select an image file for your sticky header logo.";s:2:"id";s:18:"sticky_header_logo";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:15:"partial_refresh";a:1:{s:34:"partial_refresh_sticky_header_logo";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:22:".fusion-logo-alignment";s:9:"className";s:20:"fusion-sticky-logo-1";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"sticky_header_logo_retina";a:9:{s:5:"label";s:25:"Retina Sticky Header Logo";s:11:"description";s:130:"Select an image file for the retina version of the sticky header logo. It should be exactly 2x the size of the sticky header logo.";s:2:"id";s:25:"sticky_header_logo_retina";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"sticky_header_logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:18:"sticky_header_logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:18:"sticky_header_logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:15:"partial_refresh";a:1:{s:41:"partial_refresh_sticky_header_logo_retina";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}s:22:"mobile_logo_info_title";a:5:{s:5:"label";s:11:"Mobile Logo";s:11:"description";s:0:"";s:2:"id";s:22:"mobile_logo_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:11:"mobile_logo";a:8:{s:5:"label";s:11:"Mobile Logo";s:11:"description";s:42:"Select an image file for your mobile logo.";s:2:"id";s:11:"mobile_logo";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:15:"partial_refresh";a:1:{s:27:"partial_refresh_mobile_logo";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}s:18:"mobile_logo_retina";a:9:{s:5:"label";s:18:"Retina Mobile Logo";s:11:"description";s:116:"Select an image file for the retina version of the mobile logo. It should be exactly 2x the size of the mobile logo.";s:2:"id";s:18:"mobile_logo_retina";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"mobile_logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:11:"mobile_logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:11:"mobile_logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:15:"partial_refresh";a:1:{s:34:"partial_refresh_mobile_logo_retina";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}}}s:8:"favicons";a:7:{s:5:"label";s:7:"Favicon";s:11:"description";s:0:"";s:2:"id";s:8:"favicons";s:4:"icon";b:1;s:8:"position";s:5:"start";s:4:"type";s:11:"sub-section";s:6:"fields";a:5:{s:7:"favicon";a:7:{s:5:"label";s:7:"Favicon";s:11:"description";s:55:"Favicon for your website at 32px x 32px or 64px x 64px.";s:2:"id";s:7:"favicon";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:9:"transport";s:11:"postMessage";}s:11:"iphone_icon";a:7:{s:5:"label";s:24:"Apple iPhone Icon Upload";s:11:"description";s:42:"Favicon for Apple iPhone at 120px x 120px.";s:2:"id";s:11:"iphone_icon";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:9:"transport";s:11:"postMessage";}s:18:"iphone_icon_retina";a:8:{s:5:"label";s:31:"Apple iPhone Retina Icon Upload";s:11:"description";s:57:"Favicon for Apple iPhone Retina Version at 180px x 180px.";s:2:"id";s:18:"iphone_icon_retina";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"iphone_icon";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:11:"iphone_icon";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:11:"iphone_icon";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:9:"transport";s:11:"postMessage";}s:9:"ipad_icon";a:7:{s:5:"label";s:22:"Apple iPad Icon Upload";s:11:"description";s:40:"Favicon for Apple iPad at 152px x 152px.";s:2:"id";s:9:"ipad_icon";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:9:"transport";s:11:"postMessage";}s:16:"ipad_icon_retina";a:8:{s:5:"label";s:29:"Apple iPad Retina Icon Upload";s:11:"description";s:55:"Favicon for Apple iPad Retina Version at 167px x 167px.";s:2:"id";s:16:"ipad_icon_retina";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:9:"ipad_icon";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:9:"ipad_icon";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:9:"ipad_icon";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:9:"transport";s:11:"postMessage";}}}}}s:14:"page_title_bar";a:6:{s:5:"label";s:14:"Page Title Bar";s:2:"id";s:22:"heading_page_title_bar";s:8:"priority";i:7;s:4:"icon";s:18:"el-icon-adjust-alt";s:8:"alt_icon";s:18:"fusiona-page_title";s:6:"fields";a:22:{s:30:"page_title_bar_template_notice";a:5:{s:2:"id";s:30:"page_title_bar_template_notice";s:5:"label";s:0:"";s:11:"description";s:336:"
IMPORTANT NOTE: The options on this tab are not available because a global Page Title Bar override is currently used. To edit your global layout please visit this page.
";s:6:"hidden";b:1;s:4:"type";s:6:"custom";}s:14:"page_title_bar";a:9:{s:5:"label";s:14:"Page Title Bar";s:11:"description";s:41:"Controls how the page title bar displays.";s:2:"id";s:14:"page_title_bar";s:7:"default";s:15:"bar_and_content";s:6:"hidden";b:0;s:7:"choices";a:3:{s:15:"bar_and_content";s:20:"Show Bar and Content";s:12:"content_only";s:17:"Show Content Only";s:4:"hide";s:4:"Hide";}s:4:"type";s:6:"select";s:15:"partial_refresh";a:1:{s:38:"page_title_bar_contents_page_title_bar";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:20:"avada-has-titlebar-$";s:12:"remove_attrs";a:3:{i:0;s:23:"avada-has-titlebar-hide";i:1;s:34:"avada-has-titlebar-bar_and_content";i:2;s:31:"avada-has-titlebar-content_only";}}}}s:17:"page_title_bar_bs";a:9:{s:5:"label";s:40:"Breadcrumbs / Search Bar Content Display";s:11:"description";s:313:"Controls what displays in the breadcrumbs area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"page_title_bar_bs";s:7:"default";s:11:"breadcrumbs";s:6:"hidden";b:0;s:4:"type";s:6:"select";s:7:"choices";a:3:{s:4:"none";s:4:"None";s:11:"breadcrumbs";s:11:"Breadcrumbs";s:10:"search_box";s:10:"Search Bar";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:57:"page_title_bar_contents_breadcrumb_show_post_type_archive";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}}s:19:"page_title_bar_text";a:8:{s:5:"label";s:23:"Page Title Bar Headings";s:11:"description";s:312:"Turn on to display the page title bar headings. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"page_title_bar_text";s:7:"default";s:1:"1";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:43:"page_title_bar_contents_page_title_bar_text";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}}s:28:"page_title_bar_styling_title";a:6:{s:5:"label";s:22:"Page Title Bar Styling";s:11:"description";s:0:"";s:2:"id";s:28:"page_title_bar_styling_title";s:6:"hidden";b:0;s:4:"icon";b:1;s:4:"type";s:4:"info";}s:20:"page_title_100_width";a:8:{s:5:"label";s:25:"Page Title Bar 100% Width";s:11:"description";s:389:"Turn on to have the page title bar area display at 100% width according to the viewport size. Turn off to follow site width. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_100_width";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:29:"avada-has-pagetitle-100-width";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"page_title_height";a:8:{s:5:"label";s:21:"Page Title Bar Height";s:11:"description";s:318:"Controls the height of the page title bar on desktop. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"page_title_height";s:7:"default";s:5:"300px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--page_title_height";s:7:"element";s:22:".fusion-page-title-bar";}}}s:24:"page_title_mobile_height";a:9:{s:5:"label";s:28:"Page Title Bar Mobile Height";s:11:"description";s:317:"Controls the height of the page title bar on mobile. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"page_title_mobile_height";s:7:"default";s:5:"240px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--page_title_mobile_height";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:2:{i:0;s:23:"convert_font_size_to_px";i:1;a:2:{s:7:"setting";s:20:"page_title_font_size";s:8:"addUnits";b:1;}}}}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:4:"auto";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:39:"avada-has-page-title-mobile-height-auto";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"page_title_bg_color";a:8:{s:5:"label";s:31:"Page Title Bar Background Color";s:11:"description";s:317:"Controls the background color of the page title bar. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"page_title_bg_color";s:7:"default";s:7:"#f2f3f5";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--page_title_bg_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"page_title_border_color";a:9:{s:5:"label";s:28:"Page Title Bar Borders Color";s:11:"description";s:314:"Controls the border colors of the page title bar. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:23:"page_title_border_color";s:7:"default";s:19:"rgba(226,226,226,0)";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--page_title_border_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:22:".fusion-page-title-bar";s:8:"property";s:6:"border";s:11:"js_callback";a:2:{i:0;s:31:"fusionReturnStringIfTransparent";i:1;a:2:{s:11:"transparent";s:4:"none";s:6:"opaque";s:0:"";}}s:17:"sanitize_callback";a:2:{i:0;s:22:"Avada_Output_Callbacks";i:1;s:23:"page_title_border_color";}}}}s:20:"page_title_font_size";a:9:{s:5:"label";s:32:"Page Title Bar Heading Font Size";s:11:"description";s:324:"Controls the font size for the page title bar main heading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_font_size";s:7:"default";s:4:"54px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--page_title_font_size";s:7:"element";s:22:".fusion-page-title-bar";}}}s:22:"page_title_line_height";a:9:{s:5:"label";s:34:"Page Title Bar Heading Line Height";s:11:"description";s:326:"Controls the line height for the page title bar main heading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"page_title_line_height";s:7:"default";s:6:"normal";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--page_title_line_height";s:7:"element";s:22:".fusion-page-title-bar";}}}s:16:"page_title_color";a:8:{s:5:"label";s:33:"Page Title Bar Heading Font Color";s:11:"description";s:324:"Controls the text color of the page title bar main heading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"page_title_color";s:7:"default";s:7:"#212934";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--page_title_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"page_title_subheader_font_size";a:9:{s:5:"label";s:35:"Page Title Bar Subheading Font Size";s:11:"description";s:321:"Controls the font size for the page titlebar subheading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:30:"page_title_subheader_font_size";s:7:"default";s:4:"18px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:32:"--page_title_subheader_font_size";s:7:"element";s:22:".fusion-page-title-bar";}}}s:26:"page_title_subheader_color";a:8:{s:5:"label";s:36:"Page Title Bar Subheading Font Color";s:11:"description";s:322:"Controls the text color of the page title bar subheading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"page_title_subheader_color";s:7:"default";s:7:"#4a4e57";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--page_title_subheader_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"page_title_alignment";a:9:{s:5:"label";s:29:"Page Title Bar Text Alignment";s:11:"description";s:430:"Choose the title and subhead text alignment. Breadcrumbs / search field will be on opposite side for left / right alignment and below the title for center alignment. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_alignment";s:7:"default";s:6:"center";s:6:"hidden";b:0;s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:44:"page_title_bar_contents_page_title_alignment";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}}s:29:"page_title_bar_bg_image_title";a:6:{s:5:"label";s:31:"Page Title Bar Background Image";s:11:"description";s:0:"";s:2:"id";s:29:"page_title_bar_bg_image_title";s:4:"icon";b:1;s:6:"hidden";b:0;s:4:"type";s:4:"info";}s:13:"page_title_bg";a:9:{s:5:"label";s:31:"Page Title Bar Background Image";s:11:"description";s:380:"Select an image for the page title bar background. If left empty, the page title bar background color will be used. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:13:"page_title_bg";s:7:"default";s:0:"";s:6:"hidden";b:0;s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:4:{s:4:"name";s:15:"--page_title_bg";s:7:"element";s:22:".fusion-page-title-bar";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:4:"none";}}}}}s:20:"page_title_bg_retina";a:10:{s:5:"label";s:38:"Retina Page Title Bar Background Image";s:11:"description";s:404:"Select an image for the retina version of the page title bar background. It should be exactly 2x the size of the page title bar background. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_bg_retina";s:7:"default";s:0:"";s:6:"hidden";b:0;s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:4:{s:4:"name";s:22:"--page_title_bg_retina";s:7:"element";s:22:".fusion-page-title-bar";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:20:"var(--page_title_bg)";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"html";s:9:"className";s:38:"avada-has-pagetitlebar-retina-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"page_title_bg_full";a:8:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:382:"Turn on to have the page title bar background image display at 100% in width and height according to the window size. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:18:"page_title_bg_full";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-pagetitle-bg-full";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"page_title_bg_parallax";a:8:{s:5:"label";s:25:"Parallax Background Image";s:11:"description";s:332:"Turn on to use a parallax scrolling effect on the background image. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"page_title_bg_parallax";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-has-pagetitle-bg-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"page_title_fading";a:8:{s:5:"label";s:16:"Fading Animation";s:11:"description";s:316:"Turn on to have the page title text fade on scroll. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"page_title_fading";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaFadeVars";s:2:"id";s:17:"page_title_fading";s:7:"trigger";a:1:{i:0;s:27:"avadaTriggerPageTitleFading";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}}}s:11:"breadcrumbs";a:6:{s:5:"label";s:11:"Breadcrumbs";s:2:"id";s:19:"heading_breadcrumbs";s:8:"priority";i:7;s:4:"icon";s:21:"el-icon-chevron-right";s:8:"alt_icon";s:18:"fusiona-breadcrumb";s:6:"fields";a:8:{s:17:"breadcrumb_mobile";a:7:{s:5:"label";s:29:"Breadcrumbs on Mobile Devices";s:11:"description";s:314:"Turn on to display breadcrumbs on mobile devices. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"breadcrumb_mobile";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:34:"avada-has-breadcrumb-mobile-hidden";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"breacrumb_prefix";a:7:{s:5:"label";s:18:"Breadcrumbs Prefix";s:11:"description";s:310:"Controls the text before the breadcrumb menu. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"breacrumb_prefix";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:40:"page_title_bar_contents_breacrumb_prefix";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}s:20:"breadcrumb_separator";a:7:{s:5:"label";s:21:"Breadcrumbs Separator";s:11:"description";s:320:"Controls the type of separator between each breadcrumb. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"breadcrumb_separator";s:7:"default";s:1:"/";s:4:"type";s:4:"text";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:44:"page_title_bar_contents_breadcrumb_separator";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}s:21:"breadcrumbs_font_size";a:8:{s:5:"label";s:21:"Breadcrumbs Font Size";s:11:"description";s:313:"Controls the font size for the breadcrumbs text. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:21:"breadcrumbs_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--breadcrumbs_font_size";s:7:"element";s:22:".fusion-page-title-bar";}}}s:22:"breadcrumbs_text_color";a:7:{s:5:"label";s:22:"Breadcrumbs Text Color";s:11:"description";s:313:"Controls the text color of the breadcrumbs font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"breadcrumbs_text_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--breadcrumbs_text_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"breadcrumbs_text_hover_color";a:7:{s:5:"label";s:28:"Breadcrumbs Text Hover Color";s:11:"description";s:319:"Controls the text hover color of the breadcrumbs font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:28:"breadcrumbs_text_hover_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:3:{s:4:"name";s:30:"--breadcrumbs_text_hover_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:26:"breadcrumb_show_categories";a:7:{s:5:"label";s:30:"Post Categories on Breadcrumbs";s:11:"description";s:328:"Turn on to display the post categories in the breadcrumbs path. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"breadcrumb_show_categories";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:50:"page_title_bar_contents_breadcrumb_show_categories";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}s:33:"breadcrumb_show_post_type_archive";a:7:{s:5:"label";s:33:"Post Type Archives on Breadcrumbs";s:11:"description";s:327:"Turn on to display post type archives in the breadcrumbs path. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:33:"breadcrumb_show_post_type_archive";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:57:"page_title_bar_contents_breadcrumb_show_post_type_archive";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}}}s:11:"sliding_bar";a:6:{s:5:"label";s:11:"Sliding Bar";s:2:"id";s:19:"heading_sliding_bar";s:8:"priority";i:8;s:4:"icon";s:20:"el-icon-chevron-down";s:8:"alt_icon";s:18:"fusiona-arrow-down";s:6:"fields";a:21:{s:18:"slidingbar_widgets";a:8:{s:5:"label";s:23:"Sliding Bar on Desktops";s:11:"description";s:47:"Turn on to display the sliding bar on desktops.";s:2:"id";s:18:"slidingbar_widgets";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:24:".fusion-sliding-bar-area";}s:9:"shortcuts";a:2:{i:0;a:2:{s:10:"aria_label";s:16:"Edit Sliding Bar";s:4:"icon";s:18:"fusiona-arrow-down";}i:1;a:2:{s:10:"aria_label";s:24:"Edit Sliding Bar Widgets";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";}}}s:15:"partial_refresh";a:2:{s:38:"sliding_bar_content_slidingbar_widgets";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}s:33:"header_content_slidingbar_widgets";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:28:"avada-has-slidingbar-widgets";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"mobile_slidingbar_widgets";a:7:{s:5:"label";s:21:"Sliding Bar On Mobile";s:11:"description";s:258:"Turn on to display the sliding bar on mobiles. IMPORTANT: Due to mobile screen sizes and overlapping issues, when this option is enabled the triangle toggle style in the top right position will be forced for square and circle desktop styles.";s:2:"id";s:25:"mobile_slidingbar_widgets";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:20:"no-mobile-slidingbar";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"slidingbar_open_on_load";a:7:{s:5:"label";s:29:"Sliding Bar Open On Page Load";s:11:"description";s:57:"Turn on to have the sliding bar open when the page loads.";s:2:"id";s:23:"slidingbar_open_on_load";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:19:"slidingbar_position";a:9:{s:5:"label";s:20:"Sliding Bar Position";s:11:"description";s:93:"Controls the position of the sliding bar to be in the top, right, bottom or left of the site.";s:2:"id";s:19:"slidingbar_position";s:7:"default";s:3:"top";s:4:"type";s:6:"select";s:7:"choices";a:4:{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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:39:"sliding_bar_content_slidingbar_position";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:31:"avada-has-slidingbar-position-$";s:12:"remove_attrs";a:4:{i:0;s:33:"avada-has-slidingbar-position-top";i:1;s:35:"avada-has-slidingbar-position-right";i:2;s:36:"avada-has-slidingbar-position-bottom";i:3;s:34:"avada-has-slidingbar-position-left";}}}}s:16:"slidingbar_width";a:8:{s:5:"label";s:17:"Sliding Bar Width";s:11:"description";s:60:"Controls the width of the sliding bar on left/right layouts.";s:2:"id";s:16:"slidingbar_width";s:7:"default";s:5:"300px";s:4:"type";s:9:"dimension";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:6:"bottom";}}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:18:"--slidingbar_width";}i:1;a:2:{s:4:"name";s:32:"--slidingbar_width-percent_to_vw";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vw";}}}}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:1:"%";i:1;s:8:"contains";}s:7:"element";s:4:"body";s:9:"className";s:34:"avada-has-slidingbar-width-percent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"slidingbar_sticky";a:7:{s:5:"label";s:18:"Sticky Sliding Bar";s:11:"description";s:39:"Turn on to enable a sticky sliding bar.";s:2:"id";s:17:"slidingbar_sticky";s:7:"default";i:1;s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:5:"right";}i:2;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:4:"left";}}s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-slidingbar-sticky";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:16:"#slidingbar-area";s:9:"className";s:25:"fusion-sliding-bar-sticky";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"slidingbar_widgets_columns";a:8:{s:5:"label";s:29:"Number of Sliding Bar Columns";s:11:"description";s:50:"Controls the number of columns in the sliding bar.";s:2:"id";s:26:"slidingbar_widgets_columns";s:7:"default";s:1:"2";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:1:"6";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:46:"sliding_bar_content_slidingbar_widgets_columns";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}}}s:27:"slidingbar_column_alignment";a:8:{s:5:"label";s:28:"Sliding Bar Column Alignment";s:11:"description";s:132:"Allows your sliding bar columns to be stacked (one above the other) or floated (side by side) when using the left or right position.";s:2:"id";s:27:"slidingbar_column_alignment";s:7:"default";s:7:"stacked";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"stacked";s:7:"Stacked";s:7:"floated";s:7:"Floated";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:6:"bottom";}}s:15:"partial_refresh";a:1:{s:47:"sliding_bar_content_slidingbar_column_alignment";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}}}s:26:"slidingbar_content_padding";a:8:{s:5:"label";s:27:"Sliding Bar Content Padding";s:11:"description";s:68:"Controls the top/right/bottom/left paddings of the sliding bar area.";s:2:"id";s:26:"slidingbar_content_padding";s:7:"default";a:4:{s:3:"top";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"30px";s:5:"right";s:4:"30px";}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:4:"type";s:7:"spacing";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:32:"--slidingbar_content_padding-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:35:"--slidingbar_content_padding-bottom";s:6:"choice";s:6:"bottom";}i:2;a:2:{s:4:"name";s:33:"--slidingbar_content_padding-left";s:6:"choice";s:4:"left";}i:3;a:2:{s:4:"name";s:34:"--slidingbar_content_padding-right";s:6:"choice";s:5:"right";}}}s:24:"slidingbar_content_align";a:8:{s:5:"label";s:29:"Sliding Bar Content Alignment";s:11:"description";s:39:"Controls sliding bar content alignment.";s:2:"id";s:24:"slidingbar_content_align";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--slidingbar_content_align";s:7:"element";s:19:".fusion-sliding-bar";}}}s:25:"sliding_bar_styling_title";a:5:{s:5:"label";s:19:"Sliding Bar Styling";s:11:"description";s:0:"";s:2:"id";s:25:"sliding_bar_styling_title";s:4:"type";s:4:"info";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:23:"slidingbar_toggle_style";a:10:{s:5:"label";s:24:"Sliding Bar Toggle Style";s:11:"description";s:50:"Controls the appearance of the sliding bar toggle.";s:2:"id";s:23:"slidingbar_toggle_style";s:7:"default";s:6:"circle";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:4:{s:8:"triangle";s:8:"Triangle";s:9:"rectangle";s:9:"Rectangle";s:6:"circle";s:6:"Circle";s:4:"menu";s:14:"Main Menu Icon";}s:5:"icons";a:4:{s:8:"triangle";s:210:"";s:9:"rectangle";s:121:"";s:6:"circle";s:121:"";s:4:"menu";s:176:"";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:3:{s:43:"sliding_bar_content_slidingbar_toggle_style";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}s:49:"slidingbar_toggle_style_header_remove_before_hook";a:3:{s:8:"selector";s:112:".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:49:"slidingbar_toggle_style_header_replace_after_hook";a:4:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:15:"header_position";}s:21:"success_trigger_event";s:40:"header-rendered fusion-partial-wooslider";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:32:"avada-slidingbar-toggle-style--$";s:12:"remove_attrs";a:4:{i:0;s:38:"avada-slidingbar-toggle-style-triangle";i:1;s:39:"avada-slidingbar-toggle-style-rectangle";i:2;s:36:"avada-slidingbar-toggle-style-circle";i:3;s:34:"avada-slidingbar-toggle-style-menu";}}}}s:19:"slidingbar_bg_color";a:7:{s:5:"label";s:28:"Sliding Bar Background Color";s:11:"description";s:49:"Controls the background color of the sliding bar.";s:2:"id";s:19:"slidingbar_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#212934";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--slidingbar_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:24:"slidingbar_divider_color";a:7:{s:5:"label";s:30:"Sliding Bar Item Divider Color";s:11:"description";s:46:"Controls the divider color in the sliding bar.";s:2:"id";s:24:"slidingbar_divider_color";s:7:"default";s:7:"#26303e";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--slidingbar_divider_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"slidingbar_toggle_icon_color";a:7:{s:5:"label";s:35:"Sliding Bar Toggle/Close Icon Color";s:11:"description";s:118:"Controls the color of the sliding bar toggle icon and of the close icon when using the main menu icon as toggle style.";s:2:"id";s:28:"slidingbar_toggle_icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:30:"--slidingbar_toggle_icon_color";s:7:"element";s:25:".fusion-sb-toggle-wrapper";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"slidingbar_font_size";a:8:{s:5:"label";s:29:"Sliding Bar Heading Font Size";s:11:"description";s:56:"Controls the font size for the sliding bar heading text.";s:2:"id";s:20:"slidingbar_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--slidingbar_font_size";s:7:"element";s:11:"#slidingbar";}}}s:25:"slidingbar_headings_color";a:7:{s:5:"label";s:26:"Sliding Bar Headings Color";s:11:"description";s:56:"Controls the text color of the sliding bar heading font.";s:2:"id";s:25:"slidingbar_headings_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:27:"--slidingbar_headings_color";s:7:"element";s:16:"#slidingbar-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"slidingbar_text_color";a:7:{s:5:"label";s:22:"Sliding Bar Font Color";s:11:"description";s:48:"Controls the text color of the sliding bar font.";s:2:"id";s:21:"slidingbar_text_color";s:7:"default";s:21:"rgba(255,255,255,0.6)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:23:"--slidingbar_text_color";s:7:"element";s:16:"#slidingbar-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"slidingbar_link_color";a:7:{s:5:"label";s:22:"Sliding Bar Link Color";s:11:"description";s:53:"Controls the text color of the sliding bar link font.";s:2:"id";s:21:"slidingbar_link_color";s:7:"default";s:22:"rgba(255,255,255,0.86)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--slidingbar_link_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"slidingbar_link_color_hover";a:7:{s:5:"label";s:28:"Sliding Bar Link Hover Color";s:11:"description";s:59:"Controls the text hover color of the sliding bar link font.";s:2:"id";s:27:"slidingbar_link_color_hover";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:29:"--slidingbar_link_color_hover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:17:"slidingbar_border";a:7:{s:5:"label";s:21:"Border on Sliding Bar";s:11:"description";s:82:"Turn on to display a border line on the sliding bar which makes it stand out more.";s:2:"id";s:17:"slidingbar_border";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-slidingbar-border";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:16:"#slidingbar-area";s:9:"className";s:25:"fusion-sliding-bar-border";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}}}s:6:"footer";a:7:{s:5:"label";s:6:"Footer";s:2:"id";s:14:"heading_footer";s:8:"priority";i:9;s:4:"icon";s:18:"el-icon-arrow-down";s:8:"alt_icon";s:14:"fusiona-footer";s:5:"class";s:22:"hidden-section-heading";s:6:"fields";a:3:{s:33:"footer_content_options_subsection";a:6:{s:5:"label";s:14:"Footer Content";s:2:"id";s:33:"footer_content_options_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:7:{s:14:"footer_widgets";a:7:{s:5:"label";s:14:"Footer Widgets";s:11:"description";s:34:"Turn on to display footer widgets.";s:2:"id";s:14:"footer_widgets";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:29:"footer_content_footer_widgets";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:14:".fusion-footer";}s:9:"shortcuts";a:2:{i:0;a:4:{s:10:"aria_label";s:11:"Edit Footer";s:4:"icon";s:14:"fusiona-footer";s:11:"open_parent";b:1;s:35:"link_to_template_if_override_active";s:6:"footer";}i:1;a:4:{s:10:"aria_label";s:19:"Edit Footer Widgets";s:9:"css_class";s:19:"fusion-edit-sidebar";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";s:28:"disable_on_template_override";s:6:"footer";}}}}s:22:"footer_widgets_columns";a:8:{s:5:"label";s:24:"Number of Footer Columns";s:11:"description";s:310:"Controls the number of columns in the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"footer_widgets_columns";s:7:"default";s:1:"4";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:1:"6";s:4:"step";s:1:"1";}s:4:"type";s:6:"slider";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:37:"footer_content_footer_widgets_columns";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:29:"footer_widgets_center_content";a:7:{s:5:"label";s:29:"Center Footer Widgets Content";s:11:"description";s:309:"Turn on to center the footer widget content. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:29:"footer_widgets_center_content";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:45:".fusion-footer-widget-area.fusion-widget-area";s:9:"className";s:32:"fusion-footer-widget-area-center";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"footer_special_effects";a:8:{s:5:"label";s:22:"Footer Special Effects";s:11:"description";s:44:"Select a special effect for the footer area.";s:2:"id";s:22:"footer_special_effects";s:7:"default";s:4:"none";s:4:"type";s:5:"radio";s:7:"choices";a:5:{s:4:"none";s:4:"None";s:22:"footer_parallax_effect";a:2:{i:0;s:22:"Footer Parallax Effect";i:1;s:59:"This enables a fixed footer with parallax scrolling effect.";}s:23:"footer_area_bg_parallax";a:2:{i:0;s:25:"Parallax Background Image";i:1;s:125:"This enables a parallax effect on the background image selected in "Background Image For Footer Widget Area" field.";}s:13:"footer_sticky";a:2:{i:0;s:13:"Sticky Footer";i:1;s:317:"This enables a sticky footer. On short pages, the footer will always stick at the bottom, just "above the fold". On long enough pages, it will act just like a normal footer. IMPORTANT: This will not work properly when using a Left or Right Side Header layout and the side header is larger than the viewport.";}s:36:"footer_sticky_with_parallax_bg_image";a:2:{i:0;s:43:"Sticky Footer and Parallax Background Image";i:1;s:239:"This enables a sticky footer together with a parallax effect on the background image. On short pages, the footer will always stick at the bottom, just "above the fold". On long enough pages, it will act just like a normal footer.";}}s:6:"output";a:8:{i:0;a:4:{s:7:"element";s:4:"html";s:8:"property";s:6:"height";s:13:"value_pattern";s:4:"100%";s:7:"exclude";a:3:{i:0;s:4:"none";i:1;s:22:"footer_parallax_effect";i:2;s:23:"footer_area_bg_parallax";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaSideHeaderVars";s:2:"id";s:22:"footer_special_effects";s:7:"trigger";a:1:{i:0;s:22:"fusionSideHeaderScroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;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:22:"footer_parallax_effect";i:1;s:3:"===";}s:7:"element";s:14:".fusion-footer";s:9:"className";s:22:"fusion-footer-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;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:4:"none";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:20:"avada-footer-fx-none";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:4;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:22:"footer_parallax_effect";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-footer-fx-parallax-effect";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:5;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:23:"footer_area_bg_parallax";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-footer-fx-bg-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:6;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:13:"footer_sticky";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:22:"avada-footer-fx-sticky";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:7;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:36:"footer_sticky_with_parallax_bg_image";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:42:"avada-footer-sticky-with-parallax-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:1:{s:37:"footer_content_footer_special_effects";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:16:"footer_copyright";a:6:{s:5:"label";s:13:"Copyright Bar";s:11:"description";s:37:"Turn on to display the copyright bar.";s:2:"id";s:16:"footer_copyright";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:31:"footer_content_footer_copyright";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:31:"footer_copyright_center_content";a:7:{s:5:"label";s:24:"Center Copyright Content";s:11:"description";s:309:"Turn on to center the copyright bar content. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:31:"footer_copyright_center_content";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:29:".fusion-footer-copyright-area";s:9:"className";s:30:"fusion-footer-copyright-center";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"footer_text";a:9:{s:5:"label";s:14:"Copyright Text";s:11:"description";s:340:"Enter the text that displays in the copyright bar. HTML markup can be used. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:11:"footer_text";s:7:"default";s:217:"Copyright 2012 - 2021 | Avada Website Builder by ThemeFusion | All Rights Reserved | Powered by WordPress";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:300;s:5:"theme";s:6:"chrome";}s:17:"sanitize_callback";a:2:{i:0;s:22:"Avada_Output_Callbacks";i:1;s:10:"unfiltered";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:11:"footer_text";a:4:{s:8:"selector";s:24:".fusion-copyright-notice";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:9:"copyright";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}}}s:42:"footer_background_image_options_subsection";a:6:{s:5:"label";s:23:"Footer Background Image";s:2:"id";s:42:"footer_background_image_options_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:4:{s:16:"footerw_bg_image";a:9:{s:5:"label";s:39:"Background Image For Footer Widget Area";s:11:"description";s:371:"Select an image for the footer widget background. If left empty, the footer background color will be used. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"footerw_bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:4:{s:4:"name";s:18:"--footerw_bg_image";s:6:"choice";s:3:"url";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:0:"";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"body";s:9:"className";s:32:"avada-has-footer-widget-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"footerw_bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:374:"Turn on to have the footer background image display at 100% in width and height according to the window size. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:15:"footerw_bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:22:"--footerw_bg_full-size";s:7:"element";s:26:".fusion-footer-widget-area";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:5:"cover";i:1;s:7:"initial";}s:10:"conditions";a:1:{i:0;a:2:{i:0;s:15:"footerw_bg_full";i:1;s:4:"true";}}}}}i:1;a:3:{s:4:"name";s:26:"--footerw_bg_full-position";s:7:"element";s:26:".fusion-footer-widget-area";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:13:"center center";i:1;s:21:"var(--footerw_bg_pos)";}s:10:"conditions";a:1:{i:0;a:2:{i:0;s:15:"footerw_bg_full";i:1;s:4:"true";}}}}}}}s:17:"footerw_bg_repeat";a:8:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:307:"Controls how the background image repeats. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"footerw_bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--footerw_bg_repeat";s:7:"element";s:26:".fusion-footer-widget-area";}}}s:14:"footerw_bg_pos";a:8:{s:5:"label";s:19:"Background Position";s:11:"description";s:313:"Controls how the background image is positioned. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:14:"footerw_bg_pos";s:7:"default";s:13:"center center";s:4:"type";s:6:"select";s:7:"choices";a:9:{s:8:"top left";s:8:"top left";s:10:"top center";s:10:"top center";s:9:"top right";s:9:"top right";s:11:"center left";s:11:"center left";s:13:"center center";s:13:"center center";s:12:"center right";s:12:"center right";s:11:"bottom left";s:11:"bottom left";s:13:"bottom center";s:13:"bottom center";s:12:"bottom right";s:12:"bottom right";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--footerw_bg_pos";s:7:"element";s:26:".fusion-footer-widget-area";}}}}}s:33:"footer_styling_options_subsection";a:6:{s:5:"label";s:14:"Footer Styling";s:2:"id";s:33:"footer_styling_options_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"hidden";b:0;s:6:"fields";a:23:{s:16:"footer_100_width";a:8:{s:5:"label";s:17:"100% Footer Width";s:11:"description";s:379:"Turn on to have the footer area display at 100% width according to the window size. Turn off to follow site width. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"footer_100_width";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:20:"avada-has-100-footer";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"footer_area_padding";a:9:{s:5:"label";s:14:"Footer Padding";s:11:"description";s:323:"Controls the top/right/bottom/left padding for the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"footer_area_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:"60px";s:6:"bottom";s:4:"64px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}s:4:"type";s:7:"spacing";s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:25:"--footer_area_padding-top";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:28:"--footer_area_padding-bottom";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:6:"bottom";}i:2;a:3:{s:4:"name";s:26:"--footer_area_padding-left";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:4:"left";}i:3;a:3:{s:4:"name";s:27:"--footer_area_padding-right";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:5:"right";}}}s:15:"footer_bg_color";a:7:{s:5:"label";s:23:"Footer Background Color";s:11:"description";s:309:"Controls the background color of the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:15:"footer_bg_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:17:"--footer_bg_color";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"footer_border_size";a:8:{s:5:"label";s:18:"Footer Border Size";s:11:"description";s:308:"Controls the size of the top footer border. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:18:"footer_border_size";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:"50";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--footer_border_size";s:7:"element";s:26:".fusion-footer-widget-area";s:13:"value_pattern";s:3:"$px";}}}s:19:"footer_border_color";a:7:{s:5:"label";s:19:"Footer Border Color";s:11:"description";s:306:"Controls the border colors of the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"footer_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--footer_border_color";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"footer_divider_line";a:9:{s:5:"label";s:41:"Footer Widgets Area Vertical Divider Line";s:11:"description";s:350:"Turn on to have the footer widget area display vertical divider line between columns. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"footer_divider_line";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--footer_divider_line-flex";s:7:"element";s:14:".fusion-footer";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:4:"flex";i:1;s:5:"block";}s:10:"conditions";a:1:{i:0;a:2:{i:0;s:19:"footer_divider_line";i:1;s:4:"true";}}}}}}s:15:"partial_refresh";a:1:{s:27:"footer_divider_line_partial";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:24:"footer_divider_line_size";a:8:{s:5:"label";s:46:"Footer Widgets Area Vertical Divider Line Size";s:11:"description";s:347:"Controls the size of the vertical divider line between footer widget area columns. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"footer_divider_line_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:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--footer_divider_line_size";s:7:"element";s:14:".fusion-footer";s:13:"value_pattern";s:3:"$px";}}}s:25:"footer_divider_line_style";a:8:{s:5:"label";s:47:"Footer Widgets Area Vertical Divider Line Style";s:11:"description";s:348:"Controls the style of the vertical divider line between footer widget area columns. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:25:"footer_divider_line_style";s:7:"default";s:5:"solid";s:7:"choices";a:7:{s:4:"none";s:4:"None";s:5:"solid";s:5:"Solid";s:6:"dashed";s:6:"Dashed";s:6:"dotted";s:6:"Dotted";s:6:"double";s:6:"Double";s:6:"groove";s:6:"Groove";s:5:"ridge";s:5:"Ridge";}s:4:"type";s:6:"select";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--footer_divider_line_style";s:7:"element";s:14:".fusion-footer";}}}s:20:"footer_divider_color";a:7:{s:5:"label";s:27:"Footer Widget Divider Color";s:11:"description";s:371:"Controls the divider color in the footer widgets and also the vertical divider lines between widget areas. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"footer_divider_color";s:7:"default";s:7:"#26303e";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:22:"--footer_divider_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"footer_widgets_padding";a:9:{s:5:"label";s:27:"Footer Widgets Area Padding";s:11:"description";s:325:"Controls the right/left padding for the footer widget areas. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"footer_widgets_padding";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:1:"%";}}s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--footer_widgets_padding";s:7:"element";s:14:".fusion-footer";}}}s:17:"copyright_padding";a:8:{s:5:"label";s:17:"Copyright Padding";s:11:"description";s:320:"Controls the top/bottom padding for the copyright area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"copyright_padding";s:7:"default";a:2:{s:3:"top";s:4:"20px";s:6:"bottom";s:4:"20px";}s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:4:"type";s:7:"spacing";s:15:"soft_dependency";b:1;s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:23:"--copyright_padding-top";s:7:"element";s:29:".fusion-footer-copyright-area";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:26:"--copyright_padding-bottom";s:7:"element";s:29:".fusion-footer-copyright-area";s:6:"choice";s:6:"bottom";}}}s:18:"copyright_bg_color";a:7:{s:5:"label";s:26:"Copyright Background Color";s:11:"description";s:324:"Controls the background color of the footer copyright area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:18:"copyright_bg_color";s:7:"default";s:7:"#1d242d";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--copyright_bg_color";s:7:"element";s:29:".fusion-footer-copyright-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"copyright_border_size";a:8:{s:5:"label";s:21:"Copyright Border Size";s:11:"description";s:311:"Controls the size of the top copyright border. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:21:"copyright_border_size";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:"50";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:23:"--copyright_border_size";s:7:"element";s:29:".fusion-footer-copyright-area";s:13:"value_pattern";s:3:"$px";}}}s:22:"copyright_border_color";a:7:{s:5:"label";s:22:"Copyright Border Color";s:11:"description";s:322:"Controls the border colors for the footer copyright area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"copyright_border_color";s:7:"default";s:7:"#26303e";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--copyright_border_color";s:7:"element";s:29:".fusion-footer-copyright-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"footer_typography_info";a:4:{s:5:"label";s:17:"Footer Typography";s:11:"description";s:0:"";s:2:"id";s:22:"footer_typography_info";s:4:"type";s:4:"info";}s:26:"footer_headings_typography";a:8:{s:2:"id";s:26:"footer_headings_typography";s:5:"label";s:26:"Footer Headings Typography";s:11:"description";s:327:"These settings control the typography for the footer headings. This is a dependent option that always stays visible because other options can utilize it.";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"14px";s:11:"font-weight";s:3:"600";s:11:"line-height";s:3:"1.5";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#ffffff";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:7:{i:0;a:3:{s:4:"name";s:40:"--footer_headings_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:26:"footer_headings_typography";}}i:1;a:2:{s:4:"name";s:38:"--footer_headings_typography-font-size";s:6:"choice";s:9:"font-size";}i:2;a:3:{s:4:"name";s:40:"--footer_headings_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:3;a:2:{s:4:"name";s:40:"--footer_headings_typography-line-height";s:6:"choice";s:11:"line-height";}i:4;a:2:{s:4:"name";s:39:"--footer_headings_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:3:{s:4:"name";s:43:"--footer_headings_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:6;a:2:{s:4:"name";s:34:"--footer_headings_typography-color";s:6:"choice";s:5:"color";}}}s:17:"footer_text_color";a:7:{s:5:"label";s:17:"Footer Font Color";s:11:"description";s:308:"Controls the text color of the footer font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"footer_text_color";s:7:"default";s:22:"#rgba(255,255,255,0.6)";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:19:"--footer_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:17:"footer_link_color";a:7:{s:5:"label";s:17:"Footer Link Color";s:11:"description";s:313:"Controls the text color of the footer link font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"footer_link_color";s:7:"default";s:21:"rgba(255,255,255,0.8)";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:19:"--footer_link_color";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"footer_link_color_hover";a:7:{s:5:"label";s:23:"Footer Link Hover Color";s:11:"description";s:319:"Controls the text hover color of the footer link font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:23:"footer_link_color_hover";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:3:{s:4:"name";s:25:"--footer_link_color_hover";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"copyright_text_color";a:7:{s:5:"label";s:20:"Copyright Text Color";s:11:"description";s:53:"Controls the text color of the footer copyright area.";s:2:"id";s:20:"copyright_text_color";s:7:"default";s:21:"rgba(255,255,255,0.4)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"footer_copyright";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--copyright_text_color";s:7:"element";s:24:".fusion-copyright-notice";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"copyright_link_color";a:7:{s:5:"label";s:20:"Copyright Link Color";s:11:"description";s:53:"Controls the link color of the footer copyright area.";s:2:"id";s:20:"copyright_link_color";s:7:"default";s:21:"rgba(255,255,255,0.8)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"footer_copyright";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--copyright_link_color";s:7:"element";s:24:".fusion-copyright-notice";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:26:"copyright_link_color_hover";a:7:{s:5:"label";s:26:"Copyright Link Hover Color";s:11:"description";s:59:"Controls the link hover color of the footer copyright area.";s:2:"id";s:26:"copyright_link_color_hover";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"footer_copyright";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--copyright_link_color_hover";s:7:"element";s:29:".fusion-footer-copyright-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"copyright_font_size";a:8:{s:5:"label";s:19:"Copyright Font Size";s:11:"description";s:311:"Controls the font size for the copyright text. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"copyright_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--copyright_font_size";s:7:"element";s:24:".fusion-copyright-notice";}}}}}}}s:8:"sidebars";a:7:{s:5:"label";s:8:"Sidebars";s:2:"id";s:16:"heading_sidebars";s:8:"is_panel";b:1;s:8:"priority";i:10;s:4:"icon";s:15:"el-icon-website";s:8:"alt_icon";s:15:"fusiona-sidebar";s:6:"fields";a:7:{s:16:"sidebars_styling";a:5:{s:5:"label";s:15:"Sidebar Styling";s:2:"id";s:16:"sidebars_styling";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:7:{s:24:"responsive_sidebar_order";a:8:{s:2:"id";s:24:"responsive_sidebar_order";s:5:"label";s:24:"Sidebar Responsive Order";s:11:"description";s:101:"Choose the order of sidebars and main content area on mobile layouts through drag & drop sorting.";s:4:"type";s:8:"sortable";s:7:"choices";a:3:{s:7:"content";s:7:"Content";s:7:"sidebar";s:9:"Sidebar 1";s:9:"sidebar-2";s:9:"Sidebar 2";}s:7:"default";s:25:"content,sidebar,sidebar-2";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:14:"sidebar_sticky";a:7:{s:5:"label";s:15:"Sticky Sidebars";s:11:"description";s:266:"Select the sidebar(s) that should remain sticky when scrolling the page. If the sidebar content is taller than the screen, it acts like a normal sidebar until the bottom of the sidebar is within the viewport, which will then remain fixed in place as you scroll down.";s:2:"id";s:14:"sidebar_sticky";s:7:"default";s:4:"none";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:4:"none";s:4:"None";s:11:"sidebar_one";s:9:"Sidebar 1";s:11:"sidebar_two";s:9:"Sidebar 2";s:4:"both";s:4:"Both";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:15:"sidebar_padding";a:7:{s:5:"label";s:15:"Sidebar Padding";s:11:"description";s:29:"Controls the sidebar padding.";s:2:"id";s:15:"sidebar_padding";s:7:"default";s:3:"0px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:17:"--sidebar_padding";s:7:"element";s:8:".sidebar";}i:1;a:3:{s:4:"name";s:31:"--sidebar_padding-percent_to_vw";s:7:"element";s:8:".sidebar";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vw";}}}}}s:16:"sidebar_bg_color";a:6:{s:5:"label";s:24:"Sidebar Background Color";s:11:"description";s:45:"Controls the background color of the sidebar.";s:2:"id";s:16:"sidebar_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:18:"--sidebar_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"sidebar_widget_bg_color";a:6:{s:5:"label";s:39:"Sidebar Widget Heading Background Color";s:11:"description";s:108:"Controls the background color of the widget title box. If left transparent the widget title will be unboxed.";s:2:"id";s:23:"sidebar_widget_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:25:"--sidebar_widget_bg_color";s:7:"element";s:8:".sidebar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:3:{s:4:"name";s:40:"--sidebar_widget_bg_color-opaque-padding";s:7:"element";s:8:".sidebar";s:8:"callback";a:2:{i:0;s:28:"return_string_if_transparent";i:1;a:2:{s:11:"transparent";s:0:"";s:6:"opaque";s:8:"9px 15px";}}}}}s:15:"sidew_font_size";a:6:{s:5:"label";s:32:"Sidebar Widget Heading Font Size";s:11:"description";s:50:"Controls the font size of the widget heading text.";s:2:"id";s:15:"sidew_font_size";s:7:"default";s:4:"18px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:17:"--sidew_font_size";s:7:"element";s:8:".sidebar";}}}s:21:"sidebar_heading_color";a:6:{s:5:"label";s:29:"Sidebar Widget Headings Color";s:11:"description";s:54:"Controls the color of the sidebar widget heading text.";s:2:"id";s:21:"sidebar_heading_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:23:"--sidebar_heading_color";s:7:"element";s:8:".sidebar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:22:"pages_sidebars_section";a:5:{s:5:"label";s:5:"Pages";s:2:"id";s:22:"pages_sidebars_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:4:{s:13:"pages_sidebar";a:7:{s:5:"label";s:21:"Global Page Sidebar 1";s:11:"description";s:48:"Select sidebar 1 that will display on all pages.";s:2:"id";s:13:"pages_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:15:"pages_sidebar_2";a:7:{s:5:"label";s:21:"Global Page Sidebar 2";s:11:"description";s:101:"Select sidebar 2 that will display on all pages. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:15:"pages_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:20:"pages_global_sidebar";a:6:{s:5:"label";s:31:"Force Global Sidebars For Pages";s:11:"description";s:98:"Turn on if you want to use the same sidebars on all pages. This option overrides the page options.";s:2:"id";s:20:"pages_global_sidebar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:19:"default_sidebar_pos";a:7:{s:5:"label";s:28:"Global Page Sidebar Position";s:11:"description";s:113:"Controls the position of sidebar 1 for all pages. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:19:"default_sidebar_pos";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}}}s:32:"portfolio_posts_sidebars_section";a:6:{s:5:"label";s:15:"Portfolio Posts";s:11:"description";s:0:"";s:2:"id";s:32:"portfolio_posts_sidebars_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:4:{s:17:"portfolio_sidebar";a:7:{s:5:"label";s:31:"Global Portfolio Post Sidebar 1";s:11:"description";s:58:"Select sidebar 1 that will display on all portfolio posts.";s:2:"id";s:17:"portfolio_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:19:"portfolio_sidebar_2";a:7:{s:5:"label";s:31:"Global Portfolio Post Sidebar 2";s:11:"description";s:111:"Select sidebar 2 that will display on all portfolio posts. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:19:"portfolio_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:24:"portfolio_global_sidebar";a:6:{s:5:"label";s:41:"Force Global Sidebars For Portfolio Posts";s:11:"description";s:118:"Turn on if you want to use the same sidebars on all portfolio posts. This option overrides the portfolio post options.";s:2:"id";s:24:"portfolio_global_sidebar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:26:"portfolio_sidebar_position";a:7:{s:5:"label";s:33:"Global Portfolio Sidebar Position";s:11:"description";s:141:"Controls the position of sidebar 1 for all portfolio posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:26:"portfolio_sidebar_position";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}}}s:49:"portfolio_archive_category_pages_sidebars_section";a:6:{s:5:"label";s:17:"Portfolio Archive";s:11:"description";s:0:"";s:2:"id";s:49:"portfolio_archive_category_pages_sidebars_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:3:{s:37:"portfolio_archive_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:327:"
IMPORTANT NOTE: The sidebar position for portfolio archive pages is controlled by the option on the Portfolio Posts sidebar tab.
";s:2:"id";s:37:"portfolio_archive_important_note_info";s:4:"type";s:6:"custom";}s:25:"portfolio_archive_sidebar";a:7:{s:5:"label";s:27:"Portfolio Archive Sidebar 1";s:11:"description";s:66:"Select sidebar 1 that will display on the portfolio archive pages.";s:2:"id";s:25:"portfolio_archive_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:27:"portfolio_archive_sidebar_2";a:7:{s:5:"label";s:27:"Portfolio Archive Sidebar 2";s:11:"description";s:119:"Select sidebar 2 that will display on the portfolio archive pages. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:27:"portfolio_archive_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}}}s:27:"blog_posts_sidebars_section";a:6:{s:5:"label";s:10:"Blog Posts";s:11:"description";s:0:"";s:2:"id";s:27:"blog_posts_sidebars_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:4:{s:13:"posts_sidebar";a:7:{s:5:"label";s:26:"Global Blog Post Sidebar 1";s:11:"description";s:53:"Select sidebar 1 that will display on all blog posts.";s:2:"id";s:13:"posts_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:27:"#sidebar.fusion-widget-area";}s:9:"shortcuts";a:3:{i:0;a:6:{s:10:"aria_label";s:27:"Edit Global Sidebar Options";s:8:"callback";s:23:"fusionEditGlobalSidebar";s:9:"css_class";s:0:"";s:4:"icon";s:11:"fusiona-cog";s:35:"link_to_template_if_override_active";s:7:"content";s:13:"override_icon";s:15:"fusiona-content";}i:1;a:5:{s:10:"aria_label";s:20:"Edit Sidebar Options";s:9:"css_class";s:0:"";s:4:"icon";s:16:"fusiona-settings";s:7:"context";s:2:"po";s:28:"disable_on_template_override";s:7:"content";}i:2;a:4:{s:10:"aria_label";s:20:"Edit Sidebar Widgets";s:9:"css_class";s:19:"fusion-edit-sidebar";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";s:28:"disable_on_template_override";s:7:"content";}}}}s:15:"posts_sidebar_2";a:7:{s:5:"label";s:26:"Global Blog Post Sidebar 2";s:11:"description";s:106:"Select sidebar 2 that will display on all blog posts. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:15:"posts_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:29:"#sidebar-2.fusion-widget-area";}s:9:"shortcuts";a:3:{i:0;a:4:{s:10:"aria_label";s:27:"Edit Global Sidebar Options";s:8:"callback";s:23:"fusionEditGlobalSidebar";s:9:"css_class";s:0:"";s:4:"icon";s:11:"fusiona-cog";}i:1;a:4:{s:10:"aria_label";s:20:"Edit Sidebar Options";s:9:"css_class";s:0:"";s:4:"icon";s:16:"fusiona-settings";s:7:"context";s:2:"po";}i:2;a:2:{s:10:"aria_label";s:20:"Edit Sidebar Widgets";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";}}}}s:20:"posts_global_sidebar";a:5:{s:5:"label";s:36:"Force Global Sidebars For Blog Posts";s:11:"description";s:108:"Turn on if you want to use the same sidebars on all blog posts. This option overrides the blog post options.";s:2:"id";s:20:"posts_global_sidebar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:21:"blog_sidebar_position";a:6:{s:5:"label";s:28:"Global Blog Sidebar Position";s:11:"description";s:136:"Controls the position of sidebar 1 for all blog posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:21:"blog_sidebar_position";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}}}}s:44:"blog_archive_category_pages_sidebars_section";a:6:{s:5:"label";s:12:"Blog Archive";s:11:"description";s:0:"";s:2:"id";s:44:"blog_archive_category_pages_sidebars_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:3:{s:32:"blog_archive_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:313:"
IMPORTANT NOTE: The sidebar position for blog archive pages is controlled by the option on the Blog Posts sidebar tab.
";s:2:"id";s:32:"blog_archive_important_note_info";s:4:"type";s:6:"custom";}s:20:"blog_archive_sidebar";a:7:{s:5:"label";s:22:"Blog Archive Sidebar 1";s:11:"description";s:61:"Select sidebar 1 that will display on the blog archive pages.";s:2:"id";s:20:"blog_archive_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:22:"blog_archive_sidebar_2";a:7:{s:5:"label";s:22:"Blog Archive Sidebar 2";s:11:"description";s:114:"Select sidebar 2 that will display on the blog archive pages. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:22:"blog_archive_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}}}s:23:"search_sidebars_section";a:6:{s:5:"label";s:11:"Search Page";s:11:"description";s:0:"";s:2:"id";s:11:"search_only";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:3:{s:14:"search_sidebar";a:7:{s:5:"label";s:21:"Search Page Sidebar 1";s:11:"description";s:62:"Select sidebar 1 that will display on the search results page.";s:2:"id";s:14:"search_sidebar";s:7:"default";s:12:"Blog Sidebar";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:16:"search_sidebar_2";a:7:{s:5:"label";s:21:"Search Page Sidebar 2";s:11:"description";s:115:"Select sidebar 2 that will display on the search results page. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:16:"search_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:23:"search_sidebar_position";a:7:{s:5:"label";s:23:"Search Sidebar Position";s:11:"description";s:127:"Controls the position of sidebar 1 for the search results page. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:23:"search_sidebar_position";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}}}}}s:10:"background";a:6:{s:5:"label";s:10:"Background";s:2:"id";s:18:"heading_background";s:8:"priority";i:11;s:4:"icon";s:13:"el-icon-photo";s:8:"alt_icon";s:13:"fusiona-image";s:6:"fields";a:2:{s:18:"page_bg_subsection";a:6:{s:5:"label";s:15:"Page Background";s:11:"description";s:0:"";s:2:"id";s:18:"page_bg_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:6:{s:8:"bg_image";a:8:{s:5:"label";s:25:"Background Image For Page";s:11:"description";s:50:"Select an image to use for a full page background.";s:2:"id";s:8:"bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:10:"--bg_image";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:4:"none";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"html";s:9:"className";s:23:"avada-html-has-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:7:"bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:107:"Turn on to have the page background image display at 100% in width and height according to the window size.";s:2:"id";s:7:"bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:23:"avada-has-bg-image-full";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:9:"bg_repeat";a:8:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:42:"Controls how the background image repeats.";s:2:"id";s:9:"bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:11:"--bg_repeat";}}}s:8:"bg_color";a:6:{s:5:"label";s:25:"Background Color For Page";s:11:"description";s:167:"Controls the background color for the page. When the color value is set to anything below 100% opacity, the color will overlay the background image if one is uploaded.";s:2:"id";s:8:"bg_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:10:"--bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:18:"--bg-color-overlay";s:8:"callback";a:2:{i:0;s:22:"return_color_if_opaque";i:1;a:2:{s:11:"transparent";s:7:"overlay";s:6:"opaque";s:6:"normal";}}}}}s:17:"bg_pattern_option";a:6:{s:5:"label";s:18:"Background Pattern";s:11:"description";s:52:"Turn on to display a pattern in the page background.";s:2:"id";s:17:"bg_pattern_option";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:9:"body,html";s:9:"className";s:33:"avada-has-page-background-pattern";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"bg_pattern";a:7:{s:5:"label";s:27:"Select a Background Pattern";s:2:"id";s:10:"bg_pattern";s:7:"default";s:8:"pattern1";s:4:"type";s:11:"radio-image";s:7:"choices";a:22:{s:8:"pattern1";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern1.png";s:8:"pattern2";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern2.png";s:8:"pattern3";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern3.png";s:8:"pattern4";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern4.png";s:8:"pattern5";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern5.png";s:8:"pattern6";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern6.png";s:8:"pattern7";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern7.png";s:8:"pattern8";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern8.png";s:8:"pattern9";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern9.png";s:9:"pattern10";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern10.png";s:9:"pattern11";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern11.png";s:9:"pattern12";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern12.png";s:9:"pattern13";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern13.png";s:9:"pattern14";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern14.png";s:9:"pattern15";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern15.png";s:9:"pattern16";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern16.png";s:9:"pattern17";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern17.png";s:9:"pattern18";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern18.png";s:9:"pattern19";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern19.png";s:9:"pattern20";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern20.png";s:9:"pattern21";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern21.png";s:9:"pattern22";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern22.png";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"bg_pattern_option";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:12:"--bg_pattern";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:93:"url("http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/$.png")";i:1;s:0:"";}}}}}}}s:26:"main_content_bg_subsection";a:6:{s:5:"label";s:23:"Main Content Background";s:11:"description";s:0:"";s:2:"id";s:26:"main_content_bg_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:4:{s:16:"content_bg_color";a:7:{s:5:"label";s:29:"Main Content Background Color";s:11:"description";s:55:"Controls the background color of the main content area.";s:2:"id";s:16:"content_bg_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:18:"--content_bg_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:0:"";i:1;s:10:"not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:27:"avada-content-bg-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"content_bg_image";a:7:{s:5:"label";s:38:"Background Image For Main Content Area";s:11:"description";s:60:"Select an image to use for the main content area background.";s:2:"id";s:16:"content_bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--content_bg_image";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:4:"none";}}}}}s:15:"content_bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:115:"Turn on to have the main content background image display at 100% in width and height according to the window size.";s:2:"id";s:15:"content_bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:5:"#main";s:9:"className";s:7:"full-bg";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"content_bg_repeat";a:8:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:42:"Controls how the background image repeats.";s:2:"id";s:17:"content_bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--content_bg_repeat";}}}}}}}s:10:"typography";a:7:{s:5:"label";s:10:"Typography";s:2:"id";s:18:"heading_typography";s:8:"is_panel";b:1;s:8:"priority";i:12;s:4:"icon";s:16:"el-icon-fontsize";s:8:"alt_icon";s:18:"fusiona-font-solid";s:6:"fields";a:3:{s:15:"body_typography";a:4:{s:5:"label";s:15:"Body Typography";s:2:"id";s:15:"body_typography";s:4:"type";s:11:"sub-section";s:6:"fields";a:3:{s:35:"body_typography_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:265:"
IMPORTANT NOTE: This tab contains general typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.
";s:2:"id";s:35:"body_typography_important_note_info";s:4:"type";s:6:"custom";}s:15:"body_typography";a:7:{s:2:"id";s:15:"body_typography";s:5:"label";s:15:"Body Typography";s:11:"description";s:56:"These settings control the typography for all body text.";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"16px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.8";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#4a4e57";}s:8:"css_vars";a:8:{i:0;a:3:{s:4:"name";s:29:"--body_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:15:"body_typography";}}i:1;a:2:{s:4:"name";s:27:"--body_typography-font-size";s:6:"choice";s:9:"font-size";}i:2;a:3:{s:4:"name";s:16:"--base-font-size";s:6:"choice";s:9:"font-size";s:8:"callback";a:2:{i:0;s:23:"convert_font_size_to_px";i:1;s:0:"";}}i:3;a:3:{s:4:"name";s:29:"--body_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:4;a:2:{s:4:"name";s:28:"--body_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:29:"--body_typography-line-height";s:6:"choice";s:11:"line-height";}i:6;a:3:{s:4:"name";s:32:"--body_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:7;a:3:{s:4:"name";s:23:"--body_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}}}s:10:"link_color";a:6:{s:5:"label";s:10:"Link Color";s:11:"description";s:37:"Controls the color of all text links.";s:2:"id";s:10:"link_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:12:"--link_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:15:"--link_color-8a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.8";}}}}}}s:26:"headers_typography_section";a:4:{s:5:"label";s:18:"Heading Typography";s:2:"id";s:26:"headers_typography_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:9:{s:38:"headers_typography_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:265:"
IMPORTANT NOTE: This tab contains heading typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.
";s:2:"id";s:38:"headers_typography_important_note_info";s:4:"type";s:6:"custom";}s:13:"h1_typography";a:7:{s:2:"id";s:13:"h1_typography";s:5:"label";s:22:"H1 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H1 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"54px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:4:"1.16";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"0.67em";s:13:"margin-bottom";s:6:"0.67em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h1_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h1_typography";}}i:1;a:3:{s:4:"name";s:27:"--h1_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:2:{s:4:"name";s:27:"--h1_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h1_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:4;a:2:{s:4:"name";s:26:"--h1_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h1_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h1_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h1_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h1_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h2_typography";a:7:{s:2:"id";s:13:"h2_typography";s:5:"label";s:22:"H2 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H2 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"40px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.2";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:5:"1.1em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h2_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h2_typography";}}i:1;a:3:{s:4:"name";s:27:"--h2_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:2:{s:4:"name";s:27:"--h2_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h2_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:4;a:2:{s:4:"name";s:26:"--h2_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h2_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h2_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h2_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h2_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h3_typography";a:7:{s:2:"id";s:13:"h3_typography";s:5:"label";s:22:"H3 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H3 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"32px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.3";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:3:"1em";s:13:"margin-bottom";s:3:"1em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h3_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h3_typography";}}i:1;a:3:{s:4:"name";s:27:"--h3_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:2:{s:4:"name";s:27:"--h3_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h3_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:4;a:2:{s:4:"name";s:26:"--h3_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h3_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h3_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h3_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h3_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h4_typography";a:7:{s:2:"id";s:13:"h4_typography";s:5:"label";s:22:"H4 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H4 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"28px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:4:"1.36";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"1.33em";s:13:"margin-bottom";s:6:"1.33em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h4_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h4_typography";}}i:1;a:3:{s:4:"name";s:27:"--h4_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:2:{s:4:"name";s:27:"--h4_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h4_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:4;a:2:{s:4:"name";s:26:"--h4_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h4_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h4_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h4_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h4_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h5_typography";a:7:{s:2:"id";s:13:"h5_typography";s:5:"label";s:22:"H5 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H5 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"24px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"1.67em";s:13:"margin-bottom";s:6:"1.67em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h5_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h5_typography";}}i:1;a:3:{s:4:"name";s:27:"--h5_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:2:{s:4:"name";s:27:"--h5_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h5_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:4;a:2:{s:4:"name";s:26:"--h5_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h5_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h5_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h5_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h5_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h6_typography";a:7:{s:2:"id";s:13:"h6_typography";s:5:"label";s:22:"H6 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H6 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"18px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.5";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"2.33em";s:13:"margin-bottom";s:6:"2.33em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h6_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h6_typography";}}i:1;a:3:{s:4:"name";s:27:"--h6_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:2:{s:4:"name";s:27:"--h6_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h6_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:4;a:2:{s:4:"name";s:26:"--h6_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h6_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h6_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h6_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h6_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:21:"post_title_typography";a:7:{s:2:"id";s:21:"post_title_typography";s:5:"label";s:21:"Post Title Typography";s:11:"description";s:207:"These settings control the typography of all post titles including archive and single posts.
IMPORTANT: On archive pages and in blog elements the linked post titles will use link color.";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"32px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.3";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";}s:8:"css_vars";a:7:{i:0;a:3:{s:4:"name";s:35:"--post_title_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:21:"post_title_typography";}}i:1;a:3:{s:4:"name";s:35:"--post_title_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:2:{s:4:"name";s:35:"--post_title_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:38:"--post_title_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:4;a:2:{s:4:"name";s:34:"--post_title_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:33:"--post_title_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:29:"--post_title_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}}}s:29:"post_titles_extras_typography";a:7:{s:2:"id";s:29:"post_titles_extras_typography";s:5:"label";s:28:"Post Title Extras Typography";s:11:"description";s:163:"These settings control the typography of single post title extras such as "Comments", "Related Posts or Projects" and "Author Titles"";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"18px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.5";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";}s:8:"css_vars";a:7:{i:0;a:3:{s:4:"name";s:43:"--post_titles_extras_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:29:"post_titles_extras_typography";}}i:1;a:3:{s:4:"name";s:43:"--post_titles_extras_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:2:{s:4:"name";s:43:"--post_titles_extras_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:46:"--post_titles_extras_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:4;a:2:{s:4:"name";s:42:"--post_titles_extras_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:41:"--post_titles_extras_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:37:"--post_titles_extras_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}}}}}s:33:"custom_webfont_typography_section";a:4:{s:5:"label";s:12:"Custom Fonts";s:2:"id";s:33:"custom_webfont_typography_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:2:{s:17:"custom_fonts_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:391:"
IMPORTANT NOTE: Please upload your custom fonts below. Once you upload a custom font, you will have to save your options and reload this page on your browser. After you reload the page you will be able to select your new fonts - they will be available at the top of the fonts-list in the typography controls.
";s:2:"id";s:17:"custom_fonts_info";s:4:"type";s:6:"custom";}s:12:"custom_fonts";a:9:{s:5:"label";s:12:"Custom Fonts";s:11:"description";s:233:"Upload a custom font to use throughout the site. All files are not necessary but are recommended for full browser support. You can upload as many custom fonts as you need. Click the "Add" button for additional upload boxes.";s:2:"id";s:12:"custom_fonts";s:7:"default";a:0:{}s:4:"type";s:8:"repeater";s:10:"bind_title";s:4:"name";s:5:"limit";i:50;s:9:"transport";s:11:"postMessage";s:6:"fields";a:6:{s:4:"name";a:6:{s:5:"label";s:9:"Font Name";s:11:"description";s:46:"This will be used in the font-family dropdown.";s:2:"id";s:4:"name";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:5:"class";s:22:"avada-custom-font-name";}s:5:"woff2";a:6:{s:5:"label";s:5:"WOFF2";s:2:"id";s:5:"woff2";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:4:"woff";a:6:{s:5:"label";s:4:"WOFF";s:2:"id";s:4:"woff";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:3:"ttf";a:6:{s:5:"label";s:3:"TTF";s:2:"id";s:3:"ttf";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:3:"eot";a:6:{s:5:"label";s:3:"EOT";s:2:"id";s:3:"eot";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:3:"svg";a:6:{s:5:"label";s:3:"SVG";s:2:"id";s:3:"svg";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}}}}}}}s:4:"blog";a:7:{s:5:"label";s:4:"Blog";s:2:"id";s:12:"blog_section";s:8:"priority";i:15;s:4:"icon";s:17:"el-icon-file-edit";s:8:"alt_icon";s:12:"fusiona-blog";s:5:"class";s:22:"hidden-section-heading";s:6:"fields";a:3:{s:20:"blog_general_options";a:6:{s:5:"label";s:12:"General Blog";s:11:"description";s:0:"";s:2:"id";s:20:"blog_general_options";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:25:{s:32:"general_blog_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:354:"
IMPORTANT NOTE: The options on this tab only control the assigned blog page in "Settings > Reading", blog archives or the blog single post page, not the blog element. The only options on this tab that work with the blog element are the Date Format options and Load More Post Button Color.
";s:2:"id";s:32:"general_blog_important_note_info";s:4:"type";s:6:"custom";}s:19:"blog_page_title_bar";a:7:{s:5:"label";s:19:"Blog Page Title Bar";s:11:"description";s:85:"Controls how the page title bar displays on single blog posts and blog archive pages.";s:2:"id";s:19:"blog_page_title_bar";s:7:"default";s:15:"bar_and_content";s:7:"choices";a:3:{s:15:"bar_and_content";s:20:"Show Bar and Content";s:12:"content_only";s:17:"Show Content Only";s:4:"hide";s:4:"Hide";}s:4:"type";s:6:"select";s:15:"partial_refresh";a:1:{s:43:"page_title_bar_contents_blog_page_title_bar";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:24:"blog_show_page_title_bar";a:7:{s:5:"label";s:28:"Blog Assigned Page Title Bar";s:11:"description";s:104:"Controls how the page title bar displays on the assigned blog page in "Settings > Reading".";s:2:"id";s:24:"blog_show_page_title_bar";s:7:"default";s:15:"bar_and_content";s:7:"choices";a:3:{s:15:"bar_and_content";s:20:"Show Bar and Content";s:12:"content_only";s:17:"Show Content Only";s:4:"hide";s:4:"Hide";}s:4:"type";s:6:"select";s:15:"partial_refresh";a:1:{s:48:"page_title_bar_contents_blog_show_page_title_bar";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:10:"blog_title";a:7:{s:5:"label";s:15:"Blog Page Title";s:11:"description";s:147:"Controls the title text that displays in the page title bar only if your front page displays your latest post in "Settings > Reading".";s:2:"id";s:10:"blog_title";s:7:"default";s:4:"Blog";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"blog_show_page_title_bar";s:8:"operator";s:2:"!=";s:5:"value";s:4:"hide";}}s:15:"partial_refresh";a:1:{s:18:"blog_title_partial";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:13:"blog_subtitle";a:7:{s:5:"label";s:18:"Blog Page Subtitle";s:11:"description";s:150:"Controls the subtitle text that displays in the page title bar only if your front page displays your latest post in "Settings > Reading".";s:2:"id";s:13:"blog_subtitle";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"blog_show_page_title_bar";s:8:"operator";s:2:"!=";s:5:"value";s:4:"hide";}}s:15:"partial_refresh";a:1:{s:21:"blog_subtitle_partial";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:11:"blog_layout";a:8:{s:5:"label";s:11:"Blog Layout";s:11:"description";s:84:"Controls the layout for the assigned blog page in "Settings > Reading".";s:2:"id";s:11:"blog_layout";s:7:"default";s:5:"large";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:5:"large";s:5:"Large";s:6:"medium";s:6:"Medium";s:15:"large alternate";s:15:"Large Alternate";s:16:"medium alternate";s:16:"Medium Alternate";s:4:"grid";s:4:"Grid";s:8:"timeline";s:8:"Timeline";s:7:"masonry";s:7:"Masonry";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:26:".blog .fusion-blog-archive";}s:9:"shortcuts";a:1:{i:0;a:1:{s:10:"aria_label";s:17:"Edit Blog Options";}}}}s:19:"blog_archive_layout";a:7:{s:5:"label";s:19:"Blog Archive Layout";s:11:"description";s:47:"Controls the layout for the blog archive pages.";s:2:"id";s:19:"blog_archive_layout";s:7:"default";s:5:"large";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:5:"large";s:5:"Large";s:6:"medium";s:6:"Medium";s:15:"large alternate";s:15:"Large Alternate";s:16:"medium alternate";s:16:"Medium Alternate";s:4:"grid";s:4:"Grid";s:8:"timeline";s:8:"Timeline";s:7:"masonry";s:7:"Masonry";}s:15:"update_callback";a:1:{i:0;a:4:{i:0;a:3:{s:9:"condition";s:11:"is_category";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:6:"is_tag";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:2;a:3:{s:9:"condition";s:7:"is_date";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:3;a:3:{s:9:"condition";s:9:"is_author";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:20:"blog_pagination_type";a:7:{s:5:"label";s:15:"Pagination Type";s:11:"description";s:115:"Controls the pagination type for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:20:"blog_pagination_type";s:7:"default";s:10:"pagination";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:10:"pagination";s:10:"Pagination";s:15:"infinite_scroll";s:15:"Infinite Scroll";s:16:"load_more_button";s:16:"Load More Button";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:36:"blog_load_more_posts_button_bg_color";a:7:{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 archives.";s:2:"id";s:36:"blog_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:38:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:38:"blog_load_more_posts_button_text_color";a:7:{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 archives.";s:2:"id";s:38:"blog_load_more_posts_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:40:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:42:"blog_load_more_posts_hover_button_bg_color";a:7:{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 archives.";s:2:"id";s:42:"blog_load_more_posts_hover_button_bg_color";s:7:"default";s:21:"rgba(242,243,245,0.8)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:44:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:44:"blog_load_more_posts_hover_button_text_color";a:7:{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 archives.";s:2:"id";s:44:"blog_load_more_posts_hover_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:46:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:25:"blog_archive_grid_columns";a:9:{s:5:"label";s:17:"Number of Columns";s:11:"description";s:218:"Controls the number of columns for grid and masonry layout when using it for the assigned blog page in "Settings > Reading" or blog archive pages. IMPORTANT: Masonry layout does not work with 1 column.";s:2:"id";s:25:"blog_archive_grid_columns";s:7:"default";i:3;s:4:"type";s:6:"slider";s:5:"class";s:16:"fusion-or-gutter";s:7:"choices";a:3:{s:3:"min";i:1;s:3:"max";i:6;s:4:"step";i:1;}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:32:"blog_archive_grid_column_spacing";a:11:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:171:"Controls the column spacing for blog posts for grid and masonry layout when using it for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:32:"blog_archive_grid_column_spacing";s:7:"default";s:2:"40";s:4:"type";s:6:"slider";s:5:"class";s:16:"fusion-or-gutter";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:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:9:"transport";s:7:"refresh";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--blog_archive_grid_column_spacing";s:13:"value_pattern";s:3:"$px";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:18:"blog_equal_heights";a:9:{s:5:"label";s:13:"Equal Heights";s:11:"description";s:55:"Turn on to display grid boxes to equal heights per row.";s:2:"id";s:18:"blog_equal_heights";s:7:"default";i:0;s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}}s:9:"transport";s:7:"refresh";s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:25:"blog_archive_grid_padding";a:9:{s:5:"label";s:30:"Blog Archive Grid Text Padding";s:11:"description";s:106:"Controls the top/right/bottom/left padding of the blog text when using grid / masonry or timeline layout. ";s:2:"id";s:25:"blog_archive_grid_padding";s:5:"class";s:16:"fusion-or-gutter";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:"20px";s:4:"left";s:4:"25px";s:5:"right";s:4:"25px";}s:4:"type";s:7:"spacing";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:4;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:5;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}}s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:31:"--blog_archive_grid_padding-top";s:6:"choice";s:3:"top";s:7:"element";s:28:".fusion-post-content-wrapper";}i:1;a:3:{s:4:"name";s:34:"--blog_archive_grid_padding-bottom";s:6:"choice";s:6:"bottom";s:7:"element";s:28:".fusion-post-content-wrapper";}i:2;a:3:{s:4:"name";s:32:"--blog_archive_grid_padding-left";s:6:"choice";s:4:"left";s:7:"element";s:28:".fusion-post-content-wrapper";}i:3;a:3:{s:4:"name";s:33:"--blog_archive_grid_padding-right";s:6:"choice";s:5:"right";s:7:"element";s:28:".fusion-post-content-wrapper";}}}s:21:"blog_layout_alignment";a:9:{s:5:"label";s:35:"Blog Archive Grid Content Alignment";s:11:"description";s:93:"Controls the content alignment of the blog text when using grid / masonry or timeline layout.";s:2:"id";s:21:"blog_layout_alignment";s:7:"default";s:0:"";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:0:"";s:9:"Text Flow";s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:4;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:5;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:14:"content_length";a:6:{s:5:"label";s:20:"Blog Content Display";s:11:"description";s:177:"Controls if the blog content displays an excerpt or full content or is completely disabled for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:14:"content_length";s:7:"default";s:7:"excerpt";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:7:"excerpt";s:7:"Excerpt";s:12:"full_content";s:12:"Full Content";s:4:"hide";s:7:"No Text";}}s:19:"excerpt_length_blog";a:8:{s:5:"label";s:14:"Excerpt Length";s:11:"description";s:207:"Controls post excerts length for the assigned blog page in "Settings > Reading" or blog archive pages. Limit is applied to number of letter or words depending on Basis for Excerpt Length option.";s:2:"id";s:19:"excerpt_length_blog";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:14:"content_length";s:8:"operator";s:2:"==";s:5:"value";s:7:"excerpt";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:18:"strip_html_excerpt";a:6:{s:5:"label";s:23:"Strip HTML from Excerpt";s:11:"description";s:133:"Turn on to strip HTML content from the excerpt for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:18:"strip_html_excerpt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:15:"featured_images";a:7:{s:5:"label";s:43:"Featured Image / Video on Blog Archive Page";s:11:"description";s:72:"Turn on to display featured images and videos on the blog archive pages.";s:2:"id";s:15:"featured_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:64:"body:not(.single-avada_portfolio) .fusion-featured-image-wrapper";i:1;s:77:".single-avada_portfolio .fusion-featured-image-wrapper .fusion-post-slideshow";}s:9:"shortcuts";a:1:{i:0;a:4:{s:10:"aria_label";s:19:"Edit Featured Image";s:8:"callback";s:23:"fusionEditFeaturedImage";s:9:"css_class";s:0:"";s:4:"icon";s:13:"fusiona-image";}}}}s:15:"dates_box_color";a:6:{s:5:"label";s:36:"Blog Alternate Layout Date Box Color";s:11:"description";s:78:"Controls the color of the date box in blog alternate and recent posts layouts.";s:2:"id";s:15:"dates_box_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:17:"--dates_box_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:32:"alternate_date_format_month_year";a:5:{s:5:"label";s:43:"Blog Alternate Layout Month and Year Format";s:11:"description";s:207:"Controls the month and year format for blog alternate layouts. Formatting Date and Time";s:2:"id";s:32:"alternate_date_format_month_year";s:7:"default";s:4:"m, Y";s:4:"type";s:4:"text";}s:25:"alternate_date_format_day";a:5:{s:5:"label";s:32:"Blog Alternate Layout Day Format";s:11:"description";s:196:"Controls the day format for blog alternate layouts. Formatting Date and Time";s:2:"id";s:25:"alternate_date_format_day";s:7:"default";s:1:"j";s:4:"type";s:4:"text";}s:20:"timeline_date_format";a:5:{s:5:"label";s:32:"Blog Timeline Layout Date Format";s:11:"description";s:197:"Controls the timeline label format for blog timeline layouts. Formatting Date";s:2:"id";s:20:"timeline_date_format";s:7:"default";s:3:"F Y";s:4:"type";s:4:"text";}}}s:23:"blog_single_post_info_2";a:7:{s:5:"label";s:16:"Blog Single Post";s:11:"description";s:0:"";s:2:"id";s:23:"blog_single_post_info_2";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:10:{s:40:"content_blog_single_post_template_notice";a:5:{s:2:"id";s:40:"content_blog_single_post_template_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:329:"
IMPORTANT NOTE: The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit this page.
";s:4:"type";s:6:"custom";}s:14:"blog_width_100";a:7:{s:5:"label";s:15:"100% Width Page";s:11:"description";s:112:"Turn on to display blog posts at 100% browser width according to the window size. Turn off to follow site width.";s:2:"id";s:14:"blog_width_100";s:7:"default";i:0;s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:22:"featured_images_single";a:7:{s:5:"label";s:42:"Featured Image / Video on Single Blog Post";s:11:"description";s:67:"Turn on to display featured images and videos on single blog posts.";s:2:"id";s:22:"featured_images_single";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:11:"blog_pn_nav";a:7:{s:5:"label";s:24:"Previous/Next Pagination";s:11:"description";s:75:"Turn on to display the previous/next post pagination for single blog posts.";s:2:"id";s:11:"blog_pn_nav";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:15:"blog_post_title";a:8:{s:5:"label";s:10:"Post Title";s:11:"description";s:90:"Controls if the post title displays above or below the featured post image or is disabled.";s:2:"id";s:15:"blog_post_title";s:7:"default";s:5:"below";s:4:"type";s:15:"radio-buttonset";s:6:"hidden";b:0;s:7:"choices";a:3:{s:5:"below";s:6:"Below ";s:5:"above";s:5:"Above";s:8:"disabled";s:8:"Disabled";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"blog_post_meta_position";a:9:{s:5:"label";s:18:"Meta Data Position";s:11:"description";s:41:"Choose where the meta data is positioned.";s:2:"id";s:23:"blog_post_meta_position";s:7:"default";s:13:"below_article";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:2:{s:13:"below_article";s:13:"Below Article";s:11:"below_title";s:11:"Below Title";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"blog_post_title";s:8:"operator";s:2:"!=";s:5:"value";s:8:"disabled";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:18:"social_sharing_box";a:7:{s:5:"label";s:18:"Social Sharing Box";s:11:"description";s:42:"Turn on to display the social sharing box.";s:2:"id";s:18:"social_sharing_box";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:11:"author_info";a:7:{s:5:"label";s:15:"Author Info Box";s:11:"description";s:51:"Turn on to display the author info box below posts.";s:2:"id";s:11:"author_info";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:13:"related_posts";a:7:{s:5:"label";s:13:"Related Posts";s:11:"description";s:33:"Turn on to display related posts.";s:2:"id";s:13:"related_posts";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:13:"blog_comments";a:7:{s:5:"label";s:8:"Comments";s:11:"description";s:28:"Turn on to display comments.";s:2:"id";s:13:"blog_comments";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}}s:14:"blog_meta_info";a:7:{s:5:"label";s:9:"Blog Meta";s:11:"description";s:0:"";s:2:"id";s:9:"blog_meta";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:10:{s:29:"blog_meta_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:335:"
IMPORTANT NOTE: The on/off meta options on this tab only control the assigned blog page in "Settings > Reading" or the blog archives, not the blog element. The only options on this tab that work with the blog element are the Meta Data Font Size and Date Format options.
";s:2:"id";s:29:"blog_meta_important_note_info";s:4:"type";s:6:"custom";}s:9:"post_meta";a:5:{s:5:"label";s:9:"Post Meta";s:11:"description";s:178:"Turn on to display post meta on blog posts. If set to "On", you can also control individual meta items below. If set to "Off" all meta items will be disabled.";s:2:"id";s:9:"post_meta";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";}s:16:"post_meta_author";a:6:{s:5:"label";s:16:"Post Meta Author";s:11:"description";s:45:"Turn on to display the post meta author name.";s:2:"id";s:16:"post_meta_author";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_date";a:6:{s:5:"label";s:14:"Post Meta Date";s:11:"description";s:38:"Turn on to display the post meta date.";s:2:"id";s:14:"post_meta_date";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_cats";a:6:{s:5:"label";s:20:"Post Meta Categories";s:11:"description";s:44:"Turn on to display the post meta categories.";s:2:"id";s:14:"post_meta_cats";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:18:"post_meta_comments";a:6:{s:5:"label";s:18:"Post Meta Comments";s:11:"description";s:42:"Turn on to display the post meta comments.";s:2:"id";s:18:"post_meta_comments";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_read";a:6:{s:5:"label";s:24:"Post Meta Read More Link";s:11:"description";s:48:"Turn on to display the post meta read more link.";s:2:"id";s:14:"post_meta_read";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_tags";a:6:{s:5:"label";s:14:"Post Meta Tags";s:11:"description";s:38:"Turn on to display the post meta tags.";s:2:"id";s:14:"post_meta_tags";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"meta_font_size";a:6:{s:5:"label";s:19:"Meta Data Font Size";s:11:"description";s:42:"Controls the font size for meta data text.";s:2:"id";s:14:"meta_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--meta_font_size";}}}s:11:"date_format";a:5:{s:5:"label";s:11:"Date Format";s:11:"description";s:350:"Controls the date format for date meta data. Formatting Date and Time. Leave empty to use the default value from your WordPress Settings";s:2:"id";s:11:"date_format";s:7:"default";s:0:"";s:4:"type";s:4:"text";}}}}}s:9:"portfolio";a:7:{s:5:"label";s:9:"Portfolio";s:2:"id";s:17:"heading_portfolio";s:8:"priority";i:16;s:4:"icon";s:10:"el-icon-th";s:8:"alt_icon";s:21:"fusiona-insertpicture";s:5:"class";s:22:"hidden-section-heading";s:6:"fields";a:2:{s:36:"general_portfolio_options_subsection";a:6:{s:5:"label";s:17:"General Portfolio";s:11:"description";s:0:"";s:2:"id";s:36:"general_portfolio_options_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:21:{s:24:"portfolio_archive_layout";a:7:{s:5:"label";s:24:"Portfolio Archive Layout";s:11:"description";s:52:"Controls the layout for the portfolio archive pages.";s:2:"id";s:24:"portfolio_archive_layout";s:7:"default";s:4:"grid";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"grid";s:4:"Grid";s:7:"masonry";s:7:"Masonry";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:37:"portfolio_archive_featured_image_size";a:8:{s:5:"label";s:37:"Portfolio Archive Featured Image Size";s:11:"description";s:230:"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for portfolio archive pages. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.";s:2:"id";s:37:"portfolio_archive_featured_image_size";s:7:"default";s:4:"full";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"cropped";s:5:"Fixed";s:4:"full";s:4:"Auto";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"portfolio_archive_layout";s:8:"operator";s:2:"==";s:5:"value";s:4:"grid";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"portfolio_archive_columns";a:7:{s:5:"label";s:35:"Portfolio Archive Number of Columns";s:11:"description";s:201:"Set the number of columns per row for portfolio archive pages. With Carousel layout this specifies the maximum amount of columns. IMPORTANT: Masonry layout does not work with 1 column.";s:2:"id";s:25:"portfolio_archive_columns";s:7:"default";i:1;s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";i:1;s:3:"max";i:6;s:4:"step";s:1:"1";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_column_spacing";a:7:{s:5:"label";s:32:"Portfolio Archive Column Spacing";s:11:"description";s:66:"Controls the column spacing for portfolio items for archive pages.";s:2:"id";s:32:"portfolio_archive_column_spacing";s:7:"default";s:2:"20";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"300";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--portfolio_archive_column_spacing";s:13:"value_pattern";s:3:"$px";}}}s:23:"portfolio_equal_heights";a:8:{s:5:"label";s:13:"Equal Heights";s:11:"description";s:57:"Turn on to display grid boxes with equal heights per row.";s:2:"id";s:23:"portfolio_equal_heights";s:7:"default";i:0;s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"portfolio_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}}s:9:"transport";s:11:"postMessage";}s:42:"portfolio_archive_one_column_text_position";a:8:{s:5:"label";s:34:"Portfolio Archive Content Position";s:11:"description";s:93:"Select if title, terms and excerpts should be displayed below or next to the featured images.";s:2:"id";s:42:"portfolio_archive_one_column_text_position";s:7:"default";s:5:"below";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:5:"below";s:11:"Below image";s:7:"floated";s:13:"Next to Image";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:24:"portfolio_archive_layout";s:8:"operator";s:2:"==";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:25:"portfolio_archive_columns";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"portfolio_archive_items";a:7:{s:5:"label";s:42:"Number of Portfolio Items Per Archive Page";s:11:"description";s:169:"Controls the number of posts that display per page for portfolio archive pages. Set to -1 to display all. Set to 0 to use the number of posts from Settings > Reading.";s:2:"id";s:23:"portfolio_archive_items";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:2:"-1";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:29:"portfolio_archive_text_layout";a:9:{s:5:"label";s:29:"Portfolio Archive Text Layout";s:11:"description";s:123:"Controls if the portfolio text content is displayed boxed or unboxed or is completely disabled for portfolio archive pages.";s:2:"id";s:29:"portfolio_archive_text_layout";s:7:"default";s:7:"no_text";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:7:"no_text";s:7:"No Text";s:5:"boxed";s:5:"Boxed";s:7:"unboxed";s:7:"Unboxed";}s:9:"transport";s:7:"refresh";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:39:"--portfolio_archive_text_layout-padding";s:7:"element";s:25:".fusion-portfolio-content";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:6:"20px 0";i:1;s:181:"var(--portfolio_archive_layout_padding-top) var(--portfolio_archive_layout_padding-right) var(--portfolio_archive_layout_padding-bottom) var(--portfolio_archive_layout_padding-left)";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:29:"portfolio_archive_text_layout";i:1;s:3:"!==";i:2;s:5:"boxed";}}}}}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_content_length";a:8:{s:5:"label";s:30:"Portfolio Archive Text Display";s:11:"description";s:67:"Choose how to display the post excerpt for portfolio archive pages.";s:2:"id";s:32:"portfolio_archive_content_length";s:7:"default";s:7:"excerpt";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:7:"no_text";s:7:"No Text";s:7:"excerpt";s:7:"Excerpt";s:12:"full_content";s:12:"Full Content";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:29:"portfolio_archive_text_layout";s:8:"operator";s:2:"!=";s:5:"value";s:7:"no_text";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_excerpt_length";a:8:{s:5:"label";s:32:"Portfolio Archive Excerpt Length";s:11:"description";s:338:"Controls the number of words in the excerpts for portfolio archive pages. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:32:"portfolio_archive_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:15:"soft_dependency";b:1;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:36:"portfolio_archive_strip_html_excerpt";a:6:{s:5:"label";s:23:"Strip HTML from Excerpt";s:11:"description";s:75:"Turn on to strip HTML content from the excerpt for portfolio archive pages.";s:2:"id";s:36:"portfolio_archive_strip_html_excerpt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:31:"portfolio_archive_title_display";a:7:{s:5:"label";s:31:"Portfolio Archive Title Display";s:11:"description";s:81:"Controls what displays with the portfolio post title for portfolio archive pages.";s:2:"id";s:31:"portfolio_archive_title_display";s:7:"default";s:3:"all";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:3:"all";s:20:"Title and Categories";s:5:"title";s:10:"Only Title";s:4:"cats";s:15:"Only Categories";s:4:"none";s:4:"None";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_text_alignment";a:7:{s:5:"label";s:32:"Portfolio Archive Text Alignment";s:11:"description";s:140:"Controls the alignment of the portfolio title, categories and excerpt text when using the Portfolio Text layouts in portfolio archive pages.";s:2:"id";s:32:"portfolio_archive_text_alignment";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--portfolio_archive_text_alignment";s:7:"element";s:33:".fusion-portfolio-content-wrapper";}}}s:32:"portfolio_archive_layout_padding";a:8:{s:5:"label";s:37:"Portfolio Archive Text Layout Padding";s:11:"description";s:365:"Controls the padding for the portfolio text layout when using boxed mode in portfolio archive pages. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:32:"portfolio_archive_layout_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:"25px";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:15:"soft_dependency";b:1;s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:38:"--portfolio_archive_layout_padding-top";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:41:"--portfolio_archive_layout_padding-bottom";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:6:"bottom";}i:2;a:3:{s:4:"name";s:39:"--portfolio_archive_layout_padding-left";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:4:"left";}i:3;a:3:{s:4:"name";s:40:"--portfolio_archive_layout_padding-right";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:5:"right";}}}s:33:"portfolio_archive_pagination_type";a:7:{s:5:"label";s:33:"Portfolio Archive Pagination Type";s:11:"description";s:57:"Controls the pagination type for portfolio archive pages.";s:2:"id";s:33:"portfolio_archive_pagination_type";s:7:"default";s:10:"pagination";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:10:"pagination";s:10:"Pagination";s:15:"infinite_scroll";s:15:"Infinite Scroll";s:16:"load_more_button";s:16:"Load More Button";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:49:"portfolio_archive_load_more_posts_button_bg_color";a:7:{s:5:"label";s:39:"Load More Posts Button Background Color";s:11:"description";s:99:"Controls the background color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:49:"portfolio_archive_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:51:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:51:"portfolio_archive_load_more_posts_button_text_color";a:7:{s:5:"label";s:33:"Load More Posts Button Text Color";s:11:"description";s:93:"Controls the text color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:51:"portfolio_archive_load_more_posts_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:53:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:55:"portfolio_archive_load_more_posts_hover_button_bg_color";a:7:{s:5:"label";s:45:"Load More Posts Button Hover Background Color";s:11:"description";s:105:"Controls the hover background color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:55:"portfolio_archive_load_more_posts_hover_button_bg_color";s:7:"default";s:21:"rgba(242,243,245,0.8)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:57:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:57:"portfolio_archive_load_more_posts_hover_button_text_color";a:7:{s:5:"label";s:39:"Load More Posts Hover Button Text Color";s:11:"description";s:99:"Controls the hover text color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:57:"portfolio_archive_load_more_posts_hover_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:59:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:14:"portfolio_slug";a:5:{s:5:"label";s:14:"Portfolio Slug";s:11:"description";s:195:"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.";s:2:"id";s:14:"portfolio_slug";s:7:"default";s:15:"portfolio-items";s:4:"type";s:4:"text";}s:24:"portfolio_meta_font_size";a:6:{s:5:"label";s:19:"Meta Data Font Size";s:11:"description";s:42:"Controls the font size for meta data text.";s:2:"id";s:24:"portfolio_meta_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:26:"--portfolio_meta_font_size";}}}}}s:45:"portfolio_single_post_page_options_subsection";a:6:{s:5:"label";s:21:"Portfolio Single Post";s:11:"description";s:0:"";s:2:"id";s:45:"portfolio_single_post_page_options_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:13:{s:37:"portfolio_single_post_template_notice";a:5:{s:2:"id";s:37:"portfolio_single_post_template_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:329:"
IMPORTANT NOTE: The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit this page.
";s:4:"type";s:6:"custom";}s:16:"portfolio_pn_nav";a:7:{s:5:"label";s:24:"Previous/Next Pagination";s:11:"description";s:80:"Turn on to display the previous/next post pagination for single portfolio posts.";s:2:"id";s:16:"portfolio_pn_nav";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:19:"portfolio_width_100";a:7:{s:5:"label";s:15:"100% Width Page";s:11:"description";s:117:"Turn on to display portfolio posts at 100% browser width according to the window size. Turn off to follow site width.";s:2:"id";s:19:"portfolio_width_100";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:30:"portfolio_featured_image_width";a:9:{s:5:"label";s:26:"Featured Image Column Size";s:11:"description";s:79:"Controls if the featured image is half or full width on single portfolio posts.";s:2:"id";s:30:"portfolio_featured_image_width";s:7:"default";s:4:"full";s:4:"type";s:15:"radio-buttonset";s:6:"hidden";b:0;s:7:"choices";a:2:{s:4:"full";s:10:"Full Width";s:4:"half";s:10:"Half Width";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"portfolio_featured_images";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"portfolio_featured_images";a:7:{s:5:"label";s:42:"Featured Image / Video on Single Post Page";s:11:"description";s:72:"Turn on to display featured images and videos on single portfolio posts.";s:2:"id";s:25:"portfolio_featured_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"show_first_featured_image";a:8:{s:5:"label";s:20:"First Featured Image";s:11:"description";s:68:"Turn on to display the 1st featured image on single portfolio posts.";s:2:"id";s:25:"show_first_featured_image";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"portfolio_featured_images";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:33:"show_first_featured_image_partial";a:4:{s:8:"selector";s:30:".fusion-featured-image-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:23:"singular_featured_image";}s:21:"success_trigger_event";s:35:"fusion-reinit-single-post-slideshow";}}}s:28:"portfolio_project_desc_title";a:7:{s:5:"label";s:25:"Project Description Title";s:11:"description";s:72:"Turn on to show the project description title on single portfolio posts.";s:2:"id";s:28:"portfolio_project_desc_title";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"portfolio_project_details";a:7:{s:5:"label";s:15:"Project Details";s:11:"description";s:80:"Turn on to show the project details title and content on single portfolio posts.";s:2:"id";s:25:"portfolio_project_details";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:26:"portfolio_link_icon_target";a:7:{s:5:"label";s:34:"Open Portfolio Links In New Window";s:11:"description";s:90:"Turn on to open the single post page, project url and copyright url links in a new window.";s:2:"id";s:26:"portfolio_link_icon_target";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:9:"transport";s:11:"postMessage";}s:16:"portfolio_author";a:7:{s:5:"label";s:6:"Author";s:11:"description";s:61:"Turn on to display the author name on single portfolio posts.";s:2:"id";s:16:"portfolio_author";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:28:"portfolio_social_sharing_box";a:7:{s:5:"label";s:18:"Social Sharing Box";s:11:"description";s:68:"Turn on to display the social sharing box on single portfolio posts.";s:2:"id";s:28:"portfolio_social_sharing_box";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"portfolio_related_posts";a:7:{s:5:"label";s:16:"Related Projects";s:11:"description";s:62:"Turn on to display related projects on single portfolio posts.";s:2:"id";s:23:"portfolio_related_posts";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:18:"portfolio_comments";a:7:{s:5:"label";s:8:"Comments";s:11:"description";s:54:"Turn on to display comments on single portfolio posts.";s:2:"id";s:18:"portfolio_comments";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}}}}s:12:"social_media";a:6:{s:5:"label";s:12:"Social Media";s:2:"id";s:20:"heading_social_media";s:8:"priority";i:18;s:4:"icon";s:17:"el-icon-share-alt";s:8:"alt_icon";s:12:"fusiona-link";s:6:"fields";a:4:{s:26:"social_media_icons_section";a:5:{s:5:"label";s:18:"Social Media Icons";s:2:"id";s:26:"social_media_icons_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:2:{s:38:"social_media_icons_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:454:"
IMPORTANT NOTE: This tab controls the social networks that display in the header and footer and which can also be used in the social links widget. Add the network of your choice along with your unique URL. Each network you wish to display must be added here to show up in the header and footer. These settings do not control the avada social widget, social link element or person element.
";s:2:"id";s:38:"social_media_icons_important_note_info";s:4:"type";s:6:"custom";}s:18:"social_media_icons";a:9:{s:5:"label";s:26:"Social Media Icons / Links";s:11:"description";s:131:"Social media links use a repeater field and allow one network per field. Click the "Add" button to add additional fields.";s:2:"id";s:18:"social_media_icons";s:7:"default";a:5:{s:25:"fusionredux_repeater_data";a:4:{i:0;a:1:{s:5:"title";s:0:"";}i:1;a:1:{s:5:"title";s:0:"";}i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:0:"";}}s:4:"icon";a:4:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:9:"instagram";i:3;s:9:"pinterest";}s:3:"url";a:4:{i:0;s:1:"#";i:1;s:1:"#";i:2;s:1:"#";i:3;s:1:"#";}s:12:"custom_title";a:4:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}s:13:"custom_source";a:4:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:1;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:2;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:3;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:4:"type";s:8:"repeater";s:10:"bind_title";s:4:"icon";s:5:"limit";i:50;s:6:"fields";a:4:{s:4:"icon";a:6:{s:2:"id";s:4:"icon";s:4:"type";s:6:"select";s:5:"label";s:14:"Social Network";s:11:"description";s:53:"Select a social network to automatically add its icon";s:7:"default";s:4:"none";s:7:"choices";a:34:{s:7:"blogger";s:7:"Blogger";s:10:"deviantart";s:10:"Deviantart";s:7:"discord";s:7:"Discord";s:4:"digg";s:4:"Digg";s:8:"dribbble";s:8:"Dribbble";s:7:"dropbox";s:7:"Dropbox";s:8:"facebook";s:8:"Facebook";s:6:"flickr";s:6:"Flickr";s:6:"forrst";s:6:"Forrst";s:9:"instagram";s:9:"Instagram";s:8:"linkedin";s:8:"LinkedIn";s:7:"myspace";s:7:"Myspace";s:6:"paypal";s:6:"Paypal";s:9:"pinterest";s:9:"Pinterest";s:6:"reddit";s:6:"Reddit";s:3:"rss";s:3:"RSS";s:5:"skype";s:5:"Skype";s:10:"soundcloud";s:10:"Soundcloud";s:7:"spotify";s:7:"Spotify";s:6:"tiktok";s:6:"Tiktok";s:6:"tumblr";s:6:"Tumblr";s:7:"twitter";s:7:"Twitter";s:6:"twitch";s:6:"Twitch";s:5:"vimeo";s:5:"Vimeo";s:2:"vk";s:2:"VK";s:6:"wechat";s:6:"WeChat";s:8:"whatsapp";s:8:"WhatsApp";s:4:"xing";s:4:"Xing";s:5:"yahoo";s:5:"Yahoo";s:4:"yelp";s:4:"Yelp";s:7:"youtube";s:7:"Youtube";s:5:"email";s:13:"Email Address";s:5:"phone";s:5:"Phone";s:6:"custom";s:6:"Custom";}}s:3:"url";a:5:{s:2:"id";s:3:"url";s:4:"type";s:4:"text";s:5:"label";s:11:"Custom Link";s:11:"description";s:28:"Insert your custom link here";s:7:"default";s:0:"";}s:12:"custom_title";a:6:{s:2:"id";s:12:"custom_title";s:4:"type";s:4:"text";s:5:"label";s:17:"Custom Icon Title";s:11:"description";s:40:"Insert a title for your custom icon here";s:7:"default";s:0:"";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:4:"icon";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}}s:13:"custom_source";a:7:{s:2:"id";s:13:"custom_source";s:4:"type";s:5:"media";s:5:"label";s:40:"Choose the image you want to use as icon";s:11:"description";s:23:"Upload your custom icon";s:7:"default";s:0:"";s:4:"mode";b:0;s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:4:"icon";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}}}s:15:"partial_refresh";a:5:{s:52:"header_content_social_media_icons_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:51:"header_content_social_media_icons_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:33:"header_content_social_media_icons";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}s:33:"footer_content_social_media_icons";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}s:29:"sharingbox_social_media_icons";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}}}s:27:"header_social_icons_options";a:7:{s:5:"label";s:27:"Header Social Icons Styling";s:11:"description";s:0:"";s:2:"id";s:27:"header_social_icons_options";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:9:{s:26:"header_social_links_notice";a:5:{s:2:"id";s:26:"header_social_links_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:0:"";s:4:"type";s:6:"custom";}s:29:"header_social_links_font_size";a:7:{s:5:"label";s:28:"Header Social Icon Font Size";s:11:"description";s:50:"Controls the font size of the header social icons.";s:2:"id";s:29:"header_social_links_font_size";s:7:"default";s:4:"16px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:31:"--header_social_links_font_size";s:7:"element";s:23:".fusion-social-networks";}}}s:37:"header_social_links_tooltip_placement";a:8:{s:5:"label";s:35:"Header Social Icon Tooltip Position";s:11:"description";s:57:"Controls the tooltip position of the header social icons.";s:2:"id";s:37:"header_social_links_tooltip_placement";s:7:"default";s:6:"Bottom";s:6:"hidden";b:0;s:4:"type";s:6:"select";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:4:"none";s:4:"None";}s:15:"partial_refresh";a:3:{s:71:"header_content_header_social_links_tooltip_placement_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:70:"header_content_header_social_links_tooltip_placement_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:52:"header_content_header_social_links_tooltip_placement";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";a:2:{i:0;s:15:"header-rendered";i:1;s:18:"fusionInitTooltips";}}}}s:30:"header_social_links_color_type";a:8:{s:5:"label";s:29:"Header Social Icon Color Type";s:11:"description";s:146:"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.";s:2:"id";s:30:"header_social_links_color_type";s:7:"default";s:6:"custom";s:6:"hidden";b:0;s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"custom";s:13:"Custom Colors";s:5:"brand";s:12:"Brand Colors";}s:15:"partial_refresh";a:3:{s:64:"header_content_header_social_links_color_type_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:63:"header_content_header_social_links_color_type_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:45:"header_content_header_social_links_color_type";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";a:2:{i:0;s:15:"header-rendered";i:1;s:18:"fusionInitTooltips";}}}}s:30:"header_social_links_icon_color";a:8:{s:5:"label";s:24:"Header Social Icon Color";s:11:"description";s:106:"Controls the color of the header social icons. This color will be used for all social icons in the header.";s:2:"id";s:30:"header_social_links_icon_color";s:7:"default";s:7:"#ffffff";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:30:"header_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--header_social_links_icon_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"header_social_links_boxed";a:7:{s:5:"label";s:25:"Header Social Icons Boxed";s:11:"description";s:50:"Controls if each icon is displayed in a small box.";s:2:"id";s:25:"header_social_links_boxed";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"partial_refresh";a:3:{s:59:"header_content_header_social_links_boxed_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:58:"header_content_header_social_links_boxed_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:40:"header_content_header_social_links_boxed";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";a:2:{i:0;s:15:"header-rendered";i:1;s:18:"fusionInitTooltips";}}}}s:29:"header_social_links_box_color";a:8:{s:5:"label";s:28:"Header Social Icon Box Color";s:11:"description";s:42:"Controls the color of the social icon box.";s:2:"id";s:29:"header_social_links_box_color";s:7:"default";s:7:"#ffffff";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:25:"header_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:30:"header_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--header_social_links_box_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:32:"header_social_links_boxed_radius";a:8:{s:5:"label";s:31:"Header Social Icon Boxed Radius";s:11:"description";s:24:"Controls the box radius.";s:2:"id";s:32:"header_social_links_boxed_radius";s:7:"default";s:3:"4px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"header_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--header_social_links_boxed_radius";s:7:"element";s:27:".fusion-social-network-icon";}}}s:33:"header_social_links_boxed_padding";a:7:{s:5:"label";s:32:"Header Social Icon Boxed Padding";s:11:"description";s:41:"Controls the interior padding of the box.";s:2:"id";s:33:"header_social_links_boxed_padding";s:7:"default";s:3:"8px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"header_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:35:"--header_social_links_boxed_padding";s:7:"element";s:23:".fusion-social-networks";}}}}}s:27:"footer_social_icons_options";a:7:{s:5:"label";s:27:"Footer Social Icons Styling";s:11:"description";s:0:"";s:2:"id";s:27:"footer_social_icons_options";s:7:"default";s:0:"";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:9:{s:12:"icons_footer";a:6:{s:5:"label";s:34:"Display Social Icons In The Footer";s:11:"description";s:60:"Turn on to display social icons in the footer copyright bar.";s:2:"id";s:12:"icons_footer";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:27:"footer_content_icons_footer";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:29:"footer_social_links_font_size";a:7:{s:5:"label";s:28:"Footer Social Icon Font Size";s:11:"description";s:50:"Controls the font size of the footer social icons.";s:2:"id";s:29:"footer_social_links_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:31:"--footer_social_links_font_size";s:7:"element";s:23:".fusion-social-networks";}}}s:37:"footer_social_links_tooltip_placement";a:8:{s:5:"label";s:35:"Footer Social Icon Tooltip Position";s:11:"description";s:57:"Controls the tooltip position of the footer social icons.";s:2:"id";s:37:"footer_social_links_tooltip_placement";s:7:"default";s:3:"Top";s:4:"type";s:6:"select";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:4:"none";s:4:"None";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:52:"footer_content_footer_social_links_tooltip_placement";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";a:1:{i:0;s:18:"fusionInitTooltips";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:30:"footer_social_links_color_type";a:8:{s:5:"label";s:29:"Footer Social Icon Color Type";s:11:"description";s:146:"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.";s:2:"id";s:30:"footer_social_links_color_type";s:7:"default";s:6:"custom";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"custom";s:13:"Custom Colors";s:5:"brand";s:12:"Brand Colors";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:45:"footer_content_footer_social_links_color_type";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";a:1:{i:0;s:18:"fusionInitTooltips";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:30:"footer_social_links_icon_color";a:7:{s:5:"label";s:24:"Footer Social Icon Color";s:11:"description";s:106:"Controls the color of the footer social icons. This color will be used for all social icons in the footer.";s:2:"id";s:30:"footer_social_links_icon_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:21:"rgba(255,255,255,0.8)";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:30:"footer_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--footer_social_links_icon_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"footer_social_links_boxed";a:7:{s:5:"label";s:25:"Footer Social Icons Boxed";s:11:"description";s:50:"Controls if each icon is displayed in a small box.";s:2:"id";s:25:"footer_social_links_boxed";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:40:"footer_content_footer_social_links_boxed";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";a:1:{i:0;s:18:"fusionInitTooltips";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:29:"footer_social_links_box_color";a:7:{s:5:"label";s:28:"Footer Social Icon Box Color";s:11:"description";s:42:"Controls the color of the social icon box.";s:2:"id";s:29:"footer_social_links_box_color";s:7:"default";s:7:"#222222";s:4:"type";s:11:"color-alpha";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:25:"footer_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:30:"footer_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--footer_social_links_box_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:32:"footer_social_links_boxed_radius";a:7:{s:5:"label";s:31:"Footer Social Icon Boxed Radius";s:11:"description";s:24:"Controls the box radius.";s:2:"id";s:32:"footer_social_links_boxed_radius";s:7:"default";s:3:"4px";s:4:"type";s:9:"dimension";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:25:"footer_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--footer_social_links_boxed_radius";s:7:"element";s:27:".fusion-social-network-icon";}}}s:33:"footer_social_links_boxed_padding";a:7:{s:5:"label";s:32:"Footer Social Icon Boxed Padding";s:11:"description";s:41:"Controls the interior padding of the box.";s:2:"id";s:33:"footer_social_links_boxed_padding";s:7:"default";s:3:"8px";s:4:"type";s:9:"dimension";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:25:"footer_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:35:"--footer_social_links_boxed_padding";s:7:"element";s:23:".fusion-social-networks";}}}}}s:26:"heading_social_sharing_box";a:5:{s:5:"label";s:14:"Social Sharing";s:2:"id";s:26:"heading_social_sharing_box";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:13:{s:22:"sharing_social_tagline";a:6:{s:5:"label";s:22:"Social Sharing Tagline";s:11:"description";s:46:"Insert a tagline for the social sharing boxes.";s:2:"id";s:22:"sharing_social_tagline";s:7:"default";s:39:"Share This Story, Choose Your Platform!";s:4:"type";s:4:"text";s:15:"partial_refresh";a:1:{s:33:"sharingbox_sharing_social_tagline";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:30:"sharing_box_tagline_text_color";a:6:{s:5:"label";s:33:"Social Sharing Tagline Text Color";s:11:"description";s:67:"Controls the color of the tagline text in the social sharing boxes.";s:2:"id";s:30:"sharing_box_tagline_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:32:"--sharing_box_tagline_text_color";s:7:"element";s:10:".share-box";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:15:"social_bg_color";a:7:{s:5:"label";s:31:"Social Sharing Background Color";s:11:"description";s:58:"Controls the background color of the social sharing boxes.";s:2:"id";s:15:"social_bg_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:17:"--social_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:31:"--social_bg_color-0-transparent";s:8:"callback";a:2:{i:0;s:28:"return_string_if_transparent";i:1;a:2:{s:11:"transparent";s:3:"0px";s:6:"opaque";s:0:"";}}}}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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"body";s:9:"className";s:29:"avada-social-full-transparent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"social_share_box_icon_info";a:5:{s:5:"label";s:20:"Social Sharing Icons";s:11:"description";s:0:"";s:2:"id";s:26:"social_share_box_icon_info";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:14:"social_sharing";a:8:{s:5:"label";s:14:"Social Sharing";s:11:"description";s:71:"Select social network you want to be displayed in the social share box.";s:2:"id";s:14:"social_sharing";s:7:"default";a:10:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:6:"reddit";i:3;s:8:"linkedin";i:4;s:8:"whatsapp";i:5;s:6:"tumblr";i:6;s:9:"pinterest";i:7;s:2:"vk";i:8;s:4:"xing";i:9;s:5:"email";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:10:{s:8:"facebook";s:8:"Facebook";s:7:"twitter";s:7:"Twitter";s:6:"reddit";s:6:"Reddit";s:8:"linkedin";s:8:"LinkedIn";s:8:"whatsapp";s:8:"WhatsApp";s:6:"tumblr";s:6:"Tumblr";s:9:"pinterest";s:9:"Pinterest";s:2:"vk";s:2:"VK";s:4:"xing";s:4:"Xing";s:5:"email";s:5:"Email";}s:22:"social_share_box_links";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}s:30:"sharing_social_links_font_size";a:6:{s:5:"label";s:29:"Social Sharing Icon Font Size";s:11:"description";s:71:"Controls the font size of the social icons in the social sharing boxes.";s:2:"id";s:30:"sharing_social_links_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:32:"--sharing_social_links_font_size";s:7:"element";s:25:".fusion-theme-sharing-box";}}}s:38:"sharing_social_links_tooltip_placement";a:7:{s:5:"label";s:37:"Social Sharing Icons Tooltip Position";s:11:"description";s:78:"Controls the tooltip position of the social icons in the social sharing boxes.";s:2:"id";s:38:"sharing_social_links_tooltip_placement";s:7:"default";s:3:"Top";s:4:"type";s:6:"select";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:4:"none";s:4:"None";}s:15:"partial_refresh";a:1:{s:49:"sharingbox_sharing_social_links_tooltip_placement";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:31:"sharing_social_links_color_type";a:7:{s:5:"label";s:30:"Social Sharing Icon Color Type";s:11:"description";s:146:"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.";s:2:"id";s:31:"sharing_social_links_color_type";s:7:"default";s:6:"custom";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"custom";s:13:"Custom Colors";s:5:"brand";s:12:"Brand Colors";}s:15:"partial_refresh";a:1:{s:50:"sharingbox_sharing_sharing_social_links_color_type";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:31:"sharing_social_links_icon_color";a:7:{s:5:"label";s:25:"Social Sharing Icon Color";s:11:"description";s:113:"Controls the color of the social icons in the social sharing boxes. This color will be used for all social icons.";s:2:"id";s:31:"sharing_social_links_icon_color";s:7:"default";s:7:"#9ea0a4";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"sharing_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:33:"--sharing_social_links_icon_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:26:"sharing_social_links_boxed";a:6:{s:5:"label";s:26:"Social Sharing Icons Boxed";s:11:"description";s:57:"Controls if each social icon is displayed in a small box.";s:2:"id";s:26:"sharing_social_links_boxed";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:37:"sharingbox_sharing_social_links_boxed";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:30:"sharing_social_links_box_color";a:7:{s:5:"label";s:29:"Social Sharing Icon Box Color";s:11:"description";s:42:"Controls the color of the social icon box.";s:2:"id";s:30:"sharing_social_links_box_color";s:7:"default";s:7:"#e8e8e8";s:4:"type";s:11:"color-alpha";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:26:"sharing_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:31:"sharing_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:32:"--sharing_social_links_box_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:33:"sharing_social_links_boxed_radius";a:7:{s:5:"label";s:32:"Social Sharing Icon Boxed Radius";s:11:"description";s:47:"Controls the box radius of the social icon box.";s:2:"id";s:33:"sharing_social_links_boxed_radius";s:7:"default";s:3:"4px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:26:"sharing_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:35:"--sharing_social_links_boxed_radius";s:7:"element";s:27:".fusion-social-network-icon";}}}s:34:"sharing_social_links_boxed_padding";a:7:{s:5:"label";s:34:"Social Sharing Icons Boxed Padding";s:11:"description";s:53:"Controls the interior padding of the social icon box.";s:2:"id";s:34:"sharing_social_links_boxed_padding";s:7:"default";s:3:"8px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:26:"sharing_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:36:"--sharing_social_links_boxed_padding";s:7:"element";s:25:".fusion-theme-sharing-box";}}}}}}}s:10:"slideshows";a:6:{s:5:"label";s:10:"Slideshows";s:2:"id";s:18:"heading_slideshows";s:8:"priority";i:19;s:4:"icon";s:15:"el-icon-picture";s:8:"alt_icon";s:15:"fusiona-uniF61C";s:6:"fields";a:7:{s:22:"posts_slideshow_number";a:6:{s:5:"label";s:22:"Posts Slideshow Images";s:11:"description";s:69:"Controls the number of featured image boxes for blog/portfolio posts.";s:2:"id";s:22:"posts_slideshow_number";s:7:"default";s:1:"5";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:2:"30";s:4:"step";s:1:"1";}}s:18:"slideshow_autoplay";a:6:{s:5:"label";s:8:"Autoplay";s:11:"description";s:35:"Turn on to autoplay the slideshows.";s:2:"id";s:18:"slideshow_autoplay";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:23:"slideshow_smooth_height";a:5:{s:5:"label";s:13:"Smooth Height";s:11:"description";s:147:"Turn on to enable smooth height on slideshows when using images with different heights. Please note, smooth height is disabled on blog grid layout.";s:2:"id";s:23:"slideshow_smooth_height";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:15:"slideshow_speed";a:7:{s:5:"label";s:15:"Slideshow Speed";s:11:"description";s:102:"Controls the speed of slideshows for the slider element and sliders within posts. ex: 1000 = 1 second.";s:2:"id";s:15:"slideshow_speed";s:7:"default";s:4:"7000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"100";s:3:"max";s:5:"20000";s:4:"step";s:2:"50";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionFlexSliderVars";s:2:"id";s:15:"slideshow_speed";s:7:"trigger";a:2:{i:0;s:27:"fusionDestroyPostFlexSlider";i:1;s:24:"fusionInitPostFlexSlider";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"pagination_video_slide";a:6:{s:5:"label";s:37:"Pagination Circles Below Video Slides";s:11:"description";s:117:"Turn on to show pagination circles below a video slide for the slider element. Turn off to hide them on video slides.";s:2:"id";s:22:"pagination_video_slide";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionFlexSliderVars";s:2:"id";s:22:"pagination_video_slide";s:7:"trigger";a:2:{i:0;s:27:"fusionDestroyPostFlexSlider";i:1;s:24:"fusionInitPostFlexSlider";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"slider_nav_box_dimensions";a:7:{s:5:"label";s:25:"Navigation Box Dimensions";s:11:"description";s:52:"Controls the width and height of the navigation box.";s:2:"id";s:25:"slider_nav_box_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"30px";s:6:"height";s:4:"30px";}s:4:"type";s:10:"dimensions";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:33:"--slider_nav_box_dimensions-width";s:6:"choice";s:5:"width";}i:1;a:2:{s:4:"name";s:34:"--slider_nav_box_dimensions-height";s:6:"choice";s:6:"height";}}}s:17:"slider_arrow_size";a:6:{s:5:"label";s:21:"Navigation Arrow Size";s:11:"description";s:47:"Controls the font size of the navigation arrow.";s:2:"id";s:17:"slider_arrow_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--slider_arrow_size";}}}}}s:14:"elastic_slider";a:6:{s:5:"label";s:14:"Elastic Slider";s:2:"id";s:22:"heading_elastic_slider";s:8:"priority";i:20;s:4:"icon";s:17:"el-icon-photo-alt";s:8:"alt_icon";s:14:"fusiona-images";s:6:"fields";a:11:{s:18:"tfes_disabled_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:183:"
IMPORTANT NOTE: Elastic Slider is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:18:"tfes_disabled_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}s:15:"tfes_dimensions";a:8:{s:5:"label";s:25:"Elastic Slider Dimensions";s:11:"description";s:53:"Controls the width and height for the elastic slider.";s:2:"id";s:15:"tfes_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"100%";s:6:"height";s:5:"400px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:23:"--tfes_dimensions-width";s:6:"choice";s:5:"width";s:7:"element";s:10:".ei-slider";}i:1;a:3:{s:4:"name";s:24:"--tfes_dimensions-height";s:6:"choice";s:6:"height";s:7:"element";s:10:".ei-slider";}}}s:14:"tfes_animation";a:8:{s:5:"label";s:14:"Animation Type";s:11:"description";s:64:"Controls if the elastic slides animate from the sides or center.";s:2:"id";s:14:"tfes_animation";s:7:"default";s:5:"sides";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"sides";s:5:"Sides";s:6:"center";s:6:"Center";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:14:"tfes_animation";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"tfes_autoplay";a:7:{s:5:"label";s:8:"Autoplay";s:11:"description";s:39:"Turn on to autoplay the elastic slides.";s:2:"id";s:13:"tfes_autoplay";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:13:"tfes_autoplay";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"tfes_interval";a:8:{s:5:"label";s:18:"Slideshow Interval";s:11:"description";s:69:"Controls how long each elastic slide is visible. ex: 1000 = 1 second.";s:2:"id";s:13:"tfes_interval";s:7:"default";s:4:"3000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:5:"30000";s:4:"step";s:2:"50";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:13:"tfes_interval";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"tfes_speed";a:8:{s:5:"label";s:13:"Sliding Speed";s:11:"description";s:72:"Controls the speed of the elastic slider slideshow. ex: 1000 = 1 second.";s:2:"id";s:10:"tfes_speed";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:4:"5000";s:4:"step";s:2:"50";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:10:"tfes_speed";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"tfes_width";a:8:{s:5:"label";s:15:"Thumbnail Width";s:11:"description";s:58:"Controls the width of the elastic slider thumbnail images.";s:2:"id";s:10:"tfes_width";s:7:"default";s:3:"150";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:"500";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:10:"tfes_width";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"es_title_font_size";a:7:{s:5:"label";s:15:"Title Font Size";s:11:"description";s:48:"Controls the font size for elastic slider title.";s:2:"id";s:18:"es_title_font_size";s:7:"default";s:4:"42px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--es_title_font_size";s:7:"element";s:10:".ei-slider";}}}s:20:"es_caption_font_size";a:7:{s:5:"label";s:17:"Caption Font Size";s:11:"description";s:50:"Controls the font size for elastic slider caption.";s:2:"id";s:20:"es_caption_font_size";s:7:"default";s:4:"20px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:22:"--es_caption_font_size";}}}s:14:"es_title_color";a:7:{s:5:"label";s:11:"Title Color";s:11:"description";s:47:"Controls the color of the elastic slider title.";s:2:"id";s:14:"es_title_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:16:"--es_title_color";s:7:"element";s:10:".ei-slider";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"es_caption_color";a:7:{s:5:"label";s:13:"Caption Color";s:11:"description";s:49:"Controls the color of the elastic slider caption.";s:2:"id";s:16:"es_caption_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--es_caption_color";s:7:"element";s:10:".ei-slider";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:8:"lightbox";a:6:{s:5:"label";s:8:"Lightbox";s:2:"id";s:16:"heading_lightbox";s:8:"priority";i:21;s:4:"icon";s:19:"el-icon-info-circle";s:8:"alt_icon";s:15:"fusiona-uniF602";s:6:"fields";a:17:{s:15:"status_lightbox";a:5:{s:5:"label";s:8:"Lightbox";s:11:"description";s:52:"Turn on to enable the lightbox throughout the theme.";s:2:"id";s:15:"status_lightbox";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";}s:22:"status_lightbox_single";a:6:{s:5:"label";s:49:"Lightbox For Featured Images On Single Post Pages";s:11:"description";s:95:"Turn on to enable the lightbox on single blog and portfolio posts for the main featured images.";s:2:"id";s:22:"status_lightbox_single";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:17:"lightbox_behavior";a:7:{s:5:"label";s:17:"Lightbox Behavior";s:11:"description";s:72:"Controls what the lightbox displays for single blog and portfolio posts.";s:2:"id";s:17:"lightbox_behavior";s:7:"default";s:3:"all";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:3:"all";s:34:"First featured image of every post";s:10:"individual";s:39:"Only featured images of individual post";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:13:"lightbox_skin";a:8:{s:5:"label";s:13:"Lightbox Skin";s:11:"description";s:34:"Controls the lightbox skin design.";s:2:"id";s:13:"lightbox_skin";s:7:"default";s:11:"metro-white";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:5:"light";s:5:"Light";s:4:"dark";s:4:"Dark";s:3:"mac";s:3:"Mac";s:11:"metro-black";s:11:"Metro Black";s:11:"metro-white";s:11:"Metro White";s:6:"parade";s:6:"Parade";s:6:"smooth";s:6:"Smooth";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:13:"lightbox_skin";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"lightbox_path";a:8:{s:5:"label";s:19:"Thumbnails Position";s:11:"description";s:49:"Controls the position of the lightbox thumbnails.";s:2:"id";s:13:"lightbox_path";s:7:"default";s:8:"vertical";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:8:"vertical";s:5:"Right";s:10:"horizontal";s:6:"Bottom";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:13:"lightbox_path";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"lightbox_animation_speed";a:8:{s:5:"label";s:15:"Animation Speed";s:11:"description";s:45:"Controls the animation speed of the lightbox.";s:2:"id";s:24:"lightbox_animation_speed";s:7:"default";s:6:"normal";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"fast";s:4:"Fast";s:6:"normal";s:6:"Normal";s:4:"slow";s:4:"Slow";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:24:"lightbox_animation_speed";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"lightbox_arrows";a:7:{s:5:"label";s:6:"Arrows";s:11:"description";s:41:"Turn on to display arrows in the lightbox";s:2:"id";s:15:"lightbox_arrows";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"lightbox_skin";s:8:"operator";s:2:"!=";s:5:"value";s:6:"parade";}}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:"fusionLightboxVars";s:2:"id";s:15:"lightbox_arrows";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"lightbox_gallery";a:7:{s:5:"label";s:25:"Gallery Start/Stop Button";s:11:"description";s:53:"Turn on to display the gallery start and stop button.";s:2:"id";s:16:"lightbox_gallery";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:16:"lightbox_gallery";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"lightbox_autoplay";a:7:{s:5:"label";s:29:"Autoplay the Lightbox Gallery";s:11:"description";s:41:"Turn on to autoplay the lightbox gallery.";s:2:"id";s:17:"lightbox_autoplay";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:17:"lightbox_autoplay";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"lightbox_slideshow_speed";a:8:{s:5:"label";s:15:"Slideshow Speed";s:11:"description";s:75:"Controls the slideshow speed if autoplay is turned on. ex: 1000 = 1 second.";s:2:"id";s:24:"lightbox_slideshow_speed";s:7:"default";s:4:"5000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:4:"1000";s:3:"max";s:5:"20000";s:4:"step";s:2:"50";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:24:"lightbox_slideshow_speed";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"lightbox_opacity";a:8:{s:5:"label";s:18:"Background Opacity";s:11:"description";s:66:"Controls the opacity level for the background behind the lightbox.";s:2:"id";s:16:"lightbox_opacity";s:7:"default";s:3:"0.9";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"0.1";s:3:"max";s:1:"1";s:4:"step";s:4:"0.01";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:16:"lightbox_opacity";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"lightbox_title";a:7:{s:5:"label";s:5:"Title";s:11:"description";s:51:"Turn on to display the image title in the lightbox.";s:2:"id";s:14:"lightbox_title";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:14:"lightbox_title";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"lightbox_desc";a:7:{s:5:"label";s:7:"Caption";s:11:"description";s:53:"Turn on to display the image caption in the lightbox.";s:2:"id";s:13:"lightbox_desc";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:13:"lightbox_desc";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"lightbox_social";a:7:{s:5:"label";s:14:"Social Sharing";s:11:"description";s:54:"Turn on to display social sharing buttons on lightbox.";s:2:"id";s:15:"lightbox_social";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:15:"lightbox_social";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"lightbox_deeplinking";a:7:{s:5:"label";s:11:"Deeplinking";s:11:"description";s:43:"Turn on to deeplink images in the lightbox.";s:2:"id";s:20:"lightbox_deeplinking";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:20:"lightbox_post_images";a:7:{s:5:"label";s:28:"Show Post Images in Lightbox";s:11:"description";s:85:"Turn on to display post images in the lightbox that are inside the post content area.";s:2:"id";s:20:"lightbox_post_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:23:"fusionLightboxVideoVars";s:2:"id";s:20:"lightbox_post_images";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"lightbox_video_dimensions";a:8:{s:5:"label";s:26:"Slideshow Video Dimensions";s:11:"description";s:61:"Controls the width and height for videos inside the lightbox.";s:2:"id";s:25:"lightbox_video_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:6:"1280px";s:6:"height";s:5:"720px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:2:{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:4:{s:9:"globalVar";s:23:"fusionLightboxVideoVars";s:2:"id";s:20:"lightbox_video_width";s:6:"choice";s:5:"width";s:7:"trigger";a:4:{i:0;s:4:"load";i:1;s:5:"ready";i:2;s:6:"resize";i:3;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:4:{s:9:"globalVar";s:23:"fusionLightboxVideoVars";s:2:"id";s:21:"lightbox_video_height";s:6:"choice";s:6:"height";s:7:"trigger";a:4:{i:0;s:4:"load";i:1;s:5:"ready";i:2;s:6:"resize";i:3;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}}}s:5:"forms";a:7:{s:5:"label";s:5:"Forms";s:2:"id";s:5:"forms";s:8:"priority";i:21;s:8:"is_panel";b:1;s:4:"icon";s:16:"el-icon-envelope";s:8:"alt_icon";s:26:"fusiona-avada-form-element";s:6:"fields";a:3:{s:21:"forms_styling_section";a:5:{s:5:"label";s:13:"Forms Styling";s:11:"description";s:0:"";s:2:"id";s:21:"forms_styling_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:9:{s:33:"forms_styling_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:233:"
IMPORTANT NOTE: The options on this tab apply to all forms throughout the site, including Avada Forms and the 3rd party plugins that Avada has design integration with.
";s:2:"id";s:33:"forms_styling_important_note_info";s:4:"type";s:6:"custom";}s:17:"form_input_height";a:7:{s:5:"label";s:28:"Form Input and Select Height";s:11:"description";s:64:"Controls the height of all search, form input and select fields.";s:2:"id";s:17:"form_input_height";s:7:"default";s:4:"50px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{i:0;s:2:"px";}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:19:"--form_input_height";}i:1;a:2:{s:4:"name";s:42:"--form_input_height-main-menu-search-width";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:22:"calc(250px + 1.43 * $)";i:1;s:5:"250px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:17:"form_input_height";i:1;s:1:">";i:2;s:2:"35";}}}}}}}s:14:"form_text_size";a:6:{s:5:"label";s:14:"Form Font Size";s:11:"description";s:35:"Controls the size of the form text.";s:2:"id";s:14:"form_text_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--form_text_size";s:2:"po";b:0;}}}s:13:"form_bg_color";a:6:{s:5:"label";s:27:"Form Field Background Color";s:11:"description";s:45:"Controls the background color of form fields.";s:2:"id";s:13:"form_bg_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:15:"--form_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}}}s:15:"form_text_color";a:6:{s:5:"label";s:15:"Form Text Color";s:11:"description";s:36:"Controls the color of the form text.";s:2:"id";s:15:"form_text_color";s:7:"default";s:7:"#9ea0a4";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:17:"--form_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}i:1;a:3:{s:4:"name";s:21:"--form_text_color-35a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.35";}s:2:"po";b:0;}}}s:17:"form_border_width";a:7:{s:5:"label";s:16:"Form Border Size";s:11:"description";s:44:"Controls the border size of the form fields.";s:2:"id";s:17:"form_border_width";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:3:"1px";s:6:"bottom";s:3:"1px";s:4:"left";s:3:"1px";s:5:"right";s:3:"1px";}s:4:"type";s:7:"spacing";s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:23:"--form_border_width-top";s:6:"choice";s:3:"top";s:2:"po";b:0;}i:1;a:3:{s:4:"name";s:26:"--form_border_width-bottom";s:6:"choice";s:6:"bottom";s:2:"po";b:0;}i:2;a:3:{s:4:"name";s:24:"--form_border_width-left";s:6:"choice";s:4:"left";s:2:"po";b:0;}i:3;a:3:{s:4:"name";s:25:"--form_border_width-right";s:6:"choice";s:5:"right";s:2:"po";b:0;}}}s:17:"form_border_color";a:7:{s:5:"label";s:17:"Form Border Color";s:11:"description";s:310:"Controls the border color of the form fields. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"form_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:19:"--form_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}}}s:23:"form_focus_border_color";a:7:{s:5:"label";s:26:"Form Border Color On Focus";s:11:"description";s:331:"Controls the border color of the form fields when they have focus. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:23:"form_focus_border_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:2:{i:0;a:3:{s:4:"name";s:25:"--form_focus_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}i:1;a:3:{s:4:"name";s:28:"--form_focus_border_color-5a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.5";}s:2:"po";b:0;}}}s:18:"form_border_radius";a:7:{s:5:"label";s:18:"Form Border Radius";s:11:"description";s:86:"Controls the border radius of the form fields. Also works, if border size is set to 0.";s:2:"id";s:18:"form_border_radius";s:7:"default";s:1:"6";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:20:"--form_border_radius";s:13:"value_pattern";s:3:"$px";s:2:"po";b:0;}}}}}s:17:"recaptcha_section";a:5:{s:5:"label";s:16:"Google reCAPTCHA";s:11:"description";s:0:"";s:2:"id";s:17:"recaptcha_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:6:{s:17:"recaptcha_version";a:7:{s:5:"label";s:17:"reCAPTCHA Version";s:11:"description";s:94:"Set the reCAPTCHA version you want to use and make sure your keys below match the set version.";s:2:"id";s:17:"recaptcha_version";s:7:"default";s:2:"v3";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:2:"v2";s:2:"V2";s:2:"v3";s:2:"V3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:16:"recaptcha_public";a:6:{s:5:"label";s:18:"reCAPTCHA Site Key";s:11:"description";s:188:"Follow the steps in our docs to get the site key.";s:2:"id";s:16:"recaptcha_public";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:17:"recaptcha_private";a:6:{s:5:"label";s:20:"reCAPTCHA Secret Key";s:11:"description";s:190:"Follow the steps in our docs to get the secret key.";s:2:"id";s:17:"recaptcha_private";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:22:"recaptcha_color_scheme";a:8:{s:5:"label";s:22:"reCAPTCHA Color Scheme";s:11:"description";s:36:"Controls the reCAPTCHA color scheme.";s:2:"id";s:22:"recaptcha_color_scheme";s:7:"default";s:5:"light";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"light";s:5:"Light";s:4:"dark";s:4:"Dark";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"recaptcha_version";s:8:"operator";s:2:"==";s:5:"value";s:2:"v2";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"recaptcha_score";a:8:{s:5:"label";s:24:"reCAPTCHA Security Score";s:11:"description";s:153:"Set a threshold score that must be met by the reCAPTCHA response. The higher the score the harder it becomes for bots, but also false positives increase.";s:2:"id";s:15:"recaptcha_score";s:7:"default";s:3:"0.5";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"0.1";s:3:"max";s:1:"1";s:4:"step";s:3:"0.1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"recaptcha_version";s:8:"operator";s:2:"==";s:5:"value";s:2:"v3";}}s:9:"transport";s:11:"postMessage";}s:24:"recaptcha_badge_position";a:8:{s:5:"label";s:24:"reCAPTCHA Badge Position";s:11:"description";s:162:"Set where and if the reCAPTCHA badge should be displayed. NOTE: Google\'s Terms and Privacy information needs to be displayed on the contact form.";s:2:"id";s:24:"recaptcha_badge_position";s:7:"default";s:6:"inline";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"inline";s:6:"Inline";s:10:"bottomleft";s:11:"Bottom Left";s:11:"bottomright";s:12:"Bottom Right";s:4:"hide";s:4:"Hide";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"recaptcha_version";s:8:"operator";s:2:"==";s:5:"value";s:2:"v3";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}}}s:15:"hubspot_section";a:5:{s:5:"label";s:7:"HubSpot";s:11:"description";s:0:"";s:2:"id";s:15:"hubspot_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:3:{s:11:"hubspot_api";a:7:{s:5:"label";s:11:"HubSpot API";s:11:"description";s:51:"Select a method to connect to your HubSpot account.";s:2:"id";s:11:"hubspot_api";s:7:"default";s:3:"off";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"auth";s:5:"OAuth";s:3:"key";s:7:"API Key";s:3:"off";s:3:"Off";}s:9:"transport";s:11:"postMessage";}s:11:"hubspot_key";a:7:{s:5:"label";s:15:"HubSpot API Key";s:11:"description";s:187:"Follow the steps in HubSpot docs to access your API key.";s:2:"id";s:11:"hubspot_key";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"hubspot_api";s:8:"operator";s:2:"==";s:5:"value";s:3:"key";}}s:9:"transport";s:11:"postMessage";}s:13:"hubspot_oauth";a:5:{s:5:"label";s:0:"";s:11:"description";s:1554:"
There was a problem when trying to connect.
HubSpot integration with Avada Forms documentation.
Try again.
Connected with HubSpotRevoke Access
";s:2:"id";s:13:"hubspot_oauth";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"hubspot_api";s:8:"operator";s:2:"==";s:5:"value";s:4:"auth";}}}}}}}s:7:"contact";a:7:{s:5:"label";s:16:"Contact Template";s:2:"id";s:15:"heading_contact";s:8:"priority";i:22;s:8:"is_panel";b:1;s:4:"icon";s:16:"el el-map-marker";s:8:"alt_icon";s:16:"fusiona-envelope";s:6:"fields";a:3:{s:31:"contact_form_options_subsection";a:6:{s:5:"label";s:16:"Contact Template";s:11:"description";s:0:"";s:2:"id";s:31:"contact_form_options_subsection";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:5:{s:32:"contact_form_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:181:"
IMPORTANT NOTE: The options on this tab are only for the contact form that displays on the "Contact" page template.
";s:2:"id";s:32:"contact_form_important_note_info";s:4:"type";s:6:"custom";}s:13:"email_address";a:6:{s:5:"label";s:13:"Email Address";s:11:"description";s:110:"Enter the email address the form should be sent to. This only works for the form on the contact page template.";s:2:"id";s:13:"email_address";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:24:"contact_comment_position";a:8:{s:5:"label";s:34:"Contact Form Comment Area Position";s:11:"description";s:76:"Controls the position of the comment field with respect to the other fields.";s:2:"id";s:24:"contact_comment_position";s:7:"default";s:5:"below";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"above";s:5:"Above";s:5:"below";s:5:"Below";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:20:".fusion-contact-form";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:17:"Edit Contact Form";s:4:"icon";s:11:"fusiona-pen";s:11:"open_parent";b:1;}}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:29:"contact_form_privacy_checkbox";a:6:{s:5:"label";s:37:"Display Data Privacy Confirmation Box";s:11:"description";s:139:"Turn on to display a checkbox and custom label that has to be checked in order to confirm data privacy terms and that the form can be sent.";s:2:"id";s:29:"contact_form_privacy_checkbox";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:26:"contact_form_privacy_label";a:8:{s:5:"label";s:27:"Data Privacy Checkbox Label";s:11:"description";s:101:"Enter the contents that should be displayed as label for the data privacy checkbox. Can contain HTML.";s:2:"id";s:26:"contact_form_privacy_label";s:7:"default";s:152:"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.";s:4:"type";s:8:"textarea";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:29:"contact_form_privacy_checkbox";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:2:{s:7:"element";s:39:"#comment-privacy-checkbox-wrapper label";s:8:"function";s:4:"html";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}}}s:18:"google_map_section";a:7:{s:5:"label";s:10:"Google Map";s:11:"description";s:0:"";s:2:"id";s:18:"google_map_section";s:7:"default";s:10:"Google Map";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:17:{s:24:"google_map_disabled_note";a:6:{s:5:"label";s:0:"";s:11:"description";s:187:"
IMPORTANT NOTE: Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:24:"google_map_disabled_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:30:"google_map_important_note_info";a:6:{s:5:"label";s:0:"";s:11:"description";s:269:"
IMPORTANT NOTE: The options on this tab are for the google map that displays on the "Contact" page template. The only option that controls the Avada Builder google map element is the Google Maps API Key.
";s:2:"id";s:30:"google_map_important_note_info";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:8:"gmap_api";a:7:{s:5:"label";s:19:"Google Maps API Key";s:11:"description";s:271:"Follow the steps in the Google docs to get the API key. This key applies to both the contact page map and Avada Builder google map element.";s:2:"id";s:8:"gmap_api";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:13:"gmap_api_type";a:8:{s:5:"label";s:15:"Google API Type";s:11:"description";s:394:"Select the Google API type that should be used to load your map. The JavaScript API allows for more options and custom styling, but could be charged for by Google depending on map loads, while the embed API can be used for free regardless of map loads. For more information please see the Google Maps Users Guide.";s:2:"id";s:13:"gmap_api_type";s:7:"default";s:2:"js";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:2:"js";s:6:"JS API";s:5:"embed";s:9:"Embed API";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:22:"#fusion-gmap-container";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:15:"Edit Google Map";s:4:"icon";s:11:"fusiona-pen";s:11:"open_parent";b:1;}}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:18:"gmap_embed_address";a:7:{s:5:"label";s:7:"Address";s:11:"description";s:283:"Add the address of the location you wish to display. Leave empty, if you don't want to display a map on the contact page. Address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates. ex: 12.381068,-1.492711.";s:2:"id";s:18:"gmap_embed_address";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:5:"embed";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:19:"gmap_embed_map_type";a:8:{s:5:"label";s:8:"Map Type";s:11:"description";s:41:"Select the type of google map to display.";s:2:"id";s:19:"gmap_embed_map_type";s:7:"default";s:7:"roadmap";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"roadmap";s:7:"Roadmap";s:9:"satellite";s:9:"Satellite";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:5:"embed";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:12:"gmap_address";a:7:{s:5:"label";s:18:"Google Map Address";s:11:"description";s:411:"Add the address to the location you wish to display. Leave empty, if you don't want to display a map on the contact page. Single address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates with latlng=. ex: latlng=12.381068,-1.492711. For multiple addresses, separate addresses by using the | symbol. ex: Address 1|Address 2|Address 3.";s:2:"id";s:12:"gmap_address";s:7:"default";s:49:"775 New York Ave, Brooklyn, Kings, New York 11203";s:4:"type";s:8:"textarea";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:9:"gmap_type";a:8:{s:5:"label";s:15:"Google Map Type";s:11:"description";s:46:"Controls the type of google map that displays.";s:2:"id";s:9:"gmap_type";s:7:"default";s:7:"roadmap";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:7:"roadmap";s:7:"Roadmap";s:9:"satellite";s:9:"Satellite";s:6:"hybrid";s:6:"Hybrid";s:7:"terrain";s:7:"Terrain";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"gmap_dimensions";a:8:{s:5:"label";s:21:"Google Map Dimensions";s:11:"description";s:95:"Controls the width and height of the google map. NOTE: height does not accept percentage value.";s:2:"id";s:15:"gmap_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"100%";s:6:"height";s:5:"415px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:14:"gmap_topmargin";a:7:{s:5:"label";s:21:"Google Map Top Margin";s:11:"description";s:105:"This is only applied to google maps that are not 100% width. It controls the distance to menu/page title.";s:2:"id";s:14:"gmap_topmargin";s:7:"default";s:4:"55px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:16:"--gmap_topmargin";s:7:"element";s:17:".avada-google-map";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:1:"$";i:1;s:4:"55px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:22:"gmap_dimensions[width]";i:1;s:3:"===";i:2;s:4:"100%";}}}}}}}s:14:"map_zoom_level";a:8:{s:5:"label";s:14:"Map Zoom Level";s:11:"description";s:143:"Choose the zoom level for the map. 0 corresponds to a map of the earth fully zoomed out, and larger zoom levels zoom in at a higher resolution.";s:2:"id";s:14:"map_zoom_level";s:7:"default";i:8;s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";i:0;s:3:"max";i:22;s:4:"step";i:1;}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:7:"map_pin";a:7:{s:5:"label";s:11:"Address Pin";s:11:"description";s:46:"Turn on to display the google map address pin.";s:2:"id";s:7:"map_pin";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:18:"gmap_pin_animation";a:7:{s:5:"label";s:21:"Address Pin Animation";s:11:"description";s:65:"Turn on to enable address pin animation when the map first loads.";s:2:"id";s:18:"gmap_pin_animation";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:9:"map_popup";a:7:{s:5:"label";s:18:"Map Popup On Click";s:11:"description";s:97:"Turn on to require a click to display the popup graphic with address info for the pin on the map.";s:2:"id";s:9:"map_popup";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"map_scrollwheel";a:7:{s:5:"label";s:25:"Map Zoom With Scrollwheel";s:11:"description";s:189:"Turn on to enable zooming using the mouse scroll wheel. Use Cmd/Ctrl key + scroll to zoom. If set to no, zooming through two-finger movements (cooperative gesture handling) will be enabled.";s:2:"id";s:15:"map_scrollwheel";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:9:"map_scale";a:7:{s:5:"label";s:9:"Map Scale";s:11:"description";s:40:"Turn on to display the google map scale.";s:2:"id";s:9:"map_scale";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"map_zoomcontrol";a:7:{s:5:"label";s:32:"Map Zoom & Pan Control Icons";s:11:"description";s:69:"Turn on to display the google map zoom control and pan control icons.";s:2:"id";s:15:"map_zoomcontrol";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}}}s:33:"google_map_design_styling_section";a:6:{s:5:"label";s:18:"Google Map Styling";s:11:"description";s:0:"";s:2:"id";s:33:"google_map_design_styling_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:9:{s:26:"google_map_disabled_note_1";a:6:{s:5:"label";s:0:"";s:11:"description";s:187:"
IMPORTANT NOTE: Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:26:"google_map_disabled_note_1";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:38:"google_map_styling_important_note_info";a:5:{s:5:"label";s:0:"";s:11:"description";s:278:"
IMPORTANT NOTE: The options on this tab are only for the google map that displays on the "Contact" page template, they do not control the google map element. These options are only available for the JS API type.
";s:2:"id";s:38:"google_map_styling_important_note_info";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}}s:11:"map_styling";a:8:{s:5:"label";s:22:"Select the Map Styling";s:11:"description";s:133:"Controls the google map styles. Default is google style, Theme is our style, or choose Custom to select your own style options below.";s:2:"id";s:11:"map_styling";s:7:"default";s:7:"default";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:7:"default";s:15:"Default Styling";s:5:"theme";s:13:"Theme Styling";s:6:"custom";s:14:"Custom Styling";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:17:"map_overlay_color";a:7:{s:5:"label";s:17:"Map Overlay Color";s:11:"description";s:137:"Custom styling setting only. Pick any overlaying color for the map besides pure black or white. Works best with "roadmap" type.";s:2:"id";s:17:"map_overlay_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:19:"map_infobox_styling";a:8:{s:5:"label";s:16:"Info Box Styling";s:11:"description";s:66:"Custom styling setting only. Controls the styling of the info box.";s:2:"id";s:19:"map_infobox_styling";s:7:"default";s:7:"default";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:7:"default";s:15:"Default Infobox";s:6:"custom";s:14:"Custom Infobox";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:19:"map_infobox_content";a:7:{s:5:"label";s:16:"Info Box Content";s:11:"description";s:207:"Custom styling setting only. Type in custom info box content to replace the default address string. For multiple addresses, separate info box contents by using the | symbol. ex: InfoBox 1|InfoBox 2|InfoBox 3";s:2:"id";s:19:"map_infobox_content";s:7:"default";s:0:"";s:4:"type";s:8:"textarea";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:20:"map_infobox_bg_color";a:7:{s:5:"label";s:25:"Info Box Background Color";s:11:"description";s:68:"Custom styling setting only. Controls the info box background color.";s:2:"id";s:20:"map_infobox_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:19:"map_infobox_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:2;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:22:"map_infobox_text_color";a:7:{s:5:"label";s:19:"Info Box Text Color";s:11:"description";s:62:"Custom styling setting only. Controls the info box text color.";s:2:"id";s:22:"map_infobox_text_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:19:"map_infobox_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:2;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:22:"map_custom_marker_icon";a:7:{s:5:"label";s:18:"Custom Marker Icon";s:11:"description";s:228:"Custom styling setting only. Use full image urls for custom marker icons or input "theme" for our custom marker. For multiple addresses, separate icons by using the | symbol or use one for all. ex: Icon 1|Icon 2|Icon 3";s:2:"id";s:22:"map_custom_marker_icon";s:7:"default";s:0:"";s:4:"type";s:8:"textarea";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:19:"map_infobox_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:2;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}}}}}s:6:"search";a:6:{s:5:"label";s:6:"Search";s:2:"id";s:14:"heading_search";s:8:"priority";i:23;s:4:"icon";s:14:"el-icon-search";s:8:"alt_icon";s:14:"fusiona-search";s:6:"fields";a:2:{s:27:"search_form_options_section";a:6:{s:5:"label";s:11:"Search Form";s:11:"description";s:0:"";s:2:"id";s:27:"search_form_options_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:10:{s:21:"search_filter_results";a:6:{s:5:"label";s:31:"Limit Search Results Post Types";s:11:"description";s:74:"Turn on to limit the search results to specific post types you can choose.";s:2:"id";s:21:"search_filter_results";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:14:"search_content";a:9:{s:5:"label";s:22:"Search Results Content";s:11:"description";s:61:"Controls the type of content that displays in search results.";s:2:"id";s:14:"search_content";s:7:"default";a:4:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:15:"avada_portfolio";i:3;s:9:"avada_faq";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:6:{s:4:"post";s:5:"Posts";s:4:"page";s:5:"Pages";s:15:"avada_portfolio";s:15:"Portfolio Items";s:9:"avada_faq";s:9:"FAQ Items";s:7:"product";s:20:"WooCommerce Products";s:12:"tribe_events";s:21:"Events Calendar Posts";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:21:"search_filter_results";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:27:"search_limit_to_post_titles";a:6:{s:5:"label";s:27:"Limit Search to Post Titles";s:11:"description";s:48:"Turn on to limit the search to post titles only.";s:2:"id";s:27:"search_limit_to_post_titles";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:18:"search_form_design";a:7:{s:5:"label";s:18:"Search Form Design";s:11:"description";s:40:"Controls the design of the search forms.";s:2:"id";s:18:"search_form_design";s:7:"default";s:5:"clean";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"classic";s:7:"Classic";s:5:"clean";s:5:"Clean";}s:6:"output";a:1:{i:0;a:5:{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-search-form-$";s:12:"remove_attrs";a:2:{i:0;s:26:"fusion-search-form-classic";i:1;s:24:"fusion-search-form-clean";}}}}s:11:"live_search";a:7:{s:5:"label";s:18:"Enable Live Search";s:11:"description";s:90:"Turn on to enable live search results on menu search field and other fitting search forms.";s:2:"id";s:11:"live_search";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:22:"searchform_live_search";a:4:{s:8:"selector";s:30:".searchform.fusion-search-form";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"searchform";}s:21:"success_trigger_event";s:15:"avadaLiveSearch";}}i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:11:"live_search";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:26:"live_search_min_char_count";a:9:{s:5:"label";s:35:"Live Search Minimal Character Count";s:11:"description";s:324:"Set the minimal character count to trigger the live search. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"live_search_min_char_count";s:7:"default";s:1:"4";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:37:"searchform_live_search_min_char_count";a:4:{s:8:"selector";s:30:".searchform.fusion-search-form";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"searchform";}s:21:"success_trigger_event";s:15:"avadaLiveSearch";}}i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:14:"min_char_count";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:28:"live_search_results_per_page";a:8:{s:5:"label";s:27:"Live Search Number of Posts";s:11:"description";s:348:"Controls the number of posts that should be displayed as search result suggestions. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:28:"live_search_results_per_page";s:7:"default";s:3:"100";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:2:"10";s:3:"max";s:3:"500";s:4:"step";s:2:"10";}s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:8:"per_page";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"live_search_results_height";a:8:{s:5:"label";s:36:"Live Search Results Container Height";s:11:"description";s:345:"Controls the height of the container in which the search results will be listed. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"live_search_results_height";s:7:"default";s:3:"250";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"100";s:3:"max";s:3:"800";s:4:"step";s:1:"5";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--live_search_results_height";s:7:"element";s:22:".fusion-search-results";s:13:"value_pattern";s:3:"$px";}}}s:34:"live_search_display_featured_image";a:7:{s:5:"label";s:34:"Live Search Display Featured Image";s:11:"description";s:330:"Turn on to display the featured image of each live search result. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:34:"live_search_display_featured_image";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:13:"show_feat_img";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:29:"live_search_display_post_type";a:7:{s:5:"label";s:29:"Live Search Display Post Type";s:11:"description";s:325:"Turn on to display the post type of each live search result. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:29:"live_search_display_post_type";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:17:"display_post_type";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}}}s:27:"search_page_options_section";a:6:{s:5:"label";s:11:"Search Page";s:11:"description";s:0:"";s:2:"id";s:27:"search_page_options_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:12:{s:35:"search_page_options_template_notice";a:5:{s:2:"id";s:35:"search_page_options_template_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:329:"
IMPORTANT NOTE: The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit this page.
";s:4:"type";s:6:"custom";}s:13:"search_layout";a:8:{s:5:"label";s:21:"Search Results Layout";s:11:"description";s:48:"Controls the layout for the search results page.";s:2:"id";s:13:"search_layout";s:7:"default";s:4:"grid";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:6:{s:5:"large";s:5:"Large";s:6:"medium";s:6:"Medium";s:15:"large alternate";s:15:"Large Alternate";s:16:"medium alternate";s:16:"Medium Alternate";s:4:"grid";s:4:"Grid";s:8:"timeline";s:8:"Timeline";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"search_results_per_page";a:8:{s:5:"label";s:33:"Number of Search Results Per Page";s:11:"description";s:47:"Controls the number of search results per page.";s:2:"id";s:23:"search_results_per_page";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:6:"hidden";b:0;s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:22:"search_pagination_type";a:8:{s:5:"label";s:22:"Search Pagination Type";s:11:"description";s:57:"Controls the pagination type for the search results page.";s:2:"id";s:22:"search_pagination_type";s:7:"default";s:10:"pagination";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:3:{s:10:"pagination";s:10:"Pagination";s:15:"infinite_scroll";s:15:"Infinite Scroll";s:16:"load_more_button";s:16:"Load More Button";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:19:"search_grid_columns";a:10:{s:5:"label";s:17:"Number of Columns";s:11:"description";s:48:"Controls the number of columns for grid layouts.";s:2:"id";s:19:"search_grid_columns";s:7:"default";i:3;s:4:"type";s:6:"slider";s:6:"hidden";b:0;s:5:"class";s:16:"fusion-or-gutter";s:7:"choices";a:3:{s:3:"min";i:1;s:3:"max";i:6;s:4:"step";i:1;}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:26:"search_grid_column_spacing";a:10:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:47:"Controls the column spacing for search results.";s:2:"id";s:26:"search_grid_column_spacing";s:7:"default";s:2:"40";s:4:"type";s:6:"slider";s:6:"hidden";b:0;s:5:"class";s:16:"fusion-or-gutter";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:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--search_grid_column_spacing";s:7:"element";s:24:".fusion-blog-layout-grid";s:13:"value_pattern";s:3:"$px";}}}s:21:"search_content_length";a:8:{s:5:"label";s:22:"Search Content Display";s:11:"description";s:104:"Controls if the search results content displays as an excerpt or full content or is completely disabled.";s:2:"id";s:21:"search_content_length";s:7:"default";s:7:"excerpt";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:3:{s:7:"excerpt";s:7:"Excerpt";s:12:"full_content";s:12:"Full Content";s:7:"no_text";s:7:"No Text";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:21:"search_excerpt_length";a:9:{s:5:"label";s:21:"Search Excerpt Length";s:11:"description";s:76:"Controls the number of words (or characters) in the search results excerpts.";s:2:"id";s:21:"search_excerpt_length";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:6:"hidden";b:0;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:21:"search_content_length";s:8:"operator";s:2:"==";s:5:"value";s:7:"excerpt";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"search_strip_html_excerpt";a:8:{s:5:"label";s:30:"Search Strip HTML from Excerpt";s:11:"description";s:75:"Turn on to strip HTML content from the excerpt for the search results page.";s:2:"id";s:25:"search_strip_html_excerpt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:21:"search_content_length";s:8:"operator";s:2:"==";s:5:"value";s:7:"excerpt";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:22:"search_featured_images";a:7:{s:5:"label";s:34:"Featured Images for Search Results";s:11:"description";s:54:"Turn on to display featured images for search results.";s:2:"id";s:22:"search_featured_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:11:"search_meta";a:9:{s:5:"label";s:19:"Search Results Meta";s:11:"description";s:84:"Select the post meta data you want to be displayed in the individual search results.";s:2:"id";s:11:"search_meta";s:7:"default";a:5:{i:0;s:6:"author";i:1;s:4:"date";i:2;s:10:"categories";i:3;s:8:"comments";i:4;s:9:"read_more";}s:4:"type";s:6:"select";s:6:"hidden";b:0;s:5:"multi";b:1;s:7:"choices";a:7:{s:6:"author";s:6:"Author";s:4:"date";s:4:"Date";s:10:"categories";s:10:"Categories";s:4:"tags";s:4:"Tags";s:8:"comments";s:8:"Comments";s:9:"read_more";s:14:"Read More Link";s:9:"post_type";s:9:"Post Type";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:26:"search_new_search_position";a:8:{s:5:"label";s:21:"Search Field Position";s:11:"description";s:67:"Controls the position of the search bar on the search results page.";s:2:"id";s:26:"search_new_search_position";s:7:"default";s:3:"top";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:3:{s:3:"top";s:13:"Above Results";s:6:"bottom";s:13:"Below Results";s:6:"hidden";s:4:"Hide";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}}}}s:7:"privacy";a:6:{s:5:"label";s:7:"Privacy";s:2:"id";s:15:"heading_privacy";s:8:"priority";i:25;s:4:"icon";s:12:"el-icon-user";s:8:"alt_icon";s:15:"fusiona-privacy";s:6:"fields";a:24:{s:12:"privacy_note";a:4:{s:5:"label";s:0:"";s:11:"description";s:502:"
IMPORTANT NOTE: The options in this section will help to easier comply with data privacy regulations, like the European GDPR. When the "Privacy Consent" option is used, Avada will create a cookie with the name "privacy_embeds" on user clients browsing your site to manage and store user consent to load the different third party embeds and tracking scripts. You may want to add information about this cookie to your privacy page.
";s:2:"id";s:12:"privacy_note";s:4:"type";s:6:"custom";}s:18:"gfonts_load_method";a:7:{s:2:"id";s:18:"gfonts_load_method";s:5:"label";s:36:"Google & Font Awesome Fonts Mode";s:11:"description";s:184:"When set to "Local", the Google and Font Awesome fonts set in Global Options will be downloaded to your server. Set to "CDN" to use the Google and FontAwesome CDNs.";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:3:"cdn";s:7:"choices";a:2:{s:5:"local";s:5:"Local";s:3:"cdn";s:3:"CDN";}s:9:"transport";s:11:"postMessage";}s:14:"privacy_embeds";a:6:{s:5:"label";s:15:"Privacy Consent";s:11:"description";s:79:"Turn on to prevent embeds and scripts from loading until user consent is given.";s:2:"id";s:14:"privacy_embeds";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:14:"privacy_expiry";a:8:{s:5:"label";s:33:"Privacy Consent Cookie Expiration";s:11:"description";s:68:"Controls how long the consent cookie should be stored for. In days.";s:2:"id";s:14:"privacy_expiry";s:7:"default";s:2:"30";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"366";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:19:"privacy_embed_types";a:9:{s:5:"label";s:21:"Privacy Consent Types";s:11:"description";s:67:"Select the types of embeds which you would like to require consent.";s:2:"id";s:19:"privacy_embed_types";s:7:"default";a:8:{i:0;s:7:"youtube";i:1;s:5:"vimeo";i:2;s:10:"soundcloud";i:3;s:8:"facebook";i:4;s:6:"flickr";i:5;s:7:"twitter";i:6;s:5:"gmaps";i:7;s:8:"tracking";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:8:{s:7:"youtube";s:7:"YouTube";s:5:"vimeo";s:5:"Vimeo";s:10:"soundcloud";s:10:"SoundCloud";s:8:"facebook";s:8:"Facebook";s:6:"flickr";s:6:"Flickr";s:7:"twitter";s:7:"Twitter";s:5:"gmaps";s:11:"Google Maps";s:8:"tracking";s:16:"Tracking Cookies";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:22:"privacy_embed_defaults";a:9:{s:5:"label";s:30:"Privacy Selected Consent Types";s:11:"description";s:138:"Select the types of embeds which you would like to have checked by default. This applies to both the privacy bar and the privacy element.";s:2:"id";s:22:"privacy_embed_defaults";s:7:"default";a:0:{}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:8:{s:7:"youtube";s:7:"YouTube";s:5:"vimeo";s:5:"Vimeo";s:10:"soundcloud";s:10:"SoundCloud";s:8:"facebook";s:8:"Facebook";s:6:"flickr";s:6:"Flickr";s:7:"twitter";s:7:"Twitter";s:5:"gmaps";s:11:"Google Maps";s:8:"tracking";s:16:"Tracking Cookies";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:16:"privacy_bg_color";a:7:{s:5:"label";s:36:"Privacy Placeholder Background Color";s:11:"description";s:59:"Controls the background color for the privacy placeholders.";s:2:"id";s:16:"privacy_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:15:"rgba(0,0,0,0.1)";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:18:"--privacy_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:13:"privacy_color";a:7:{s:5:"label";s:30:"Privacy Placeholder Text Color";s:11:"description";s:51:"Controls the text color for the embed placeholders.";s:2:"id";s:13:"privacy_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:15:"rgba(0,0,0,0.3)";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:15:"--privacy_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:11:"privacy_bar";a:5:{s:5:"label";s:11:"Privacy Bar";s:11:"description";s:58:"Turn on to enable a privacy bar at the bottom of the page.";s:2:"id";s:11:"privacy_bar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:19:"privacy_bar_padding";a:8:{s:5:"label";s:19:"Privacy Bar Padding";s:11:"description";s:68:"Controls the top/right/bottom/left paddings of the privacy bar area.";s:2:"id";s:19:"privacy_bar_padding";s:7:"default";a:4:{s:3:"top";s:4:"15px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";s:5:"right";s:4:"30px";}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:4:"type";s:7:"spacing";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:25:"--privacy_bar_padding-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:28:"--privacy_bar_padding-bottom";s:6:"choice";s:6:"bottom";}i:2;a:2:{s:4:"name";s:26:"--privacy_bar_padding-left";s:6:"choice";s:4:"left";}i:3;a:2:{s:4:"name";s:27:"--privacy_bar_padding-right";s:6:"choice";s:5:"right";}}}s:20:"privacy_bar_bg_color";a:7:{s:5:"label";s:28:"Privacy Bar Background Color";s:11:"description";s:50:"Controls the background color for the privacy bar.";s:2:"id";s:20:"privacy_bar_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#363839";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--privacy_bar_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"privacy_bar_font_size";a:8:{s:5:"label";s:21:"Privacy Bar Font Size";s:11:"description";s:51:"Controls the font size for the privacy bar content.";s:2:"id";s:21:"privacy_bar_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:23:"--privacy_bar_font_size";}}}s:17:"privacy_bar_color";a:7:{s:5:"label";s:22:"Privacy Bar Text Color";s:11:"description";s:52:"Controls the text color for the privacy bar content.";s:2:"id";s:17:"privacy_bar_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#8c8989";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--privacy_bar_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"privacy_bar_link_color";a:7:{s:5:"label";s:22:"Privacy Bar Link Color";s:11:"description";s:44:"Controls the link color for the privacy bar.";s:2:"id";s:22:"privacy_bar_link_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#bfbfbf";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--privacy_bar_link_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"privacy_bar_link_hover_color";a:7:{s:5:"label";s:28:"Privacy Bar Link Hover Color";s:11:"description";s:50:"Controls the link hover color for the privacy bar.";s:2:"id";s:28:"privacy_bar_link_hover_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#65bc7b";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--privacy_bar_link_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"privacy_bar_text";a:7:{s:5:"label";s:16:"Privacy Bar Text";s:11:"description";s:59:"Enter the text which you want to appear on the privacy bar.";s:2:"id";s:16:"privacy_bar_text";s:7:"default";s:51:"This website uses cookies and third party services.";s:4:"type";s:8:"textarea";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:24:"privacy_bar_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:23:"privacy_bar_button_text";a:7:{s:5:"label";s:23:"Privacy Bar Button Text";s:11:"description";s:56:"Controls the button text for the privacy bar acceptance.";s:2:"id";s:23:"privacy_bar_button_text";s:7:"default";s:2:"OK";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:31:"privacy_bar_button_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:23:"privacy_bar_button_save";a:7:{s:5:"label";s:32:"Privacy Bar Button Save On Click";s:11:"description";s:201:"If enabled, when the button is clicked it will save the default consent selection. If disabled the button will only save the preferences after a checkbox has been changed (bar will be hidden however).";s:2:"id";s:23:"privacy_bar_button_save";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:16:"avadaPrivacyVars";s:2:"id";s:6:"button";s:7:"trigger";a:1:{i:0;s:16:"fusionPrivacyBar";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"privacy_bar_more";a:7:{s:5:"label";s:20:"Privacy Bar Settings";s:11:"description";s:132:"If enabled, a settings section will be added to show more information and to provide checkboxes for tracking and third party embeds.";s:2:"id";s:16:"privacy_bar_more";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:24:"privacy_bar_more_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:21:"privacy_bar_more_text";a:7:{s:5:"label";s:25:"Privacy Bar Settings Text";s:11:"description";s:52:"Controls the link text for the privacy bar settings.";s:2:"id";s:21:"privacy_bar_more_text";s:7:"default";s:8:"Settings";s:4:"type";s:4:"text";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:29:"privacy_bar_more_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:23:"privacy_bar_update_text";a:7:{s:5:"label";s:30:"Privacy Bar Update Button Text";s:11:"description";s:74:"Controls the button text for the privacy bar after a checkbox has changed.";s:2:"id";s:23:"privacy_bar_update_text";s:7:"default";s:15:"Update Settings";s:4:"type";s:4:"text";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:2;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:31:"privacy_bar_update_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:30:"privacy_bar_headings_font_size";a:7:{s:5:"label";s:29:"Privacy Bar Heading Font Size";s:11:"description";s:56:"Controls the font size for the privacy bar heading text.";s:2:"id";s:30:"privacy_bar_headings_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}}s:26:"privacy_bar_headings_color";a:7:{s:5:"label";s:26:"Privacy Bar Headings Color";s:11:"description";s:56:"Controls the text color of the privacy bar heading font.";s:2:"id";s:26:"privacy_bar_headings_color";s:7:"default";s:7:"#dddddd";s:4:"type";s:11:"color-alpha";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:28:"--privacy_bar_headings_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"privacy_bar_content";a:9:{s:5:"label";s:19:"Privacy Bar Content";s:11:"description";s:144:"The privacy bar content uses a repeater field to select the content for each column. Click the "Add" button to add additional columns.";s:2:"id";s:19:"privacy_bar_content";s:7:"default";a:0:{}s:4:"type";s:8:"repeater";s:10:"bind_title";s:5:"title";s:5:"limit";i:6;s:6:"fields";a:3:{s:4:"type";a:5:{s:2:"id";s:4:"type";s:4:"type";s:6:"select";s:11:"description";s:45:"Select the type of cookie/content to display.";s:7:"default";s:6:"custom";s:7:"choices";a:3:{s:6:"custom";s:6:"Custom";s:8:"tracking";s:16:"Tracking Cookies";s:6:"embeds";s:18:"Third Party Embeds";}}s:5:"title";a:4:{s:2:"id";s:5:"title";s:4:"type";s:4:"text";s:5:"label";s:21:"Title for the content";s:7:"default";s:0:"";}s:11:"description";a:4:{s:2:"id";s:11:"description";s:4:"type";s:8:"textarea";s:5:"label";s:27:"Description for the content";s:7:"default";s:0:"";}}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}}}}s:6:"extras";a:6:{s:5:"label";s:6:"Extras";s:2:"id";s:13:"extra_section";s:8:"priority";i:24;s:4:"icon";s:12:"el-icon-cogs";s:8:"alt_icon";s:11:"fusiona-cog";s:6:"fields";a:5:{s:20:"misc_options_section";a:6:{s:5:"label";s:13:"Miscellaneous";s:11:"description";s:0:"";s:2:"id";s:20:"misc_options_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:15:{s:16:"sidenav_behavior";a:7:{s:5:"label";s:24:"Side Navigation Behavior";s:11:"description";s:89:"Controls if the child pages show on click or hover for the side navigation page template.";s:2:"id";s:16:"sidenav_behavior";s:7:"default";s:5:"hover";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"hover";s:5:"Hover";s:5:"click";s:5:"Click";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:16:"avadaSideNavVars";s:2:"id";s:16:"sidenav_behavior";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"featured_image_placeholder";a:6:{s:5:"label";s:18:"Image Placeholders";s:11:"description";s:175:"Turn on to display a placeholder image for posts that do not have a featured image. This allows the post to display on portfolio archives and related posts/projects carousels.";s:2:"id";s:26:"featured_image_placeholder";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:28:"related_posts_layout_partial";a:5:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";s:11:"js_callback";a:1:{i:0;s:17:"noPortfolioOnPage";}}}}s:12:"excerpt_base";a:6:{s:5:"label";s:24:"Basis for Excerpt Length";s:11:"description";s:63:"Controls if the excerpt length is based on words or characters.";s:2:"id";s:12:"excerpt_base";s:7:"default";s:5:"words";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"words";s:5:"Words";s:10:"characters";s:10:"Characters";}}s:16:"disable_excerpts";a:5:{s:5:"label";s:32:"Display Excerpt Read More Symbol";s:11:"description";s:72:"Turn on to display the read more symbol on excerpts throughout the site.";s:2:"id";s:16:"disable_excerpts";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";}s:13:"blog_subtitle";a:6:{s:5:"label";s:24:"Excerpt Read More Symbol";s:11:"description";s:94:"Set the excerpt read more symbol, HTML code is allowed. If left empty it will be set to [...].";s:2:"id";s:24:"excerpt_read_more_symbol";s:7:"default";s:5:"[...]";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_excerpts";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"link_read_more";a:6:{s:5:"label";s:44:"Make Excerpt Symbol Link to Single Post Page";s:11:"description";s:78:"Turn on to have the read more symbol on excerpts link to the single post page.";s:2:"id";s:14:"link_read_more";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_excerpts";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:12:"avatar_shape";a:7:{s:5:"label";s:12:"Avatar Shape";s:11:"description";s:72:"Set the shape for Avatars used in comments, author info and other areas.";s:2:"id";s:12:"avatar_shape";s:7:"default";s:6:"circle";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:6:"square";s:6:"Square";s:6:"circle";s:6:"Circle";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:15:"fusion-avatar-$";s:12:"remove_attrs";a:2:{i:0;s:20:"fusion-avatar-square";i:1;s:20:"fusion-avatar-circle";}}}}s:14:"comments_pages";a:5:{s:5:"label";s:17:"Comments on Pages";s:11:"description";s:43:"Turn on to allow comments on regular pages.";s:2:"id";s:14:"comments_pages";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:21:"featured_images_pages";a:6:{s:5:"label";s:24:"Featured Images on Pages";s:11:"description";s:52:"Turn on to display featured images on regular pages.";s:2:"id";s:21:"featured_images_pages";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:29:"featured_images_pages_partial";a:4:{s:8:"selector";s:30:".fusion-featured-image-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:23:"singular_featured_image";}s:21:"success_trigger_event";s:35:"fusion-reinit-single-post-slideshow";}}}s:21:"nofollow_social_links";a:6:{s:5:"label";s:40:"Add "nofollow" to social links";s:11:"description";s:66:"Turn on to add "nofollow" attribute to all social links.";s:2:"id";s:21:"nofollow_social_links";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:16:"social_icons_new";a:6:{s:5:"label";s:33:"Open Social Icons in a New Window";s:11:"description";s:54:"Turn on to allow social icons to open in a new window.";s:2:"id";s:16:"social_icons_new";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:14:"totop_position";a:7:{s:5:"label";s:21:"ToTop Button Position";s:11:"description";s:97:"Controls the position of the ToTop button. On mobiles also non-floating layouts will be floating.";s:2:"id";s:14:"totop_position";s:7:"default";s:5:"right";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:4:"left";s:4:"Left";s:13:"left_floating";s:13:"Left Floating";s:5:"right";s:5:"Right";s:14:"right_floating";s:14:"Right Floating";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:14:"avadaToTopVars";s:2:"id";s:14:"totop_position";s:7:"trigger";a:1:{i:0;s:18:"updateToTopPostion";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"totop_border_radius";a:7:{s:5:"label";s:19:"ToTop Border Radius";s:11:"description";s:128:"Controls the border radius of the ToTop button. For non-floating layouts the border radius will only apply to the upper corners.";s:2:"id";s:19:"totop_border_radius";s:7:"default";s:1:"6";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:21:"--totop_border_radius";s:7:"element";s:6:"#toTop";s:13:"value_pattern";s:3:"$px";}}}s:22:"totop_scroll_down_only";a:6:{s:5:"label";s:30:"ToTop Show on Scroll Down Only";s:11:"description";s:108:"Turn on to show the ToTop button on scroll down only. Otherwise it will always show if the page is scrolled.";s:2:"id";s:22:"totop_scroll_down_only";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:14:"avadaToTopVars";s:2:"id";s:22:"totop_scroll_down_only";s:7:"trigger";a:1:{i:0;s:5:"ready";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:8:"faq_slug";a:5:{s:5:"label";s:8:"FAQ Slug";s:11:"description";s:195:"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.";s:2:"id";s:8:"faq_slug";s:7:"default";s:9:"faq-items";s:4:"type";s:4:"text";}}}s:21:"related_posts_section";a:5:{s:5:"label";s:24:"Related Posts / Projects";s:11:"description";s:0:"";s:2:"id";s:21:"related_posts_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:10:{s:20:"related_posts_layout";a:7:{s:5:"label";s:31:"Related Posts / Projects Layout";s:11:"description";s:65:"Controls the layout style for related posts and related projects.";s:2:"id";s:20:"related_posts_layout";s:7:"default";s:17:"title_on_rollover";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:17:"title_on_rollover";s:17:"Title on rollover";s:17:"title_below_image";s:17:"Title below image";}s:15:"partial_refresh";a:1:{s:28:"related_posts_layout_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:20:"number_related_posts";a:7:{s:5:"label";s:34:"Number of Related Posts / Projects";s:11:"description";s:80:"Controls the number of related posts and projects that display on a single post.";s:2:"id";s:20:"number_related_posts";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:"30";s:4:"step";s:1:"1";}s:15:"partial_refresh";a:1:{s:28:"number_related_posts_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:21:"related_posts_columns";a:7:{s:5:"label";s:40:"Related Posts / Projects Maximum Columns";s:11:"description";s:73:"Controls the number of columns for the related posts and projects layout.";s:2:"id";s:21:"related_posts_columns";s:7:"default";i:4;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:15:"partial_refresh";a:1:{s:29:"related_posts_columns_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:28:"related_posts_column_spacing";a:7:{s:5:"label";s:39:"Related Posts / Projects Column Spacing";s:11:"description";s:82:"Controls the amount of spacing between columns for the related posts and projects.";s:2:"id";s:28:"related_posts_column_spacing";s:7:"default";s:2:"48";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:15:"partial_refresh";a:1:{s:36:"related_posts_column_spacing_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:24:"related_posts_image_size";a:7:{s:5:"label";s:35:"Related Posts / Projects Image Size";s:11:"description";s:216:"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for related posts and projects. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.";s:2:"id";s:24:"related_posts_image_size";s:7:"default";s:7:"cropped";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"cropped";s:5:"Fixed";s:4:"full";s:4:"Auto";}s:15:"partial_refresh";a:1:{s:32:"related_posts_image_size_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:22:"related_posts_autoplay";a:6:{s:5:"label";s:33:"Related Posts / Projects Autoplay";s:11:"description";s:59:"Turn on to autoplay the related posts and project carousel.";s:2:"id";s:22:"related_posts_autoplay";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:30:"related_posts_autoplay_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:19:"related_posts_speed";a:7:{s:5:"label";s:30:"Related Posts / Projects Speed";s:11:"description";s:78:"Controls the speed of related posts and project carousel. ex: 1000 = 1 second.";s:2:"id";s:19:"related_posts_speed";s:7:"default";s:4:"2500";s:4:"type";s:6:"slider";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:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:18:"fusionCarouselVars";s:2:"id";s:19:"related_posts_speed";s:7:"trigger";a:1:{i:0;s:5:"ready";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"related_posts_navigation";a:6:{s:5:"label";s:40:"Related Posts / Projects Show Navigation";s:11:"description";s:53:"Turn on to display navigation arrows on the carousel.";s:2:"id";s:24:"related_posts_navigation";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:32:"related_posts_navigation_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:19:"related_posts_swipe";a:6:{s:5:"label";s:37:"Related Posts / Projects Mouse Scroll";s:11:"description";s:53:"Turn on to enable mouse drag control on the carousel.";s:2:"id";s:19:"related_posts_swipe";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:27:"related_posts_swipe_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:25:"related_posts_swipe_items";a:7:{s:5:"label";s:37:"Related Posts / Projects Scroll Items";s:11:"description";s:101:"Controls the number of items that scroll at one time. Set to 0 to scroll the number of visible items.";s:2:"id";s:25:"related_posts_swipe_items";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:"15";s:4:"step";s:1:"1";}s:15:"partial_refresh";a:1:{s:33:"related_posts_swipe_items_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}}}s:20:"rollover_sub_section";a:5:{s:5:"label";s:23:"Featured Image Rollover";s:11:"description";s:0:"";s:2:"id";s:20:"rollover_sub_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:11:{s:14:"image_rollover";a:6:{s:5:"label";s:14:"Image Rollover";s:11:"description";s:78:"Turn on to display the rollover graphic on blog and portfolio featured images.";s:2:"id";s:14:"image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:12:"full_refresh";a:1:{s:29:"image_rollover_layout_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:24:"image_rollover_direction";a:8:{s:5:"label";s:24:"Image Rollover Direction";s:11:"description";s:313:"Controls the direction the rollover starts from. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"image_rollover_direction";s:7:"default";s:4:"left";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:4:"fade";s:4:"Fade";s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";s:6:"bottom";s:6:"Bottom";s:3:"top";s:3:"Top";s:12:"center_horiz";s:17:"Center Horizontal";s:15:"center_vertical";s:15:"Center Vertical";}s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:32:"avada-image-rollover-direction-$";s:12:"remove_attrs";a:7:{i:0;s:35:"avada-image-rollover-direction-fade";i:1;s:35:"avada-image-rollover-direction-left";i:2;s:36:"avada-image-rollover-direction-right";i:3;s:37:"avada-image-rollover-direction-bottom";i:4;s:34:"avada-image-rollover-direction-top";i:5;s:43:"avada-image-rollover-direction-center_horiz";i:6;s:46:"avada-image-rollover-direction-center_vertical";}}}}s:24:"image_rollover_icon_size";a:7:{s:5:"label";s:29:"Image Rollover Icon Font Size";s:11:"description";s:40:"Controls the size of the rollover icons.";s:2:"id";s:24:"image_rollover_icon_size";s:7:"default";s:4:"15px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"image_rollover";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:26:"--image_rollover_icon_size";}}}s:20:"image_rollover_icons";a:8:{s:5:"label";s:20:"Image Rollover Icons";s:11:"description";s:27:"Choose which icons display.";s:2:"id";s:20:"image_rollover_icons";s:7:"default";s:8:"linkzoom";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:8:"linkzoom";s:11:"Link + Zoom";s:4:"link";s:4:"Link";s:4:"zoom";s:4:"Zoom";s:2:"no";s:8:"No Icons";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"image_rollover";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:12:"full_refresh";a:1:{s:28:"image_rollover_icons_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:20:"title_image_rollover";a:7:{s:5:"label";s:20:"Image Rollover Title";s:11:"description";s:321:"Turn on to display the post title in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"title_image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:12:"full_refresh";a:1:{s:28:"title_image_rollover_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:19:"cats_image_rollover";a:7:{s:5:"label";s:25:"Image Rollover Categories";s:11:"description";s:326:"Turn on to display the post categories in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"cats_image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:12:"full_refresh";a:1:{s:27:"cats_image_rollover_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:26:"icon_circle_image_rollover";a:7:{s:5:"label";s:26:"Image Rollover Icon Circle";s:11:"description";s:333:"Turn on to display the icon background circle in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"icon_circle_image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-image-rollover-circle-yes";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:30:"avada-image-rollover-circle-no";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"image_gradient_top_color";a:7:{s:5:"label";s:33:"Image Rollover Gradient Top Color";s:11:"description";s:321:"Controls the top color of the image rollover background. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"image_gradient_top_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:21:"rgba(101,188,123,0.8)";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--image_gradient_top_color";s:7:"element";s:21:".fusion-image-wrapper";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"image_gradient_bottom_color";a:7:{s:5:"label";s:36:"Image Rollover Gradient Bottom Color";s:11:"description";s:324:"Controls the bottom color of the image rollover background. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:27:"image_gradient_bottom_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:3:{s:4:"name";s:29:"--image_gradient_bottom_color";s:7:"element";s:16:".fusion-rollover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"image_rollover_text_color";a:7:{s:5:"label";s:28:"Image Rollover Element Color";s:11:"description";s:337:"Controls the color of image rollover text and icon circular backgrounds. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:25:"image_rollover_text_color";s:7:"default";s:7:"#212934";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:27:"--image_rollover_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"image_rollover_icon_color";a:7:{s:5:"label";s:25:"Image Rollover Icon Color";s:11:"description";s:319:"Controls the color of the icons in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:25:"image_rollover_icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:27:"--image_rollover_icon_color";s:7:"element";s:16:".fusion-rollover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:22:"pagination_box_section";a:5:{s:5:"label";s:10:"Pagination";s:11:"description";s:0:"";s:2:"id";s:22:"pagination_box_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:10:{s:30:"pagination_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:222:"
IMPORTANT NOTE: The options on this tab apply to all pagination throughout the site, including the 3rd party plugins that Avada has design integration with.
";s:2:"id";s:30:"pagination_important_note_info";s:4:"type";s:6:"custom";}s:17:"pagination_sizing";a:7:{s:4:"type";s:6:"select";s:5:"label";s:17:"Pagination Sizing";s:11:"description";s:63:"Set on which dimension the pagination box size should be based.";s:2:"id";s:17:"pagination_sizing";s:7:"default";s:12:"width_height";s:7:"choices";a:2:{s:12:"width_height";s:18:"Width/Height Based";s:7:"padding";s:13:"Padding Based";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:22:"avada-has-pagination-$";s:12:"remove_attrs";a:2:{i:0;s:28:"avada-has-pagination-padding";i:1;s:33:"avada-has-pagination-width_height";}}}}s:23:"pagination_width_height";a:8:{s:5:"label";s:27:"Pagination Box Width/Height";s:11:"description";s:58:"Controls the width and height of the displayed page links.";s:2:"id";s:23:"pagination_width_height";s:7:"default";s:2:"30";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"5";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"pagination_sizing";s:8:"operator";s:2:"!=";s:5:"value";s:7:"padding";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--pagination_width_height";s:13:"value_pattern";s:3:"$px";}}}s:22:"pagination_box_padding";a:8:{s:5:"label";s:22:"Pagination Box Padding";s:11:"description";s:49:"Controls the padding inside the pagination boxes.";s:2:"id";s:22:"pagination_box_padding";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:3:"6px";s:6:"height";s:3:"2px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"pagination_sizing";s:8:"operator";s:1:"=";s:5:"value";s:7:"padding";}}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:30:"--pagination_box_padding-width";s:6:"choice";s:5:"width";}i:1;a:2:{s:4:"name";s:31:"--pagination_box_padding-height";s:6:"choice";s:6:"height";}}}s:23:"pagination_border_width";a:7:{s:5:"label";s:23:"Pagination Border Width";s:11:"description";s:54:"Controls the border width of the displayed page links.";s:2:"id";s:23:"pagination_border_width";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:"25";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--pagination_border_width";s:13:"value_pattern";s:3:"$px";}}}s:24:"pagination_border_radius";a:7:{s:5:"label";s:24:"Pagination Border Radius";s:11:"description";s:125:"Controls the border radius of the displayed page links. Values of half the overall width or higher will yield circular links.";s:2:"id";s:24:"pagination_border_radius";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:"50";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--pagination_border_radius";s:13:"value_pattern";s:3:"$px";}}}s:23:"pagination_text_display";a:6:{s:5:"label";s:23:"Pagination Text Display";s:11:"description";s:54:"Turn on to display the "Previous/Next" text.";s:2:"id";s:23:"pagination_text_display";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"fusion-show-pagination-text";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"pagination_font_size";a:6:{s:5:"label";s:20:"Pagination Font Size";s:11:"description";s:41:"Controls the size of the pagination text.";s:2:"id";s:20:"pagination_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:22:"--pagination_font_size";}}}s:16:"pagination_range";a:7:{s:5:"label";s:16:"Pagination Range";s:11:"description";s:75:"Controls the number of page links displayed left and right of current page.";s:2:"id";s:16:"pagination_range";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:"10";s:4:"step";s:1:"1";}s:12:"full_refresh";a:1:{s:28:"related_posts_layout_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:18:"isPaginationOnPage";}}}}s:26:"pagination_start_end_range";a:7:{s:5:"label";s:28:"Pagination Start / End Range";s:11:"description";s:86:"Controls the number of page links displayed at the start and at the end of pagination.";s:2:"id";s:26:"pagination_start_end_range";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:"10";s:4:"step";s:1:"1";}s:12:"full_refresh";a:1:{s:34:"pagination_start_end_range_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:18:"isPaginationOnPage";}}}}}}s:15:"gridbox_section";a:5:{s:5:"label";s:14:"Grid / Masonry";s:11:"description";s:0:"";s:2:"id";s:15:"gridbox_section";s:4:"type";s:11:"sub-section";s:6:"fields";a:9:{s:35:"gridbox_styling_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:302:"
IMPORTANT NOTE: These are Grid Box Styling global options that apply to grid boxes throughout the site; blog grid and timeline, portfolio boxed layout and WooCommerce boxes. Blog / Portfolio elements also have options to override these.
";s:2:"id";s:35:"gridbox_styling_important_note_info";s:4:"type";s:6:"custom";}s:17:"timeline_bg_color";a:6:{s:5:"label";s:14:"Grid Box Color";s:11:"description";s:49:"Controls the background color for the grid boxes.";s:2:"id";s:17:"timeline_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:3:{i:0;a:2:{s:4:"name";s:19:"--timeline_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:36:"--timeline_bg_color-20px-transparent";s:8:"callback";a:2:{i:0;s:28:"return_string_if_transparent";i:1;a:2:{s:11:"transparent";s:0:"";s:6:"opaque";s:4:"20px";}}}i:2;a:2:{s:4:"name";s:35:"--timeline_bg_color-not-transparent";s:8:"callback";a:2:{i:0;s:25:"get_non_transparent_color";i:1;s:0:"";}}}}s:14:"timeline_color";a:7:{s:5:"label";s:18:"Grid Element Color";s:11:"description";s:83:"Controls the color of borders/date box/timeline dots and arrows for the grid boxes.";s:2:"id";s:14:"timeline_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--timeline_color";s:11:"js_callback";a:1:{i:0;s:21:"timeLineColorCallback";}}}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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"html";s:9:"className";s:36:"avada-has-transparent-timeline_color";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"grid_separator_style_type";a:7:{s:5:"label";s:20:"Grid Separator Style";s:11:"description";s:229:"Controls the line style of grid separators. Note: For blog and portfolio grids at least one meta data field must be enabled and excerpt or full content must be shown in order that the separator will be displayed.";s:2:"id";s:25:"grid_separator_style_type";s:7:"default";s:12:"double|solid";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"none";s:8:"No Style";s:12:"single|solid";s:19:"Single Border Solid";s:12:"double|solid";s:19:"Double Border Solid";s:13:"single|dashed";s:20:"Single Border Dashed";s:13:"double|dashed";s:20:"Double Border Dashed";s:13:"single|dotted";s:20:"Single Border Dotted";s:13:"double|dotted";s:20:"Double Border Dotted";s:6:"shadow";s:6:"Shadow";}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:1:{i:0;s:14:"updateGridSeps";}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"grid_separator_color";a:7:{s:5:"label";s:20:"Grid Separator Color";s:11:"description";s:49:"Controls the line style color of grid separators.";s:2:"id";s:20:"grid_separator_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--grid_separator_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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"body";s:9:"className";s:36:"avada-has-transparent-grid-sep-color";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"grid_masonry_heading";a:4:{s:5:"label";s:15:"Masonry Options";s:11:"description";s:0:"";s:2:"id";s:20:"grid_masonry_heading";s:4:"type";s:4:"info";}s:35:"gridbox_masonry_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:285:"
IMPORTANT NOTE: These are Masonry global options that apply to the Blog / Portfolio / Gallery elements in addition to Blog and Portfolio archives. Blog / Portfolio / Gallery elements also have options to override these.
";s:2:"id";s:35:"gridbox_masonry_important_note_info";s:4:"type";s:6:"custom";}s:18:"masonry_grid_ratio";a:7:{s:5:"label";s:26:"Masonry Image Aspect Ratio";s:11:"description";s:286:"Set the ratio to decide when an image should become landscape (ratio being width : height) and portrait (ratio being height : width). IMPORTANT: The value of "1.0" represents a special case, which will use the auto calculated ratios like in versions prior to Avada 5.5.";s:2:"id";s:18:"masonry_grid_ratio";s:7:"default";s:3:"1.5";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";d:1;s:3:"max";d:4;s:4:"step";d:0.1;}s:12:"full_refresh";a:1:{s:26:"masonry_grid_ratio_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:15:"isMasonryOnPage";}}}}s:20:"masonry_width_double";a:7:{s:5:"label";s:17:"Masonry 2x2 Width";s:11:"description";s:381:"This option decides when a square 1x1 image should become 2x2. This will not apply to images that highly favor landscape or portrait layouts. IMPORTANT: There is a “Masonry Image Layout” setting for every image in the WP media library that allows you to manually set how an image will appear (1x1, landscape, portrait or 2x2), regardless of the original ratio.";s:2:"id";s:20:"masonry_width_double";s:7:"default";s:4:"2000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";i:200;s:3:"max";i:5120;s:4:"step";i:1;}s:12:"full_refresh";a:1:{s:28:"masonry_width_double_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:15:"isMasonryOnPage";}}}}}}}}s:8:"advanced";a:7:{s:5:"label";s:8:"Advanced";s:2:"id";s:16:"heading_advanced";s:8:"is_panel";b:1;s:8:"priority";i:25;s:4:"icon";s:14:"el-icon-puzzle";s:8:"alt_icon";s:17:"fusiona-dashboard";s:6:"fields";a:3:{s:26:"tracking_head_body_section";a:5:{s:5:"label";s:27:"Code Fields (Tracking etc.)";s:2:"id";s:26:"tracking_head_body_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:3:{s:16:"google_analytics";a:7:{s:5:"label";s:13:"Tracking Code";s:11:"description";s:128:"Paste your tracking code here. This will be added into the header template of your theme. Place code inside <script> tags.";s:2:"id";s:16:"google_analytics";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:300;s:5:"theme";s:6:"chrome";}s:9:"transport";s:11:"postMessage";}s:10:"space_head";a:7:{s:5:"label";s:26:"Space before </head>";s:11:"description";s:121:"Only accepts javascript code wrapped with <script> tags and HTML markup that is valid inside the </head> tag.";s:2:"id";s:10:"space_head";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:350;s:5:"theme";s:6:"chrome";}s:9:"transport";s:11:"postMessage";}s:10:"space_body";a:7:{s:5:"label";s:26:"Space before </body>";s:11:"description";s:114:"Only accepts javascript code, wrapped with <script> tags and valid HTML markup inside the </body> tag.";s:2:"id";s:10:"space_body";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:350;s:5:"theme";s:6:"chrome";}s:9:"transport";s:11:"postMessage";}}}s:22:"theme_features_section";a:5:{s:5:"label";s:14:"Theme Features";s:2:"id";s:22:"theme_features_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:24:{s:23:"enable_language_updates";a:6:{s:5:"label";s:23:"Enable Language Updates";s:11:"description";s:165:"If your site is using a language other than English, enabling this option will allow you to get updated language files for your locale as soon as they are available.";s:2:"id";s:23:"enable_language_updates";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:19:"dependencies_status";a:6:{s:5:"label";s:40:"Avada's Option Network Dependencies";s:11:"description";s:385:"Avada's Option Network consists of Fusion Global Options, Page Options, Builder options and each of them have dependent options ON by default. This means the only options you see are the only ones currently available for your selection. However, if you wish to disable this feature, simply turn this option off, and all dependencies will be disabled (requires save & refresh).";s:2:"id";s:19:"dependencies_status";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:16:"smooth_scrolling";a:6:{s:5:"label";s:16:"Smooth Scrolling";s:11:"description";s:102:"Turn on to enable smooth scrolling. This will replace default browser scrollbar with a dark scrollbar.";s:2:"id";s:16:"smooth_scrolling";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:6:"choice";s:3:"top";s:9:"globalVar";s:19:"avadaNiceScrollVars";s:2:"id";s:16:"smooth_scrolling";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:27:"disable_code_block_encoding";a:6:{s:5:"label";s:19:"Code Block Encoding";s:11:"description";s:92:"Turn on to enable encoding in the Avada Builder code block and syntax highlighting elements.";s:2:"id";s:27:"disable_code_block_encoding";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:16:"disable_megamenu";a:6:{s:5:"label";s:9:"Mega Menu";s:11:"description";s:41:"Turn on to enable Avada's mega menu.";s:2:"id";s:16:"disable_megamenu";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:31:"theme_features_disable_megamenu";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:16:"avada_rev_styles";a:7:{s:5:"label";s:34:"Avada Styles For Slider Revolution";s:11:"description";s:80:"Turn on to enable the Avada styles and use the default Slider Revolution styles.";s:2:"id";s:16:"avada_rev_styles";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:28:"--avada-rev-image-shadow-top";s:13:"value_pattern";s:93:"url("http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/shadow-top.png")";s:7:"element";s:12:".shadow-left";}i:1;a:3:{s:4:"name";s:31:"--avada-rev-image-shadow-bottom";s:13:"value_pattern";s:96:"url("http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/shadow-bottom.png")";s:7:"element";s:13:".shadow-right";}}s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-rev-slider-styles";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:12:"avadaRevVars";s:2:"id";s:16:"avada_rev_styles";s:7:"trigger";a:2:{i:0;s:15:"DestoryRevStyle";i:1;s:12:"AddRevStyles";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"avada_styles_dropdowns";a:6:{s:5:"label";s:21:"Avada Dropdown Styles";s:11:"description";s:154:"Turn on to enable the Avada styles for dropdown/select fields site wide. This should be done if you experience any issues with 3rd party plugin dropdowns.";s:2:"id";s:22:"avada_styles_dropdowns";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:21:"avada-dropdown-styles";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:15:"avadaSelectVars";s:2:"id";s:15:"avada_drop_down";s:7:"trigger";a:2:{i:0;s:18:"DestoryAvadaSelect";i:1;s:14:"AddAvadaSelect";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:27:"disable_mobile_image_hovers";a:6:{s:5:"label";s:37:"CSS Image Hover Animations on Mobiles";s:11:"description";s:56:"Turn on to enable CSS image hover animations on mobiles.";s:2:"id";s:27:"disable_mobile_image_hovers";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";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:"avadaMobileImageVars";s:2:"id";s:27:"disable_mobile_image_hovers";s:7:"trigger";a:1:{i:0;s:32:"fusionDeactivateMobileImagHovers";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:9:"status_yt";a:7:{s:5:"label";s:19:"Youtube API Scripts";s:11:"description";s:38:"Turn on to enable Youtube API scripts.";s:2:"id";s:9:"status_yt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";s:6:"output";a:4:{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:17:"fusionVideoBgVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:22:"fusionVideoGeneralVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;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:"fusionFlexSliderVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;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:14:"fusionBlogVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:12:"status_vimeo";a:7:{s:5:"label";s:17:"Vimeo API Scripts";s:11:"description";s:36:"Turn on to enable Vimeo API scripts.";s:2:"id";s:12:"status_vimeo";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";s:6:"output";a:3:{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:17:"fusionVideoBgVars";s:2:"id";s:12:"status_vimeo";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:22:"fusionVideoGeneralVars";s:2:"id";s:12:"status_vimeo";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;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:"fusionFlexSliderVars";s:2:"id";s:12:"status_vimeo";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"status_gmap";a:6:{s:5:"label";s:18:"Google Map Scripts";s:11:"description";s:29:"Turn on to enable google map.";s:2:"id";s:11:"status_gmap";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:12:"status_totop";a:7:{s:5:"label";s:12:"ToTop Script";s:11:"description";s:81:"Turn on to enable the ToTop script which adds the scrolling to top functionality.";s:2:"id";s:12:"status_totop";s:7:"default";s:7:"desktop";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:18:"desktop_and_mobile";s:20:"Desktop & Mobile";s:7:"desktop";s:7:"Desktop";s:6:"mobile";s:6:"Mobile";s:3:"off";s:3:"Off";}s:6:"output";a:2:{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:7:"desktop";i:1;s:16:"does-not-contain";}s:7:"element";s:4:"body";s:9:"className";s:16:"no-desktop-totop";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:14:"avadaToTopVars";s:2:"id";s:12:"status_totop";s:7:"trigger";a:1:{i:0;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"status_eslider";a:6:{s:5:"label";s:14:"Elastic Slider";s:11:"description";s:37:"Turn on to enable the elastic slider.";s:2:"id";s:14:"status_eslider";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:18:"status_fontawesome";a:8:{s:5:"label";s:12:"Font Awesome";s:11:"description";s:128:"Choose which Font Awesome icon subsets you want to load. Note that Light subset can only be used if Font Awesome Pro is enabled.";s:2:"id";s:18:"status_fontawesome";s:7:"default";a:3:{i:0;s:3:"fab";i:1;s:3:"far";i:2;s:3:"fas";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:4:{s:3:"fab";s:6:"Brands";s:3:"far";s:7:"Regular";s:3:"fas";s:5:"Solid";s:3:"fal";s:5:"Light";}s:9:"transport";s:11:"postMessage";}s:28:"fontawesome_v4_compatibility";a:6:{s:5:"label";s:29:"Font Awesome v4 Compatibility";s:11:"description";s:62:"Turn on to enable support for Font Awesome 4 icon code format.";s:2:"id";s:28:"fontawesome_v4_compatibility";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:22:"status_fontawesome_pro";a:6:{s:5:"label";s:16:"Font Awesome Pro";s:11:"description";s:260:"Font Awesome Pro license is required and you need to whitelist your domain.";s:2:"id";s:22:"status_fontawesome_pro";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:14:"status_outline";a:6:{s:5:"label";s:12:"CSS Outlines";s:11:"description";s:86:"Turn on to enable browser specific CSS element outlines used to improve accessibility.";s:2:"id";s:14:"status_outline";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:22:"fusion-disable-outline";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"status_opengraph";a:6:{s:5:"label";s:20:"Open Graph Meta Tags";s:11:"description";s:296:"Turn on to enable open graph meta tags which are mainly used when sharing pages on social networking sites like Facebook. IMPORTANT: Some optimization plugins, like e.g. Yoast SEO, add their own implementation of this, and if you want to use that, this option should be disabled.";s:2:"id";s:16:"status_opengraph";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:31:"disable_date_rich_snippet_pages";a:6:{s:5:"label";s:13:"Rich Snippets";s:11:"description";s:172:"Turn on to enable rich snippets data site wide. If set to "On", you can also control individual items below. If set to "Off" all items will be disabled.";s:2:"id";s:31:"disable_date_rich_snippet_pages";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:26:"disable_rich_snippet_title";a:7:{s:5:"label";s:19:"Rich Snippets Title";s:11:"description";s:52:"Turn on to enable title rich snippet data site wide.";s:2:"id";s:26:"disable_rich_snippet_title";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"disable_date_rich_snippet_pages";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:27:"disable_rich_snippet_author";a:7:{s:5:"label";s:25:"Rich Snippets Author Info";s:11:"description";s:53:"Turn on to enable author rich snippet data site wide.";s:2:"id";s:27:"disable_rich_snippet_author";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"disable_date_rich_snippet_pages";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:25:"disable_rich_snippet_date";a:7:{s:5:"label";s:30:"Rich Snippets Last Update Date";s:11:"description";s:57:"Turn on to enable udate date rich snippet data site wide.";s:2:"id";s:25:"disable_rich_snippet_date";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"disable_date_rich_snippet_pages";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:34:"enable_block_editor_backend_styles";a:6:{s:5:"label";s:37:"Enable WP Block Editor Backend Styles";s:11:"description";s:77:"Turn on to enable Avada's backend style support for the WP block editor.";s:2:"id";s:34:"enable_block_editor_backend_styles";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:17:"load_block_styles";a:7:{s:5:"label";s:26:"Load Frontend Block Styles";s:11:"description";s:126:"Select "Auto" to automatically detect if there are blocks present in your page, and load block-styles in the footer.";s:2:"id";s:17:"load_block_styles";s:7:"default";s:2:"on";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"auto";s:4:"Auto";s:2:"on";s:2:"On";s:3:"off";s:3:"Off";}s:9:"transport";s:7:"refresh";}}}s:18:"post_types_section";a:5:{s:5:"label";s:10:"Post Types";s:2:"id";s:18:"post_types_section";s:4:"icon";b:1;s:4:"type";s:11:"sub-section";s:6:"fields";a:4:{s:20:"status_fusion_slider";a:6:{s:5:"label";s:12:"Avada Slider";s:11:"description";s:35:"Turn on to enable the Avada Slider.";s:2:"id";s:20:"status_fusion_slider";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:19:"status_fusion_forms";a:6:{s:5:"label";s:11:"Avada Forms";s:11:"description";s:34:"Turn on to enable the Avada Forms.";s:2:"id";s:19:"status_fusion_forms";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:23:"status_fusion_portfolio";a:6:{s:5:"label";s:15:"Avada Portfolio";s:11:"description";s:38:"Turn on to enable the Avada Portfolio.";s:2:"id";s:23:"status_fusion_portfolio";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:18:"status_fusion_faqs";a:6:{s:5:"label";s:10:"Avada FAQs";s:11:"description";s:33:"Turn on to enable the Avada Faqs.";s:2:"id";s:18:"status_fusion_faqs";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}}}}}s:11:"performance";a:7:{s:5:"label";s:11:"Performance";s:2:"id";s:19:"heading_performance";s:8:"is_panel";b:1;s:8:"priority";i:25;s:4:"icon";s:16:"el-icon-time-alt";s:8:"alt_icon";s:13:"fusiona-check";s:6:"fields";a:15:{s:15:"pw_jpeg_quality";a:7:{s:5:"label";s:22:"WordPress jpeg Quality";s:11:"description";s:444:"Controls the quality of the generated image sizes for every uploaded image. Ranges between 0 and 100 percent. Higher values lead to better image qualities but also higher file sizes. NOTE: After changing this value, please install and run the Regenerate Thumbnails plugin once.";s:2:"id";s:15:"pw_jpeg_quality";s:7:"default";s:2:"82";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:9:"transport";s:11:"postMessage";}s:27:"wp_big_image_size_threshold";a:7:{s:5:"label";s:34:"WordPress Big Image Size Threshold";s:11:"description";s:207:"Sets the threshold for image height and width, above which WordPress will scale down newly uploaded images to this values as max-width or max-height. Set to "0" to disable the threshold completely.";s:2:"id";s:27:"wp_big_image_size_threshold";s:7:"default";s:4:"2560";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:4:"5000";s:4:"step";s:1:"1";}s:9:"transport";s:11:"postMessage";}s:9:"lazy_load";a:7:{s:5:"label";s:18:"Image Lazy Loading";s:11:"description";s:219:"Choose your preferred lazy loading method for your website\'s images to improve performance. IMPORTANT: The WordPress native method can cause issues with dynamically loaded elements like image carousels.";s:2:"id";s:9:"lazy_load";s:7:"default";s:4:"none";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:5:"avada";s:5:"Avada";s:9:"wordpress";s:9:"WordPress";s:4:"none";s:4:"None";}s:9:"transport";s:11:"postMessage";}s:17:"font_face_display";a:7:{s:5:"label";s:19:"Font Face Rendering";s:11:"description";s:315:"Choose "Swap All" for faster rendering with possible flash of unstyled text (FOUT) or "Block" for clean rendering but longer wait time until first paint. "Swap Non-Icon Fonts" will use a mix of the first 2 methods ("swap" for text fonts and "block" for icon-fonts).";s:2:"id";s:17:"font_face_display";s:7:"default";s:5:"block";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:5:"block";s:5:"Block";s:4:"swap";s:19:"Swap Non-Icon Fonts";s:8:"swap-all";s:8:"Swap All";}s:9:"transport";s:11:"postMessage";}s:13:"preload_fonts";a:7:{s:5:"label";s:17:"Preload Key Fonts";s:11:"description";s:210:"Make a selection to prioritize fetching resources that will be requested later in page load. This improves page load time as the browser caches preloaded resources so they are available immediately when needed.";s:2:"id";s:13:"preload_fonts";s:7:"default";s:10:"icon_fonts";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:3:"all";s:3:"All";s:12:"google_fonts";s:12:"Google Fonts";s:10:"icon_fonts";s:10:"Icon Fonts";s:4:"none";s:4:"None";}s:9:"transport";s:11:"postMessage";}s:15:"emojis_disabled";a:7:{s:5:"label";s:13:"Emojis Script";s:11:"description";s:99:"If you don't use emojis you can improve performance by removing WordPress' emojis script.";s:2:"id";s:15:"emojis_disabled";s:7:"default";s:7:"enabled";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"enabled";s:6:"Enable";s:8:"disabled";s:7:"Disable";}s:9:"transport";s:11:"postMessage";}s:12:"defer_styles";a:5:{s:5:"label";s:26:"Load Stylesheets In Footer";s:11:"description";s:238:"Set to 'on' to defer loading of the stylesheets to the footer of the page. This improves page load time by making the styles non-render-blocking. Depending on the connection speed, a flash of unstyled content (FOUC) might occur.";s:2:"id";s:12:"defer_styles";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:24:"dynamic_compiler_section";a:4:{s:5:"label";s:20:"Dynamic CSS & JS";s:2:"id";s:24:"dynamic_compiler_section";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:16:"css_cache_method";a:7:{s:5:"label";s:20:"CSS Compiling Method";s:11:"description";s:281:"Select "File" mode to compile the dynamic CSS to files (a separate file will be created for each of your pages & posts inside of the uploads/fusion-styles folder), "Database" mode to cache the CSS in your database, or select "Disabled" to disable.";s:2:"id";s:16:"css_cache_method";s:7:"default";s:4:"file";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:4:"file";s:4:"File";s:2:"db";s:8:"Database";s:3:"off";s:8:"Disabled";}s:9:"transport";s:11:"postMessage";}s:19:"media_queries_async";a:6:{s:5:"label";s:39:"Load Media-Queries Files Asynchronously";s:11:"description";s:268:"When enabled, the CSS media-queries will be enqueued separately and then loaded asynchronously, improving performance on mobile and desktop. Please note that this option is only partly compatible with older IE versions and will force mobile viewport on those browsers.";s:2:"id";s:19:"media_queries_async";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:8:"css_vars";a:6:{s:5:"label";s:20:"Enable CSS Variables";s:11:"description";s:259:"Enable this option to use CSS Variables (Custom Properties). Makes compilations faster and lighter, but is not compatible with older IE browsers.";s:2:"id";s:8:"css_vars";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:15:"cache_server_ip";a:6:{s:5:"label";s:15:"Cache Server IP";s:11:"description";s:201:"For unique cases where you are using cloud flare and a cache server, ex: varnish cache. Enter your cache server IP to clear the theme options dynamic CSS cache. Consult with your server admin for help.";s:2:"id";s:15:"cache_server_ip";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:11:"js_compiler";a:6:{s:5:"label";s:18:"Enable JS Compiler";s:11:"description";s:174:"By default all the javascript files are combined. Disabling the JS compiler will load non-combined javascript files. This will have an impact on the performance of your site.";s:2:"id";s:11:"js_compiler";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:11:"pwa_section";a:4:{s:5:"label";s:19:"Progressive Web App";s:2:"id";s:11:"pwa_section";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:19:"pwa_required_notice";a:4:{s:5:"label";s:0:"";s:11:"description";s:391:"
IMPORTANT NOTE: To use the Avada PWA feature you need to install and activate the latest version of the PWA plugin. Please visit the Avada Plugins page to install and activate the plugin and then refresh Global Options to edit the options.
";s:2:"id";s:19:"pwa_required_notice";s:4:"type";s:6:"custom";}}}s:11:"woocommerce";a:0:{}s:10:"custom_css";a:6:{s:5:"label";s:10:"Custom CSS";s:2:"id";s:18:"custom_css_section";s:8:"priority";i:27;s:4:"icon";s:11:"el-icon-css";s:8:"alt_icon";s:12:"fusiona-code";s:6:"fields";a:1:{s:10:"custom_css";a:6:{s:5:"label";s:8:"CSS Code";s:11:"description";s:287:"Enter your CSS code in the field below. Do not include any tags or HTML in the field. Custom CSS entered here will override the theme CSS. In some cases, the !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 NOTE: For column spacing option, please check column element options panel.
";s:2:"id";s:29:"container_important_note_info";s:4:"type";s:6:"custom";}s:25:"container_padding_default";a:7:{s:5:"label";s:38:"Container Padding for Default Template";s:11:"description";s:106:"Controls the top/right/bottom/left padding of the container element when using the Default page template. ";s:2:"id";s:25:"container_padding_default";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:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";}s:21:"container_padding_100";a:7:{s:5:"label";s:41:"Container Padding for 100% Width Template";s:11:"description";s:108:"Controls the top/right/bottom/left padding of the container element when using the 100% width page template.";s:2:"id";s:21:"container_padding_100";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:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:4:"30px";s:5:"right";s:4:"30px";}s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";}s:19:"full_width_bg_color";a:6:{s:5:"label";s:26:"Container Background Color";s:11:"description";s:55:"Controls the background color of the container element.";s:2:"id";s:19:"full_width_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:31:"full_width_gradient_start_color";a:6:{s:5:"label";s:30:"Container Gradient Start Color";s:11:"description";s:63:"Controls the start color for gradient of the container element.";s:2:"id";s:31:"full_width_gradient_start_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:29:"full_width_gradient_end_color";a:6:{s:5:"label";s:28:"Container Gradient End Color";s:11:"description";s:61:"Controls the end color for gradient of the container element.";s:2:"id";s:29:"full_width_gradient_end_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:23:"full_width_border_sizes";a:7:{s:5:"label";s:22:"Container Border Sizes";s:11:"description";s:50:"Controls the border size of the container element.";s:2:"id";s:23:"full_width_border_sizes";s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";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:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}}s:23:"full_width_border_color";a:6:{s:5:"label";s:22:"Container Border Color";s:11:"description";s:51:"Controls the border color of the container element.";s:2:"id";s:23:"full_width_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:29:"container_scroll_nav_bg_color";a:6:{s:5:"label";s:49:"Container 100% Height Navigation Background Color";s:11:"description";s:101:"Controls the background colors of the navigation area and name box when using 100% height containers.";s:2:"id";s:29:"container_scroll_nav_bg_color";s:7:"default";s:15:"rgba(0,0,0,0.2)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--container_scroll_nav_bg_color";s:7:"element";s:26:".fusion-scroll-section-nav";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:33:"container_scroll_nav_bullet_color";a:6:{s:5:"label";s:46:"Container 100% Height Navigation Element Color";s:11:"description";s:93:"Controls the color of the navigation circles and text name when using 100% height containers.";s:2:"id";s:33:"container_scroll_nav_bullet_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:35:"--container_scroll_nav_bullet_color";s:7:"element";s:34:".fusion-scroll-section-link-bullet";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:44:"container_hundred_percent_scroll_sensitivity";a:7:{s:5:"label";s:40:"Container 100% Height Scroll Sensitivity";s:11:"description";s:105:"Controls the sensitivity of the scrolling transition on 100% height scrolling secitions. In milliseconds.";s:2:"id";s:44:"container_hundred_percent_scroll_sensitivity";s:7:"default";s:3:"450";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:3:"200";s:3:"max";s:4:"1500";s:4:"step";s:2:"10";}}s:39:"container_hundred_percent_height_mobile";a:6:{s:5:"label";s:31:"Container 100% Height On Mobile";s:11:"description";s:303:"Turn on to enable the 100% height containers on mobile. Please note, this feature only works when your containers have minimal content. If the container has a lot of content it will overflow the screen height. In many cases, 100% height containers work well on desktop, but will need disabled on mobile.";s:2:"id";s:39:"container_hundred_percent_height_mobile";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:19:"fusionContainerVars";s:2:"id";s:39:"container_hundred_percent_height_mobile";s:7:"trigger";a:1:{i:0;s:6:"resize";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"container_legacy_support";a:6:{s:5:"label";s:21:"Enable Legacy Support";s:11:"description";s:295:"Enable container legacy support. IMPORTANT: If you disable legacy mode and then save a page, all containers on that page will be saved as flex mode. If you later decide to turn the global legacy support back on then you will have to re-edit those pages if you want legacy mode.";s:2:"id";s:24:"container_legacy_support";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}}}s:31:"content_boxes_shortcode_section";a:5:{s:5:"label";s:13:"Content Boxes";s:2:"id";s:31:"content_boxes_shortcode_section";s:4:"icon";s:17:"fusiona-newspaper";s:4:"type";s:9:"accordion";s:6:"fields";a:20:{s:20:"content_box_bg_color";a:6:{s:5:"label";s:28:"Content Box Background Color";s:11:"description";s:48:"Controls the background color for content boxes.";s:2:"id";s:20:"content_box_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:22:"content_box_title_size";a:7:{s:5:"label";s:27:"Content Box Title Font Size";s:11:"description";s:36:"Controls the size of the title text.";s:2:"id";s:22:"content_box_title_size";s:7:"default";s:2:"24";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"250";s:4:"step";s:1:"1";}}s:23:"content_box_title_color";a:6:{s:5:"label";s:28:"Content Box Title Font Color";s:11:"description";s:37:"Controls the color of the title font.";s:2:"id";s:23:"content_box_title_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:22:"content_box_body_color";a:6:{s:5:"label";s:27:"Content Box Body Font Color";s:11:"description";s:36:"Controls the color of the body font.";s:2:"id";s:22:"content_box_body_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"content_box_icon_size";a:7:{s:5:"label";s:26:"Content Box Icon Font Size";s:11:"description";s:30:"Controls the size of the icon.";s:2:"id";s:21:"content_box_icon_size";s:7:"default";s:2:"20";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"250";s:4:"step";s:1:"1";}}s:22:"content_box_icon_color";a:6:{s:5:"label";s:22:"Content Box Icon Color";s:11:"description";s:43:"Controls the color of the content box icon.";s:2:"id";s:22:"content_box_icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:23:"content_box_icon_circle";a:7:{s:5:"label";s:27:"Content Box Icon Background";s:11:"description";s:48:"Turn on to display a background behind the icon.";s:2:"id";s:23:"content_box_icon_circle";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:2:"On";s:2:"no";s:3:"Off";}}s:30:"content_box_icon_circle_radius";a:7:{s:5:"label";s:34:"Content Box Icon Background Radius";s:11:"description";s:50:"Controls the border radius of the icon background.";s:2:"id";s:30:"content_box_icon_circle_radius";s:7:"default";s:3:"50%";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:25:"content_box_icon_bg_color";a:7:{s:5:"label";s:33:"Content Box Icon Background Color";s:11:"description";s:42:"Controls the color of the icon background.";s:2:"id";s:25:"content_box_icon_bg_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:38:"content_box_icon_bg_inner_border_color";a:7:{s:5:"label";s:46:"Content Box Icon Background Inner Border Color";s:11:"description";s:55:"Controls the inner border color of the icon background.";s:2:"id";s:38:"content_box_icon_bg_inner_border_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:37:"content_box_icon_bg_inner_border_size";a:8:{s:5:"label";s:45:"Content Box Icon Background Inner Border Size";s:11:"description";s:54:"Controls the inner border size of the icon background.";s:2:"id";s:37:"content_box_icon_bg_inner_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;}s:38:"content_box_icon_bg_outer_border_color";a:7:{s:5:"label";s:46:"Content Box Icon Background Outer Border Color";s:11:"description";s:55:"Controls the outer border color of the icon background.";s:2:"id";s:38:"content_box_icon_bg_outer_border_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:15:"soft_dependency";b:1;}s:37:"content_box_icon_bg_outer_border_size";a:8:{s:5:"label";s:45:"Content Box Icon Background Outer Border Size";s:11:"description";s:54:"Controls the outer border size of the icon background.";s:2:"id";s:37:"content_box_icon_bg_outer_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;}s:27:"content_box_icon_hover_type";a:7:{s:5:"label";s:32:"Content Box Hover Animation Type";s:11:"description";s:38:"Controls the hover effect of the icon.";s:2:"id";s:27:"content_box_icon_hover_type";s:7:"default";s:4:"fade";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:4:{s:4:"none";s:4:"None";s:4:"fade";s:4:"Fade";s:5:"slide";s:5:"Slide";s:7:"pulsate";s:7:"Pulsate";}}s:40:"content_box_hover_animation_accent_color";a:6:{s:5:"label";s:30:"Content Box Hover Accent Color";s:11:"description";s:35:"Controls the accent color on hover.";s:2:"id";s:40:"content_box_hover_animation_accent_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"content_box_link_type";a:7:{s:5:"label";s:21:"Content Box Link Type";s:11:"description";s:59:"Controls the type of link that displays in the content box.";s:2:"id";s:21:"content_box_link_type";s:7:"default";s:4:"text";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:4:"text";s:4:"Text";s:10:"button-bar";s:10:"Button Bar";s:6:"button";s:6:"Button";}}s:23:"content_box_button_span";a:8:{s:5:"label";s:11:"Button Span";s:11:"description";s:46:"Choose to have the button span the full width.";s:2:"id";s:23:"content_box_button_span";s:7:"default";s:2:"no";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:15:"soft_dependency";b:1;}s:21:"content_box_link_area";a:7:{s:5:"label";s:21:"Content Box Link Area";s:11:"description";s:49:"Controls which area the link will be assigned to.";s:2:"id";s:21:"content_box_link_area";s:7:"default";s:9:"link-icon";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:9:"link-icon";s:11:"Link + Icon";s:3:"box";s:18:"Entire Content Box";}}s:23:"content_box_link_target";a:7:{s:5:"label";s:23:"Content Box Link Target";s:11:"description";s:32:"Controls how the link will open.";s:2:"id";s:23:"content_box_link_target";s:7:"default";s:5:"_self";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:5:"_self";s:11:"Same Window";s:6:"_blank";s:14:"New Window/Tab";}}s:18:"content_box_margin";a:7:{s:5:"label";s:30:"Content Box Top/Bottom Margins";s:11:"description";s:49:"Controls the top/bottom margin for content boxes.";s:2:"id";s:18:"content_box_margin";s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:7:"default";a:2:{s:3:"top";s:0:"";s:6:"bottom";s:0:"";}}}}s:27:"countdown_shortcode_section";a:5:{s:5:"label";s:9:"Countdown";s:2:"id";s:27:"countdown_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:24:"fusiona-calendar-check-o";s:6:"fields";a:24:{s:18:"countdown_timezone";a:7:{s:5:"label";s:18:"Countdown Timezone";s:11:"description";s:65:"Controls the timezone that is used for the countdown calculation.";s:2:"id";s:18:"countdown_timezone";s:7:"default";s:9:"site_time";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:9:"site_time";s:13:"Site Timezone";s:9:"user_time";s:13:"User Timezone";}}s:16:"countdown_layout";a:7:{s:5:"label";s:16:"Countdown Layout";s:11:"description";s:42:"Select the layout of the coundown element.";s:2:"id";s:16:"countdown_layout";s:7:"default";s:7:"floated";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:7:"floated";s:7:"Floated";s:7:"stacked";s:7:"Stacked";}}s:20:"countdown_show_weeks";a:7:{s:5:"label";s:20:"Countdown Show Weeks";s:11:"description";s:56:"Turn on to display the number of weeks in the countdown.";s:2:"id";s:20:"countdown_show_weeks";s:7:"default";s:2:"no";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"yes";s:2:"On";s:2:"no";s:3:"Off";}}s:24:"countdown_label_position";a:7:{s:5:"label";s:24:"Countdown Label Position";s:11:"description";s:44:"Select the position of the date/time labels.";s:2:"id";s:24:"countdown_label_position";s:7:"default";s:9:"text_flow";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:9:"text_flow";s:9:"Text Flow";s:3:"top";s:3:"Top";s:6:"bottom";s:6:"Bottom";}}s:26:"countdown_background_color";a:7:{s:5:"label";s:26:"Countdown Background Color";s:11:"description";s:52:"Controls the background color for the countdown box.";s:2:"id";s:26:"countdown_background_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:28:"--countdown_background_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:26:"countdown_background_image";a:7:{s:5:"label";s:26:"Countdown Background Image";s:11:"description";s:49:"Select an image for the countdown box background.";s:2:"id";s:26:"countdown_background_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:9:"transport";s:11:"postMessage";}s:27:"countdown_background_repeat";a:7:{s:5:"label";s:27:"Countdown Background Repeat";s:11:"description";s:42:"Controls how the background image repeats.";s:2:"id";s:27:"countdown_background_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:17:"Repeat Horizontal";s:8:"repeat-y";s:15:"Repeat Vertical";s:9:"no-repeat";s:11:"Repeat None";}}s:29:"countdown_background_position";a:7:{s:5:"label";s:29:"Countdown Background Position";s:11:"description";s:48:"Controls how the background image is positioned.";s:2:"id";s:29:"countdown_background_position";s:7:"default";s:13:"center center";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:9:{s:8:"top left";s:8:"top left";s:10:"top center";s:10:"top center";s:9:"top right";s:9:"top right";s:11:"center left";s:11:"center left";s:13:"center center";s:13:"center center";s:12:"center right";s:12:"center right";s:11:"bottom left";s:11:"bottom left";s:13:"bottom center";s:13:"bottom center";s:12:"bottom right";s:12:"bottom right";}}s:29:"countdown_counter_box_spacing";a:6:{s:5:"label";s:29:"Countdown Counter Box Spacing";s:11:"description";s:47:"Controls the spacing between the counter boxes.";s:2:"id";s:29:"countdown_counter_box_spacing";s:7:"default";s:4:"10px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:27:"countdown_counter_box_color";a:7:{s:5:"label";s:38:"Countdown Counter Box Background Color";s:11:"description";s:52:"Controls the background color for the counter boxes.";s:2:"id";s:27:"countdown_counter_box_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:29:"--countdown_counter_box_color";}}}s:25:"countdown_counter_padding";a:7:{s:5:"label";s:29:"Countdown Counter Box Padding";s:11:"description";s:39:"Set the padding for the counter boxes. ";s:2:"id";s:25:"countdown_counter_padding";s:7:"choices";a:4:{s:3:"top";b:1;s:5:"right";b:1;s:6:"bottom";b:1;s:4:"left";b:1;}s:7:"default";a:4:{s:3:"top";s:5:"0.6em";s:5:"right";s:5:"1.1em";s:6:"bottom";s:5:"0.6em";s:4:"left";s:5:"1.1em";}s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";}s:29:"countdown_counter_border_size";a:7:{s:5:"label";s:29:"Countdown Counter Border Size";s:11:"description";s:46:"Controls the border size of the counter boxes.";s:2:"id";s:29:"countdown_counter_border_size";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:30:"countdown_counter_border_color";a:7:{s:5:"label";s:30:"Countdown Counter Border Color";s:11:"description";s:47:"Controls the border color of the counter boxes.";s:2:"id";s:30:"countdown_counter_border_color";s:7:"default";s:7:"#1d242d";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:31:"countdown_counter_border_radius";a:7:{s:5:"label";s:31:"Countdown Counter Border Radius";s:11:"description";s:48:"Controls the border radius of the counter boxes.";s:2:"id";s:31:"countdown_counter_border_radius";s:7:"default";s:3:"4px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:9:"transport";s:11:"postMessage";}s:27:"countdown_counter_font_size";a:6:{s:5:"label";s:27:"Countdown Counter Font Size";s:11:"description";s:47:"Controls the font size for the countdown timer.";s:2:"id";s:27:"countdown_counter_font_size";s:7:"default";s:4:"18px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:28:"countdown_counter_text_color";a:7:{s:5:"label";s:28:"Countdown Counter Text Color";s:11:"description";s:48:"Controls the color for the countdown timer text.";s:2:"id";s:28:"countdown_counter_text_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--countdown_counter_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"countdown_label_font_size";a:6:{s:5:"label";s:33:"Countdown Counter Label Font Size";s:11:"description";s:47:"Controls the font size for the countdown label.";s:2:"id";s:25:"countdown_label_font_size";s:7:"default";s:4:"18px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:21:"countdown_label_color";a:7:{s:5:"label";s:34:"Countdown Counter Label Text Color";s:11:"description";s:50:"Controls the color for the countdown timer labels.";s:2:"id";s:21:"countdown_label_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--countdown_label_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"countdown_heading_font_size";a:6:{s:5:"label";s:27:"Countdown Heading Font Size";s:11:"description";s:49:"Controls the font size for the countdown heading.";s:2:"id";s:27:"countdown_heading_font_size";s:7:"default";s:4:"18px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:28:"countdown_heading_text_color";a:7:{s:5:"label";s:28:"Countdown Heading Text Color";s:11:"description";s:46:"Controls the color for the countdown headings.";s:2:"id";s:28:"countdown_heading_text_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--countdown_heading_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"countdown_subheading_font_size";a:6:{s:5:"label";s:30:"Countdown Subheading Font Size";s:11:"description";s:52:"Controls the font size for the countdown subheading.";s:2:"id";s:30:"countdown_subheading_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:31:"countdown_subheading_text_color";a:6:{s:5:"label";s:31:"Countdown Subheading Text Color";s:11:"description";s:49:"Controls the color for the countdown subheadings.";s:2:"id";s:31:"countdown_subheading_text_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:25:"countdown_link_text_color";a:6:{s:5:"label";s:25:"Countdown Link Text Color";s:11:"description";s:47:"Controls the color for the countdown link text.";s:2:"id";s:25:"countdown_link_text_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"countdown_link_target";a:7:{s:5:"label";s:21:"Countdown Link Target";s:11:"description";s:32:"Controls how the link will open.";s:2:"id";s:21:"countdown_link_target";s:7:"default";s:5:"_self";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:5:"_self";s:11:"Same Window";s:6:"_blank";s:10:"New Window";}}}}s:30:"counters_box_shortcode_section";a:6:{s:5:"label";s:13:"Counter Boxes";s:11:"description";s:0:"";s:2:"id";s:30:"counters_box_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:15:"fusiona-browser";s:6:"fields";a:8:{s:17:"counter_box_speed";a:7:{s:5:"label";s:19:"Counter Boxes Speed";s:11:"description";s:70:"Controls the speed of the counter boxes elements. ex: 1000 = 1 second.";s:2:"id";s:17:"counter_box_speed";s:7:"default";s:4:"1000";s:4:"type";s:6:"slider";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:17:"fusionCountersBox";s:2:"id";s:17:"counter_box_speed";s:7:"trigger";a:1:{i:0;s:0:"";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:7:"choices";a:3:{s:3:"min";s:3:"500";s:3:"max";s:5:"20000";s:4:"step";s:3:"250";}}s:17:"counter_box_color";a:6:{s:5:"label";s:30:"Counter Boxes Value Font Color";s:11:"description";s:51:"Controls the color of the counter values and icons.";s:2:"id";s:17:"counter_box_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:22:"counter_box_title_size";a:7:{s:5:"label";s:29:"Counter Boxes Value Font Size";s:11:"description";s:39:"Controls the size of the counter value.";s:2:"id";s:22:"counter_box_title_size";s:7:"default";s:2:"50";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}}s:21:"counter_box_icon_size";a:7:{s:5:"label";s:23:"Counter Boxes Icon Size";s:11:"description";s:30:"Controls the size of the icon.";s:2:"id";s:21:"counter_box_icon_size";s:7:"default";s:2:"50";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"500";s:4:"step";s:1:"1";}}s:22:"counter_box_body_color";a:6:{s:5:"label";s:29:"Counter Boxes Body Font Color";s:11:"description";s:50:"Controls the color of the counter boxes body text.";s:2:"id";s:22:"counter_box_body_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"counter_box_body_size";a:7:{s:5:"label";s:28:"Counter Boxes Body Font Size";s:11:"description";s:49:"Controls the size of the counter boxes body text.";s:2:"id";s:21:"counter_box_body_size";s:7:"default";s:2:"14";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}}s:24:"counter_box_border_color";a:6:{s:5:"label";s:26:"Counter Boxes Border Color";s:11:"description";s:47:"Controls the color of the counter boxes border.";s:2:"id";s:24:"counter_box_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:20:"counter_box_icon_top";a:7:{s:5:"label";s:25:"Counter Boxes Icon On Top";s:11:"description";s:56:"Turn on to display the icon on top of the counter value.";s:2:"id";s:20:"counter_box_icon_top";s:7:"default";s:2:"no";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"yes";s:2:"On";s:2:"no";s:3:"Off";}}}}s:33:"counters_circle_shortcode_section";a:6:{s:5:"label";s:15:"Counter Circles";s:11:"description";s:0:"";s:2:"id";s:33:"counters_circle_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:13:"fusiona-clock";s:6:"fields";a:2:{s:20:"counter_filled_color";a:6:{s:5:"label";s:28:"Counter Circles Filled Color";s:11:"description";s:40:"Controls the color of the filled circle.";s:2:"id";s:20:"counter_filled_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:22:"counter_unfilled_color";a:6:{s:5:"label";s:30:"Counter Circles Unfilled Color";s:11:"description";s:42:"Controls the color of the unfilled circle.";s:2:"id";s:22:"counter_unfilled_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:25:"dropcap_shortcode_section";a:6:{s:5:"label";s:7:"Dropcap";s:11:"description";s:0:"";s:2:"id";s:25:"dropcap_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:12:"fusiona-font";s:6:"fields";a:2:{s:13:"dropcap_color";a:6:{s:5:"label";s:13:"Dropcap Color";s:11:"description";s:76:"Controls the color of the dropcap text, or the dropcap box if a box is used.";s:2:"id";s:13:"dropcap_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:15:"--dropcap_color";s:7:"element";s:28:".fusion-body .fusion-dropcap";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"dropcap_text_color";a:6:{s:5:"label";s:18:"Dropcap Text Color";s:11:"description";s:58:"Controls the color of the dropcap text when a box is used.";s:2:"id";s:18:"dropcap_text_color";s:7:"default";s:4:"#fff";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--dropcap_text_color";s:7:"element";s:28:".fusion-body .fusion-dropcap";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}}}s:21:"faq_shortcode_section";a:6:{s:5:"label";s:3:"FAQ";s:11:"description";s:0:"";s:2:"id";s:21:"faq_shortcode_section";s:4:"type";s:11:"sub-section";s:4:"icon";s:24:"fusiona-exclamation-sign";s:6:"fields";a:16:{s:18:"faq_featured_image";a:7:{s:5:"label";s:19:"FAQ Featured Images";s:11:"description";s:35:"Turn on to display featured images.";s:2:"id";s:18:"faq_featured_image";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:11:"option_name";s:14:"fusion_options";s:9:"transport";s:11:"postMessage";}s:11:"faq_filters";a:8:{s:5:"label";s:11:"FAQ Filters";s:11:"description";s:42:"Controls how the filters display for FAQs.";s:2:"id";s:11:"faq_filters";s:7:"default";s:3:"yes";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:3:"yes";s:4:"Show";s:15:"yes_without_all";s:28:"Show without "All"";s:2:"no";s:4:"Hide";}s:11:"option_name";s:14:"fusion_options";s:9:"transport";s:11:"postMessage";}s:18:"faq_accordion_type";a:7:{s:5:"label";s:29:"FAQs in Toggles or Accordions";s:11:"description";s:102:"Toggles allow several items to be open at a time. Accordions only allow one item to be open at a time.";s:2:"id";s:18:"faq_accordion_type";s:7:"default";s:10:"accordions";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"toggles";s:7:"Toggles";s:10:"accordions";s:10:"Accordions";}s:9:"transport";s:11:"postMessage";}s:24:"faq_accordion_boxed_mode";a:6:{s:5:"label";s:23:"FAQ Items in Boxed Mode";s:11:"description";s:103:"Turn on to display items in boxed mode. FAQ Item divider line must be disabled for this option to work.";s:2:"id";s:24:"faq_accordion_boxed_mode";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:25:"faq_accordion_border_size";a:8:{s:5:"label";s:32:"FAQ Item Boxed Mode Border Width";s:11:"description";s:41:"Controls the border size of the FAQ item.";s:2:"id";s:25:"faq_accordion_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}}s:26:"faq_accordian_border_color";a:7:{s:5:"label";s:32:"FAQ Item Boxed Mode Border Color";s:11:"description";s:42:"Controls the border color of the FAQ item.";s:2:"id";s:26:"faq_accordian_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:30:"faq_accordian_background_color";a:7:{s:5:"label";s:36:"FAQ Item Boxed Mode Background Color";s:11:"description";s:46:"Controls the background color of the FAQ item.";s:2:"id";s:30:"faq_accordian_background_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:25:"faq_accordian_hover_color";a:7:{s:5:"label";s:42:"FAQ Item Boxed Mode Background Hover Color";s:11:"description";s:52:"Controls the background hover color of the FAQ item.";s:2:"id";s:25:"faq_accordian_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:26:"faq_accordion_divider_line";a:7:{s:5:"label";s:21:"FAQ Item Divider Line";s:11:"description";s:52:"Turn on to display a divider line between each item.";s:2:"id";s:26:"faq_accordion_divider_line";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:29:"faq_accordion_title_font_size";a:6:{s:5:"label";s:19:"FAQ Title Font Size";s:11:"description";s:36:"Controls the size of the title text.";s:2:"id";s:29:"faq_accordion_title_font_size";s:7:"default";s:4:"20px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:23:"faq_accordion_icon_size";a:7:{s:5:"label";s:18:"FAQ Item Icon Size";s:11:"description";s:25:"Set the size of the icon.";s:2:"id";s:23:"faq_accordion_icon_size";s:7:"default";s:2:"16";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"40";s:4:"step";s:1:"1";}s:4:"type";s:6:"slider";}s:24:"faq_accordian_icon_color";a:6:{s:5:"label";s:19:"FAQ Item Icon Color";s:11:"description";s:38:"Controls the color of icon in FAQ box.";s:2:"id";s:24:"faq_accordian_icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:24:"faq_accordion_icon_boxed";a:6:{s:5:"label";s:24:"FAQ Item Icon Boxed Mode";s:11:"description";s:38:"Turn on to display icon in boxed mode.";s:2:"id";s:24:"faq_accordion_icon_boxed";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:28:"faq_accordian_inactive_color";a:7:{s:5:"label";s:32:"FAQ Item Icon Inactive Box Color";s:11:"description";s:43:"Controls the color of the inactive FAQ box.";s:2:"id";s:28:"faq_accordian_inactive_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:24:"faq_accordion_icon_align";a:7:{s:5:"label";s:23:"FAQ Item Icon Alignment";s:11:"description";s:35:"Controls the alignment of the icon.";s:2:"id";s:24:"faq_accordion_icon_align";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";}}s:26:"faq_accordian_active_color";a:6:{s:5:"label";s:39:"FAQ Item Icon Toggle Hover Accent Color";s:11:"description";s:58:"Controls the accent color on hover for icon box and title.";s:2:"id";s:26:"faq_accordian_active_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:28:"flip_boxes_shortcode_section";a:6:{s:5:"label";s:10:"Flip Boxes";s:11:"description";s:0:"";s:2:"id";s:28:"flip_boxes_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:17:"fusiona-loop-alt2";s:6:"fields";a:13:{s:22:"flip_boxes_flip_effect";a:7:{s:5:"label";s:11:"Flip Effect";s:11:"description";s:34:"Set the flip effect for the boxes.";s:2:"id";s:22:"flip_boxes_flip_effect";s:7:"default";s:7:"classic";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:7:"classic";s:7:"Classic";s:2:"3d";s:2:"3d";}}s:25:"flip_boxes_flip_direction";a:7:{s:5:"label";s:14:"Flip Direction";s:11:"description";s:49:"Set the direction in which the boxes should flip.";s:2:"id";s:25:"flip_boxes_flip_direction";s:7:"default";s:5:"right";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:4:{s:4:"left";s:9:"Flip Left";s:5:"right";s:10:"Flip Right";s:2:"up";s:7:"Flip Up";s:4:"down";s:9:"Flip Down";}}s:24:"flip_boxes_flip_duration";a:7:{s:5:"label";s:13:"Flip Duration";s:11:"description";s:38:"Set the speed at which the boxes flip.";s:2:"id";s:24:"flip_boxes_flip_duration";s:7:"default";s:3:"0.8";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:3:"0.1";s:3:"max";s:1:"2";s:4:"step";s:3:"0.1";}}s:24:"flip_boxes_equal_heights";a:7:{s:5:"label";s:13:"Equal Heights";s:11:"description";s:50:"Set to yes to display flip boxes to equal heights.";s:2:"id";s:24:"flip_boxes_equal_heights";s:7:"default";s:2:"no";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:19:"flip_boxes_front_bg";a:6:{s:5:"label";s:35:"Flip Box Background Color Frontside";s:11:"description";s:47:"Controls the color of the frontside background.";s:2:"id";s:19:"flip_boxes_front_bg";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:24:"flip_boxes_front_heading";a:6:{s:5:"label";s:32:"Flip Box Heading Color Frontside";s:11:"description";s:44:"Controls the color of the frontside heading.";s:2:"id";s:24:"flip_boxes_front_heading";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"flip_boxes_front_text";a:6:{s:5:"label";s:29:"Flip Box Text Color Frontside";s:11:"description";s:41:"Controls the color of the frontside text.";s:2:"id";s:21:"flip_boxes_front_text";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:18:"flip_boxes_back_bg";a:6:{s:5:"label";s:34:"Flip Box Background Color Backside";s:11:"description";s:46:"Controls the color of the backside background.";s:2:"id";s:18:"flip_boxes_back_bg";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:23:"flip_boxes_back_heading";a:6:{s:5:"label";s:31:"Flip Box Heading Color Backside";s:11:"description";s:43:"Controls the color of the backside heading.";s:2:"id";s:23:"flip_boxes_back_heading";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:20:"flip_boxes_back_text";a:6:{s:5:"label";s:28:"Flip Box Text Color Backside";s:11:"description";s:40:"Controls the color of the backside text.";s:2:"id";s:20:"flip_boxes_back_text";s:7:"default";s:21:"rgba(255,255,255,0.8)";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:22:"flip_boxes_border_size";a:7:{s:5:"label";s:20:"Flip Box Border Size";s:11:"description";s:52:"Controls the border size of the flip box background.";s:2:"id";s:22:"flip_boxes_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:23:"flip_boxes_border_color";a:6:{s:5:"label";s:21:"Flip Box Border Color";s:11:"description";s:49:"Controls the border color of flip box background.";s:2:"id";s:23:"flip_boxes_border_color";s:7:"default";s:13:"rgba(0,0,0,0)";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:24:"flip_boxes_border_radius";a:7:{s:5:"label";s:22:"Flip Box Border Radius";s:11:"description";s:54:"Controls the border radius of the flip box background.";s:2:"id";s:24:"flip_boxes_border_radius";s:7:"default";s:3:"6px";s:4:"type";s:9:"dimension";s:7:"choices";a:3:{i:0;s:2:"px";i:1;s:1:"%";i:2;s:2:"em";}s:9:"transport";s:11:"postMessage";}}}s:25:"gallery_shortcode_section";a:5:{s:5:"label";s:7:"Gallery";s:2:"id";s:25:"gallery_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:17:"fusiona-dashboard";s:6:"fields";a:9:{s:20:"gallery_picture_size";a:7:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:12:"Picture Size";s:11:"description";s:92:"Fixed = width and height will be fixed
Auto = width and height will adjust to the image.";s:2:"id";s:20:"gallery_picture_size";s:7:"choices";a:2:{s:5:"fixed";s:5:"Fixed";s:4:"auto";s:4:"Auto";}s:7:"default";s:4:"auto";s:9:"transport";s:11:"postMessage";}s:14:"gallery_layout";a:7:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:14:"Gallery Layout";s:11:"description";s:31:"Select the gallery layout type.";s:2:"id";s:14:"gallery_layout";s:7:"choices";a:2:{s:4:"grid";s:4:"Grid";s:7:"masonry";s:7:"Masonry";}s:7:"default";s:4:"grid";s:9:"transport";s:11:"postMessage";}s:15:"gallery_columns";a:7:{s:4:"type";s:6:"slider";s:5:"label";s:17:"Number of Columns";s:11:"description";s:106:"Set the number of columns per row. IMPORTANT: Masonry layout does not work with 1 column.";s:2:"id";s:15:"gallery_columns";s:7:"default";s:1:"3";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:1:"6";s:4:"step";s:1:"1";}}s:22:"gallery_column_spacing";a:7:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:47:"Controls the column spacing for gallery images.";s:2:"id";s:22:"gallery_column_spacing";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"300";s:4:"step";s:1:"1";}}s:18:"gallery_hover_type";a:7:{s:4:"type";s:6:"select";s:5:"label";s:10:"Hover Type";s:11:"description";s:29:"Select the hover effect type.";s:2:"id";s:18:"gallery_hover_type";s:7:"choices";a:5:{s:0:"";s:7:"Default";s:4:"none";s:4:"None";s:6:"zoomin";s:7:"Zoom In";s:7:"zoomout";s:8:"Zoom Out";s:6:"liftup";s:7:"Lift Up";}s:7:"default";s:4:"none";s:9:"transport";s:11:"postMessage";}s:24:"gallery_lightbox_content";a:7:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:16:"Lightbox Content";s:2:"id";s:24:"gallery_lightbox_content";s:7:"default";s:4:"none";s:7:"choices";a:4:{s:4:"none";s:4:"None";s:6:"titles";s:6:"Titles";s:8:"captions";s:8:"Captions";s:17:"title_and_caption";s:21:"Titles & Captions";}s:11:"description";s:59:"Choose if titles and captions will display in the lightbox.";s:9:"transport";s:11:"postMessage";}s:19:"gallery_border_size";a:7:{s:5:"label";s:25:"Gallery Image Border Size";s:11:"description";s:38:"Controls the border size of the image.";s:2:"id";s:19:"gallery_border_size";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:20:"gallery_border_color";a:6:{s:5:"label";s:26:"Gallery Image Border Color";s:11:"description";s:39:"Controls the border color of the image.";s:2:"id";s:20:"gallery_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"gallery_border_radius";a:7:{s:5:"label";s:27:"Gallery Image Border Radius";s:11:"description";s:49:"Controls the border radius of the gallery images.";s:2:"id";s:21:"gallery_border_radius";s:7:"default";s:3:"0px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:9:"transport";s:11:"postMessage";}}}s:28:"google_map_shortcode_section";a:6:{s:5:"label";s:10:"Google Map";s:11:"description";s:0:"";s:2:"id";s:28:"google_map_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:11:"fusiona-map";s:6:"fields";a:1:{s:19:"google_map_api_type";a:7:{s:5:"label";s:15:"Google API Type";s:11:"description";s:417:"Select the Google API type that should be used to load your map. The JavaScript API allows for more options and custom styling, but could be charged for by Google depending on the amount of map loads. The embed and the static API can be used for free regardless of map loads. For more information please see the Google Maps Users Guide.";s:2:"id";s:19:"google_map_api_type";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:2:"js";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:2:"js";s:6:"JS API";s:5:"embed";s:9:"Embed API";s:6:"static";s:10:"Static API";}}}}s:22:"icon_shortcode_section";a:6:{s:5:"label";s:4:"Icon";s:11:"description";s:0:"";s:2:"id";s:22:"icon_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:12:"fusiona-flag";s:6:"fields";a:10:{s:9:"icon_size";a:7:{s:5:"label";s:14:"Icon Font Size";s:11:"description";s:30:"Controls the size of the icon.";s:2:"id";s:9:"icon_size";s:7:"default";s:2:"32";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"250";s:4:"step";s:1:"1";}}s:10:"icon_color";a:7:{s:5:"label";s:10:"Icon Color";s:11:"description";s:31:"Controls the color of the icon.";s:2:"id";s:10:"icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:12:"--icon_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"icon_color_hover";a:7:{s:5:"label";s:16:"Icon Hover Color";s:11:"description";s:40:"Controls the color of the icon on hover.";s:2:"id";s:16:"icon_color_hover";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:18:"--icon_color_hover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:11:"icon_circle";a:7:{s:5:"label";s:15:"Icon Background";s:11:"description";s:48:"Turn on to display a background behind the icon.";s:2:"id";s:11:"icon_circle";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:2:"On";s:2:"no";s:3:"Off";}}s:17:"icon_circle_color";a:7:{s:5:"label";s:21:"Icon Background Color";s:11:"description";s:37:"Controls the color of the background.";s:2:"id";s:17:"icon_circle_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--icon_circle_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"icon_circle_color_hover";a:7:{s:5:"label";s:27:"Icon Hover Background Color";s:11:"description";s:46:"Controls the color of the background on hover.";s:2:"id";s:23:"icon_circle_color_hover";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:25:"--icon_circle_color_hover";}}}s:16:"icon_border_size";a:8:{s:5:"label";s:16:"Icon Border Size";s:11:"description";s:48:"Controls the border size of the icon background.";s:2:"id";s:16:"icon_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:18:"--icon_border_size";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}}s:17:"icon_border_color";a:7:{s:5:"label";s:28:"Icon Background Border Color";s:11:"description";s:44:"Controls the border color of the background.";s:2:"id";s:17:"icon_border_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--icon_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"icon_border_color_hover";a:7:{s:5:"label";s:34:"Icon Hover Background Border Color";s:11:"description";s:53:"Controls the border color of the background on hover.";s:2:"id";s:23:"icon_border_color_hover";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--icon_border_color_hover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:15:"icon_hover_type";a:7:{s:5:"label";s:25:"Icon Hover Animation Type";s:11:"description";s:38:"Controls the hover effect of the icon.";s:2:"id";s:15:"icon_hover_type";s:7:"default";s:4:"fade";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:4:"fade";s:4:"Fade";s:5:"slide";s:5:"Slide";s:7:"pulsate";s:7:"Pulsate";}}}}s:36:"image_before_after_shortcode_section";a:6:{s:5:"label";s:21:" Image Before & After";s:11:"description";s:0:"";s:2:"id";s:36:"image_before_after_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:22:"fusiona-object-ungroup";s:6:"fields";a:14:{s:17:"before_after_type";a:7:{s:5:"label";s:11:"Effect Type";s:11:"description";s:177:"Select which type of effect your before and after image uses. "Slide" provides a handle to move back and forth while "Fade" changes the image on mouse hover.";s:2:"id";s:17:"before_after_type";s:7:"default";s:12:"before_after";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:12:"before_after";s:5:"Slide";s:6:"switch";s:4:"Fade";}}s:22:"before_after_font_size";a:8:{s:4:"type";s:6:"slider";s:5:"label";s:15:"Label Font Size";s:11:"description";s:104:"Controls the font size of the label text. Note: font family is controlled by body font in theme options.";s:2:"id";s:22:"before_after_font_size";s:7:"default";s:2:"14";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:2:"10";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;}s:25:"before_after_accent_color";a:7:{s:5:"label";s:18:"Label Accent Color";s:11:"description";s:111:"Controls the color of the label background and text. Text takes 100% of this color, background takes a % of it.";s:2:"id";s:25:"before_after_accent_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:28:"before_after_label_placement";a:8:{s:5:"label";s:15:"Label Placement";s:11:"description";s:127:"Choose if labels are on top of the image and centered, on top of the image up & down or outside of the image up & down.";s:2:"id";s:28:"before_after_label_placement";s:7:"default";s:14:"image-centered";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:14:"image-centered";s:14:"Image Centered";s:13:"image-up-down";s:19:"Image Up & Down";s:17:"out-image-up-down";s:27:"Outside Image Up & Down";}s:15:"soft_dependency";b:1;}s:24:"before_after_handle_type";a:8:{s:5:"label";s:19:"Handle Design Style";s:11:"description";s:76:"Controls the design of the handle used to change the before and after image.";s:2:"id";s:24:"before_after_handle_type";s:7:"default";s:7:"default";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:6:{s:7:"default";s:18:"Circle With Arrows";s:6:"square";s:18:"Square With Arrows";s:9:"rectangle";s:21:"Rectangle With Arrows";s:6:"arrows";s:6:"Arrows";s:7:"diamond";s:7:"Diamond";s:6:"circle";s:13:"Single Circle";}s:15:"soft_dependency";b:1;}s:25:"before_after_handle_color";a:7:{s:5:"label";s:12:"Handle Color";s:11:"description";s:85:"Controls the color of the before and after image handle line and arrows. ex: #ffffff.";s:2:"id";s:25:"before_after_handle_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:22:"before_after_handle_bg";a:7:{s:5:"label";s:23:"Handle Background Color";s:11:"description";s:87:"Controls the background color of the before and after image handle switch. ex: #000000.";s:2:"id";s:22:"before_after_handle_bg";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:19:"before_after_offset";a:8:{s:5:"label";s:13:"Handle Offset";s:11:"description";s:140:"Controls where the handle will be positioned on page load allowing you to control how much of each image displays by default. In percentage.";s:2:"id";s:19:"before_after_offset";s:7:"default";s:2:"50";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;}s:24:"before_after_orientation";a:8:{s:5:"label";s:18:"Handle Orientation";s:11:"description";s:59:"Controls the position of the before and after image handle.";s:2:"id";s:24:"before_after_orientation";s:7:"default";s:10:"horizontal";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:10:"horizontal";s:10:"Horizontal";s:8:"vertical";s:8:"Vertical";}s:15:"soft_dependency";b:1;}s:28:"before_after_handle_movement";a:8:{s:5:"label";s:23:"Handle Movement Control";s:11:"description";s:121:"Controls how the viewer interacts with the image handler. The image handle can use Drag & Click, Drag Only, or Hover.";s:2:"id";s:28:"before_after_handle_movement";s:7:"default";s:10:"drag_click";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:10:"drag_click";s:16:"Drag & Click";s:4:"drag";s:9:"Drag Only";s:5:"hover";s:5:"Hover";}s:15:"soft_dependency";b:1;}s:28:"before_after_transition_time";a:8:{s:5:"label";s:27:"Image Fade Transition Speed";s:11:"description";s:69:"Controls the speed of the fade transition on mouse hover. In seconds.";s:2:"id";s:28:"before_after_transition_time";s:7:"default";s:3:"0.5";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:1:"1";s:4:"step";s:3:"0.1";}s:15:"soft_dependency";b:1;}s:24:"before_after_border_size";a:7:{s:5:"label";s:11:"Border Size";s:11:"description";s:65:"Controls the border size of the image before & after element.";s:2:"id";s:24:"before_after_border_size";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:25:"before_after_border_color";a:7:{s:5:"label";s:12:"Border Color";s:11:"description";s:66:"Controls the border color of the image before & after element.";s:2:"id";s:25:"before_after_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:26:"before_after_border_radius";a:8:{s:5:"label";s:13:"Border Radius";s:11:"description";s:67:"Controls the border radius of the image before & after element.";s:2:"id";s:26:"before_after_border_radius";s:7:"default";s:3:"0px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}}}s:28:"imageframe_shortcode_section";a:6:{s:5:"label";s:5:"Image";s:11:"description";s:0:"";s:2:"id";s:28:"imageframe_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:13:"fusiona-image";s:6:"fields";a:6:{s:21:"imageframe_style_type";a:7:{s:5:"label";s:16:"Image Style Type";s:11:"description";s:22:"Select the style type.";s:2:"id";s:21:"imageframe_style_type";s:7:"default";s:4:"none";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:4:{s:4:"none";s:4:"None";s:4:"glow";s:4:"Glow";s:10:"dropshadow";s:11:"Drop Shadow";s:12:"bottomshadow";s:13:"Bottom Shadow";}}s:15:"imageframe_blur";a:8:{s:5:"label";s:29:"Image Glow / Drop Shadow Blur";s:11:"description";s:62:"Choose the amount of blur added to glow or drop shadow effect.";s:2:"id";s:15:"imageframe_blur";s:7:"default";s:1:"3";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;}s:20:"imgframe_style_color";a:7:{s:5:"label";s:17:"Image Style Color";s:11:"description";s:137:"Controls the style color for all style types except border. Hex colors will use a subtle auto added alpha level to produce a nice effect.";s:2:"id";s:20:"imgframe_style_color";s:7:"default";s:7:"#000000";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:22:"imageframe_border_size";a:7:{s:5:"label";s:17:"Image Border Size";s:11:"description";s:38:"Controls the border size of the image.";s:2:"id";s:22:"imageframe_border_size";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:21:"imgframe_border_color";a:7:{s:5:"label";s:18:"Image Border Color";s:11:"description";s:39:"Controls the border color of the image.";s:2:"id";s:21:"imgframe_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:24:"imageframe_border_radius";a:7:{s:5:"label";s:19:"Image Border Radius";s:11:"description";s:40:"Controls the border radius of the image.";s:2:"id";s:24:"imageframe_border_radius";s:7:"default";s:3:"0px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:9:"transport";s:11:"postMessage";}}}s:23:"modal_shortcode_section";a:6:{s:5:"label";s:5:"Modal";s:11:"description";s:0:"";s:2:"id";s:23:"modal_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:21:"fusiona-external-link";s:6:"fields";a:2:{s:14:"modal_bg_color";a:6:{s:5:"label";s:22:"Modal Background Color";s:11:"description";s:53:"Controls the background color of the modal popup box.";s:2:"id";s:14:"modal_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:18:"modal_border_color";a:6:{s:5:"label";s:18:"Modal Border Color";s:11:"description";s:49:"Controls the border color of the modal popup box.";s:2:"id";s:18:"modal_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:24:"person_shortcode_section";a:6:{s:5:"label";s:6:"Person";s:11:"description";s:0:"";s:2:"id";s:24:"person_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:12:"fusiona-user";s:6:"fields";a:10:{s:36:"person_shortcode_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:238:"
IMPORTANT NOTE: The styling options for the social icons used in the person element are controlled through the options under the "Social Icon Elements" section on this tab.
";s:2:"id";s:36:"person_shortcode_important_note_info";s:4:"type";s:6:"custom";}s:23:"person_background_color";a:6:{s:5:"label";s:23:"Person Background Color";s:11:"description";s:49:"Controls the background color of the person area.";s:2:"id";s:23:"person_background_color";s:7:"default";s:13:"rgba(0,0,0,0)";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:16:"person_pic_style";a:7:{s:5:"label";s:25:"Person Picture Style Type";s:11:"description";s:22:"Select the style type.";s:2:"id";s:16:"person_pic_style";s:7:"default";s:4:"none";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:4:{s:4:"none";s:4:"None";s:4:"glow";s:4:"Glow";s:10:"dropshadow";s:11:"Drop Shadow";s:12:"bottomshadow";s:13:"Bottom Shadow";}}s:21:"person_pic_style_blur";a:8:{s:5:"label";s:38:"Person Picture Glow / Drop Shadow Blur";s:11:"description";s:62:"Choose the amount of blur added to glow or drop shadow effect.";s:2:"id";s:21:"person_pic_style_blur";s:7:"default";s:1:"3";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";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:"required";a:2:{i:0;a:3:{s:7:"setting";s:16:"person_pic_style";s:8:"operator";s:2:"!=";s:5:"value";s:4:"none";}i:1;a:3:{s:7:"setting";s:16:"person_pic_style";s:8:"operator";s:2:"!=";s:5:"value";s:12:"bottomshadow";}}}s:18:"person_style_color";a:6:{s:5:"label";s:18:"Person Style Color";s:11:"description";s:59:"Controls the style color for all style types except border.";s:2:"id";s:18:"person_style_color";s:7:"default";s:7:"#000000";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:19:"person_border_color";a:6:{s:5:"label";s:19:"Person Border Color";s:11:"description";s:46:"Controls the border color of the person image.";s:2:"id";s:19:"person_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:18:"person_border_size";a:7:{s:5:"label";s:18:"Person Border Size";s:11:"description";s:45:"Controls the border size of the person image.";s:2:"id";s:18:"person_border_size";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:20:"person_border_radius";a:7:{s:5:"label";s:20:"Person Border Radius";s:11:"description";s:47:"Controls the border radius of the person image.";s:2:"id";s:20:"person_border_radius";s:7:"default";s:3:"0px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:9:"transport";s:11:"postMessage";}s:16:"person_alignment";a:7:{s:5:"label";s:24:"Person Content Alignment";s:11:"description";s:45:"Controls the alignment of the person content.";s:2:"id";s:16:"person_alignment";s:7:"default";s:4:"Left";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:4:"Left";s:4:"Left";s:6:"Center";s:6:"Center";s:5:"Right";s:5:"Right";}}s:20:"person_icon_position";a:7:{s:5:"label";s:27:"Person Social Icon Position";s:11:"description";s:42:"Controls the position of the social icons.";s:2:"id";s:20:"person_icon_position";s:7:"default";s:3:"Top";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"Top";s:3:"Top";s:6:"Bottom";s:6:"Bottom";}}}}s:25:"popover_shortcode_section";a:6:{s:5:"label";s:7:"Popover";s:11:"description";s:0:"";s:2:"id";s:25:"popover_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:15:"fusiona-uniF61C";s:6:"fields";a:5:{s:24:"popover_heading_bg_color";a:6:{s:5:"label";s:32:"Popover Heading Background Color";s:11:"description";s:53:"Controls the color of the popover heading background.";s:2:"id";s:24:"popover_heading_bg_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--popover_heading_bg_color";s:7:"element";s:8:".popover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:24:"popover_content_bg_color";a:6:{s:5:"label";s:32:"Popover Content Background Color";s:11:"description";s:49:"Controls the color of popover content background.";s:2:"id";s:24:"popover_content_bg_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:26:"--popover_content_bg_color";s:7:"element";s:8:".popover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"popover_border_color";a:6:{s:5:"label";s:20:"Popover Border Color";s:11:"description";s:41:"Controls the border color of popover box.";s:2:"id";s:20:"popover_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--popover_border_color";s:7:"element";s:8:".popover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"popover_text_color";a:6:{s:5:"label";s:18:"Popover Text Color";s:11:"description";s:39:"Controls the color of the popover text.";s:2:"id";s:18:"popover_text_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:20:"--popover_text_color";s:7:"element";s:8:".popover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:17:"popover_placement";a:6:{s:5:"label";s:16:"Popover Position";s:11:"description";s:76:"Controls the position of the popover in reference to the triggering element.";s:2:"id";s:17:"popover_placement";s:7:"default";s:3:"Top";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:4:{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:27:"portfolio_shortcode_section";a:6:{s:5:"label";s:9:"Portfolio";s:11:"description";s:0:"";s:2:"id";s:27:"portfolio_shortcode_section";s:4:"icon";s:21:"fusiona-insertpicture";s:4:"type";s:11:"sub-section";s:6:"fields";a:16:{s:29:"portfolio_featured_image_size";a:7:{s:5:"label";s:29:"Portfolio Featured Image Size";s:11:"description";s:225:"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for portfolio elements. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.";s:2:"id";s:29:"portfolio_featured_image_size";s:7:"default";s:4:"full";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:7:"cropped";s:5:"Fixed";s:4:"full";s:4:"Auto";}}s:17:"portfolio_columns";a:7:{s:5:"label";s:17:"Number of Columns";s:11:"description";s:173:"Set the number of columns per row. With Carousel layout this specifies the maximum amount of columns. IMPORTANT: Masonry layout does not work with 1 column.";s:2:"id";s:17:"portfolio_columns";s:9:"transport";s:11:"postMessage";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:24:"portfolio_column_spacing";a:7:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:48:"Controls the column spacing for portfolio items.";s:2:"id";s:24:"portfolio_column_spacing";s:7:"default";s:2:"30";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"300";s:4:"step";s:1:"1";}}s:15:"portfolio_items";a:7:{s:5:"label";s:34:"Number of Portfolio Items Per Page";s:11:"description";s:164:"Controls the number of posts that display per page for portfolio elements. Set to -1 to display all. Set to 0 to use the number of posts from Settings > Reading.";s:2:"id";s:15:"portfolio_items";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:2:"-1";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:21:"portfolio_text_layout";a:7:{s:5:"label";s:21:"Portfolio Text Layout";s:11:"description";s:118:"Controls if the portfolio text content is displayed boxed or unboxed or is completely disabled for portfolio elements.";s:2:"id";s:21:"portfolio_text_layout";s:7:"default";s:7:"unboxed";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:7:"no_text";s:7:"No Text";s:5:"boxed";s:5:"Boxed";s:7:"unboxed";s:7:"Unboxed";}}s:24:"portfolio_content_length";a:7:{s:5:"label";s:22:"Portfolio Text Display";s:11:"description";s:97:"Choose how to display the post excerpt for portfolio elements. Does not apply to image rollovers.";s:2:"id";s:24:"portfolio_content_length";s:7:"default";s:7:"excerpt";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:12:"full_content";s:12:"Full Content";s:7:"excerpt";s:7:"Excerpt";s:7:"no_text";s:7:"No Text";}}s:24:"portfolio_excerpt_length";a:8:{s:5:"label";s:14:"Excerpt Length";s:11:"description";s:68:"Controls the number of words in the excerpts for portfolio elements.";s:2:"id";s:24:"portfolio_excerpt_length";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"500";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;}s:28:"portfolio_strip_html_excerpt";a:6:{s:5:"label";s:23:"Strip HTML from Excerpt";s:11:"description";s:70:"Turn on to strip HTML content from the excerpt for portfolio elements.";s:2:"id";s:28:"portfolio_strip_html_excerpt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:23:"portfolio_title_display";a:7:{s:5:"label";s:23:"Portfolio Title Display";s:11:"description";s:76:"Controls what displays with the portfolio post title for portfolio elements.";s:2:"id";s:23:"portfolio_title_display";s:7:"default";s:3:"all";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:4:{s:3:"all";s:20:"Title and Categories";s:5:"title";s:10:"Only Title";s:4:"cats";s:15:"Only Categories";s:4:"none";s:4:"None";}}s:24:"portfolio_text_alignment";a:7:{s:5:"label";s:24:"Portfolio Text Alignment";s:11:"description";s:135:"Controls the alignment of the portfolio title, categories and excerpt text when using the Portfolio Text layouts in portfolio elements.";s:2:"id";s:24:"portfolio_text_alignment";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}}s:24:"portfolio_layout_padding";a:8:{s:5:"label";s:29:"Portfolio Text Layout Padding";s:11:"description";s:95:"Controls the padding for the portfolio text layout when using boxed mode in portfolio elements.";s:2:"id";s:24:"portfolio_layout_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:"25px";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:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:2:{s:7:"element";s:74:".fusion-portfolio-boxed.fusion-portfolio-element .fusion-portfolio-content";s:8:"property";s:7:"padding";}}}s:25:"portfolio_pagination_type";a:7:{s:5:"label";s:15:"Pagination Type";s:11:"description";s:52:"Controls the pagination type for portfolio elements.";s:2:"id";s:25:"portfolio_pagination_type";s:7:"default";s:10:"pagination";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:10:"pagination";s:10:"Pagination";s:15:"infinite_scroll";s:15:"Infinite Scroll";s:16:"load_more_button";s:16:"Load More Button";}}s:49:"portfolio_element_load_more_posts_button_bg_color";a:6:{s:5:"label";s:39:"Load More Posts Button Background Color";s:11:"description";s:99:"Controls the background color of the load more button for ajax post loading for portfolio elements.";s:2:"id";s:49:"portfolio_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:51:"--portfolio_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:51:"portfolio_element_load_more_posts_button_text_color";a:6:{s:5:"label";s:33:"Load More Posts Button Text Color";s:11:"description";s:93:"Controls the text color of the load more button for ajax post loading for portfolio elements.";s:2:"id";s:51:"portfolio_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:53:"--portfolio_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:55:"portfolio_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:105:"Controls the hover background color of the load more button for ajax post loading for portfolio elements.";s:2:"id";s:55:"portfolio_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:57:"--portfolio_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:57:"portfolio_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:99:"Controls the hover text color of the load more button for ajax post loading for portfolio elements.";s:2:"id";s:57:"portfolio_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:59:"--portfolio_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:31:"pricing_table_shortcode_section";a:6:{s:5:"label";s:13:"Pricing Table";s:11:"description";s:0:"";s:2:"id";s:31:"pricing_table_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:14:"fusiona-dollar";s:6:"fields";a:7:{s:36:"full_boxed_pricing_box_heading_color";a:6:{s:5:"label";s:33:"Pricing Box Style 1 Heading Color";s:11:"description";s:53:"Controls the color of style 1 pricing table headings.";s:2:"id";s:36:"full_boxed_pricing_box_heading_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:29:"sep_pricing_box_heading_color";a:6:{s:5:"label";s:33:"Pricing Box Style 2 Heading Color";s:11:"description";s:53:"Controls the color of style 2 pricing table headings.";s:2:"id";s:29:"sep_pricing_box_heading_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:17:"pricing_box_color";a:6:{s:5:"label";s:17:"Pricing Box Color";s:11:"description";s:45:"Controls the color portions of pricing boxes.";s:2:"id";s:17:"pricing_box_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:19:"--pricing_box_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"pricing_bg_color";a:6:{s:5:"label";s:28:"Pricing Box Background Color";s:11:"description";s:63:"Controls the color of the main background and title background.";s:2:"id";s:16:"pricing_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:30:"pricing_background_color_hover";a:6:{s:5:"label";s:34:"Pricing Box Background Hover Color";s:11:"description";s:69:"Controls the hover color of the main background and title background.";s:2:"id";s:30:"pricing_background_color_hover";s:7:"default";s:7:"#f8f8f8";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:20:"pricing_border_color";a:6:{s:5:"label";s:24:"Pricing Box Border Color";s:11:"description";s:79:"Controls the color of the outer border, pricing row and footer row backgrounds.";s:2:"id";s:20:"pricing_border_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:21:"pricing_divider_color";a:6:{s:5:"label";s:25:"Pricing Box Divider Color";s:11:"description";s:59:"Controls the color of the dividers in-between pricing rows.";s:2:"id";s:21:"pricing_divider_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:26:"progress_shortcode_section";a:6:{s:5:"label";s:12:"Progress Bar";s:11:"description";s:0:"";s:2:"id";s:26:"progress_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:13:"fusiona-tasks";s:6:"fields";a:7:{s:18:"progressbar_height";a:6:{s:5:"label";s:19:"Progress Bar Height";s:11:"description";s:37:"Insert a height for the progress bar.";s:2:"id";s:18:"progressbar_height";s:7:"default";s:4:"48px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:25:"progressbar_text_position";a:7:{s:5:"label";s:26:"Progress Bar Text Position";s:11:"description";s:100:"Select the position of the progress bar text. Choose "Default" for theme option selection.";s:2:"id";s:25:"progressbar_text_position";s:7:"default";s:6:"on_bar";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:6:"on_bar";s:6:"On Bar";s:9:"above_bar";s:9:"Above Bar";s:9:"below_bar";s:9:"Below Bar";}}s:24:"progressbar_filled_color";a:6:{s:5:"label";s:25:"Progress Bar Filled Color";s:11:"description";s:51:"Controls the color of the progress bar filled area.";s:2:"id";s:24:"progressbar_filled_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:31:"progressbar_filled_border_color";a:6:{s:5:"label";s:32:"Progress Bar Filled Border Color";s:11:"description";s:58:"Controls the border color of the progress bar filled area.";s:2:"id";s:31:"progressbar_filled_border_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:30:"progressbar_filled_border_size";a:7:{s:5:"label";s:31:"Progress Bar Filled Border Size";s:11:"description";s:57:"Controls the border size of the progress bar filled area.";s:2:"id";s:30:"progressbar_filled_border_size";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}}s:26:"progressbar_unfilled_color";a:6:{s:5:"label";s:27:"Progress Bar Unfilled Color";s:11:"description";s:53:"Controls the color of the progress bar unfilled area.";s:2:"id";s:26:"progressbar_unfilled_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:22:"progressbar_text_color";a:6:{s:5:"label";s:23:"Progress Bar Text Color";s:11:"description";s:44:"Controls the color of the progress bar text.";s:2:"id";s:22:"progressbar_text_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:35:"section_separator_shortcode_section";a:6:{s:5:"label";s:17:"Section Separator";s:11:"description";s:0:"";s:2:"id";s:35:"section_separator_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:16:"fusiona-ellipsis";s:6:"fields";a:3:{s:23:"section_sep_border_size";a:7:{s:5:"label";s:29:"Section Separator Border Size";s:11:"description";s:50:"Controls the border size of the section separator.";s:2:"id";s:23:"section_sep_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:14:"section_sep_bg";a:6:{s:5:"label";s:34:"Section Separator Background Color";s:11:"description";s:61:"Controls the background color of the section separator style.";s:2:"id";s:14:"section_sep_bg";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:24:"section_sep_border_color";a:6:{s:5:"label";s:30:"Section Separator Border Color";s:11:"description";s:43:"Controls the border color of the separator.";s:2:"id";s:24:"section_sep_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:27:"separator_shortcode_section";a:6:{s:5:"label";s:9:"Separator";s:11:"description";s:0:"";s:2:"id";s:27:"separator_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:13:"fusiona-minus";s:6:"fields";a:7:{s:20:"separator_style_type";a:7:{s:5:"label";s:15:"Separator Style";s:11:"description";s:121:"Controls the line style of all separators, divider lines on portfolio archives, blog archives, product archives and more.";s:2:"id";s:20:"separator_style_type";s:7:"default";s:6:"double";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:8:{s:4:"none";s:8:"No Style";s:6:"single";s:19:"Single Border Solid";s:6:"double";s:19:"Double Border Solid";s:13:"single|dashed";s:20:"Single Border Dashed";s:13:"double|dashed";s:20:"Double Border Dashed";s:13:"single|dotted";s:20:"Single Border Dotted";s:13:"double|dotted";s:20:"Double Border Dotted";s:6:"shadow";s:6:"Shadow";}}s:9:"sep_color";a:7:{s:5:"label";s:15:"Separator Color";s:11:"description";s:216:"Controls the color of all separators, divider lines and borders for meta, previous & next, filters, archive pages, boxes around number pagination, sidebar widgets, accordion divider lines, counter boxes and more.";s:2:"id";s:9:"sep_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:11:"--sep_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"separator_border_size";a:7:{s:5:"label";s:11:"Border Size";s:11:"description";s:42:"Controls the border size of the separator.";s:2:"id";s:21:"separator_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:19:"separator_icon_size";a:7:{s:5:"label";s:9:"Icon Size";s:11:"description";s:40:"Controls the icon size of the separator.";s:2:"id";s:19:"separator_icon_size";s:7:"default";s:2:"16";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}}s:20:"separator_icon_color";a:6:{s:5:"label";s:10:"Icon Color";s:11:"description";s:30:"Controls the color of the Icon";s:2:"id";s:20:"separator_icon_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:16:"separator_circle";a:6:{s:5:"label";s:16:"Separator Circle";s:11:"description";s:66:"Turn on if you want to display a circle around the separator icon.";s:2:"id";s:16:"separator_circle";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:25:"separator_circle_bg_color";a:7:{s:5:"label";s:12:"Circle Color";s:11:"description";s:60:"Controls the background color of the circle around the icon.";s:2:"id";s:25:"separator_circle_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"separator_circle";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}}}s:30:"social_links_shortcode_section";a:6:{s:5:"label";s:20:"Social Links Element";s:11:"description";s:0:"";s:2:"id";s:30:"social_links_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:12:"fusiona-link";s:6:"fields";a:9:{s:17:"social_links_info";a:3:{s:2:"id";s:17:"social_links_info";s:4:"type";s:6:"custom";s:11:"description";s:171:"
IMPORTANT NOTE: These social icon global options control both the social link element and person element.
";}s:22:"social_links_font_size";a:6:{s:5:"label";s:28:"Social Links Icons Font Size";s:11:"description";s:49:"Controls the font size for the social link icons.";s:2:"id";s:22:"social_links_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--social_links_font_size";s:7:"element";s:20:".fusion-social-links";}}}s:23:"social_links_color_type";a:7:{s:5:"label";s:28:"Social Links Icon Color Type";s:11:"description";s:146:"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.";s:2:"id";s:23:"social_links_color_type";s:7:"default";s:6:"custom";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:6:"custom";s:13:"Custom Colors";s:5:"brand";s:12:"Brand Colors";}}s:23:"social_links_icon_color";a:7:{s:5:"label";s:31:"Social Links Custom Icons Color";s:11:"description";s:39:"Controls the color of the custom icons.";s:2:"id";s:23:"social_links_icon_color";s:7:"default";s:7:"#9ea0a4";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:18:"social_links_boxed";a:6:{s:5:"label";s:24:"Social Links Icons Boxed";s:11:"description";s:99:"Turn on to have the icon displayed in a small box. Turn off to have the icon displayed with no box.";s:2:"id";s:18:"social_links_boxed";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:22:"social_links_box_color";a:7:{s:5:"label";s:35:"Social Links Icons Custom Box Color";s:11:"description";s:38:"Select a custom social icon box color.";s:2:"id";s:22:"social_links_box_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:25:"social_links_boxed_radius";a:8:{s:5:"label";s:31:"Social Links Icons Boxed Radius";s:11:"description";s:32:"Box radius for the social icons.";s:2:"id";s:25:"social_links_boxed_radius";s:7:"default";s:3:"4px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:2:"em";}s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:26:"social_links_boxed_padding";a:7:{s:5:"label";s:32:"Social Links Icons Boxed Padding";s:2:"id";s:26:"social_links_boxed_padding";s:7:"default";s:3:"8px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:28:"--social_links_boxed_padding";s:7:"element";s:20:".fusion-social-links";}}}s:30:"social_links_tooltip_placement";a:7:{s:5:"label";s:35:"Social Links Icons Tooltip Position";s:11:"description";s:56:"Controls the tooltip position of the social links icons.";s:2:"id";s:30:"social_links_tooltip_placement";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:4:"None";s:4:"None";}}}}s:36:"syntax_highlighter_shortcode_section";a:7:{s:5:"label";s:18:"Syntax Highlighter";s:11:"description";s:0:"";s:2:"id";s:36:"syntax_highlighter_shortcode_section";s:7:"default";s:0:"";s:4:"type";s:9:"accordion";s:4:"icon";s:12:"fusiona-code";s:6:"fields";a:13:{s:24:"syntax_highlighter_theme";a:7:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:17:"Highlighter Theme";s:11:"description";s:57:"Select which theme you want to use for code highlighting.";s:2:"id";s:24:"syntax_highlighter_theme";s:7:"choices";a:4:{s:7:"default";s:7:"Light 1";s:7:"elegant";s:7:"Light 2";s:9:"hopscotch";s:6:"Dark 1";s:12:"oceanic-next";s:6:"Dark 2";}s:7:"default";s:7:"default";s:9:"transport";s:11:"postMessage";}s:31:"syntax_highlighter_line_numbers";a:7:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:12:"Line Numbers";s:11:"description";s:51:"Choose if you want to display or hide line numbers.";s:2:"id";s:31:"syntax_highlighter_line_numbers";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"yes";s:3:"Yes";s:2:"no";s:2:"No";}s:7:"default";s:3:"yes";}s:47:"syntax_highlighter_line_number_background_color";a:8:{s:4:"type";s:11:"color-alpha";s:5:"label";s:29:"Line Numbers Background Color";s:11:"description";s:106:"Controls the background color for the line numbers. If left empty, color from selected theme will be used.";s:2:"id";s:47:"syntax_highlighter_line_number_background_color";s:5:"value";s:0:"";s:7:"default";s:0:"";s:9:"transport";s:11:"postMessage";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"syntax_highlighter_line_numbers";s:5:"value";s:3:"yes";s:8:"operator";s:2:"==";}}}s:41:"syntax_highlighter_line_number_text_color";a:8:{s:4:"type";s:11:"color-alpha";s:5:"label";s:23:"Line Numbers Text Color";s:11:"description";s:95:"Controls the color for line number text. If left empty, color from selected theme will be used.";s:2:"id";s:41:"syntax_highlighter_line_number_text_color";s:5:"value";s:0:"";s:7:"default";s:0:"";s:9:"transport";s:11:"postMessage";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"syntax_highlighter_line_numbers";s:5:"value";s:3:"yes";s:8:"operator";s:2:"==";}}}s:32:"syntax_highlighter_line_wrapping";a:7:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:13:"Line Wrapping";s:11:"description";s:69:"Controls whether the long line should break or add horizontal scroll.";s:2:"id";s:32:"syntax_highlighter_line_wrapping";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:6:"scroll";s:6:"Scroll";s:5:"break";s:5:"Break";}s:7:"default";s:6:"scroll";}s:36:"syntax_highlighter_copy_to_clipboard";a:7:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:17:"Copy to Clipboard";s:11:"description";s:94:"Choose if you want to allow your visitors to easily copy your code with a click of the button.";s:2:"id";s:36:"syntax_highlighter_copy_to_clipboard";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"yes";s:3:"Yes";s:2:"no";s:2:"No";}s:7:"default";s:3:"yes";}s:41:"syntax_highlighter_copy_to_clipboard_text";a:7:{s:4:"type";s:4:"text";s:5:"label";s:22:"Copy to Clipboard Text";s:11:"description";s:53:"Enter text to be displayed for user to click to copy.";s:2:"id";s:41:"syntax_highlighter_copy_to_clipboard_text";s:7:"default";s:17:"Copy to Clipboard";s:9:"transport";s:11:"postMessage";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:36:"syntax_highlighter_copy_to_clipboard";s:5:"value";s:3:"yes";s:8:"operator";s:2:"==";}}}s:28:"syntax_highlighter_font_size";a:7:{s:4:"type";s:6:"slider";s:5:"label";s:9:"Font Size";s:11:"description";s:52:"Controls the font size of the syntax highlight code.";s:2:"id";s:28:"syntax_highlighter_font_size";s:7:"default";s:2:"14";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:2:"10";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}}s:35:"syntax_highlighter_background_color";a:7:{s:4:"type";s:11:"color-alpha";s:5:"label";s:16:"Background Color";s:11:"description";s:54:"Controls the background color for code highlight area.";s:2:"id";s:35:"syntax_highlighter_background_color";s:9:"transport";s:11:"postMessage";s:5:"value";s:0:"";s:7:"default";s:0:"";}s:30:"syntax_highlighter_border_size";a:7:{s:4:"type";s:6:"slider";s:5:"label";s:11:"Border Size";s:11:"description";s:62:"Controls the border size of the syntax highlighter. In pixels.";s:2:"id";s:30:"syntax_highlighter_border_size";s:7:"default";s:1:"1";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}}s:31:"syntax_highlighter_border_color";a:7:{s:4:"type";s:11:"color-alpha";s:5:"label";s:12:"Border Color";s:11:"description";s:26:"Controls the border color.";s:2:"id";s:31:"syntax_highlighter_border_color";s:7:"default";s:7:"#b9afa1";s:9:"transport";s:11:"postMessage";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:30:"syntax_highlighter_border_size";s:5:"value";s:1:"0";s:8:"operator";s:2:"!=";}}}s:31:"syntax_highlighter_border_style";a:8:{s:4:"type";s:15:"radio-buttonset";s:5:"label";s:12:"Border Style";s:11:"description";s:26:"Controls the border style.";s:2:"id";s:31:"syntax_highlighter_border_style";s:7:"default";s:5:"solid";s:9:"transport";s:11:"postMessage";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:30:"syntax_highlighter_border_size";s:5:"value";s:1:"0";s:8:"operator";s:2:"!=";}}s:7:"choices";a:3:{s:5:"solid";s:5:"Solid";s:6:"dashed";s:6:"Dashed";s:6:"dotted";s:6:"Dotted";}}s:25:"syntax_highlighter_margin";a:7:{s:5:"label";s:7:"Margins";s:11:"description";s:54:"Controls the margin around syntax highlighter element.";s:2:"id";s:25:"syntax_highlighter_margin";s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";s:7:"choices";a:4:{s:3:"top";b:1;s:4:"left";b:1;s:6:"bottom";b:1;s:5:"right";b:1;}s:7:"default";a:4:{s:3:"top";s:3:"0px";s:4:"left";s:3:"0px";s:6:"bottom";s:3:"0px";s:5:"right";s:3:"0px";}}}}s:22:"tabs_shortcode_section";a:6:{s:5:"label";s:4:"Tabs";s:11:"description";s:0:"";s:2:"id";s:22:"tabs_shortcode_section";s:4:"icon";s:14:"fusiona-folder";s:4:"type";s:9:"accordion";s:6:"fields";a:6:{s:9:"tabs_info";a:3:{s:2:"id";s:17:"social_links_info";s:4:"type";s:6:"custom";s:11:"description";s:200:"
IMPORTANT NOTE: These tab global options control both the tab element and Avada tab widget, however the widget does not utilize icons.
";}s:13:"tabs_bg_color";a:7:{s:5:"label";s:35:"Tabs Background Color + Hover Color";s:11:"description";s:71:"Controls the color of the active tab, tab hover and content background.";s:2:"id";s:13:"tabs_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:15:"--tabs_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"tabs_inactive_color";a:7:{s:5:"label";s:19:"Tabs Inactive Color";s:11:"description";s:101:"Controls the color of the inactive tabs as well as the post date box layout for the Avada Tab Widget.";s:2:"id";s:19:"tabs_inactive_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--tabs_inactive_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:17:"tabs_border_color";a:7:{s:5:"label";s:17:"Tabs Border Color";s:11:"description";s:37:"Controls the color of the tab border.";s:2:"id";s:17:"tabs_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--tabs_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"tabs_icon_position";a:7:{s:5:"label";s:13:"Icon Position";s:11:"description";s:43:"Choose the position of the icon on the tab.";s:2:"id";s:18:"tabs_icon_position";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";s:3:"top";s:3:"Top";}}s:14:"tabs_icon_size";a:7:{s:5:"label";s:14:"Tabs Icon Size";s:11:"description";s:25:"Set the size of the icon.";s:2:"id";s:14:"tabs_icon_size";s:7:"default";s:2:"16";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"150";s:4:"step";s:1:"1";}s:4:"type";s:6:"slider";}}}s:29:"tagline_box_shortcode_section";a:6:{s:5:"label";s:11:"Tagline Box";s:11:"description";s:0:"";s:2:"id";s:29:"tagline_box_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:16:"fusiona-list-alt";s:6:"fields";a:3:{s:10:"tagline_bg";a:6:{s:5:"label";s:28:"Tagline Box Background Color";s:11:"description";s:49:"Controls the color of the tagline box background.";s:2:"id";s:10:"tagline_bg";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:20:"tagline_border_color";a:6:{s:5:"label";s:24:"Tagline Box Border Color";s:11:"description";s:45:"Controls the border color of the tagline box.";s:2:"id";s:20:"tagline_border_color";s:7:"default";s:19:"rgba(226,226,226,0)";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}s:14:"tagline_margin";a:7:{s:5:"label";s:30:"Tagline Box Top/Bottom Margins";s:11:"description";s:50:"Controls the top/bottom margin of the tagline box.";s:2:"id";s:14:"tagline_margin";s:7:"default";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:4:"20px";}s:4:"type";s:7:"spacing";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}}}}s:30:"testimonials_shortcode_section";a:6:{s:5:"label";s:12:"Testimonials";s:11:"description";s:0:"";s:2:"id";s:30:"testimonials_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:15:"fusiona-bubbles";s:6:"fields";a:4:{s:20:"testimonial_bg_color";a:6:{s:5:"label";s:28:"Testimonial Background Color";s:11:"description";s:49:"Controls the color of the testimonial background.";s:2:"id";s:20:"testimonial_bg_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--testimonial_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"testimonial_text_color";a:6:{s:5:"label";s:22:"Testimonial Text Color";s:11:"description";s:43:"Controls the color of the testimonial text.";s:2:"id";s:22:"testimonial_text_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--testimonial_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"testimonials_speed";a:6:{s:5:"label";s:18:"Testimonials Speed";s:11:"description";s:160:"Controls the speed of the testimonial slider. ex: 1000 = 1 second. IMPORTANT: Setting speed to 0 will disable autoplay for testimonials slider.";s:2:"id";s:18:"testimonials_speed";s:7:"default";s:4:"4000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:5:"20000";s:4:"step";s:3:"250";}}s:19:"testimonials_random";a:5:{s:5:"label";s:12:"Random Order";s:11:"description";s:50:"Turn on to display testimonials in a random order.";s:2:"id";s:19:"testimonials_random";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}}}s:22:"text_shortcode_section";a:6:{s:5:"label";s:10:"Text Block";s:11:"description";s:0:"";s:2:"id";s:22:"text_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:12:"fusiona-font";s:6:"fields";a:6:{s:12:"text_columns";a:7:{s:5:"label";s:24:"Number Of Inline Columns";s:11:"description";s:278:"Set the number of columns the text should be broken into.
IMPORTANT: This feature is designed to be used for running text, images, dropcaps and other inline content. While some block elements will work, their usage is not recommended and others can easily break the layout.";s:2:"id";s:12:"text_columns";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:1:"6";s:4:"step";s:1:"1";}}s:21:"text_column_min_width";a:7:{s:5:"label";s:16:"Column Min Width";s:11:"description";s:230:"Set the minimum width for each column, this allows your columns to gracefully break into the selected size as the screen width narrows. Leave this option empty if you wish to keep the same amount of columns from desktop to mobile.";s:2:"id";s:21:"text_column_min_width";s:7:"default";s:5:"100px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:19:"text_column_spacing";a:7:{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:19:"text_column_spacing";s:7:"default";s:3:"2em";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}s:15:"text_rule_style";a:8:{s:5:"label";s:10:"Rule Style";s:11:"description";s:108:"Select the style of the vertical line between columns. Some of the styles depend on the rule size and color.";s:2:"id";s:15:"text_rule_style";s:7:"default";s:4:"none";s:9:"transport";s:11:"postMessage";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:4:"none";s:4:"None";s:5:"solid";s:5:"Solid";s:6:"dashed";s:6:"Dashed";s:6:"dotted";s:6:"Dotted";s:6:"double";s:6:"Double";s:6:"groove";s:6:"Groove";s:5:"ridge";s:5:"Ridge";}s:15:"soft_dependency";b:1;}s:14:"text_rule_size";a:8:{s:5:"label";s:9:"Rule Size";s:11:"description";s:206:"Sets the size of the vertical line between columns. The rule is rendered as "below" spacing and columns, so it can span over the gap between columns if it is larger than the column spacing amount.";s:2:"id";s:14:"text_rule_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:9:"transport";s:11:"postMessage";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;}s:15:"text_rule_color";a:7:{s:5:"label";s:10:"Rule Color";s:11:"description";s:56:"Controls the color of the vertical line between columns.";s:2:"id";s:15:"text_rule_color";s:7:"default";s:7:"#b9afa1";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:15:"soft_dependency";b:1;}}}s:23:"title_shortcode_section";a:6:{s:5:"label";s:5:"Title";s:11:"description";s:0:"";s:2:"id";s:23:"title_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:9:"fusiona-H";s:6:"fields";a:4:{s:16:"title_style_type";a:7:{s:5:"label";s:15:"Title Separator";s:11:"description";s:55:"Controls the type of title separator that will display.";s:2:"id";s:16:"title_style_type";s:7:"default";s:12:"double solid";s:4:"type";s:6:"select";s:9:"transport";s:11:"postMessage";s:7:"choices";a:10:{s:12:"single solid";s:12:"Single Solid";s:13:"single dashed";s:13:"Single Dashed";s:13:"single dotted";s:13:"Single Dotted";s:12:"double solid";s:12:"Double Solid";s:13:"double dashed";s:13:"Double Dashed";s:13:"double dotted";s:13:"Double Dotted";s:15:"underline solid";s:15:"Underline Solid";s:16:"underline dashed";s:16:"Underline Dashed";s:16:"underline dotted";s:16:"Underline Dotted";s:4:"none";s:4:"None";}}s:18:"title_border_color";a:7:{s:5:"label";s:21:"Title Separator Color";s:11:"description";s:43:"Controls the color of the title separators.";s:2:"id";s:18:"title_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--title_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:12:"title_margin";a:7:{s:5:"label";s:24:"Title Top/Bottom Margins";s:11:"description";s:95:"Controls the top/bottom margin of the titles. Leave empty to use corresponding heading margins.";s:2:"id";s:12:"title_margin";s:7:"default";a:2:{s:3:"top";s:4:"10px";s:6:"bottom";s:4:"15px";}s:9:"transport";s:11:"postMessage";s:4:"type";s:7:"spacing";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}}s:19:"title_margin_mobile";a:7:{s:5:"label";s:31:"Title Mobile Top/Bottom Margins";s:11:"description";s:136:"Controls the top/bottom margin of the titles on mobiles. Leave empty together with desktop margins to use corresponding heading margins.";s:2:"id";s:19:"title_margin_mobile";s:9:"transport";s:11:"postMessage";s:7:"default";a:2:{s:3:"top";s:4:"10px";s:6:"bottom";s:4:"10px";}s:4:"type";s:7:"spacing";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}}}}s:25:"toggles_shortcode_section";a:5:{s:5:"label";s:7:"Toggles";s:2:"id";s:25:"toggles_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:18:"fusiona-expand-alt";s:6:"fields";a:14:{s:14:"accordion_type";a:6:{s:5:"label";s:21:"Toggles or Accordions";s:11:"description";s:102:"Toggles allow several items to be open at a time. Accordions only allow one item to be open at a time.";s:2:"id";s:14:"accordion_type";s:7:"default";s:10:"accordions";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"toggles";s:7:"Toggles";s:10:"accordions";s:10:"Accordions";}}s:20:"accordion_boxed_mode";a:5:{s:5:"label";s:17:"Toggle Boxed Mode";s:11:"description";s:101:"Turn on to display items in boxed mode. Toggle divider line must be disabled for this option to work.";s:2:"id";s:20:"accordion_boxed_mode";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:21:"accordion_border_size";a:7:{s:5:"label";s:30:"Toggle Boxed Mode Border Width";s:11:"description";s:44:"Controls the border size of the toggle item.";s:2:"id";s:21:"accordion_border_size";s:7:"default";s:1:"1";s:4:"type";s:6:"slider";s:15:"soft_dependency";b:1;s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}}s:22:"accordian_border_color";a:6:{s:5:"label";s:30:"Toggle Boxed Mode Border Color";s:11:"description";s:45:"Controls the border color of the toggle item.";s:2:"id";s:22:"accordian_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;}s:26:"accordian_background_color";a:6:{s:5:"label";s:34:"Toggle Boxed Mode Background Color";s:11:"description";s:49:"Controls the background color of the toggle item.";s:2:"id";s:26:"accordian_background_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;}s:21:"accordian_hover_color";a:6:{s:5:"label";s:40:"Toggle Boxed Mode Background Hover Color";s:11:"description";s:55:"Controls the background hover color of the toggle item.";s:2:"id";s:21:"accordian_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;}s:22:"accordion_divider_line";a:6:{s:5:"label";s:19:"Toggle Divider Line";s:11:"description";s:52:"Turn on to display a divider line between each item.";s:2:"id";s:22:"accordion_divider_line";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;}s:25:"accordion_title_font_size";a:5:{s:5:"label";s:22:"Toggle Title Font Size";s:11:"description";s:36:"Controls the size of the title text.";s:2:"id";s:25:"accordion_title_font_size";s:7:"default";s:4:"20px";s:4:"type";s:9:"dimension";}s:19:"accordion_icon_size";a:6:{s:5:"label";s:16:"Toggle Icon Size";s:11:"description";s:25:"Set the size of the icon.";s:2:"id";s:19:"accordion_icon_size";s:7:"default";s:2:"16";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:2:"40";s:4:"step";s:1:"1";}}s:20:"accordian_icon_color";a:5:{s:5:"label";s:17:"Toggle Icon Color";s:11:"description";s:41:"Controls the color of icon in toggle box.";s:2:"id";s:20:"accordian_icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";}s:20:"accordion_icon_boxed";a:5:{s:5:"label";s:22:"Toggle Icon Boxed Mode";s:11:"description";s:45:"Turn on to display toggle icon in boxed mode.";s:2:"id";s:20:"accordion_icon_boxed";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";}s:24:"accordian_inactive_color";a:7:{s:5:"label";s:30:"Toggle Icon Inactive Box Color";s:11:"description";s:46:"Controls the color of the inactive toggle box.";s:2:"id";s:24:"accordian_inactive_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:26:"--accordian_inactive_color";}}}s:22:"accordian_active_color";a:6:{s:5:"label";s:25:"Toggle Hover Accent Color";s:11:"description";s:58:"Controls the accent color on hover for icon box and title.";s:2:"id";s:22:"accordian_active_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:24:"--accordian_active_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"accordion_icon_align";a:6:{s:5:"label";s:21:"Toggle Icon Alignment";s:11:"description";s:38:"Controls the alignment of toggle icon.";s:2:"id";s:20:"accordion_icon_align";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";}}}}s:28:"user_login_shortcode_section";a:6:{s:5:"label";s:10:"User Login";s:2:"id";s:28:"user_login_shortcode_section";s:11:"description";s:0:"";s:4:"type";s:9:"accordion";s:4:"icon";s:24:"fusiona-calendar-check-o";s:6:"fields";a:6:{s:21:"user_login_text_align";a:7:{s:5:"label";s:21:"User Login Text Align";s:11:"description";s:160:"Controls the alignment of all user login content. "Text Flow" follows the default text align of the site. "Center" will center all elements.";s:2:"id";s:21:"user_login_text_align";s:7:"default";s:6:"center";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:8:"textflow";s:9:"Text Flow";s:6:"center";s:6:"Center";}}s:28:"user_login_form_field_layout";a:7:{s:5:"label";s:28:"User Login Form Field Layout";s:11:"description";s:173:"Choose if form fields should be stacked and full width, or if they should be floated. IMPORTANT: This option only works for the login and the register form.";s:2:"id";s:28:"user_login_form_field_layout";s:7:"default";s:7:"stacked";s:4:"type";s:15:"radio-buttonset";s:9:"transport";s:11:"postMessage";s:7:"choices";a:2:{s:7:"stacked";s:7:"Stacked";s:7:"floated";s:7:"Floated";}}s:27:"user_login_form_show_labels";a:7:{s:5:"label";s:22:"User Login Show Labels";s:11:"description";s:50:"Controls if the form field labels should be shown.";s:2:"id";s:27:"user_login_form_show_labels";s:7:"default";s:2:"no";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:33:"user_login_form_show_placeholders";a:7:{s:5:"label";s:28:"User Login Show Placeholders";s:11:"description";s:56:"Controls if the form field placeholders should be shown.";s:2:"id";s:33:"user_login_form_show_placeholders";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:32:"user_login_form_show_remember_me";a:7:{s:5:"label";s:36:"User Login Show Remember Me Checkbox";s:11:"description";s:75:"Controls if the remenber me checkbox should be displayed in the login form.";s:2:"id";s:32:"user_login_form_show_remember_me";s:7:"default";s:2:"no";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:32:"user_login_form_background_color";a:6:{s:5:"label";s:32:"User Login Form Background Color";s:11:"description";s:42:"Controls the color of the form background.";s:2:"id";s:32:"user_login_form_background_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}s:23:"video_shortcode_section";a:7:{s:5:"label";s:5:"Video";s:11:"description";s:0:"";s:2:"id";s:23:"video_shortcode_section";s:7:"default";s:0:"";s:4:"icon";s:13:"fusiona-video";s:4:"type";s:9:"accordion";s:6:"fields";a:3:{s:15:"video_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:"video_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-video-max-width-default";s:7:"element";s:4:"body";}}}s:14:"video_controls";a:6:{s:5:"label";s:14:"Video Controls";s:11:"description";s:55:"Controls whether the video controls should show or not.";s:2:"id";s:14:"video_controls";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:3:"yes";s:7:"choices";a:2:{s:3:"yes";s:4:"Show";s:2:"no";s:4:"Hide";}}s:13:"video_preload";a:6:{s:5:"label";s:16:"Video Preloading";s:11:"description";s:203:"Controls how / if the browser should preload the video. Choose "Metadata" if only the video metadata should be preloaded on page load or "Auto" to preload the full video on page load.";s:2:"id";s:13:"video_preload";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:4:"auto";s:7:"choices";a:3:{s:4:"auto";s:4:"Auto";s:8:"metadata";s:8:"Metadata";s:4:"none";s:4:"None";}}}}s:28:"visibility_shortcode_section";a:6:{s:5:"label";s:23:"Visibility Size Options";s:2:"id";s:28:"visibility_shortcode_section";s:11:"description";s:0:"";s:4:"type";s:9:"accordion";s:4:"icon";s:14:"fusiona-mobile";s:6:"fields";a:1:{s:16:"visibility_moved";a:4:{s:2:"id";s:16:"visibility_moved";s:5:"label";s:0:"";s:4:"type";s:6:"custom";s:11:"description";s:235:"
IMPORTANT NOTE: You can now find the visibility breakpoints on the main responsive tab.
";}}}s:29:"widget_area_shortcode_section";a:6:{s:5:"label";s:11:"Widget Area";s:11:"description";s:0:"";s:2:"id";s:29:"widget_area_shortcode_section";s:4:"type";s:9:"accordion";s:4:"icon";s:15:"fusiona-sidebar";s:6:"fields";a:2:{s:22:"widget_area_title_size";a:6:{s:5:"label";s:17:"Widget Title Size";s:11:"description";s:46:"Controls the size of widget titles. In pixels.";s:2:"id";s:22:"widget_area_title_size";s:7:"default";s:4:"20px";s:4:"type";s:9:"dimension";s:9:"transport";s:11:"postMessage";}s:23:"widget_area_title_color";a:6:{s:5:"label";s:18:"Widget Title Color";s:11:"description";s:36:"Controls the color of widget titles.";s:2:"id";s:23:"widget_area_title_color";s:7:"default";s:7:"#6f727b";s:4:"type";s:11:"color-alpha";s:9:"transport";s:11:"postMessage";}}}}', 'no'); INSERT INTO `wp_options` VALUES (1257, '_transient_timeout_fusion_tos_flat', '1624333382', 'no'); INSERT INTO `wp_options` VALUES (1258, '_transient_fusion_tos_flat', 'a:651:{s:6:"layout";a:7:{s:5:"label";s:6:"Layout";s:11:"description";s:25:"Controls the site layout.";s:2:"id";s:6:"layout";s:7:"default";s:4:"wide";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"boxed";s:5:"Boxed";s:4:"wide";s:4:"Wide";}s:6:"output";a:4:{i:0;a:6:{s:7:"element";s:4:"html";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:11:"toLowerCase";b:1;s:13:"value_pattern";s:19:"avada-html-layout-$";s:12:"remove_attrs";a:2:{i:0;s:23:"avada-html-layout-boxed";i:1;s:22:"avada-html-layout-wide";}}i:1;a:6:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:11:"toLowerCase";b:1;s:13:"value_pattern";s:13:"layout-$-mode";s:12:"remove_attrs";a:2:{i:0;s:17:"layout-boxed-mode";i:1;s:16:"layout-wide-mode";}}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:11:"site_layout";s:7:"trigger";a:1:{i:0;s:22:"fusionPositionSubmenus";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:11:"layout_mode";s:7:"trigger";a:2:{i:0;s:21:"fusionSliderReTrigger";i:1;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"site_width";a:10:{s:5:"label";s:10:"Site Width";s:11:"description";s:32:"Controls the overall site width.";s:2:"id";s:10:"site_width";s:7:"default";s:6:"1200px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:4:"desc";s:0:"";s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:12:"--site_width";}i:1;a:2:{s:4:"name";s:16:"--site_width-int";s:8:"callback";a:2:{i:0;s:23:"convert_font_size_to_px";i:1;s:0:"";}}}s:6:"output";a:4:{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:1:"%";i:1;s:8:"contains";}s:7:"element";s:4:"html";s:9:"className";s:28:"avada-has-site-width-percent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:4:"100%";i:1;s:3:"===";}s:7:"element";s:4:"html";s:9:"className";s:32:"avada-has-site-width-100-percent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionTypographyVars";s:2:"id";s:10:"site_width";s:7:"trigger";a:1:{i:0;s:20:"fusionInitTypography";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:3:{s:36:"site_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:35:"site_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:17:"site_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:13:"margin_offset";a:9:{s:5:"label";s:28:"Boxed Mode Top/Bottom Offset";s:11:"description";s:55:"Controls the top/bottom offset of the boxed background.";s:2:"id";s:13:"margin_offset";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:7:"default";a:2:{s:3:"top";s:3:"0px";s:6:"bottom";s:3:"0px";}s:4:"type";s:7:"spacing";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:5:"boxed";}}s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:19:"--margin_offset-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:22:"--margin_offset-bottom";s:6:"choice";s:6:"bottom";}i:2;a:3:{s:4:"name";s:30:"--margin_offset-top-no-percent";s:6:"choice";s:3:"top";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vh";}}}i:3;a:3:{s:4:"name";s:33:"--margin_offset-bottom-no-percent";s:6:"choice";s:6:"bottom";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vh";}}}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:5:"dummy";s:6:"choice";s:3:"top";s:8:"callback";a:2:{i:0;s:12:"toggle_class";i:1;a:3:{s:9:"condition";a:2:{i:0;s:0:"";i:1;s:16:"is-zero-or-empty";}s:7:"element";s:4:"body";s:9:"className";s:32:"avada-has-zero-margin-offset-top";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"scroll_offset";a:8:{s:5:"label";s:29:"Boxed Mode Offset Scroll Mode";s:11:"description";s:145:"Choose how the page will scroll. Framed scrolling will keep the offset in place, while Full scrolling removes the offset when scrolling the page.";s:2:"id";s:13:"scroll_offset";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"framed";s:16:"Framed Scrolling";s:4:"full";s:14:"Full Scrolling";}s:7:"default";s:4:"full";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:5:"boxed";}}s:6:"output";a:3:{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:3:"===";i:1;s:6:"framed";}s:7:"element";s:4:"html";s:9:"className";s:24:"avada-html-layout-framed";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:6:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:11:"toLowerCase";b:1;s:13:"value_pattern";s:22:"layout-scroll-offset-$";s:12:"remove_attrs";a:2:{i:0;s:27:"layout-scroll-offset-framed";i:1;s:25:"layout-scroll-offset-full";}}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:13:"scroll_offset";s:7:"trigger";a:1:{i:0;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"boxed_modal_shadow";a:8:{s:5:"label";s:22:"Boxed Mode Shadow Type";s:11:"description";s:53:"Controls the type of shadow your boxed mode displays.";s:2:"id";s:18:"boxed_modal_shadow";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:4:"none";s:9:"No Shadow";s:5:"light";s:12:"Light Shadow";s:6:"medium";s:13:"Medium Shadow";s:4:"hard";s:11:"Hard Shadow";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:5:"boxed";}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:30:"avada-has-boxed-modal-shadow-$";s:12:"remove_attrs";a:4:{i:0;s:33:"avada-has-boxed-modal-shadow-none";i:1;s:34:"avada-has-boxed-modal-shadow-light";i:2;s:35:"avada-has-boxed-modal-shadow-medium";i:3;s:33:"avada-has-boxed-modal-shadow-hard";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:12:"main_padding";a:7:{s:5:"label";s:20:"Page Content Padding";s:11:"description";s:49:"Controls the top/bottom padding for page content.";s:2:"id";s:12:"main_padding";s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:7:"default";a:2:{s:3:"top";s:4:"60px";s:6:"bottom";s:4:"60px";}s:4:"type";s:7:"spacing";s:8:"css_vars";a:3:{i:0;a:2:{s:4:"name";s:18:"--main_padding-top";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:26:"--main_padding-top-or-55px";s:6:"choice";s:3:"top";s:8:"callback";a:2:{i:0;s:26:"fallback_to_value_if_empty";i:1;s:4:"55px";}}i:2;a:2:{s:4:"name";s:21:"--main_padding-bottom";s:6:"choice";s:6:"bottom";}}}s:16:"hundredp_padding";a:7:{s:5:"label";s:18:"100% Width Padding";s:11:"description";s:179:"Controls the left and right padding for page content when using 100% site width, 100% width page template or 100% width post option. This does not affect Avada Builder containers.";s:2:"id";s:16:"hundredp_padding";s:7:"default";s:4:"30px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:4:{i:0;a:1:{s:4:"name";s:18:"--hundredp_padding";}i:1;a:2:{s:4:"name";s:35:"--hundredp_padding-fallback_to_zero";s:8:"callback";s:16:"fallback_to_zero";}i:2;a:2:{s:4:"name";s:38:"--hundredp_padding-fallback_to_zero_px";s:8:"callback";a:2:{i:0;s:26:"fallback_to_value_if_empty";i:1;s:3:"0px";}}i:3;a:2:{s:4:"name";s:50:"--hundredp_padding-hundred_percent_negative_margin";s:8:"callback";a:2:{i:0;s:31:"hundred_percent_negative_margin";i:1;s:0:"";}}}}s:27:"single_sidebar_layouts_info";a:4:{s:5:"label";s:22:"Single Sidebar Layouts";s:11:"description";s:0:"";s:2:"id";s:27:"single_sidebar_layouts_info";s:4:"type";s:4:"info";}s:13:"sidebar_width";a:7:{s:5:"label";s:20:"Single Sidebar Width";s:11:"description";s:67:"Controls the width of the sidebar when only one sidebar is present.";s:2:"id";s:13:"sidebar_width";s:7:"default";s:3:"24%";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:15:"--sidebar_width";}}}s:14:"sidebar_gutter";a:6:{s:5:"label";s:21:"Single Sidebar Gutter";s:11:"description";s:65:"Controls the space between the main content and a single sidebar.";s:2:"id";s:14:"sidebar_gutter";s:7:"default";s:2:"6%";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--sidebar_gutter";}}}s:25:"dual_sidebar_layouts_info";a:4:{s:5:"label";s:20:"Dual Sidebar Layouts";s:11:"description";s:0:"";s:2:"id";s:25:"dual_sidebar_layouts_info";s:4:"type";s:4:"info";}s:17:"sidebar_2_1_width";a:7:{s:5:"label";s:20:"Dual Sidebar Width 1";s:11:"description";s:63:"Controls the width of sidebar 1 when dual sidebars are present.";s:2:"id";s:17:"sidebar_2_1_width";s:7:"default";s:3:"20%";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--sidebar_2_1_width";}}}s:17:"sidebar_2_2_width";a:7:{s:5:"label";s:20:"Dual Sidebar Width 2";s:11:"description";s:63:"Controls the width of sidebar 2 when dual sidebars are present.";s:2:"id";s:17:"sidebar_2_2_width";s:7:"default";s:3:"20%";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--sidebar_2_2_width";}}}s:19:"dual_sidebar_gutter";a:6:{s:5:"label";s:19:"Dual Sidebar Gutter";s:11:"description";s:91:"Controls the space between the main content and the sidebar when dual sidebars are present.";s:2:"id";s:19:"dual_sidebar_gutter";s:7:"default";s:2:"4%";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:21:"--dual_sidebar_gutter";}}}s:10:"responsive";a:6:{s:5:"label";s:17:"Responsive Design";s:11:"description";s:87:"Turn on to use the responsive design features. If set to off, the fixed layout is used.";s:2:"id";s:10:"responsive";s:7:"default";s:1:"1";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{i:1;s:2:"On";i:0;s:3:"Off";}}s:21:"grid_main_break_point";a:9:{s:5:"label";s:26:"Grid Responsive Breakpoint";s:11:"description";s:121:"Controls when grid layouts (blog/portfolio) start to break into smaller columns. Further breakpoints are auto calculated.";s:2:"id";s:21:"grid_main_break_point";s:7:"default";s:4:"1000";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:3:"360";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:23:"--grid_main_break_point";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"side_header_break_point";a:9:{s:5:"label";s:28:"Header Responsive Breakpoint";s:11:"description";s:62:"Controls when the desktop header changes to the mobile header.";s:2:"id";s:23:"side_header_break_point";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:1:"0";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:25:"--side_header_break_point";}}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"content_break_point";a:9:{s:5:"label";s:34:"Site Content Responsive Breakpoint";s:11:"description";s:130:"Controls when the site content area changes to the mobile layout. This includes all content below the header including the footer.";s:2:"id";s:19:"content_break_point";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:1:"0";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:21:"--content_break_point";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"sidebar_break_point";a:8:{s:5:"label";s:29:"Sidebar Responsive Breakpoint";s:11:"description";s:51:"Controls when sidebars change to the mobile layout.";s:2:"id";s:19:"sidebar_break_point";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:4:{s:3:"min";s:1:"0";s:3:"max";s:4:"2000";s:4:"step";s:1:"1";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:27:"fusionRecalcAllMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"mobile_zoom";a:8:{s:5:"label";s:18:"Mobile Device Zoom";s:11:"description";s:50:"Turn on to enable pinch to zoom on mobile devices.";s:2:"id";s:11:"mobile_zoom";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:7:"choices";a:2:{s:2:"on";s:2:"On";s:3:"off";s:3:"Off";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:41:"element_responsive_breakpoints_info_title";a:5:{s:5:"label";s:30:"Element Responsive Breakpoints";s:11:"description";s:0:"";s:2:"id";s:41:"element_responsive_breakpoints_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:16:"visibility_small";a:8:{s:5:"label";s:12:"Small Screen";s:11:"description";s:73:"Controls when the small screen options and visibility should take effect.";s:2:"id";s:16:"visibility_small";s:7:"default";s:3:"640";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:4:"step";s:1:"1";s:3:"max";s:4:"2000";}s:11:"option_name";s:14:"fusion_options";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:34:"fusionRecalcVisibilityMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"visibility_medium";a:8:{s:5:"label";s:13:"Medium Screen";s:11:"description";s:74:"Controls when the medium screen options and visibility should take effect.";s:2:"id";s:17:"visibility_medium";s:7:"default";s:4:"1024";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:4:"step";s:1:"1";s:3:"max";s:4:"2000";}s:11:"option_name";s:14:"fusion_options";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:34:"fusionRecalcVisibilityMediaQueries";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"visibility_large";a:7:{s:5:"label";s:12:"Large Screen";s:11:"description";s:100:"Any screen larger than that which is defined as the medium screen will be counted as a large screen.";s:2:"id";s:16:"visibility_large";s:10:"full_width";b:0;s:4:"type";s:3:"raw";s:7:"content";s:59:"
> 1050
";s:11:"option_name";s:14:"fusion_options";}s:32:"responsive_typography_info_title";a:5:{s:5:"label";s:21:"Responsive Typography";s:11:"description";s:0:"";s:2:"id";s:32:"responsive_typography_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:22:"typography_sensitivity";a:9:{s:5:"label";s:33:"Responsive Typography Sensitivity";s:11:"description";s:83:"Set to 0 to disable responsive typography. Increase the value for a greater effect.";s:2:"id";s:22:"typography_sensitivity";s:7:"default";s:1:"0";s:4:"type";s:6:"slider";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:1:"1";s:4:"step";s:3:".01";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionTypographyVars";s:2:"id";s:22:"typography_sensitivity";s:7:"trigger";a:1:{i:0;s:20:"fusionInitTypography";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:24:"--typography_sensitivity";}}}s:17:"typography_factor";a:9:{s:5:"label";s:24:"Minimum Font Size Factor";s:11:"description";s:112:"The minimum font-size of elements affected by responsive typography is body font-size multiplied by this factor.";s:2:"id";s:17:"typography_factor";s:7:"default";s:3:"1.5";s:4:"type";s:6:"slider";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:1:"4";s:4:"step";s:3:".01";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionTypographyVars";s:2:"id";s:17:"typography_factor";s:7:"trigger";a:1:{i:0;s:20:"fusionInitTypography";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--typography_factor";}}}s:13:"primary_color";a:6:{s:5:"label";s:13:"Primary Color";s:11:"description";s:55:"Controls the main highlight color throughout the theme.";s:2:"id";s:13:"primary_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:6:{i:0;a:2:{s:4:"name";s:15:"--primary_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:19:"--primary_color-85a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.85";}}i:2;a:2:{s:4:"name";s:18:"--primary_color-7a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.7";}}i:3;a:2:{s:4:"name";s:18:"--primary_color-5a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.5";}}i:4;a:2:{s:4:"name";s:19:"--primary_color-35a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.35";}}i:5;a:2:{s:4:"name";s:18:"--primary_color-2a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.2";}}}}s:11:"scheme_type";a:6:{s:5:"label";s:21:"Predefined Theme Skin";s:11:"description";s:415:"Controls the main theme skin to be light or dark. Select a skin and all color options will change to the defined selection. Please note that individual pages have containers and Avada Page Options that can override this setting, therefore you may not fully see the changes. If you change to light and a page is still dark, edit the page and look at each container background settings, along with Avada Page Options.";s:2:"id";s:11:"scheme_type";s:7:"default";s:0:"";s:4:"type";s:6:"preset";s:7:"choices";a:2:{s:5:"light";a:3:{s:5:"label";s:5:"Light";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/ffffff.png";s:8:"settings";a:110:{s:15:"header_bg_color";s:7:"#ffffff";s:19:"header_border_color";s:7:"#e5e5e5";s:16:"content_bg_color";s:7:"#ffffff";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#ffffff";s:15:"footer_bg_color";s:7:"#363839";s:19:"footer_border_color";s:7:"#e9eaee";s:22:"copyright_border_color";s:7:"#4B4C4D";s:20:"testimonial_bg_color";s:7:"#f6f3f3";s:22:"testimonial_text_color";s:7:"#747474";s:9:"sep_color";s:7:"#e0dede";s:24:"slidingbar_divider_color";s:7:"#505152";s:20:"footer_divider_color";s:7:"#505152";s:13:"form_bg_color";s:7:"#ffffff";s:15:"form_text_color";s:7:"#aaa9a9";s:17:"form_border_color";s:7:"#d2d2d2";s:18:"tagline_font_color";s:7:"#747474";s:16:"page_title_color";s:7:"#333333";s:13:"h1_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"82px";s:11:"line-height";s:1:"1";s:14:"letter-spacing";s:4:"-3px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h2_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"62px";s:11:"line-height";s:3:"1.1";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h3_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"36px";s:11:"line-height";s:4:"1.25";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:4:"25px";s:13:"margin-bottom";s:4:"25px";s:5:"color";s:7:"#333333";}s:13:"h4_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"20px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:3:"0px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h5_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"26px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:13:"h6_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:0:"";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#333333";}s:15:"body_typography";a:10:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:0:"";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"32px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#747474";}s:10:"link_color";s:7:"#333333";s:17:"menu_h45_bg_color";s:7:"#FFFFFF";s:14:"nav_typography";a:15:{s:11:"font-family";s:17:"Libre Baskerville";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:9:"font-size";s:4:"20px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#333333";s:7:"variant";s:3:"400";s:10:"font-style";s:0:"";s:11:"line-height";s:0:"";s:12:"word-spacing";s:0:"";s:10:"text-align";s:0:"";s:14:"text-transform";s:0:"";s:10:"margin-top";s:0:"";s:13:"margin-bottom";s:0:"";}s:17:"menu_sub_bg_color";s:7:"#f2efef";s:14:"menu_sub_color";s:7:"#333333";s:19:"menu_bg_hover_color";s:7:"#f8f8f8";s:18:"menu_sub_sep_color";s:7:"#dcdadb";s:10:"snav_color";s:7:"#ffffff";s:30:"header_social_links_icon_color";s:7:"#bebdbd";s:29:"header_top_first_border_color";s:7:"#e5e5e5";s:23:"header_top_sub_bg_color";s:7:"#ffffff";s:25:"header_top_menu_sub_color";s:7:"#747474";s:30:"header_top_menu_bg_hover_color";s:7:"#fafafa";s:31:"header_top_menu_sub_hover_color";s:7:"#333333";s:29:"header_top_menu_sub_sep_color";s:7:"#e5e5e5";s:16:"sidebar_bg_color";s:7:"#ffffff";s:19:"page_title_bg_color";s:7:"#F6F6F6";s:23:"page_title_border_color";s:7:"#d2d3d4";s:22:"breadcrumbs_text_color";s:7:"#333333";s:21:"sidebar_heading_color";s:7:"#333333";s:24:"accordian_inactive_color";s:7:"#333333";s:20:"counter_filled_color";s:7:"#65bc7b";s:22:"counter_unfilled_color";s:7:"#f6f6f6";s:15:"dates_box_color";s:7:"#eef0f2";s:18:"carousel_nav_color";s:7:"#999999";s:20:"carousel_hover_color";s:7:"#808080";s:20:"content_box_bg_color";s:11:"transparent";s:18:"title_border_color";s:7:"#e0dede";s:17:"icon_circle_color";s:7:"#333333";s:17:"icon_border_color";s:7:"#333333";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#f6f6f6";s:20:"imgframe_style_color";s:7:"#000000";s:25:"before_after_border_color";s:7:"#f6f6f6";s:29:"sep_pricing_box_heading_color";s:7:"#333333";s:36:"full_boxed_pricing_box_heading_color";s:7:"#333333";s:16:"pricing_bg_color";s:7:"#ffffff";s:20:"pricing_border_color";s:7:"#f8f8f8";s:21:"pricing_divider_color";s:7:"#ededed";s:15:"social_bg_color";s:7:"#f6f6f6";s:13:"tabs_bg_color";s:7:"#ffffff";s:19:"tabs_inactive_color";s:7:"#f1f2f2";s:10:"tagline_bg";s:7:"#f6f6f6";s:20:"tagline_border_color";s:7:"#f6f6f6";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#ebeaea";s:17:"woo_cart_bg_color";s:7:"#fafafa";s:12:"qty_bg_color";s:7:"#fbfaf9";s:18:"qty_bg_hover_color";s:7:"#ffffff";s:19:"bbp_forum_header_bg";s:7:"#ebeaea";s:22:"bbp_forum_border_color";s:7:"#ebeaea";s:21:"checklist_icons_color";s:7:"#ffffff";s:19:"flip_boxes_front_bg";s:7:"#f6f6f6";s:24:"flip_boxes_front_heading";s:7:"#333333";s:21:"flip_boxes_front_text";s:7:"#747474";s:19:"full_width_bg_color";s:7:"#ffffff";s:23:"full_width_border_color";s:7:"#eae9e9";s:14:"modal_bg_color";s:7:"#f6f6f6";s:18:"modal_border_color";s:7:"#ebebeb";s:19:"person_border_color";s:7:"#f6f6f6";s:24:"popover_heading_bg_color";s:7:"#f6f6f6";s:24:"popover_content_bg_color";s:7:"#ffffff";s:20:"popover_border_color";s:7:"#ebebeb";s:18:"popover_text_color";s:7:"#747474";s:26:"progressbar_unfilled_color";s:7:"#f6f6f6";s:14:"section_sep_bg";s:7:"#f6f6f6";s:24:"section_sep_border_color";s:7:"#f6f6f6";s:30:"sharing_box_tagline_text_color";s:7:"#333333";s:29:"header_social_links_box_color";s:7:"#e8e8e8";s:8:"bg_color";s:7:"#d7d6d6";s:28:"mobile_menu_background_color";s:7:"#f9f9f9";s:24:"mobile_menu_border_color";s:7:"#dadada";s:23:"mobile_menu_hover_color";s:7:"#f6f6f6";s:22:"mobile_menu_typography";a:10:{s:11:"font-family";s:4:"Lato";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"14px";s:11:"line-height";s:4:"48px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#333333";}s:28:"mobile_menu_font_hover_color";s:7:"#333333";s:23:"social_links_icon_color";s:7:"#bebdbd";s:22:"social_links_box_color";s:7:"#e8e8e8";s:31:"sharing_social_links_icon_color";s:7:"#bebdbd";s:30:"sharing_social_links_box_color";s:7:"#e8e8e8";s:31:"load_more_posts_button_bg_color";s:7:"#ebeaea";s:15:"ec_bar_bg_color";s:7:"#efeded";s:22:"flyout_menu_icon_color";s:7:"#333333";s:28:"flyout_menu_background_color";s:22:"rgba(255,255,255,0.95)";s:19:"ec_sidebar_bg_color";s:7:"#f6f6f6";s:21:"ec_sidebar_link_color";s:7:"#333333";}}s:4:"dark";a:3:{s:5:"label";s:4:"Dark";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/29292a.png";s:8:"settings";a:112:{s:15:"header_bg_color";s:7:"#29292a";s:19:"header_border_color";s:7:"#3e3e3e";s:19:"header_top_bg_color";s:7:"#29292a";s:16:"content_bg_color";s:7:"#29292a";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#29292a";s:23:"slidingbar_border_color";s:7:"#484747";s:15:"footer_bg_color";s:7:"#2d2d2d";s:19:"footer_border_color";s:7:"#403f3f";s:22:"copyright_border_color";s:7:"#4B4C4D";s:20:"testimonial_bg_color";s:7:"#3e3e3e";s:22:"testimonial_text_color";s:7:"#aaa9a9";s:9:"sep_color";s:7:"#3e3e3e";s:24:"slidingbar_divider_color";s:7:"#505152";s:20:"footer_divider_color";s:7:"#505152";s:13:"form_bg_color";s:7:"#3e3e3e";s:15:"form_text_color";s:7:"#cccccc";s:17:"form_border_color";s:7:"#212122";s:18:"tagline_font_color";s:7:"#ffffff";s:16:"page_title_color";s:7:"#ffffff";s:13:"h1_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"82px";s:11:"line-height";s:1:"1";s:14:"letter-spacing";s:4:"-3px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h2_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"62px";s:11:"line-height";s:3:"1.1";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h3_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"36px";s:11:"line-height";s:4:"1.25";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:4:"25px";s:13:"margin-bottom";s:4:"25px";s:5:"color";s:7:"#ffffff";}s:13:"h4_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"20px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:3:"0px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h5_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:6:"italic";s:9:"font-size";s:4:"26px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:4:"-1px";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:13:"h6_typography";a:12:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:15:"Garamond, serif";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:0:"";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:4:"30px";s:5:"color";s:7:"#ffffff";}s:15:"body_typography";a:10:{s:11:"font-family";s:17:"Libre Baskerville";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:0:"";s:11:"font-weight";s:3:"400";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"18px";s:11:"line-height";s:4:"32px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#aaa9a9";}s:10:"link_color";s:7:"#ffffff";s:17:"menu_h45_bg_color";s:7:"#29292A";s:14:"nav_typography";a:15:{s:11:"font-family";s:17:"Libre Baskerville";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:9:"font-size";s:4:"20px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#ffffff";s:7:"variant";s:3:"400";s:10:"font-style";s:0:"";s:11:"line-height";s:0:"";s:12:"word-spacing";s:0:"";s:10:"text-align";s:0:"";s:14:"text-transform";s:0:"";s:10:"margin-top";s:0:"";s:13:"margin-bottom";s:0:"";}s:17:"menu_sub_bg_color";s:7:"#3e3e3e";s:14:"menu_sub_color";s:7:"#d6d6d6";s:19:"menu_bg_hover_color";s:7:"#383838";s:18:"menu_sub_sep_color";s:7:"#313030";s:10:"snav_color";s:7:"#747474";s:30:"header_social_links_icon_color";s:7:"#545455";s:29:"header_top_first_border_color";s:7:"#3e3e3e";s:23:"header_top_sub_bg_color";s:7:"#29292a";s:25:"header_top_menu_sub_color";s:7:"#d6d6d6";s:30:"header_top_menu_bg_hover_color";s:7:"#333333";s:31:"header_top_menu_sub_hover_color";s:7:"#d6d6d6";s:29:"header_top_menu_sub_sep_color";s:7:"#3e3e3e";s:16:"sidebar_bg_color";s:7:"#29292a";s:19:"page_title_bg_color";s:7:"#353535";s:23:"page_title_border_color";s:7:"#464646";s:22:"breadcrumbs_text_color";s:7:"#ffffff";s:21:"sidebar_heading_color";s:7:"#ffffff";s:24:"accordian_inactive_color";s:7:"#3e3e3e";s:20:"counter_filled_color";s:7:"#65bc7b";s:22:"counter_unfilled_color";s:7:"#3e3e3e";s:15:"dates_box_color";s:7:"#3e3e3e";s:18:"carousel_nav_color";s:7:"#3a3a3a";s:20:"carousel_hover_color";s:7:"#333333";s:20:"content_box_bg_color";s:11:"transparent";s:18:"title_border_color";s:7:"#3e3e3e";s:17:"icon_circle_color";s:7:"#3e3e3e";s:17:"icon_border_color";s:7:"#3e3e3e";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#494848";s:25:"before_after_border_color";s:7:"#494848";s:20:"imgframe_style_color";s:7:"#000000";s:29:"sep_pricing_box_heading_color";s:7:"#ffffff";s:36:"full_boxed_pricing_box_heading_color";s:7:"#AAA9A9";s:16:"pricing_bg_color";s:7:"#3e3e3e";s:20:"pricing_border_color";s:7:"#353535";s:21:"pricing_divider_color";s:7:"#29292a";s:15:"social_bg_color";s:7:"#3e3e3e";s:13:"tabs_bg_color";s:7:"#3e3e3e";s:19:"tabs_inactive_color";s:7:"#313132";s:10:"tagline_bg";s:7:"#3e3e3e";s:20:"tagline_border_color";s:7:"#3e3e3e";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#3e3e3e";s:17:"woo_cart_bg_color";s:7:"#333333";s:12:"qty_bg_color";s:7:"#29292a";s:18:"qty_bg_hover_color";s:7:"#383838";s:19:"bbp_forum_header_bg";s:7:"#383838";s:22:"bbp_forum_border_color";s:7:"#212121";s:21:"checklist_icons_color";s:7:"#ffffff";s:19:"flip_boxes_front_bg";s:7:"#3e3e3e";s:24:"flip_boxes_front_heading";s:7:"#ffffff";s:21:"flip_boxes_front_text";s:7:"#aaa9a9";s:19:"full_width_bg_color";s:7:"#242424";s:23:"full_width_border_color";s:7:"#3e3e3e";s:14:"modal_bg_color";s:7:"#29292a";s:18:"modal_border_color";s:7:"#242424";s:19:"person_border_color";s:7:"#494848";s:24:"popover_heading_bg_color";s:7:"#29292a";s:24:"popover_content_bg_color";s:7:"#3e3e3e";s:20:"popover_border_color";s:7:"#242424";s:18:"popover_text_color";s:7:"#ffffff";s:26:"progressbar_unfilled_color";s:7:"#3e3e3e";s:14:"section_sep_bg";s:7:"#3e3e3e";s:24:"section_sep_border_color";s:7:"#3e3e3e";s:30:"sharing_box_tagline_text_color";s:7:"#ffffff";s:29:"header_social_links_box_color";s:7:"#383838";s:8:"bg_color";s:7:"#1e1e1e";s:28:"mobile_menu_background_color";s:7:"#3e3e3e";s:24:"mobile_menu_border_color";s:7:"#212122";s:23:"mobile_menu_hover_color";s:7:"#383737";s:22:"mobile_menu_typography";a:10:{s:11:"font-family";s:4:"Lato";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-backup";s:26:"Tahoma, Geneva, sans-serif";s:11:"font-weight";s:3:"700";s:10:"font-style";s:0:"";s:9:"font-size";s:4:"14px";s:11:"line-height";s:4:"48px";s:14:"letter-spacing";s:3:"2px";s:5:"color";s:7:"#ffffff";}s:28:"mobile_menu_font_hover_color";s:7:"#ffffff";s:23:"social_links_icon_color";s:7:"#3e3e3e";s:22:"social_links_box_color";s:7:"#383838";s:31:"sharing_social_links_icon_color";s:7:"#919191";s:30:"sharing_social_links_box_color";s:7:"#4b4e4f";s:31:"load_more_posts_button_bg_color";s:7:"#3e3e3e";s:15:"ec_bar_bg_color";s:7:"#353535";s:22:"flyout_menu_icon_color";s:7:"#ffffff";s:28:"flyout_menu_background_color";s:16:"rgba(0,0,0,0.85)";s:19:"ec_sidebar_bg_color";s:7:"#f6f6f6";s:21:"ec_sidebar_link_color";s:7:"#ffffff";}}}}s:12:"color_scheme";a:7:{s:5:"label";s:23:"Predefined Color Scheme";s:11:"description";s:132:"Controls the main color scheme throughout the theme. Select a scheme and all the color options will change to the defined selection.";s:2:"id";s:12:"color_scheme";s:7:"default";s:5:"Green";s:4:"type";s:6:"preset";s:5:"class";s:12:"color-scheme";s:7:"choices";a:10:{s:3:"Red";a:3:{s:5:"label";s:3:"Red";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/e10707.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c40606";s:24:"image_gradient_top_color";s:7:"#e80707";s:27:"image_gradient_bottom_color";s:7:"#d60707";s:25:"button_gradient_top_color";s:7:"#e80707";s:28:"button_gradient_bottom_color";s:7:"#d60707";s:31:"button_gradient_top_color_hover";s:7:"#d60707";s:34:"button_gradient_bottom_color_hover";s:7:"#e80707";s:19:"button_accent_color";s:7:"#780404";s:25:"button_accent_hover_color";s:7:"#780404";s:19:"button_border_color";s:7:"#780404";s:25:"button_border_hover_color";s:7:"#780404";s:18:"button_bevel_color";s:7:"#780404";s:13:"primary_color";s:7:"#e10707";s:22:"checklist_circle_color";s:7:"#e10707";s:17:"counter_box_color";s:7:"#e10707";s:26:"countdown_background_color";s:7:"#e10707";s:13:"dropcap_color";s:7:"#e10707";s:18:"flip_boxes_back_bg";s:7:"#e10707";s:24:"progressbar_filled_color";s:7:"#e10707";s:20:"counter_filled_color";s:7:"#e10707";s:26:"ec_sidebar_widget_bg_color";s:7:"#e10707";s:22:"menu_hover_first_color";s:7:"#e10707";s:19:"header_top_bg_color";s:7:"#e10707";s:40:"content_box_hover_animation_accent_color";s:7:"#e10707";s:17:"map_overlay_color";s:7:"#e10707";s:28:"flyout_menu_icon_hover_color";s:7:"#e10707";s:25:"menu_highlight_background";s:7:"#e10707";s:21:"menu_icon_hover_color";s:7:"#e10707";s:21:"logo_background_color";s:7:"#e10707";s:27:"slidingbar_link_color_hover";s:7:"#e10707";s:23:"footer_link_color_hover";s:7:"#e10707";s:26:"copyright_link_color_hover";s:7:"#e10707";s:28:"privacy_bar_link_hover_color";s:7:"#e10707";s:26:"faq_accordian_active_color";s:7:"#e10707";s:22:"accordian_active_color";s:7:"#e10707";s:31:"header_top_menu_sub_hover_color";s:7:"#e10707";s:28:"breadcrumbs_text_hover_color";s:7:"#e10707";s:23:"form_focus_border_color";s:7:"#e10707";s:23:"icon_circle_color_hover";s:7:"#e10707";s:23:"icon_border_color_hover";s:7:"#e10707";}}s:9:"Light Red";a:3:{s:5:"label";s:9:"Light Red";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/f05858.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c46262";s:24:"image_gradient_top_color";s:7:"#e89090";s:27:"image_gradient_bottom_color";s:7:"#d65a5a";s:25:"button_gradient_top_color";s:7:"#e89090";s:28:"button_gradient_bottom_color";s:7:"#d65a5a";s:31:"button_gradient_top_color_hover";s:7:"#d65a5a";s:34:"button_gradient_bottom_color_hover";s:7:"#e89090";s:19:"button_accent_color";s:7:"#781010";s:25:"button_accent_hover_color";s:7:"#781010";s:19:"button_border_color";s:7:"#781010";s:25:"button_border_hover_color";s:7:"#781010";s:18:"button_bevel_color";s:7:"#781010";s:13:"primary_color";s:7:"#f05858";s:22:"checklist_circle_color";s:7:"#f05858";s:17:"counter_box_color";s:7:"#f05858";s:26:"countdown_background_color";s:7:"#f05858";s:13:"dropcap_color";s:7:"#f05858";s:18:"flip_boxes_back_bg";s:7:"#f05858";s:24:"progressbar_filled_color";s:7:"#f05858";s:20:"counter_filled_color";s:7:"#f05858";s:26:"ec_sidebar_widget_bg_color";s:7:"#f05858";s:22:"menu_hover_first_color";s:7:"#f05858";s:19:"header_top_bg_color";s:7:"#f05858";s:40:"content_box_hover_animation_accent_color";s:7:"#f05858";s:17:"map_overlay_color";s:7:"#f05858";s:28:"flyout_menu_icon_hover_color";s:7:"#f05858";s:25:"menu_highlight_background";s:7:"#f05858";s:21:"menu_icon_hover_color";s:7:"#f05858";s:21:"logo_background_color";s:7:"#f05858";s:27:"slidingbar_link_color_hover";s:7:"#f05858";s:23:"footer_link_color_hover";s:7:"#f05858";s:26:"copyright_link_color_hover";s:7:"#f05858";s:28:"privacy_bar_link_hover_color";s:7:"#f05858";s:26:"faq_accordian_active_color";s:7:"#f05858";s:22:"accordian_active_color";s:7:"#f05858";s:31:"header_top_menu_sub_hover_color";s:7:"#f05858";s:28:"breadcrumbs_text_hover_color";s:7:"#f05858";s:23:"form_focus_border_color";s:7:"#f05858";s:23:"icon_circle_color_hover";s:7:"#f05858";s:23:"icon_border_color_hover";s:7:"#f05858";}}s:4:"Blue";a:3:{s:5:"label";s:4:"Blue";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/1a80b6.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#62a2c4";s:24:"image_gradient_top_color";s:7:"#90c9e8";s:27:"image_gradient_bottom_color";s:7:"#5aabd6";s:25:"button_gradient_top_color";s:7:"#90c9e8";s:28:"button_gradient_bottom_color";s:7:"#5aabd6";s:31:"button_gradient_top_color_hover";s:7:"#5aabd6";s:34:"button_gradient_bottom_color_hover";s:7:"#90c9e8";s:19:"button_accent_color";s:7:"#105378";s:25:"button_accent_hover_color";s:7:"#105378";s:19:"button_border_color";s:7:"#105378";s:25:"button_border_hover_color";s:7:"#105378";s:18:"button_bevel_color";s:7:"#105378";s:13:"primary_color";s:7:"#1a80b6";s:22:"checklist_circle_color";s:7:"#1a80b6";s:17:"counter_box_color";s:7:"#1a80b6";s:26:"countdown_background_color";s:7:"#1a80b6";s:13:"dropcap_color";s:7:"#1a80b6";s:18:"flip_boxes_back_bg";s:7:"#1a80b6";s:24:"progressbar_filled_color";s:7:"#1a80b6";s:20:"counter_filled_color";s:7:"#1a80b6";s:26:"ec_sidebar_widget_bg_color";s:7:"#1a80b6";s:22:"menu_hover_first_color";s:7:"#1a80b6";s:19:"header_top_bg_color";s:7:"#1a80b6";s:40:"content_box_hover_animation_accent_color";s:7:"#1a80b6";s:17:"map_overlay_color";s:7:"#1a80b6";s:28:"flyout_menu_icon_hover_color";s:7:"#1a80b6";s:25:"menu_highlight_background";s:7:"#1a80b6";s:21:"menu_icon_hover_color";s:7:"#1a80b6";s:21:"logo_background_color";s:7:"#1a80b6";s:27:"slidingbar_link_color_hover";s:7:"#1a80b6";s:23:"footer_link_color_hover";s:7:"#1a80b6";s:26:"copyright_link_color_hover";s:7:"#1a80b6";s:28:"privacy_bar_link_hover_color";s:7:"#1a80b6";s:26:"faq_accordian_active_color";s:7:"#1a80b6";s:22:"accordian_active_color";s:7:"#1a80b6";s:31:"header_top_menu_sub_hover_color";s:7:"#1a80b6";s:28:"breadcrumbs_text_hover_color";s:7:"#1a80b6";s:23:"form_focus_border_color";s:7:"#1a80b6";s:23:"icon_circle_color_hover";s:7:"#1a80b6";s:23:"icon_border_color_hover";s:7:"#1a80b6";}}s:10:"Light Blue";a:3:{s:5:"label";s:10:"Light Blue";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/67b7e1.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#62a2c4";s:24:"image_gradient_top_color";s:7:"#90c9e8";s:27:"image_gradient_bottom_color";s:7:"#5aabd6";s:25:"button_gradient_top_color";s:7:"#90c9e8";s:28:"button_gradient_bottom_color";s:7:"#5aabd6";s:31:"button_gradient_top_color_hover";s:7:"#5aabd6";s:34:"button_gradient_bottom_color_hover";s:7:"#90c9e8";s:19:"button_accent_color";s:7:"#105378";s:25:"button_accent_hover_color";s:7:"#105378";s:19:"button_border_color";s:7:"#105378";s:25:"button_border_hover_color";s:7:"#105378";s:18:"button_bevel_color";s:7:"#105378";s:13:"primary_color";s:7:"#67b7e1";s:22:"checklist_circle_color";s:7:"#67b7e1";s:17:"counter_box_color";s:7:"#67b7e1";s:26:"countdown_background_color";s:7:"#67b7e1";s:13:"dropcap_color";s:7:"#67b7e1";s:18:"flip_boxes_back_bg";s:7:"#67b7e1";s:24:"progressbar_filled_color";s:7:"#67b7e1";s:20:"counter_filled_color";s:7:"#67b7e1";s:26:"ec_sidebar_widget_bg_color";s:7:"#67b7e1";s:22:"menu_hover_first_color";s:7:"#67b7e1";s:19:"header_top_bg_color";s:7:"#67b7e1";s:40:"content_box_hover_animation_accent_color";s:7:"#67b7e1";s:17:"map_overlay_color";s:7:"#67b7e1";s:28:"flyout_menu_icon_hover_color";s:7:"#67b7e1";s:25:"menu_highlight_background";s:7:"#67b7e1";s:21:"menu_icon_hover_color";s:7:"#67b7e1";s:21:"logo_background_color";s:7:"#67b7e1";s:27:"slidingbar_link_color_hover";s:7:"#67b7e1";s:23:"footer_link_color_hover";s:7:"#67b7e1";s:26:"copyright_link_color_hover";s:7:"#67b7e1";s:28:"privacy_bar_link_hover_color";s:7:"#67b7e1";s:26:"faq_accordian_active_color";s:7:"#67b7e1";s:22:"accordian_active_color";s:7:"#67b7e1";s:31:"header_top_menu_sub_hover_color";s:7:"#67b7e1";s:28:"breadcrumbs_text_hover_color";s:7:"#67b7e1";s:23:"form_focus_border_color";s:7:"#67b7e1";s:23:"icon_circle_color_hover";s:7:"#67b7e1";s:23:"icon_border_color_hover";s:7:"#67b7e1";}}s:5:"Green";a:3:{s:5:"label";s:5:"Green";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/65bc7b.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#92C563";s:24:"image_gradient_top_color";s:7:"#D1E990";s:27:"image_gradient_bottom_color";s:7:"#AAD75B";s:25:"button_gradient_top_color";s:7:"#D1E990";s:28:"button_gradient_bottom_color";s:7:"#AAD75B";s:31:"button_gradient_top_color_hover";s:7:"#AAD75B";s:34:"button_gradient_bottom_color_hover";s:7:"#D1E990";s:19:"button_accent_color";s:7:"#6e9a1f";s:25:"button_accent_hover_color";s:7:"#638e1a";s:19:"button_border_color";s:7:"#6e9a1f";s:25:"button_border_hover_color";s:7:"#638e1a";s:18:"button_bevel_color";s:7:"#54770f";s:13:"primary_color";s:7:"#65bc7b";s:22:"checklist_circle_color";s:7:"#65bc7b";s:17:"counter_box_color";s:7:"#65bc7b";s:26:"countdown_background_color";s:7:"#65bc7b";s:13:"dropcap_color";s:7:"#65bc7b";s:18:"flip_boxes_back_bg";s:7:"#65bc7b";s:24:"progressbar_filled_color";s:7:"#65bc7b";s:20:"counter_filled_color";s:7:"#65bc7b";s:26:"ec_sidebar_widget_bg_color";s:7:"#65bc7b";s:22:"menu_hover_first_color";s:7:"#65bc7b";s:19:"header_top_bg_color";s:7:"#65bc7b";s:40:"content_box_hover_animation_accent_color";s:7:"#65bc7b";s:17:"map_overlay_color";s:7:"#65bc7b";s:28:"flyout_menu_icon_hover_color";s:7:"#65bc7b";s:25:"menu_highlight_background";s:7:"#65bc7b";s:21:"menu_icon_hover_color";s:7:"#65bc7b";s:21:"logo_background_color";s:7:"#65bc7b";s:27:"slidingbar_link_color_hover";s:7:"#65bc7b";s:23:"footer_link_color_hover";s:7:"#65bc7b";s:26:"copyright_link_color_hover";s:7:"#65bc7b";s:28:"privacy_bar_link_hover_color";s:7:"#65bc7b";s:26:"faq_accordian_active_color";s:7:"#65bc7b";s:22:"accordian_active_color";s:7:"#65bc7b";s:31:"header_top_menu_sub_hover_color";s:7:"#65bc7b";s:28:"breadcrumbs_text_hover_color";s:7:"#65bc7b";s:23:"form_focus_border_color";s:7:"#65bc7b";s:23:"icon_circle_color_hover";s:7:"#65bc7b";s:23:"icon_border_color_hover";s:7:"#65bc7b";}}s:10:"Dark Green";a:3:{s:5:"label";s:10:"Dark Green";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/9db668.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#9db668";s:24:"image_gradient_top_color";s:7:"#a5c462";s:27:"image_gradient_bottom_color";s:7:"#cce890";s:25:"button_gradient_top_color";s:7:"#afd65a";s:28:"button_gradient_bottom_color";s:7:"#cce890";s:31:"button_gradient_top_color_hover";s:7:"#AAD75B";s:34:"button_gradient_bottom_color_hover";s:7:"#AAD75B";s:19:"button_accent_color";s:7:"#cce890";s:25:"button_accent_hover_color";s:7:"#577810";s:19:"button_border_color";s:7:"#cce890";s:25:"button_border_hover_color";s:7:"#577810";s:18:"button_bevel_color";s:7:"#577810";s:13:"primary_color";s:7:"#577810";s:22:"checklist_circle_color";s:7:"#577810";s:17:"counter_box_color";s:7:"#577810";s:26:"countdown_background_color";s:7:"#577810";s:13:"dropcap_color";s:7:"#577810";s:18:"flip_boxes_back_bg";s:7:"#577810";s:24:"progressbar_filled_color";s:7:"#577810";s:20:"counter_filled_color";s:7:"#577810";s:26:"ec_sidebar_widget_bg_color";s:7:"#577810";s:22:"menu_hover_first_color";s:7:"#577810";s:19:"header_top_bg_color";s:7:"#577810";s:40:"content_box_hover_animation_accent_color";s:7:"#577810";s:17:"map_overlay_color";s:7:"#577810";s:28:"flyout_menu_icon_hover_color";s:7:"#577810";s:25:"menu_highlight_background";s:7:"#577810";s:21:"menu_icon_hover_color";s:7:"#577810";s:21:"logo_background_color";s:7:"#577810";s:27:"slidingbar_link_color_hover";s:7:"#577810";s:23:"footer_link_color_hover";s:7:"#577810";s:26:"copyright_link_color_hover";s:7:"#577810";s:28:"privacy_bar_link_hover_color";s:7:"#577810";s:26:"faq_accordian_active_color";s:7:"#577810";s:22:"accordian_active_color";s:7:"#577810";s:31:"header_top_menu_sub_hover_color";s:7:"#577810";s:28:"breadcrumbs_text_hover_color";s:7:"#577810";s:23:"form_focus_border_color";s:7:"#577810";s:23:"icon_circle_color_hover";s:7:"#577810";s:23:"icon_border_color_hover";s:7:"#577810";}}s:6:"Orange";a:3:{s:5:"label";s:6:"Orange";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/e9a825.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c4a362";s:24:"image_gradient_top_color";s:7:"#e8cb90";s:27:"image_gradient_bottom_color";s:7:"#d6ad5a";s:25:"button_gradient_top_color";s:7:"#e8cb90";s:28:"button_gradient_bottom_color";s:7:"#d6ad5a";s:31:"button_gradient_top_color_hover";s:7:"#d6ad5a";s:34:"button_gradient_bottom_color_hover";s:7:"#e8cb90";s:19:"button_accent_color";s:7:"#785510";s:25:"button_accent_hover_color";s:7:"#785510";s:19:"button_border_color";s:7:"#785510";s:25:"button_border_hover_color";s:7:"#785510";s:18:"button_bevel_color";s:7:"#785510";s:13:"primary_color";s:7:"#e9a825";s:22:"checklist_circle_color";s:7:"#e9a825";s:17:"counter_box_color";s:7:"#e9a825";s:26:"countdown_background_color";s:7:"#e9a825";s:13:"dropcap_color";s:7:"#e9a825";s:18:"flip_boxes_back_bg";s:7:"#e9a825";s:24:"progressbar_filled_color";s:7:"#e9a825";s:20:"counter_filled_color";s:7:"#e9a825";s:26:"ec_sidebar_widget_bg_color";s:7:"#e9a825";s:22:"menu_hover_first_color";s:7:"#e9a825";s:19:"header_top_bg_color";s:7:"#e9a825";s:40:"content_box_hover_animation_accent_color";s:7:"#e9a825";s:17:"map_overlay_color";s:7:"#e9a825";s:28:"flyout_menu_icon_hover_color";s:7:"#e9a825";s:25:"menu_highlight_background";s:7:"#e9a825";s:21:"menu_icon_hover_color";s:7:"#e9a825";s:21:"logo_background_color";s:7:"#e9a825";s:27:"slidingbar_link_color_hover";s:7:"#e9a825";s:23:"footer_link_color_hover";s:7:"#e9a825";s:26:"copyright_link_color_hover";s:7:"#e9a825";s:28:"privacy_bar_link_hover_color";s:7:"#e9a825";s:26:"faq_accordian_active_color";s:7:"#e9a825";s:22:"accordian_active_color";s:7:"#e9a825";s:31:"header_top_menu_sub_hover_color";s:7:"#e9a825";s:28:"breadcrumbs_text_hover_color";s:7:"#e9a825";s:23:"form_focus_border_color";s:7:"#e9a825";s:23:"icon_circle_color_hover";s:7:"#e9a825";s:23:"icon_border_color_hover";s:7:"#e9a825";}}s:4:"Pink";a:3:{s:5:"label";s:4:"Pink";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/e67fb9.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c46299";s:24:"image_gradient_top_color";s:7:"#e890c2";s:27:"image_gradient_bottom_color";s:7:"#d65aa0";s:25:"button_gradient_top_color";s:7:"#e890c2";s:28:"button_gradient_bottom_color";s:7:"#d65aa0";s:31:"button_gradient_top_color_hover";s:7:"#d65aa0";s:34:"button_gradient_bottom_color_hover";s:7:"#e890c2";s:19:"button_accent_color";s:7:"#78104b";s:25:"button_accent_hover_color";s:7:"#78104b";s:19:"button_border_color";s:7:"#78104b";s:25:"button_border_hover_color";s:7:"#78104b";s:18:"button_bevel_color";s:7:"#78104b";s:13:"primary_color";s:7:"#e67fb9";s:22:"checklist_circle_color";s:7:"#e67fb9";s:17:"counter_box_color";s:7:"#e67fb9";s:26:"countdown_background_color";s:7:"#e67fb9";s:13:"dropcap_color";s:7:"#e67fb9";s:18:"flip_boxes_back_bg";s:7:"#e67fb9";s:24:"progressbar_filled_color";s:7:"#e67fb9";s:20:"counter_filled_color";s:7:"#e67fb9";s:26:"ec_sidebar_widget_bg_color";s:7:"#e67fb9";s:22:"menu_hover_first_color";s:7:"#e67fb9";s:19:"header_top_bg_color";s:7:"#e67fb9";s:40:"content_box_hover_animation_accent_color";s:7:"#e67fb9";s:17:"map_overlay_color";s:7:"#e67fb9";s:28:"flyout_menu_icon_hover_color";s:7:"#e67fb9";s:25:"menu_highlight_background";s:7:"#e67fb9";s:21:"menu_icon_hover_color";s:7:"#e67fb9";s:21:"logo_background_color";s:7:"#e67fb9";s:27:"slidingbar_link_color_hover";s:7:"#e67fb9";s:23:"footer_link_color_hover";s:7:"#e67fb9";s:26:"copyright_link_color_hover";s:7:"#e67fb9";s:28:"privacy_bar_link_hover_color";s:7:"#e67fb9";s:26:"faq_accordian_active_color";s:7:"#e67fb9";s:22:"accordian_active_color";s:7:"#e67fb9";s:31:"header_top_menu_sub_hover_color";s:7:"#e67fb9";s:28:"breadcrumbs_text_hover_color";s:7:"#e67fb9";s:23:"form_focus_border_color";s:7:"#e67fb9";s:23:"icon_circle_color_hover";s:7:"#e67fb9";s:23:"icon_border_color_hover";s:7:"#e67fb9";}}s:5:"Brown";a:3:{s:5:"label";s:5:"Brown";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/ab8b65.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#e8c090";s:24:"image_gradient_top_color";s:7:"#d69e5a";s:27:"image_gradient_bottom_color";s:7:"#e8c090";s:25:"button_gradient_top_color";s:7:"#d69e5a";s:28:"button_gradient_bottom_color";s:7:"#d69e5a";s:31:"button_gradient_top_color_hover";s:7:"#e8c090";s:34:"button_gradient_bottom_color_hover";s:7:"#784910";s:19:"button_accent_color";s:7:"#784910";s:25:"button_accent_hover_color";s:7:"#784910";s:19:"button_border_color";s:7:"#784910";s:25:"button_border_hover_color";s:7:"#784910";s:18:"button_bevel_color";s:7:"#ab8b65";s:13:"primary_color";s:7:"#ab8b65";s:22:"checklist_circle_color";s:7:"#ab8b65";s:17:"counter_box_color";s:7:"#ab8b65";s:26:"countdown_background_color";s:7:"#ab8b65";s:13:"dropcap_color";s:7:"#ab8b65";s:18:"flip_boxes_back_bg";s:7:"#ab8b65";s:24:"progressbar_filled_color";s:7:"#ab8b65";s:20:"counter_filled_color";s:7:"#ab8b65";s:26:"ec_sidebar_widget_bg_color";s:7:"#ab8b65";s:22:"menu_hover_first_color";s:7:"#ab8b65";s:19:"header_top_bg_color";s:7:"#ab8b65";s:40:"content_box_hover_animation_accent_color";s:7:"#ab8b65";s:17:"map_overlay_color";s:7:"#ab8b65";s:28:"flyout_menu_icon_hover_color";s:7:"#ab8b65";s:25:"menu_highlight_background";s:7:"#ab8b65";s:21:"menu_icon_hover_color";s:7:"#ab8b65";s:21:"logo_background_color";s:7:"#ab8b65";s:27:"slidingbar_link_color_hover";s:7:"#ab8b65";s:23:"footer_link_color_hover";s:7:"#ab8b65";s:26:"copyright_link_color_hover";s:7:"#ab8b65";s:28:"privacy_bar_link_hover_color";s:7:"#ab8b65";s:26:"faq_accordian_active_color";s:7:"#ab8b65";s:22:"accordian_active_color";s:7:"#ab8b65";s:31:"header_top_menu_sub_hover_color";s:7:"#ab8b65";s:28:"breadcrumbs_text_hover_color";s:7:"#ab8b65";s:23:"form_focus_border_color";s:7:"#ab8b65";s:23:"icon_circle_color_hover";s:7:"#ab8b65";s:23:"icon_border_color_hover";s:7:"#ab8b65";}}s:10:"Light Grey";a:3:{s:5:"label";s:10:"Light Grey";s:5:"image";s:89:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/colors/9e9e9e.png";s:8:"settings";a:40:{s:17:"pricing_box_color";s:7:"#c4c4c4";s:24:"image_gradient_top_color";s:7:"#e8e8e8";s:27:"image_gradient_bottom_color";s:7:"#d6d6d6";s:25:"button_gradient_top_color";s:7:"#e8e8e8";s:28:"button_gradient_bottom_color";s:7:"#d6d6d6";s:31:"button_gradient_top_color_hover";s:7:"#d6d6d6";s:34:"button_gradient_bottom_color_hover";s:7:"#e8e8e8";s:19:"button_accent_color";s:7:"#787878";s:25:"button_accent_hover_color";s:7:"#787878";s:19:"button_border_color";s:7:"#787878";s:25:"button_border_hover_color";s:7:"#787878";s:18:"button_bevel_color";s:7:"#787878";s:13:"primary_color";s:7:"#9e9e9e";s:22:"checklist_circle_color";s:7:"#9e9e9e";s:17:"counter_box_color";s:7:"#9e9e9e";s:26:"countdown_background_color";s:7:"#9e9e9e";s:13:"dropcap_color";s:7:"#9e9e9e";s:18:"flip_boxes_back_bg";s:7:"#9e9e9e";s:24:"progressbar_filled_color";s:7:"#9e9e9e";s:20:"counter_filled_color";s:7:"#9e9e9e";s:26:"ec_sidebar_widget_bg_color";s:7:"#9e9e9e";s:22:"menu_hover_first_color";s:7:"#9e9e9e";s:19:"header_top_bg_color";s:7:"#9e9e9e";s:40:"content_box_hover_animation_accent_color";s:7:"#9e9e9e";s:17:"map_overlay_color";s:7:"#9e9e9e";s:28:"flyout_menu_icon_hover_color";s:7:"#9e9e9e";s:25:"menu_highlight_background";s:7:"#9e9e9e";s:21:"menu_icon_hover_color";s:7:"#9e9e9e";s:21:"logo_background_color";s:7:"#9e9e9e";s:27:"slidingbar_link_color_hover";s:7:"#9e9e9e";s:23:"footer_link_color_hover";s:7:"#9e9e9e";s:26:"copyright_link_color_hover";s:7:"#9e9e9e";s:28:"privacy_bar_link_hover_color";s:7:"#9e9e9e";s:26:"faq_accordian_active_color";s:7:"#9e9e9e";s:22:"accordian_active_color";s:7:"#9e9e9e";s:31:"header_top_menu_sub_hover_color";s:7:"#9e9e9e";s:28:"breadcrumbs_text_hover_color";s:7:"#9e9e9e";s:23:"form_focus_border_color";s:7:"#9e9e9e";s:23:"icon_circle_color_hover";s:7:"#9e9e9e";s:23:"icon_border_color_hover";s:7:"#9e9e9e";}}}}s:13:"color_palette";a:5:{s:5:"label";s:13:"Color Palette";s:11:"description";s:61:"Sets color picker's palette colors throughout the theme.";s:2:"id";s:13:"color_palette";s:7:"default";s:71:"#f44336|#E91E63|#03A9F4|#00BCD4|#8BC34A|#FFEB3B|#FFC107|#FF9800|#607D8B";s:4:"type";s:13:"color-palette";}s:15:"header_position";a:8:{s:5:"label";s:15:"Header Position";s:11:"description";s:205:"Controls the position of the header to be in the top, left or right of the site. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.";s:2:"id";s:15:"header_position";s:7:"default";s:3:"top";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:3:"top";s:3:"Top";s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";}s:15:"partial_refresh";a:2:{s:34:"header_position_remove_before_hook";a:3:{s:8:"selector";s:112:".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:34:"header_position_replace_after_hook";a:4:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:15:"header_position";}s:21:"success_trigger_event";s:40:"header-rendered fusion-partial-wooslider";}}s:6:"output";a:3:{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:2:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:15:"header_position";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:2:{s:9:"globalVar";s:21:"avadaFusionSliderVars";s:2:"id";s:15:"header_position";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:1:{s:11:"js_callback";a:1:{i:0;s:22:"change_header_position";}}}}s:13:"header_layout";a:10:{s:5:"label";s:22:"Select a Header Layout";s:11:"description";s:322:"Controls the general layout of the header. Headers 2-5 allow additional content areas via the header content options 1-3. Header 6 only allows parent level menu items, no child levels will display. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.";s:2:"id";s:13:"header_layout";s:7:"default";s:2:"v3";s:4:"type";s:11:"radio-image";s:7:"choices";a:7:{s:2:"v1";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header1.jpg";s:2:"v2";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header2.jpg";s:2:"v3";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header3.jpg";s:2:"v4";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header4.jpg";s:2:"v5";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header5.jpg";s:2:"v6";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header6.jpg";s:2:"v7";s:92:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/header7.jpg";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}s:15:"partial_refresh";a:3:{s:47:"header_content_header_layout_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:46:"header_content_header_layout_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:28:"header_content_header_layout";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:14:".fusion-header";i:1;s:33:"#side-header .side-header-wrapper";}s:9:"shortcuts";a:3:{i:0;a:4:{s:10:"aria_label";s:18:"Edit Header Layout";s:4:"icon";s:14:"fusiona-header";s:11:"open_parent";b:1;s:5:"order";i:1;}i:1;a:5:{s:10:"aria_label";s:10:"Add Slider";s:4:"icon";s:15:"fusiona-uniF61C";s:4:"link";s:1:"#";s:9:"css_class";s:10:"add-slider";s:5:"order";i:4;}i:2;a:5:{s:10:"aria_label";s:18:"Add Page Title Bar";s:4:"icon";s:18:"fusiona-page_title";s:4:"link";s:1:"#";s:9:"css_class";s:7:"add-ptb";s:5:"order";i:5;}}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:22:"fusion-header-layout-$";s:12:"remove_attrs";a:7:{i:0;s:23:"fusion-header-layout-v1";i:1;s:23:"fusion-header-layout-v2";i:2;s:23:"fusion-header-layout-v3";i:3;s:23:"fusion-header-layout-v4";i:4;s:23:"fusion-header-layout-v5";i:5;s:23:"fusion-header-layout-v6";i:6;s:23:"fusion-header-layout-v7";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:13:"header_layout";s:7:"trigger";a:1:{i:0;s:31:"fusionReSettStickySidebarStatus";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"slider_position";a:9:{s:5:"label";s:15:"Slider Position";s:11:"description";s:58:"Controls if the slider displays below or above the header.";s:2:"id";s:15:"slider_position";s:7:"default";s:5:"below";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"below";s:5:"Below";s:5:"above";s:5:"Above";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}s:9:"transport";s:11:"postMessage";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:22:"change_slider_position";i:1;a:1:{s:7:"element";s:18:"#sliders-container";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"header_left_content";a:9:{s:5:"label";s:16:"Header Content 1";s:11:"description";s:59:"Controls the content that displays in the top left section.";s:2:"id";s:19:"header_left_content";s:7:"default";s:12:"social_links";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:12:"contact_info";s:12:"Contact Info";s:12:"social_links";s:12:"Social Links";s:10:"navigation";s:10:"Navigation";s:11:"leave_empty";s:11:"Leave Empty";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:15:"partial_refresh";a:3:{s:53:"header_content_header_left_content_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:52:"header_content_header_left_content_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:34:"header_content_header_left_content";a:4:{s:8:"selector";s:57:".fusion-header-wrapper, #side-header-sticky, #side-header";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:22:"header-rendered resize";}}}s:20:"header_right_content";a:9:{s:5:"label";s:16:"Header Content 2";s:11:"description";s:60:"Controls the content that displays in the top right section.";s:2:"id";s:20:"header_right_content";s:7:"default";s:10:"navigation";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:12:"contact_info";s:12:"Contact Info";s:12:"social_links";s:12:"Social Links";s:10:"navigation";s:10:"Navigation";s:11:"leave_empty";s:11:"Leave Empty";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:15:"partial_refresh";a:3:{s:54:"header_content_header_right_content_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:53:"header_content_header_right_content_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:35:"header_content_header_right_content";a:4:{s:8:"selector";s:57:".fusion-header-wrapper, #side-header-sticky, #side-header";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:22:"header-rendered resize";}}}s:17:"header_v4_content";a:9:{s:5:"label";s:16:"Header Content 3";s:11:"description";s:63:"Controls the content that displays in the middle right section.";s:2:"id";s:17:"header_v4_content";s:7:"default";s:18:"tagline_and_search";s:4:"type";s:6:"select";s:7:"choices";a:5:{s:7:"tagline";s:7:"Tagline";s:6:"search";s:6:"Search";s:18:"tagline_and_search";s:18:"Tagline And Search";s:6:"banner";s:6:"Banner";s:4:"none";s:11:"Leave Empty";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}}s:15:"partial_refresh";a:3:{s:51:"header_content_header_v4_content_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:50:"header_content_header_v4_content_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:32:"header_content_header_v4_content";a:4:{s:8:"selector";s:57:".fusion-header-wrapper, #side-header-sticky, #side-header";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:22:"header-rendered resize";}}}s:13:"header_number";a:8:{s:5:"label";s:29:"Phone Number For Contact Info";s:11:"description";s:115:"This content will display if you have "Contact Info" selected for the Header Content 1 or 2 option above.";s:2:"id";s:13:"header_number";s:7:"default";s:28:"Call Us Today! 1.555.555.555";s:4:"type";s:4:"text";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:6:"output";a:1:{i:0;a:2:{s:7:"element";s:33:".fusion-contact-info-phone-number";s:8:"function";s:4:"html";}}}s:12:"header_email";a:8:{s:5:"label";s:30:"Email Address For Contact Info";s:11:"description";s:115:"This content will display if you have "Contact Info" selected for the Header Content 1 or 2 option above.";s:2:"id";s:12:"header_email";s:7:"default";s:19:"info@yourdomain.com";s:4:"type";s:4:"text";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:6:"output";a:1:{i:0;a:3:{s:7:"element";s:34:".fusion-contact-info-email-address";s:8:"function";s:4:"html";s:13:"value_pattern";s:24:"$";}}}s:14:"header_tagline";a:8:{s:5:"label";s:21:"Tagline For Content 3";s:11:"description";s:105:"This content will display if you have "Tagline" selected for the Header Content 3 option above.";s:2:"id";s:14:"header_tagline";s:7:"default";s:19:"Insert Tagline Here";s:4:"type";s:8:"textarea";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:8:"contains";s:5:"value";s:7:"tagline";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:2;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:8:"contains";s:5:"value";s:7:"tagline";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:6:"output";a:1:{i:0;a:2:{s:7:"element";s:22:".fusion-header-tagline";s:8:"function";s:4:"html";}}}s:18:"header_banner_code";a:9:{s:5:"label";s:25:"Banner Code For Content 3";s:11:"description";s:194:"This content will display if you have "Banner" selected for the Header Content 3 option above. Add HTML banner code for Header Content 3. Elements, like buttons, can be used here also.";s:2:"id";s:18:"header_banner_code";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:2:{s:8:"language";s:4:"html";s:5:"theme";s:6:"chrome";}s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:1:"=";s:5:"value";s:6:"banner";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:2;a:3:{s:7:"setting";s:17:"header_v4_content";s:8:"operator";s:1:"=";s:5:"value";s:6:"banner";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:15:"partial_refresh";a:1:{s:26:"header_content_banner_code";a:4:{s:8:"selector";s:32:".fusion-header-content-3-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:22:"avada_header_content_3";s:21:"success_trigger_event";s:15:"header-rendered";}}}s:15:"header_bg_image";a:8:{s:5:"label";s:32:"Background Image For Header Area";s:11:"description";s:384:"Select an image for the header background. If left empty, the header background color will be used. For top headers the image displays on top of the header background color and will only display if header background color opacity is set to 1. For side headers the image displays behind the header background color so the header background opacity must be set below 1 to see the image.";s:2:"id";s:15:"header_bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:17:"--header_bg_image";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:0:"";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"body";s:9:"className";s:25:"avada-has-header-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"header_bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:109:"Turn on to have the header background image display at 100% in width and height according to the window size.";s:2:"id";s:14:"header_bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:24:"avada-has-header-bg-full";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"header_bg_parallax";a:7:{s:5:"label";s:25:"Parallax Background Image";s:11:"description";s:103:"Turn on to use a parallax scrolling effect on the background image. Only works for top header position.";s:2:"id";s:18:"header_bg_parallax";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:2;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:3;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:28:"avada-has-header-bg-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"header_bg_repeat";a:9:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:42:"Controls how the background image repeats.";s:2:"id";s:16:"header_bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:15:"header_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:18:"--header_bg_repeat";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"avada-header-bg-$";s:12:"remove_attrs";a:4:{i:0;s:22:"avada-header-bg-repeat";i:1;s:24:"avada-header-bg-repeat-x";i:2;s:24:"avada-header-bg-repeat-y";i:3;s:25:"avada-header-bg-no-repeat";}}}}s:17:"side_header_width";a:9:{s:5:"label";s:36:"Header Width For Left/Right Position";s:11:"description";s:52:"Controls the width of the left or right side header.";s:2:"id";s:17:"side_header_width";s:7:"default";s:3:"280";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"800";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:19:"--side_header_width";s:13:"value_pattern";s:3:"$px";}i:1;a:1:{s:4:"name";s:23:"--side_header_width-int";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:5:"dummy";s:2:"id";s:5:"dummy";s:7:"trigger";a:1:{i:0;s:6:"resize";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"header_padding";a:8:{s:5:"label";s:14:"Header Padding";s:11:"description";s:58:"Controls the top/right/bottom/left padding for the header.";s:2:"id";s:14:"header_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:3:"0px";s:6:"bottom";s:3:"0px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}s:4:"type";s:7:"spacing";s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:20:"--header_padding-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:23:"--header_padding-bottom";s:6:"choice";s:6:"bottom";}i:2;a:2:{s:4:"name";s:21:"--header_padding-left";s:6:"choice";s:4:"left";}i:3;a:2:{s:4:"name";s:22:"--header_padding-right";s:6:"choice";s:5:"right";}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:18:"header_padding_top";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:6:"bottom";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:21:"header_padding_bottom";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"header_shadow";a:6:{s:5:"label";s:13:"Header Shadow";s:11:"description";s:117:"Turn on to display a header drop shadow. This option is incompatible with Internet Explorer versions older than IE11.";s:2:"id";s:13:"header_shadow";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:55:".fusion-top-header .fusion-header-wrapper, #side-header";s:9:"className";s:20:"fusion-header-shadow";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"header_100_width";a:7:{s:5:"label";s:17:"100% Header Width";s:11:"description";s:114:"Turn on to have the header area display at 100% width according to the window size. Turn off to follow site width.";s:2:"id";s:16:"header_100_width";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:6:"layout";s:8:"operator";s:2:"==";s:5:"value";s:4:"wide";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:26:"avada-has-header-100-width";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"header_bg_color";a:7:{s:5:"label";s:23:"Header Background Color";s:11:"description";s:288:"Controls the background color and opacity for the header. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay. Transparent headers are disabled on all archive pages due to technical limitations.";s:2:"id";s:15:"header_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:17:"--header_bg_color";s:7:"element";s:27:"#side-header,.fusion-header";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:0:"";i:1;s:17:"header-not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:29:"avada-header-color-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"archive_header_bg_color";a:7:{s:5:"label";s:31:"Archive Header Background Color";s:11:"description";s:247:"Controls the background color and opacity for the header on archive pages, search page and 404 page. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay.";s:2:"id";s:23:"archive_header_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--archive_header_bg_color";s:7:"element";s:27:"#side-header,.fusion-header";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:0:"";i:1;s:17:"header-not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:29:"avada-header-color-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"header_border_color";a:9:{s:5:"label";s:19:"Header Border Color";s:11:"description";s:117:"Controls the border colors for the header. If using left or right header position it controls the menu divider lines.";s:2:"id";s:19:"header_border_color";s:7:"default";s:19:"rgba(226,226,226,0)";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--header_border_color";s:7:"element";s:35:".fusion-header-wrapper,#side-header";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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"body";s:9:"className";s:42:"avada-header-border-color-full-transparent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"header_top_bg_color";a:8:{s:5:"label";s:27:"Header Top Background Color";s:11:"description";s:76:"Controls the background color of the top header section used in Headers 2-5.";s:2:"id";s:19:"header_top_bg_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v1";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--header_top_bg_color";s:7:"element";s:24:".fusion-secondary-header";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:0:"";i:1;s:10:"not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:30:"avada-header-top-bg-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"tagline_font_size";a:9:{s:5:"label";s:24:"Header Tagline Font Size";s:11:"description";s:64:"Controls the font size for the tagline text when using header 4.";s:2:"id";s:17:"tagline_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--tagline_font_size";s:7:"element";s:22:".fusion-header-tagline";}}}s:18:"tagline_font_color";a:8:{s:5:"label";s:25:"Header Tagline Font Color";s:11:"description";s:65:"Controls the font color for the tagline text when using header 4.";s:2:"id";s:18:"tagline_font_color";s:7:"default";s:7:"#747474";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--tagline_font_color";s:7:"element";s:22:".fusion-header-tagline";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:13:"header_sticky";a:7:{s:5:"label";s:13:"Sticky Header";s:11:"description";s:34:"Turn on to enable a sticky header.";s:2:"id";s:13:"header_sticky";s:7:"default";i:1;s:4:"type";s:6:"switch";s:15:"partial_refresh";a:3:{s:40:"header_content_sticky_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:39:"header_content_sticky_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:21:"header_content_sticky";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:43:"fusion-reinit-sticky-header header-rendered";}}s:6:"output";a:4:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:20:"fusion-sticky-header";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:13:"header_sticky";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:13:"header_sticky";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:13:"header_sticky";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"header_sticky_tablet";a:7:{s:5:"label";s:24:"Sticky Header on Tablets";s:11:"description";s:60:"Turn on to enable a sticky header when scrolling on tablets.";s:2:"id";s:20:"header_sticky_tablet";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:4:{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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:23:"no-tablet-sticky-header";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"header_sticky_tablet";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:20:"header_sticky_tablet";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:20:"header_sticky_tablet";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"header_sticky_mobile";a:7:{s:5:"label";s:24:"Sticky Header on Mobiles";s:11:"description";s:60:"Turn on to enable a sticky header when scrolling on mobiles.";s:2:"id";s:20:"header_sticky_mobile";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:4:{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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:23:"no-mobile-sticky-header";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"header_sticky_mobile";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:20:"header_sticky_mobile";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:17:"avadaSidebarsVars";s:2:"id";s:20:"header_sticky_mobile";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"header_sticky_shrinkage";a:7:{s:5:"label";s:23:"Sticky Header Animation";s:11:"description";s:124:"Turn on to allow the sticky header to animate to a smaller height when activated. Only works with header v1 - v3, v6 and v7.";s:2:"id";s:23:"header_sticky_shrinkage";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:22:"avada-sticky-shrinkage";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"header_sticky_type2_layout";a:8:{s:5:"label";s:40:"Sticky Header Display For Headers 4 - 5 ";s:11:"description";s:70:"Controls what displays in the sticky header when using header v4 - v5.";s:2:"id";s:26:"header_sticky_type2_layout";s:7:"default";s:9:"menu_only";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:9:"menu_only";s:9:"Menu Only";s:13:"menu_and_logo";s:16:"Menu + Logo Area";}s:8:"required";a:7:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v1";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v2";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v3";}i:5;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:6;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v7";}}s:15:"partial_refresh";a:3:{s:45:"header_sticky_type2_layout_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:44:"header_sticky_type2_layout_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:33:"header_sticky_type2_layout_layout";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:43:"fusion-reinit-sticky-header header-rendered";}}}s:20:"header_sticky_shadow";a:7:{s:5:"label";s:20:"Sticky Header Shadow";s:11:"description";s:124:"Turn on to display a sticky header drop shadow. This option is incompatible with Internet Explorer versions older than IE11.";s:2:"id";s:20:"header_sticky_shadow";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"header_sticky_shadow";s:7:"trigger";a:2:{i:0;s:5:"ready";i:1;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:14:".fusion-header";s:9:"className";s:20:"fusion-sticky-shadow";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"header_sticky_bg_color";a:8:{s:5:"label";s:30:"Sticky Header Background Color";s:11:"description";s:52:"Controls the background color for the sticky header.";s:2:"id";s:22:"header_sticky_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--header_sticky_bg_color";s:7:"element";s:53:".fusion-arrow-svg,.fusion-header-wrapper,#side-header";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}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:4:{s:9:"globalVar";s:19:"fusionContainerVars";s:2:"id";s:28:"is_sticky_header_transparent";s:7:"trigger";a:2:{i:0;s:6:"resize";i:1;s:46:"fusion-element-render-fusion_builder_container";}s:8:"callback";s:25:"fusionReturnColorAlphaInt";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"header_sticky_menu_color";a:7:{s:5:"label";s:29:"Sticky Header Menu Font Color";s:11:"description";s:59:"Controls the color for main menu text in the sticky header.";s:2:"id";s:24:"header_sticky_menu_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#333333";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--header_sticky_menu_color";s:7:"element";s:17:".fusion-main-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"header_sticky_nav_padding";a:8:{s:5:"label";s:31:"Sticky Header Menu Item Padding";s:11:"description";s:63:"Controls the space between each menu item in the sticky header.";s:2:"id";s:25:"header_sticky_nav_padding";s:7:"default";s:2:"35";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:27:"--header_sticky_nav_padding";s:7:"element";s:41:".fusion-main-menu,.fusion-logo-background";s:13:"value_pattern";s:3:"$px";}}}s:27:"header_sticky_nav_font_size";a:8:{s:5:"label";s:34:"Sticky Header Navigation Font Size";s:11:"description";s:62:"Controls the font size of the menu items in the sticky header.";s:2:"id";s:27:"header_sticky_nav_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_sticky";s:8:"operator";s:2:"!=";s:5:"value";i:0;}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:29:"--header_sticky_nav_font_size";s:7:"element";s:17:".fusion-main-menu";}}}s:10:"nav_height";a:11:{s:5:"label";s:16:"Main Menu Height";s:11:"description";s:145:"Controls the menu height. To match the logo height set to 549.";s:2:"id";s:10:"nav_height";s:7:"default";s:2:"94";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"300";s:4:"step";s:1:"1";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:12:"--nav_height";s:7:"element";s:17:".fusion-main-menu";s:13:"value_pattern";s:3:"$px";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:10:"nav_height";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:14:".fusion-header";i:1;s:33:"#side-header .side-header-wrapper";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:14:"Edit Main Menu";s:4:"link";s:75:"http://localhost/lakeorchardvilla/wp-admin/nav-menus.php?action=edit&menu=2";s:5:"order";i:3;}}}}s:20:"menu_highlight_style";a:10:{s:5:"label";s:25:"Main Menu Highlight Style";s:11:"description";s:508:"Controls the highlight style for main menu links and also affects the look of menu dropdowns. Arrow style cannot work with a transparent header background. Bar highlights will display vertically on side header layouts. IMPORTANT: Arrow & Background style can require configuration of other options depending on desired effect. See this post for more information.";s:2:"id";s:20:"menu_highlight_style";s:7:"default";s:3:"bar";s:7:"choices";a:5:{s:3:"bar";s:7:"Top Bar";s:9:"bottombar";s:10:"Bottom Bar";s:5:"arrow";s:5:"Arrow";s:10:"background";s:10:"Background";s:9:"textcolor";s:10:"Color Only";}s:4:"type";s:6:"select";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:6:"output";a:2:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:28:"avada-menu-highlight-style-$";s:12:"remove_attrs";a:5:{i:0;s:30:"avada-menu-highlight-style-bar";i:1;s:36:"avada-menu-highlight-style-bottombar";i:2;s:32:"avada-menu-highlight-style-arrow";i:3;s:37:"avada-menu-highlight-style-background";i:4;s:36:"avada-menu-highlight-style-textcolor";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:19:"nav_highlight_style";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:3:{s:46:"menu_highlight_style_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:45:"menu_highlight_style_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:27:"menu_highlight_style_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:25:"menu_highlight_background";a:8:{s:5:"label";s:36:"Main Menu Highlight Background Color";s:11:"description";s:53:"Controls the background color of main menu highlight.";s:2:"id";s:25:"menu_highlight_background";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:10:"background";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:10:"background";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--menu_highlight_background";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:15:"menu_arrow_size";a:9:{s:5:"label";s:20:"Main Menu Arrow Size";s:11:"description";s:53:"Controls the width and height of the main menu arrow.";s:2:"id";s:15:"menu_arrow_size";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"23px";s:6:"height";s:4:"12px";}s:4:"type";s:10:"dimensions";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:5:"arrow";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:5:"arrow";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:3:{i:0;a:2:{s:4:"name";s:23:"--menu_arrow_size-width";s:6:"choice";s:5:"width";}i:1;a:2:{s:4:"name";s:24:"--menu_arrow_size-height";s:6:"choice";s:6:"height";}i:2;a:3:{s:4:"name";s:55:"--menu_arrow_size-width-header_border_color_condition_5";s:6:"choice";s:5:"width";s:8:"callback";a:2:{i:0;s:31:"header_border_color_condition_5";i:1;s:0:"";}}}}s:20:"nav_highlight_border";a:10:{s:5:"label";s:28:"Main Menu Highlight Bar Size";s:11:"description";s:44:"Controls the size of the menu highlight bar.";s:2:"id";s:20:"nav_highlight_border";s:7:"default";s:1:"3";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:2:"40";s:4:"step";s:1:"1";}s:5:"class";s:38:"fusion-gutter-and-or-and-or-and-or-and";s:8:"required";a:8:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:4;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:5;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:6;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:7;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--nav_highlight_border";s:13:"value_pattern";s:3:"$px";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;s:1:"0";}}}s:6:"output";a:2:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:20:"nav_highlight_border";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:5:{s:6:"choice";s:3:"top";s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:10:"nav_height";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}s:9:"condition";a:5:{i:0;s:20:"menu_highlight_style";i:1;s:3:"===";i:2;s:3:"bar";i:3;s:1:"$";i:4;s:1:"0";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"nav_padding";a:8:{s:5:"label";s:22:"Main Menu Item Padding";s:11:"description";s:55:"Controls the right padding for menu text (left on RTL).";s:2:"id";s:11:"nav_padding";s:7:"default";s:2:"48";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:13:"--nav_padding";s:13:"value_pattern";s:3:"$px";}i:1;a:2:{s:4:"name";s:21:"--nav_padding-no-zero";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:3:"$px";i:1;s:0:"";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:11:"nav_padding";i:1;s:2:"==";i:2;s:1:"0";}}}}}}}s:18:"mobile_nav_padding";a:8:{s:5:"label";s:32:"Main Menu Item Padding On Mobile";s:11:"description";s:110:"Controls the right padding for menu text (left on RTL) when the normal desktop menu is used on mobile devices.";s:2:"id";s:18:"mobile_nav_padding";s:7:"default";s:2:"25";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--mobile_nav_padding";s:7:"element";s:17:".fusion-main-menu";s:13:"value_pattern";s:3:"$px";}}}s:15:"megamenu_shadow";a:8:{s:5:"label";s:21:"Main Menu Drop Shadow";s:11:"description";s:51:"Turn on to display a drop shadow on menu dropdowns.";s:2:"id";s:15:"megamenu_shadow";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:25:"avada-has-megamenu-shadow";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:28:"main_menu_sub_menu_animation";a:9:{s:5:"label";s:40:"Main Menu Dropdown / Mega Menu Animation";s:11:"description";s:46:"Controls the animation type for all sub-menus.";s:2:"id";s:28:"main_menu_sub_menu_animation";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:4:"fade";s:7:"choices";a:2:{s:4:"fade";s:4:"Fade";s:5:"slide";s:5:"Slide";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"fusion-sub-menu-$";s:12:"remove_attrs";a:2:{i:0;s:20:"fusion-sub-menu-fade";i:1;s:21:"fusion-sub-menu-slide";}}}s:29:"dropdown_menu_top_border_size";a:9:{s:5:"label";s:34:"Main Menu Dropdown Top Border Size";s:11:"description";s:58:"Controls top border size of dropdown menus and mega menus.";s:2:"id";s:29:"dropdown_menu_top_border_size";s:7:"default";s:1:"3";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:5:"class";s:38:"fusion-gutter-and-or-and-or-and-or-and";s:8:"required";a:8:{i:0;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:3:"bar";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:4;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:5;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:6;a:3:{s:7:"setting";s:20:"menu_highlight_style";s:8:"operator";s:2:"==";s:5:"value";s:9:"bottombar";}i:7;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:31:"--dropdown_menu_top_border_size";s:13:"value_pattern";s:3:"$px";}}}s:19:"dropdown_menu_width";a:9:{s:5:"label";s:24:"Main Menu Dropdown Width";s:11:"description";s:35:"Controls the width of the dropdown.";s:2:"id";s:19:"dropdown_menu_width";s:7:"default";s:3:"200";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:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--dropdown_menu_width";s:13:"value_pattern";s:3:"$px";}}}s:34:"mainmenu_dropdown_vertical_padding";a:9:{s:5:"label";s:31:"Main Menu Dropdown Item Padding";s:11:"description";s:56:"Controls the top/bottom padding for dropdown menu items.";s:2:"id";s:34:"mainmenu_dropdown_vertical_padding";s:7:"default";s:2:"12";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:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:36:"--mainmenu_dropdown_vertical_padding";s:13:"value_pattern";s:3:"$px";}}}s:33:"mainmenu_dropdown_display_divider";a:8:{s:5:"label";s:26:"Main Menu Dropdown Divider";s:11:"description";s:57:"Turn on to display a divider line on dropdown menu items.";s:2:"id";s:33:"mainmenu_dropdown_display_divider";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:35:"avada-has-mainmenu-dropdown-divider";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:31:"menu_display_dropdown_indicator";a:9:{s:5:"label";s:28:"Main Menu Dropdown Indicator";s:11:"description";s:68:"Turn on to display arrow indicators next to parent level menu items.";s:2:"id";s:31:"menu_display_dropdown_indicator";s:7:"default";s:4:"none";s:7:"choices";a:3:{s:6:"parent";s:6:"Parent";s:12:"parent_child";s:14:"Parent + Child";s:4:"none";s:4:"None";}s:4:"type";s:6:"select";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:15:"partial_refresh";a:3:{s:57:"header_menu_display_dropdown_indicator_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:56:"header_menu_display_dropdown_indicator_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:38:"header_menu_display_dropdown_indicator";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:20:"main_nav_search_icon";a:7:{s:5:"label";s:21:"Main Menu Search Icon";s:11:"description";s:52:"Turn on to display the search icon in the main menu.";s:2:"id";s:20:"main_nav_search_icon";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:3:{s:46:"header_main_nav_search_icon_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:45:"header_main_nav_search_icon_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:27:"header_main_nav_search_icon";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:30:"avada-has-main-nav-search-icon";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"main_nav_search_layout";a:9:{s:5:"label";s:23:"Main Menu Search Layout";s:11:"description";s:55:"Controls the layout of the search bar in the main menu.";s:2:"id";s:22:"main_nav_search_layout";s:7:"default";s:7:"overlay";s:7:"choices";a:2:{s:8:"dropdown";s:9:"Drop-Down";s:7:"overlay";s:12:"Menu Overlay";}s:4:"type";s:15:"radio-buttonset";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:20:"main_nav_search_icon";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:15:"partial_refresh";a:1:{s:30:"main_nav_search_layout_refresh";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}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:8:"dropdown";i:1;s:7:"overlay";}s:7:"element";s:4:"body";s:9:"className";a:2:{i:0;s:32:"fusion-main-menu-search-dropdown";i:1;s:31:"fusion-main-menu-search-overlay";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"main_nav_icon_circle";a:6:{s:5:"label";s:29:"Main Menu Icon Circle Borders";s:11:"description";s:64:"Turn on to display a circle border on the cart and search icons.";s:2:"id";s:20:"main_nav_icon_circle";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"fusion-has-main-nav-icon-circle";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"main_nav_highlight_radius";a:6:{s:5:"label";s:27:"Menu Highlight Label Radius";s:11:"description";s:61:"Controls the border radius of all your menu highlight labels.";s:2:"id";s:25:"main_nav_highlight_radius";s:7:"default";s:3:"2px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--main_nav_highlight_radius";s:7:"element";s:28:".fusion-menu-highlight-label";}}}s:17:"menu_sub_bg_color";a:8:{s:5:"label";s:35:"Main Menu Dropdown Background Color";s:11:"description";s:56:"Controls the background color of the main menu dropdown.";s:2:"id";s:17:"menu_sub_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--menu_sub_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"menu_bg_hover_color";a:8:{s:5:"label";s:41:"Main Menu Dropdown Background Hover Color";s:11:"description";s:62:"Controls the background hover color of the main menu dropdown.";s:2:"id";s:19:"menu_bg_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--menu_bg_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"menu_sub_sep_color";a:9:{s:5:"label";s:34:"Main Menu Dropdown Separator Color";s:11:"description";s:63:"Controls the color of the separators in the main menu dropdown.";s:2:"id";s:18:"menu_sub_sep_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--menu_sub_sep_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";a:3:{i:0;s:76:".fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents";i:1;s:74:".fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents";i:2;s:74:".fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents";}s:8:"property";s:6:"border";s:11:"js_callback";a:2:{i:0;s:31:"fusionReturnStringIfTransparent";i:1;a:2:{s:11:"transparent";s:1:"0";s:6:"opaque";s:0:"";}}s:17:"sanitize_callback";a:2:{i:0;s:22:"Avada_Output_Callbacks";i:1;s:18:"menu_sub_sep_color";}}}}s:17:"menu_h45_bg_color";a:8:{s:5:"label";s:47:"Main Menu Background Color For Header 4 & 5";s:11:"description";s:72:"Controls the background color of the main menu when using header 4 or 5.";s:2:"id";s:17:"menu_h45_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--menu_h45_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"main_menu_typography_info";a:4:{s:5:"label";s:20:"Main Menu Typography";s:11:"description";s:0:"";s:2:"id";s:25:"main_menu_typography_info";s:4:"type";s:4:"info";}s:14:"nav_typography";a:8:{s:2:"id";s:14:"nav_typography";s:5:"label";s:16:"Menus Typography";s:11:"description";s:72:"These settings control the typography for all main menu top-level items.";s:4:"type";s:10:"typography";s:5:"class";s:17:"avada-no-fontsize";s:7:"choices";a:5:{s:11:"font-family";b:1;s:11:"font-weight";b:1;s:9:"font-size";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:5:{s:11:"font-family";s:9:"Open Sans";s:11:"font-weight";s:3:"400";s:9:"font-size";s:4:"14px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";}s:8:"css_vars";a:8:{i:0;a:3:{s:4:"name";s:28:"--nav_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:14:"nav_typography";}}i:1;a:3:{s:4:"name";s:28:"--nav_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:2:{s:4:"name";s:26:"--nav_typography-font-size";s:6:"choice";s:9:"font-size";}i:3;a:2:{s:4:"name";s:27:"--nav_typography-font-style";s:6:"choice";s:10:"font-style";}i:4;a:3:{s:4:"name";s:31:"--nav_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:5;a:2:{s:4:"name";s:22:"--nav_typography-color";s:6:"choice";s:5:"color";}i:6;a:3:{s:4:"name";s:26:"--nav_typography-color-65a";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;d:0.65;}}i:7;a:3:{s:4:"name";s:26:"--nav_typography-color-35a";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;d:0.35;}}}}s:15:"menu_text_align";a:11:{s:5:"label";s:20:"Main Menu Text Align";s:11:"description";s:75:"Controls the main menu text alignment for top headers 4-5 and side headers.";s:2:"id";s:15:"menu_text_align";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:4:"type";s:15:"radio-buttonset";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v5";}i:2;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:17:"--menu_text_align";s:7:"element";s:17:".fusion-main-menu";}}s:6:"output";a:3:{i:0;a:0:{}i:1;a:0:{}i:2;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"menu-text-align-$";s:12:"remove_attrs";a:3:{i:0;s:20:"menu-text-align-left";i:1;s:22:"menu-text-align-center";i:2;s:21:"menu-text-align-right";}}}s:15:"partial_refresh";a:3:{s:41:"menu_text_align_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:40:"menu_text_align_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:22:"menu_text_align_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:22:"menu_hover_first_color";a:6:{s:5:"label";s:33:"Main Menu Font Hover/Active Color";s:11:"description";s:97:"Controls the color for main menu text hover and active states, highlight bar and dropdown border.";s:2:"id";s:22:"menu_hover_first_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:24:"--menu_hover_first_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:28:"--menu_hover_first_color-65a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.65";}}}}s:14:"menu_sub_color";a:8:{s:5:"label";s:29:"Main Menu Dropdown Font Color";s:11:"description";s:47:"Controls the color for main menu dropdown text.";s:2:"id";s:14:"menu_sub_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--menu_sub_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"nav_dropdown_font_size";a:9:{s:5:"label";s:28:"Main Menu Dropdown Font Size";s:11:"description";s:51:"Controls the font size for main menu dropdown text.";s:2:"id";s:22:"nav_dropdown_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:24:"--nav_dropdown_font_size";}}}s:18:"side_nav_font_size";a:7:{s:5:"label";s:25:"Side Navigation Font Size";s:11:"description";s:86:"Controls the font size for the menu text when using the side navigation page template.";s:2:"id";s:18:"side_nav_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--side_nav_font_size";s:7:"element";s:9:".side-nav";}}}s:31:"flyout_menu_important_note_info";a:6:{s:5:"label";s:0:"";s:11:"description";s:225:"
IMPORTANT NOTE: Flyout Menu Options are only available when using Header Layout #6 or Mobile Flyout Menu. Your current setup does not utilize the flyout menu.
";s:2:"id";s:31:"flyout_menu_important_note_info";s:4:"type";s:6:"custom";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:3;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}}s:26:"flyout_menu_icon_font_size";a:9:{s:5:"label";s:26:"Flyout Menu Icon Font Size";s:11:"description";s:49:"Controls the font size for the flyout menu icons.";s:2:"id";s:26:"flyout_menu_icon_font_size";s:7:"default";s:4:"20px";s:4:"type";s:9:"dimension";s:5:"class";s:20:"fusion-gutter-and-or";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:28:"--flyout_menu_icon_font_size";}i:1;a:2:{s:4:"name";s:31:"--flyout_menu_icon_font_size_px";s:8:"callback";a:1:{i:0;s:11:"units_to_px";}}}}s:24:"flyout_nav_icons_padding";a:9:{s:5:"label";s:24:"Flyout Menu Icon Padding";s:11:"description";s:63:"Controls the right padding for flyout menu icons (left on RTL).";s:2:"id";s:24:"flyout_nav_icons_padding";s:7:"default";s:2:"32";s:4:"type";s:6:"slider";s:5:"class";s:20:"fusion-gutter-and-or";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--flyout_nav_icons_padding";s:7:"element";s:25:".fusion-flyout-menu-icons";s:13:"value_pattern";s:3:"$px";}}}s:22:"flyout_menu_icon_color";a:8:{s:5:"label";s:22:"Flyout Menu Icon Color";s:11:"description";s:44:"Controls the color of the flyout menu icons.";s:2:"id";s:22:"flyout_menu_icon_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--flyout_menu_icon_color";s:7:"element";s:25:".fusion-flyout-menu-icons";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"flyout_menu_icon_hover_color";a:8:{s:5:"label";s:28:"Flyout Menu Icon Hover Color";s:11:"description";s:50:"Controls the hover color of the flyout menu icons.";s:2:"id";s:28:"flyout_menu_icon_hover_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:30:"--flyout_menu_icon_hover_color";s:7:"element";s:25:".fusion-flyout-menu-icons";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"flyout_menu_background_color";a:8:{s:5:"label";s:28:"Flyout Menu Background Color";s:11:"description";s:48:"Controls the background color of the flyout menu";s:2:"id";s:28:"flyout_menu_background_color";s:7:"default";s:22:"rgba(255,255,255,0.96)";s:4:"type";s:11:"color-alpha";s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:30:"--flyout_menu_background_color";s:7:"element";s:22:".fusion-flyout-menu-bg";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"flyout_menu_direction";a:9:{s:5:"label";s:21:"Flyout Menu Direction";s:11:"description";s:51:"Controls the direction the flyout menu starts from.";s:2:"id";s:21:"flyout_menu_direction";s:7:"default";s:4:"fade";s:4:"type";s:6:"select";s:5:"class";s:20:"fusion-gutter-and-or";s:7:"choices";a:5:{s:4:"fade";s:4:"Fade";s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";s:6:"bottom";s:6:"Bottom";s:3:"top";s:3:"Top";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:22:".fusion-logo-alignment";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:29:"avada-flyout-menu-direction-$";s:12:"remove_attrs";a:5:{i:0;s:32:"avada-flyout-menu-direction-fade";i:1;s:32:"avada-flyout-menu-direction-left";i:2;s:33:"avada-flyout-menu-direction-right";i:3;s:34:"avada-flyout-menu-direction-bottom";i:4;s:31:"avada-flyout-menu-direction-top";}}}}s:24:"flyout_menu_item_padding";a:9:{s:5:"label";s:24:"Flyout Menu Item Padding";s:11:"description";s:47:"Controls the padding between flyout menu items.";s:2:"id";s:24:"flyout_menu_item_padding";s:7:"default";s:2:"32";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:5:"class";s:20:"fusion-gutter-and-or";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:1:"=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--flyout_menu_item_padding";s:7:"element";s:19:".fusion-flyout-menu";s:13:"value_pattern";s:3:"$px";}}}s:22:"no_secondary_menu_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:227:"
IMPORTANT NOTE: Secondary Top Menu Options are only available when using Header Layouts #2-5. Your current Header Layout does not utilize the secondary top menu.
";s:2:"id";s:22:"no_secondary_menu_note";s:4:"type";s:6:"custom";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}}}s:23:"topmenu_dropwdown_width";a:9:{s:5:"label";s:29:"Secondary Menu Dropdown Width";s:11:"description";s:50:"Controls the width of the secondary menu dropdown.";s:2:"id";s:23:"topmenu_dropwdown_width";s:7:"default";s:3:"200";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:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--topmenu_dropwdown_width";s:7:"element";s:22:".fusion-secondary-menu";s:13:"value_pattern";s:3:"$px";}}}s:29:"header_top_first_border_color";a:8:{s:5:"label";s:28:"Secondary Menu Divider Color";s:11:"description";s:61:"Controls the divider color of the first level secondary menu.";s:2:"id";s:29:"header_top_first_border_color";s:7:"default";s:16:"rgba(0,0,0,0.06)";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--header_top_first_border_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"header_top_sub_bg_color";a:8:{s:5:"label";s:40:"Secondary Menu Dropdown Background Color";s:11:"description";s:61:"Controls the background color of the secondary menu dropdown.";s:2:"id";s:23:"header_top_sub_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--header_top_sub_bg_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"header_top_menu_bg_hover_color";a:8:{s:5:"label";s:46:"Secondary Menu Dropdown Background Hover Color";s:11:"description";s:67:"Controls the background hover color of the secondary menu dropdown.";s:2:"id";s:30:"header_top_menu_bg_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--header_top_menu_bg_hover_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:29:"header_top_menu_sub_sep_color";a:8:{s:5:"label";s:39:"Secondary Menu Dropdown Separator Color";s:11:"description";s:68:"Controls the color of the separators in the secondary menu dropdown.";s:2:"id";s:29:"header_top_menu_sub_sep_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--header_top_menu_sub_sep_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"secondary_menu_typography_info";a:5:{s:5:"label";s:29:"Secondary Top Menu Typography";s:2:"id";s:30:"secondary_menu_typography_info";s:4:"type";s:4:"info";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}}s:14:"snav_font_size";a:9:{s:5:"label";s:24:"Secondary Menu Font Size";s:11:"description";s:47:"Controls the font size for secondary menu text.";s:2:"id";s:14:"snav_font_size";s:7:"default";s:4:"12px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--snav_font_size";}}}s:11:"sec_menu_lh";a:9:{s:5:"label";s:26:"Secondary Menu Line Height";s:11:"description";s:44:"Controls the line height for secondary menu.";s:2:"id";s:11:"sec_menu_lh";s:7:"default";s:4:"48px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:13:"--sec_menu_lh";}i:1;a:3:{s:4:"name";s:16:"--top-bar-height";s:7:"element";s:14:".fusion-header";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:11:"calc($ / 2)";i:1;s:6:"21.5px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:11:"sec_menu_lh";i:1;s:1:">";i:2;s:2:"43";}}}}}}}s:10:"snav_color";a:8:{s:5:"label";s:25:"Secondary Menu Font Color";s:11:"description";s:43:"Controls the color for secondary menu text.";s:2:"id";s:10:"snav_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:12:"--snav_color";s:7:"element";s:24:".fusion-secondary-header";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"header_top_menu_sub_color";a:8:{s:5:"label";s:34:"Secondary Menu Dropdown Font Color";s:11:"description";s:52:"Controls the color for secondary menu dropdown text.";s:2:"id";s:25:"header_top_menu_sub_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--header_top_menu_sub_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:31:"header_top_menu_sub_hover_color";a:8:{s:5:"label";s:40:"Secondary Menu Dropdown Font Hover Color";s:11:"description";s:58:"Controls the hover color for secondary menu dropdown text.";s:2:"id";s:31:"header_top_menu_sub_hover_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v2";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v3";}i:3;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v4";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:1:"=";s:5:"value";s:2:"v5";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:33:"--header_top_menu_sub_hover_color";s:7:"element";s:22:".fusion-secondary-menu";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"no_responsive_mode_info_1";a:5:{s:5:"label";s:0:"";s:11:"description";s:280:"
IMPORTANT NOTE: Please enable responsive mode. Mobile menus are only available when you\'re using the responsive mode. To enable it please go to the "Responsive" section and set the "Responsive Design" option to ON.
";s:2:"id";s:25:"no_responsive_mode_info_1";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"0";}}}s:19:"no_mobile_menu_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:319:"
IMPORTANT NOTE: Because of the design of your Header Layout #6, only a few options are available here. More options are available when using Header Layouts #1-5 or 7. The rest of the options for Header Layout #6 are on the Flyout Menu and Main Menu tab.
";s:2:"id";s:19:"no_mobile_menu_note";s:4:"type";s:6:"custom";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"==";s:5:"value";s:3:"top";}}}s:18:"mobile_menu_design";a:10:{s:5:"label";s:24:"Mobile Menu Design Style";s:11:"description";s:96:"Controls the design of the mobile menu. Flyout design style only allows parent level menu items.";s:2:"id";s:18:"mobile_menu_design";s:7:"default";s:7:"classic";s:4:"type";s:15:"radio-buttonset";s:5:"class";s:24:"fusion-gutter-and-or-and";s:7:"choices";a:3:{s:7:"classic";s:7:"Classic";s:6:"modern";s:6:"Modern";s:6:"flyout";s:6:"Flyout";}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}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:"mobile-menu-design-$";s:12:"remove_attrs";a:3:{i:0;s:26:"mobile-menu-design-classic";i:1;s:25:"mobile-menu-design-modern";i:2;s:25:"mobile-menu-design-flyout";}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:3:{s:44:"mobile_menu_design_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"mobile_menu_design_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"mobile_menu_design_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:28:"mobile_menu_icons_top_margin";a:9:{s:5:"label";s:28:"Mobile Menu Icons Top Margin";s:11:"description";s:82:"Controls the top margin for the icons in the modern and flyout mobile menu design.";s:2:"id";s:28:"mobile_menu_icons_top_margin";s:7:"default";s:1:"2";s:4:"type";s:6:"slider";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:7:"classic";}i:2;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:7:"classic";}i:5;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--mobile_menu_icons_top_margin";s:13:"value_pattern";s:3:"$px";}}}s:22:"mobile_menu_nav_height";a:9:{s:5:"label";s:32:"Mobile Menu Dropdown Item Height";s:11:"description";s:47:"Controls the height of each dropdown menu item.";s:2:"id";s:22:"mobile_menu_nav_height";s:7:"default";s:2:"42";s:4:"type";s:6:"slider";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"200";s:4:"step";s:1:"1";}s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--mobile_menu_nav_height";s:13:"value_pattern";s:3:"$px";}}}s:27:"mobile_nav_submenu_slideout";a:8:{s:5:"label";s:31:"Mobile Menu Dropdown Slide Outs";s:11:"description";s:60:"Turn on to allow dropdown sections to slide out when tapped.";s:2:"id";s:27:"mobile_nav_submenu_slideout";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:16:"submenu_slideout";s:7:"trigger";a:1:{i:0;s:16:"fusionMobileMenu";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"mobile_menu_search";a:7:{s:5:"label";s:37:"Display Mobile Menu Search Icon/Field";s:11:"description";s:60:"Turn on to display the search icon/field in the mobile menu.";s:2:"id";s:18:"mobile_menu_search";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:3:{s:44:"mobile_menu_search_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"mobile_menu_search_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"mobile_menu_search_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:29:"mobile_menu_submenu_indicator";a:7:{s:5:"label";s:30:"Mobile Menu Sub-Menu Indicator";s:11:"description";s:69:"Turn on to display the mobile menu sub-menu indicator: "-".";s:2:"id";s:29:"mobile_menu_submenu_indicator";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}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:0:"";i:1;s:5:"false";}s:7:"element";s:25:".fusion-mobile-nav-holder";s:9:"className";s:33:"fusion-mobile-menu-indicator-hide";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"mobile_header_bg_color";a:9:{s:5:"label";s:30:"Mobile Header Background Color";s:11:"description";s:62:"Controls the background color of the header on mobile devices.";s:2:"id";s:22:"mobile_header_bg_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--mobile_header_bg_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:0:"";i:1;s:10:"not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:36:"avada-mobile-header-color-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:0;}}}s:30:"mobile_archive_header_bg_color";a:8:{s:5:"label";s:38:"Mobile Archive Header Background Color";s:11:"description";s:75:"Controls the background color of the archive page header on mobile devices.";s:2:"id";s:30:"mobile_archive_header_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#ffffff";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--mobile_header_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:28:"mobile_menu_background_color";a:8:{s:5:"label";s:28:"Mobile Menu Background Color";s:11:"description";s:86:"Controls the background color of the mobile menu dropdown and classic mobile menu box.";s:2:"id";s:28:"mobile_menu_background_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--mobile_menu_background_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"mobile_menu_hover_color";a:8:{s:5:"label";s:34:"Mobile Menu Background Hover Color";s:11:"description";s:64:"Controls the background hover color of the mobile menu dropdown.";s:2:"id";s:23:"mobile_menu_hover_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--mobile_menu_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:24:"mobile_menu_border_color";a:8:{s:5:"label";s:24:"Mobile Menu Border Color";s:11:"description";s:95:"Controls the border and divider colors of the mobile menu dropdown and classic mobile menu box.";s:2:"id";s:24:"mobile_menu_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--mobile_menu_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:24:"mobile_menu_toggle_color";a:8:{s:5:"label";s:24:"Mobile Menu Toggle Color";s:11:"description";s:50:"Controls the color of the mobile menu toggle icon.";s:2:"id";s:24:"mobile_menu_toggle_color";s:7:"default";s:7:"#9ea0a4";s:4:"type";s:11:"color-alpha";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--mobile_menu_toggle_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"mobile_menu_typography_info";a:5:{s:5:"label";s:22:"Mobile Menu Typography";s:11:"description";s:0:"";s:2:"id";s:27:"mobile_menu_typography_info";s:4:"type";s:4:"info";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}}}s:22:"mobile_menu_typography";a:9:{s:2:"id";s:22:"mobile_menu_typography";s:5:"label";s:22:"Mobile Menu Typography";s:11:"description";s:54:"These settings control the typography for mobile menu.";s:4:"type";s:10:"typography";s:5:"class";s:24:"fusion-gutter-and-or-and";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"12px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:4:"42px";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#4a4e57";}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:10:{i:0;a:3:{s:4:"name";s:36:"--mobile_menu_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:22:"mobile_menu_typography";}}i:1;a:2:{s:4:"name";s:34:"--mobile_menu_typography-font-size";s:6:"choice";s:9:"font-size";}i:2;a:3:{s:4:"name";s:36:"--mobile_menu_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:3;a:2:{s:4:"name";s:36:"--mobile_menu_typography-line-height";s:6:"choice";s:11:"line-height";}i:4;a:3:{s:4:"name";s:39:"--mobile_menu_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:5;a:2:{s:4:"name";s:30:"--mobile_menu_typography-color";s:6:"choice";s:5:"color";}i:6;a:2:{s:4:"name";s:35:"--mobile_menu_typography-font-style";s:6:"choice";s:10:"font-style";}i:7;a:2:{s:4:"name";s:36:"--mobile_menu_typography-font-weight";s:6:"choice";s:11:"font-weight";}i:8;a:3:{s:4:"name";s:45:"--mobile_menu_typography-font-size-30-or-24px";s:6:"choice";s:9:"font-size";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:4:"30px";i:1;s:4:"24px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:33:"mobile_menu_typography[font-size]";i:1;s:1:">";i:2;s:2:"35";}}}}}i:9;a:3:{s:4:"name";s:47:"--mobile_menu_typography-font-size-open-submenu";s:6:"choice";s:9:"font-size";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:4:"20px";i:1;s:45:"var(--mobile_menu_typography-font-size, 13px)";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:33:"mobile_menu_typography[font-size]";i:1;s:1:">";i:2;s:2:"30";}}}}}}}s:28:"mobile_menu_font_hover_color";a:8:{s:5:"label";s:23:"Mobile Menu Hover Color";s:11:"description";s:99:"Controls the hover color of the mobile menu item. Also, used to highlight current mobile menu item.";s:2:"id";s:28:"mobile_menu_font_hover_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:5:"class";s:24:"fusion-gutter-and-or-and";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--mobile_menu_font_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"mobile_menu_text_align";a:9:{s:5:"label";s:22:"Mobile Menu Text Align";s:11:"description";s:40:"Controls the mobile menu text alignment.";s:2:"id";s:22:"mobile_menu_text_align";s:7:"default";s:4:"left";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:4:"type";s:15:"radio-buttonset";s:5:"class";s:32:"fusion-gutter-and-and-or-and-and";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}i:3;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:4;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:5;a:3:{s:7:"setting";s:18:"mobile_menu_design";s:8:"operator";s:2:"!=";s:5:"value";s:6:"flyout";}}s:6:"output";a:4:{i:0;a:0:{}i:1;a:0:{}i:2;a:0:{}i:3;a:6:{s:7:"element";s:28:"nav.fusion-mobile-nav-holder";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:31:"fusion-mobile-menu-text-align-$";s:12:"remove_attrs";a:3:{i:0;s:34:"fusion-mobile-menu-text-align-left";i:1;s:36:"fusion-mobile-menu-text-align-center";i:2;s:35:"fusion-mobile-menu-text-align-right";}s:8:"callback";a:2:{i:0;s:24:"conditional_return_value";i:1;a:1:{s:10:"conditions";a:1:{i:0;a:3:{i:0;s:18:"mobile_menu_design";i:1;s:3:"!==";i:2;s:6:"flyout";}}}}}}}s:19:"header_v6_used_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:212:"
IMPORTANT NOTE: Mega Menu Options are only available when using Header Layouts #1-5. Your current Header Layout #6 does not utilize the mega menu.
";s:2:"id";s:19:"header_v6_used_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"==";s:5:"value";s:2:"v6";}}}s:22:"megamenu_disabled_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:178:"
IMPORTANT NOTE: Mega Menu is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:22:"megamenu_disabled_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}s:14:"megamenu_width";a:10:{s:5:"label";s:27:"Mega Menu Wrapper Max Width";s:11:"description";s:132:"Controls the max width of the mega menu. On boxed side header layouts, "Viewport Width" will match "Site Width".";s:2:"id";s:14:"megamenu_width";s:4:"type";s:6:"select";s:7:"default";s:10:"site_width";s:7:"choices";a:3:{s:10:"site_width";s:10:"Site Width";s:14:"viewport_width";s:10:"100% Width";s:12:"custom_width";s:12:"Custom Width";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:2:{s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:19:"megamenu_base_width";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:9:"transport";s:7:"refresh";s:15:"partial_refresh";a:3:{s:40:"megamenu_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:39:"megamenu_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:22:"mmegamenu_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:18:"megamenu_max_width";a:8:{s:5:"label";s:19:"Mega Menu Max-Width";s:11:"description";s:40:"Controls the max width of the mega menu.";s:2:"id";s:18:"megamenu_max_width";s:7:"default";s:4:"1200";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:4:"4096";s:4:"step";s:1:"1";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:14:"megamenu_width";s:8:"operator";s:1:"=";s:5:"value";s:12:"custom_width";}}s:15:"partial_refresh";a:3:{s:44:"megamenu_max_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"megamenu_max_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"megamenu_max_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:31:"megamenu_interior_content_width";a:8:{s:5:"label";s:32:"Mega Menu Interior Content Width";s:11:"description";s:103:"For full width mega menus select if the interior menu content is contained to site width or 100% width.";s:2:"id";s:31:"megamenu_interior_content_width";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:14:"viewport_width";s:7:"choices";a:2:{s:10:"site_width";s:10:"Site Width";s:14:"viewport_width";s:10:"100% Width";}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:1:"=";s:5:"value";s:3:"top";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:2;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:14:"megamenu_width";s:8:"operator";s:1:"=";s:5:"value";s:14:"viewport_width";}}s:15:"partial_refresh";a:3:{s:40:"megamenu_width_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:39:"megamenu_width_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:22:"mmegamenu_width_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:19:"megamenu_title_size";a:8:{s:5:"label";s:27:"Mega Menu Column Title Size";s:11:"description";s:51:"Controls the font size for mega menu column titles.";s:2:"id";s:19:"megamenu_title_size";s:7:"default";s:4:"18px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--megamenu_title_size";s:7:"element";s:22:".fusion-megamenu-title";}}}s:30:"megamenu_item_vertical_padding";a:8:{s:5:"label";s:31:"Mega Menu Dropdown Item Padding";s:11:"description";s:61:"Controls the top/bottom padding for mega menu dropdown items.";s:2:"id";s:30:"megamenu_item_vertical_padding";s:7:"default";s:1:"7";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:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--megamenu_item_vertical_padding";s:7:"element";s:24:".fusion-megamenu-submenu";s:13:"value_pattern";s:3:"$px";}}}s:29:"megamenu_item_display_divider";a:7:{s:5:"label";s:22:"Mega Menu Item Divider";s:11:"description";s:62:"Turn on to display a divider between mega menu dropdown items.";s:2:"id";s:29:"megamenu_item_display_divider";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v6";}i:1;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-has-megamenu-item-divider";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"menu_icons_note";a:4:{s:5:"label";s:0:"";s:11:"description";s:381:"
IMPORTANT NOTE: Icons are available for both the main and dropdown menus. However, the options below only apply to the main menu. Dropdown menu icons do not use these options below, they follow the dropdown font size and color. The icons themselves can be added to your menu items in the Appearance > Menus section.
";s:2:"id";s:15:"menu_icons_note";s:4:"type";s:6:"custom";}s:18:"menu_icon_position";a:8:{s:5:"label";s:23:"Main Menu Icon Position";s:11:"description";s:37:"Controls the main menu icon position.";s:2:"id";s:18:"menu_icon_position";s:7:"default";s:4:"left";s:7:"choices";a:4:{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:4:"type";s:6:"select";s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:26:"avada-menu-icon-position-$";s:12:"remove_attrs";a:4:{i:0;s:28:"avada-menu-icon-position-top";i:1;s:30:"avada-menu-icon-position-right";i:2;s:31:"avada-menu-icon-position-bottom";i:3;s:29:"avada-menu-icon-position-left";}}}s:15:"partial_refresh";a:3:{s:44:"menu_icon_position_header_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:43:"menu_icon_position_header_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:25:"menu_icon_position_header";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:14:"menu_icon_size";a:7:{s:5:"label";s:19:"Main Menu Icon Size";s:11:"description";s:46:"Controls the size of the top-level menu icons.";s:2:"id";s:14:"menu_icon_size";s:7:"default";s:2:"14";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--menu_icon_size";s:13:"value_pattern";s:3:"$px";}}}s:15:"menu_icon_color";a:6:{s:5:"label";s:20:"Main Menu Icon Color";s:11:"description";s:52:"Controls the color of the top-level main menu icons.";s:2:"id";s:15:"menu_icon_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:17:"--menu_icon_color";s:7:"element";s:21:".fusion-megamenu-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"menu_icon_hover_color";a:6:{s:5:"label";s:26:"Main Menu Icon Hover Color";s:11:"description";s:58:"Controls the hover color of the top-level main menu icons.";s:2:"id";s:21:"menu_icon_hover_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:23:"--menu_icon_hover_color";s:7:"element";s:21:".fusion-megamenu-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"menu_thumbnail_size";a:8:{s:5:"label";s:24:"Mega Menu Thumbnail Size";s:11:"description";s:149:"Controls the width and height of the top-level mega menu thumbnails. Use "auto" for automatic resizing if you added either width or height.";s:2:"id";s:19:"menu_thumbnail_size";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"26px";s:6:"height";s:4:"14px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_megamenu";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:27:"--menu_thumbnail_size-width";s:6:"choice";s:5:"width";s:7:"element";s:17:".fusion-main-menu";}i:1;a:3:{s:4:"name";s:28:"--menu_thumbnail_size-height";s:6:"choice";s:6:"height";s:7:"element";s:17:".fusion-main-menu";}}}s:14:"logo_alignment";a:9:{s:5:"label";s:14:"Logo Alignment";s:11:"description";s:88:"Controls the logo alignment. "Center" only works on Header 5 and Side Headers.";s:2:"id";s:14:"logo_alignment";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--logo_alignment";}}s:6:"output";a:5:{i:0;a:5:{s:7:"element";s:22:".fusion-logo-alignment";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:13:"fusion-logo-$";s:12:"remove_attrs";a:3:{i:0;s:16:"fusion-logo-left";i:1;s:18:"fusion-logo-center";i:2;s:17:"fusion-logo-right";}}i:1;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:6:"choice";s:3:"top";s:9:"globalVar";s:13:"avadaMenuVars";s:2:"id";s:14:"logo_alignment";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:17:"mobile-logo-pos-$";s:12:"remove_attrs";a:3:{i:0;s:20:"mobile-logo-pos-left";i:1;s:22:"mobile-logo-pos-center";i:2;s:21:"mobile-logo-pos-right";}}i:3;a:5:{s:7:"element";s:41:".side-header-wrapper .side-header-content";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:13:"fusion-logo-$";s:12:"remove_attrs";a:3:{i:0;s:16:"fusion-logo-left";i:1;s:18:"fusion-logo-center";i:2;s:17:"fusion-logo-right";}}i:4;a:5:{s:7:"element";s:48:".side-header-wrapper .fusion-main-menu-container";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:18:"fusion-logo-menu-$";s:12:"remove_attrs";a:3:{i:0;s:21:"fusion-logo-menu-left";i:1;s:23:"fusion-logo-menu-center";i:2;s:22:"fusion-logo-menu-right";}}}}s:11:"logo_margin";a:9:{s:5:"label";s:12:"Logo Margins";s:11:"description";s:56:"Controls the top/right/bottom/left margins for the logo.";s:2:"id";s:11:"logo_margin";s:7:"default";a:4:{s:3:"top";s:4:"34px";s:6:"bottom";s:4:"34px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}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:4:"type";s:7:"spacing";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:4:{i:0;a:4:{s:4:"name";s:17:"--logo_margin-top";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:3:"top";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}i:1;a:4:{s:4:"name";s:20:"--logo_margin-bottom";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:6:"bottom";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}i:2;a:4:{s:4:"name";s:18:"--logo_margin-left";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:4:"left";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}i:3;a:4:{s:4:"name";s:19:"--logo_margin-right";s:7:"element";s:12:".fusion-logo";s:6:"choice";s:5:"right";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:1:"$";i:1;s:3:"0px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:9:"logo[url]";i:1;s:3:"!==";i:2;s:0:"";}}}}}}s:6:"output";a:6:{i:0;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:3:"top";s:8:"function";s:4:"attr";s:4:"attr";s:15:"data-margin-top";}i:1;a:3:{s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:2:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:18:"header_padding_top";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:6:"bottom";s:8:"function";s:4:"attr";s:4:"attr";s:18:"data-margin-bottom";}i:3;a:3:{s:6:"choice";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:15:"avadaHeaderVars";s:2:"id";s:18:"logo_margin_bottom";s:7:"trigger";a:1:{i:0;s:27:"fusion-reinit-sticky-header";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:4;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:4:"left";s:8:"function";s:4:"attr";s:4:"attr";s:16:"data-margin-left";}i:5;a:4:{s:7:"element";a:2:{i:0;s:27:".fusion-header .fusion-logo";i:1;s:25:"#side-header .fusion-logo";}s:6:"choice";s:5:"right";s:8:"function";s:4:"attr";s:4:"attr";s:17:"data-margin-right";}}}s:15:"logo_background";a:9:{s:5:"label";s:15:"Logo Background";s:11:"description";s:53:"Turn on to display a colored background for the logo.";s:2:"id";s:15:"logo_background";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:28:"fusion-gutter-and-and-or-and";s:8:"required";a:5:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:3;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:4;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}}s:15:"partial_refresh";a:1:{s:20:"partial_refresh_logo";a:3:{s:8:"selector";s:36:".fusion-logo,.fusion-logo-background";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:9:"body,html";s:9:"className";s:25:"avada-has-logo-background";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:21:"logo_background_color";a:8:{s:5:"label";s:21:"Logo Background Color";s:11:"description";s:43:"Controls the background color for the logo.";s:2:"id";s:21:"logo_background_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:5:"class";s:36:"fusion-gutter-and-and-and-or-and-and";s:8:"required";a:7:{i:0;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v4";}i:1;a:3:{s:7:"setting";s:13:"header_layout";s:8:"operator";s:2:"!=";s:5:"value";s:2:"v5";}i:2;a:3:{s:7:"setting";s:15:"logo_background";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:4;a:3:{s:7:"setting";s:15:"header_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:5;a:3:{s:7:"setting";s:15:"logo_background";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:6;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--logo_background_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"logo_custom_link";a:6:{s:5:"label";s:20:"Logo Custom Link URL";s:11:"description";s:95:"Enter a custom URL the site logo should link to. Leave empty to let logo link to the home page.";s:2:"id";s:16:"logo_custom_link";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:17:".fusion-logo-link";s:8:"function";s:4:"attr";s:4:"attr";s:4:"href";s:13:"value_pattern";s:1:"$";}}}s:23:"default_logo_info_title";a:5:{s:5:"label";s:12:"Default Logo";s:11:"description";s:0:"";s:2:"id";s:23:"default_logo_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:4:"logo";a:9:{s:5:"label";s:12:"Default Logo";s:11:"description";s:35:"Select an image file for your logo.";s:2:"id";s:4:"logo";s:7:"default";s:80:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/logo.png";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:15:"partial_refresh";a:1:{s:20:"partial_refresh_logo";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:14:".fusion-header";i:1;s:33:"#side-header .side-header-wrapper";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:9:"Edit Logo";s:4:"icon";s:19:"fusiona-plus-circle";s:5:"order";i:2;}}}}s:11:"logo_retina";a:9:{s:5:"label";s:19:"Retina Default Logo";s:11:"description";s:107:"Select an image file for the retina version of the logo. It should be exactly 2x the size of the main logo.";s:2:"id";s:11:"logo_retina";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:4:"logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:15:"partial_refresh";a:1:{s:27:"partial_refresh_logo_retina";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}s:22:"sticky_logo_info_title";a:5:{s:5:"label";s:18:"Sticky Header Logo";s:11:"description";s:0:"";s:2:"id";s:22:"sticky_logo_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:18:"sticky_header_logo";a:9:{s:5:"label";s:18:"Sticky Header Logo";s:11:"description";s:49:"Select an image file for your sticky header logo.";s:2:"id";s:18:"sticky_header_logo";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:15:"partial_refresh";a:1:{s:34:"partial_refresh_sticky_header_logo";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:22:".fusion-logo-alignment";s:9:"className";s:20:"fusion-sticky-logo-1";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"sticky_header_logo_retina";a:9:{s:5:"label";s:25:"Retina Sticky Header Logo";s:11:"description";s:130:"Select an image file for the retina version of the sticky header logo. It should be exactly 2x the size of the sticky header logo.";s:2:"id";s:25:"sticky_header_logo_retina";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"sticky_header_logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:18:"sticky_header_logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:18:"sticky_header_logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:15:"partial_refresh";a:1:{s:41:"partial_refresh_sticky_header_logo_retina";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}s:22:"mobile_logo_info_title";a:5:{s:5:"label";s:11:"Mobile Logo";s:11:"description";s:0:"";s:2:"id";s:22:"mobile_logo_info_title";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:11:"mobile_logo";a:8:{s:5:"label";s:11:"Mobile Logo";s:11:"description";s:42:"Select an image file for your mobile logo.";s:2:"id";s:11:"mobile_logo";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:15:"partial_refresh";a:1:{s:27:"partial_refresh_mobile_logo";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}s:18:"mobile_logo_retina";a:9:{s:5:"label";s:18:"Retina Mobile Logo";s:11:"description";s:116:"Select an image file for the retina version of the mobile logo. It should be exactly 2x the size of the mobile logo.";s:2:"id";s:18:"mobile_logo_retina";s:7:"default";s:0:"";s:3:"mod";s:3:"min";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"mobile_logo";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:11:"mobile_logo";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:11:"mobile_logo";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:15:"partial_refresh";a:1:{s:34:"partial_refresh_mobile_logo_retina";a:3:{s:8:"selector";s:12:".fusion-logo";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:4:"logo";}}}}s:7:"favicon";a:7:{s:5:"label";s:7:"Favicon";s:11:"description";s:55:"Favicon for your website at 32px x 32px or 64px x 64px.";s:2:"id";s:7:"favicon";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:9:"transport";s:11:"postMessage";}s:11:"iphone_icon";a:7:{s:5:"label";s:24:"Apple iPhone Icon Upload";s:11:"description";s:42:"Favicon for Apple iPhone at 120px x 120px.";s:2:"id";s:11:"iphone_icon";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:9:"transport";s:11:"postMessage";}s:18:"iphone_icon_retina";a:8:{s:5:"label";s:31:"Apple iPhone Retina Icon Upload";s:11:"description";s:57:"Favicon for Apple iPhone Retina Version at 180px x 180px.";s:2:"id";s:18:"iphone_icon_retina";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"iphone_icon";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:11:"iphone_icon";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:11:"iphone_icon";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:9:"transport";s:11:"postMessage";}s:9:"ipad_icon";a:7:{s:5:"label";s:22:"Apple iPad Icon Upload";s:11:"description";s:40:"Favicon for Apple iPad at 152px x 152px.";s:2:"id";s:9:"ipad_icon";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:9:"transport";s:11:"postMessage";}s:16:"ipad_icon_retina";a:8:{s:5:"label";s:29:"Apple iPad Retina Icon Upload";s:11:"description";s:55:"Favicon for Apple iPad Retina Version at 167px x 167px.";s:2:"id";s:16:"ipad_icon_retina";s:7:"default";s:0:"";s:4:"type";s:5:"media";s:4:"mode";b:0;s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:9:"ipad_icon";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:9:"ipad_icon";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:9:"ipad_icon";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:9:"transport";s:11:"postMessage";}s:30:"page_title_bar_template_notice";a:5:{s:2:"id";s:30:"page_title_bar_template_notice";s:5:"label";s:0:"";s:11:"description";s:336:"
IMPORTANT NOTE: The options on this tab are not available because a global Page Title Bar override is currently used. To edit your global layout please visit this page.
";s:6:"hidden";b:1;s:4:"type";s:6:"custom";}s:14:"page_title_bar";a:9:{s:5:"label";s:14:"Page Title Bar";s:11:"description";s:41:"Controls how the page title bar displays.";s:2:"id";s:14:"page_title_bar";s:7:"default";s:15:"bar_and_content";s:6:"hidden";b:0;s:7:"choices";a:3:{s:15:"bar_and_content";s:20:"Show Bar and Content";s:12:"content_only";s:17:"Show Content Only";s:4:"hide";s:4:"Hide";}s:4:"type";s:6:"select";s:15:"partial_refresh";a:1:{s:38:"page_title_bar_contents_page_title_bar";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:20:"avada-has-titlebar-$";s:12:"remove_attrs";a:3:{i:0;s:23:"avada-has-titlebar-hide";i:1;s:34:"avada-has-titlebar-bar_and_content";i:2;s:31:"avada-has-titlebar-content_only";}}}}s:17:"page_title_bar_bs";a:9:{s:5:"label";s:40:"Breadcrumbs / Search Bar Content Display";s:11:"description";s:313:"Controls what displays in the breadcrumbs area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"page_title_bar_bs";s:7:"default";s:11:"breadcrumbs";s:6:"hidden";b:0;s:4:"type";s:6:"select";s:7:"choices";a:3:{s:4:"none";s:4:"None";s:11:"breadcrumbs";s:11:"Breadcrumbs";s:10:"search_box";s:10:"Search Bar";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:57:"page_title_bar_contents_breadcrumb_show_post_type_archive";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}}s:19:"page_title_bar_text";a:8:{s:5:"label";s:23:"Page Title Bar Headings";s:11:"description";s:312:"Turn on to display the page title bar headings. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"page_title_bar_text";s:7:"default";s:1:"1";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:43:"page_title_bar_contents_page_title_bar_text";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}}s:28:"page_title_bar_styling_title";a:6:{s:5:"label";s:22:"Page Title Bar Styling";s:11:"description";s:0:"";s:2:"id";s:28:"page_title_bar_styling_title";s:6:"hidden";b:0;s:4:"icon";b:1;s:4:"type";s:4:"info";}s:20:"page_title_100_width";a:8:{s:5:"label";s:25:"Page Title Bar 100% Width";s:11:"description";s:389:"Turn on to have the page title bar area display at 100% width according to the viewport size. Turn off to follow site width. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_100_width";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:29:"avada-has-pagetitle-100-width";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"page_title_height";a:8:{s:5:"label";s:21:"Page Title Bar Height";s:11:"description";s:318:"Controls the height of the page title bar on desktop. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"page_title_height";s:7:"default";s:5:"300px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--page_title_height";s:7:"element";s:22:".fusion-page-title-bar";}}}s:24:"page_title_mobile_height";a:9:{s:5:"label";s:28:"Page Title Bar Mobile Height";s:11:"description";s:317:"Controls the height of the page title bar on mobile. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"page_title_mobile_height";s:7:"default";s:5:"240px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--page_title_mobile_height";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:2:{i:0;s:23:"convert_font_size_to_px";i:1;a:2:{s:7:"setting";s:20:"page_title_font_size";s:8:"addUnits";b:1;}}}}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:4:"auto";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:39:"avada-has-page-title-mobile-height-auto";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"page_title_bg_color";a:8:{s:5:"label";s:31:"Page Title Bar Background Color";s:11:"description";s:317:"Controls the background color of the page title bar. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"page_title_bg_color";s:7:"default";s:7:"#f2f3f5";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--page_title_bg_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"page_title_border_color";a:9:{s:5:"label";s:28:"Page Title Bar Borders Color";s:11:"description";s:314:"Controls the border colors of the page title bar. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:23:"page_title_border_color";s:7:"default";s:19:"rgba(226,226,226,0)";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:25:"--page_title_border_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:22:".fusion-page-title-bar";s:8:"property";s:6:"border";s:11:"js_callback";a:2:{i:0;s:31:"fusionReturnStringIfTransparent";i:1;a:2:{s:11:"transparent";s:4:"none";s:6:"opaque";s:0:"";}}s:17:"sanitize_callback";a:2:{i:0;s:22:"Avada_Output_Callbacks";i:1;s:23:"page_title_border_color";}}}}s:20:"page_title_font_size";a:9:{s:5:"label";s:32:"Page Title Bar Heading Font Size";s:11:"description";s:324:"Controls the font size for the page title bar main heading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_font_size";s:7:"default";s:4:"54px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--page_title_font_size";s:7:"element";s:22:".fusion-page-title-bar";}}}s:22:"page_title_line_height";a:9:{s:5:"label";s:34:"Page Title Bar Heading Line Height";s:11:"description";s:326:"Controls the line height for the page title bar main heading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"page_title_line_height";s:7:"default";s:6:"normal";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--page_title_line_height";s:7:"element";s:22:".fusion-page-title-bar";}}}s:16:"page_title_color";a:8:{s:5:"label";s:33:"Page Title Bar Heading Font Color";s:11:"description";s:324:"Controls the text color of the page title bar main heading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"page_title_color";s:7:"default";s:7:"#212934";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--page_title_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"page_title_subheader_font_size";a:9:{s:5:"label";s:35:"Page Title Bar Subheading Font Size";s:11:"description";s:321:"Controls the font size for the page titlebar subheading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:30:"page_title_subheader_font_size";s:7:"default";s:4:"18px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:32:"--page_title_subheader_font_size";s:7:"element";s:22:".fusion-page-title-bar";}}}s:26:"page_title_subheader_color";a:8:{s:5:"label";s:36:"Page Title Bar Subheading Font Color";s:11:"description";s:322:"Controls the text color of the page title bar subheading. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"page_title_subheader_color";s:7:"default";s:7:"#4a4e57";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--page_title_subheader_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"page_title_alignment";a:9:{s:5:"label";s:29:"Page Title Bar Text Alignment";s:11:"description";s:430:"Choose the title and subhead text alignment. Breadcrumbs / search field will be on opposite side for left / right alignment and below the title for center alignment. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_alignment";s:7:"default";s:6:"center";s:6:"hidden";b:0;s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:44:"page_title_bar_contents_page_title_alignment";a:5:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";s:17:"skip_for_template";a:1:{i:0;s:14:"page_title_bar";}}}}s:29:"page_title_bar_bg_image_title";a:6:{s:5:"label";s:31:"Page Title Bar Background Image";s:11:"description";s:0:"";s:2:"id";s:29:"page_title_bar_bg_image_title";s:4:"icon";b:1;s:6:"hidden";b:0;s:4:"type";s:4:"info";}s:13:"page_title_bg";a:9:{s:5:"label";s:31:"Page Title Bar Background Image";s:11:"description";s:380:"Select an image for the page title bar background. If left empty, the page title bar background color will be used. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:13:"page_title_bg";s:7:"default";s:0:"";s:6:"hidden";b:0;s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:4:{s:4:"name";s:15:"--page_title_bg";s:7:"element";s:22:".fusion-page-title-bar";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:4:"none";}}}}}s:20:"page_title_bg_retina";a:10:{s:5:"label";s:38:"Retina Page Title Bar Background Image";s:11:"description";s:404:"Select an image for the retina version of the page title bar background. It should be exactly 2x the size of the page title bar background. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"page_title_bg_retina";s:7:"default";s:0:"";s:6:"hidden";b:0;s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:4:{s:4:"name";s:22:"--page_title_bg_retina";s:7:"element";s:22:".fusion-page-title-bar";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:20:"var(--page_title_bg)";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"html";s:9:"className";s:38:"avada-has-pagetitlebar-retina-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"page_title_bg_full";a:8:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:382:"Turn on to have the page title bar background image display at 100% in width and height according to the window size. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:18:"page_title_bg_full";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-pagetitle-bg-full";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"page_title_bg_parallax";a:8:{s:5:"label";s:25:"Parallax Background Image";s:11:"description";s:332:"Turn on to use a parallax scrolling effect on the background image. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"page_title_bg_parallax";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-has-pagetitle-bg-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"page_title_fading";a:8:{s:5:"label";s:16:"Fading Animation";s:11:"description";s:316:"Turn on to have the page title text fade on scroll. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"page_title_fading";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:13:"avadaFadeVars";s:2:"id";s:17:"page_title_fading";s:7:"trigger";a:1:{i:0;s:27:"avadaTriggerPageTitleFading";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"breadcrumb_mobile";a:7:{s:5:"label";s:29:"Breadcrumbs on Mobile Devices";s:11:"description";s:314:"Turn on to display breadcrumbs on mobile devices. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"breadcrumb_mobile";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:34:"avada-has-breadcrumb-mobile-hidden";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"breacrumb_prefix";a:7:{s:5:"label";s:18:"Breadcrumbs Prefix";s:11:"description";s:310:"Controls the text before the breadcrumb menu. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"breacrumb_prefix";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:40:"page_title_bar_contents_breacrumb_prefix";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}s:20:"breadcrumb_separator";a:7:{s:5:"label";s:21:"Breadcrumbs Separator";s:11:"description";s:320:"Controls the type of separator between each breadcrumb. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"breadcrumb_separator";s:7:"default";s:1:"/";s:4:"type";s:4:"text";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:44:"page_title_bar_contents_breadcrumb_separator";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}s:21:"breadcrumbs_font_size";a:8:{s:5:"label";s:21:"Breadcrumbs Font Size";s:11:"description";s:313:"Controls the font size for the breadcrumbs text. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:21:"breadcrumbs_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--breadcrumbs_font_size";s:7:"element";s:22:".fusion-page-title-bar";}}}s:22:"breadcrumbs_text_color";a:7:{s:5:"label";s:22:"Breadcrumbs Text Color";s:11:"description";s:313:"Controls the text color of the breadcrumbs font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"breadcrumbs_text_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--breadcrumbs_text_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"breadcrumbs_text_hover_color";a:7:{s:5:"label";s:28:"Breadcrumbs Text Hover Color";s:11:"description";s:319:"Controls the text hover color of the breadcrumbs font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:28:"breadcrumbs_text_hover_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:3:{s:4:"name";s:30:"--breadcrumbs_text_hover_color";s:7:"element";s:22:".fusion-page-title-bar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:26:"breadcrumb_show_categories";a:7:{s:5:"label";s:30:"Post Categories on Breadcrumbs";s:11:"description";s:328:"Turn on to display the post categories in the breadcrumbs path. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"breadcrumb_show_categories";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:50:"page_title_bar_contents_breadcrumb_show_categories";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}s:33:"breadcrumb_show_post_type_archive";a:7:{s:5:"label";s:33:"Post Type Archives on Breadcrumbs";s:11:"description";s:327:"Turn on to display post type archives in the breadcrumbs path. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:33:"breadcrumb_show_post_type_archive";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:57:"page_title_bar_contents_breadcrumb_show_post_type_archive";a:4:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}s:21:"success_trigger_event";s:20:"fusion-ptb-refreshed";}}}s:18:"slidingbar_widgets";a:8:{s:5:"label";s:23:"Sliding Bar on Desktops";s:11:"description";s:47:"Turn on to display the sliding bar on desktops.";s:2:"id";s:18:"slidingbar_widgets";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:24:".fusion-sliding-bar-area";}s:9:"shortcuts";a:2:{i:0;a:2:{s:10:"aria_label";s:16:"Edit Sliding Bar";s:4:"icon";s:18:"fusiona-arrow-down";}i:1;a:2:{s:10:"aria_label";s:24:"Edit Sliding Bar Widgets";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";}}}s:15:"partial_refresh";a:2:{s:38:"sliding_bar_content_slidingbar_widgets";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}s:33:"header_content_slidingbar_widgets";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:28:"avada-has-slidingbar-widgets";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"mobile_slidingbar_widgets";a:7:{s:5:"label";s:21:"Sliding Bar On Mobile";s:11:"description";s:258:"Turn on to display the sliding bar on mobiles. IMPORTANT: Due to mobile screen sizes and overlapping issues, when this option is enabled the triangle toggle style in the top right position will be forced for square and circle desktop styles.";s:2:"id";s:25:"mobile_slidingbar_widgets";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:20:"no-mobile-slidingbar";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:23:"slidingbar_open_on_load";a:7:{s:5:"label";s:29:"Sliding Bar Open On Page Load";s:11:"description";s:57:"Turn on to have the sliding bar open when the page loads.";s:2:"id";s:23:"slidingbar_open_on_load";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:19:"slidingbar_position";a:9:{s:5:"label";s:20:"Sliding Bar Position";s:11:"description";s:93:"Controls the position of the sliding bar to be in the top, right, bottom or left of the site.";s:2:"id";s:19:"slidingbar_position";s:7:"default";s:3:"top";s:4:"type";s:6:"select";s:7:"choices";a:4:{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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:39:"sliding_bar_content_slidingbar_position";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:31:"avada-has-slidingbar-position-$";s:12:"remove_attrs";a:4:{i:0;s:33:"avada-has-slidingbar-position-top";i:1;s:35:"avada-has-slidingbar-position-right";i:2;s:36:"avada-has-slidingbar-position-bottom";i:3;s:34:"avada-has-slidingbar-position-left";}}}}s:16:"slidingbar_width";a:8:{s:5:"label";s:17:"Sliding Bar Width";s:11:"description";s:60:"Controls the width of the sliding bar on left/right layouts.";s:2:"id";s:16:"slidingbar_width";s:7:"default";s:5:"300px";s:4:"type";s:9:"dimension";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:6:"bottom";}}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:18:"--slidingbar_width";}i:1;a:2:{s:4:"name";s:32:"--slidingbar_width-percent_to_vw";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vw";}}}}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:1:"%";i:1;s:8:"contains";}s:7:"element";s:4:"body";s:9:"className";s:34:"avada-has-slidingbar-width-percent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"slidingbar_sticky";a:7:{s:5:"label";s:18:"Sticky Sliding Bar";s:11:"description";s:39:"Turn on to enable a sticky sliding bar.";s:2:"id";s:17:"slidingbar_sticky";s:7:"default";i:1;s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:5:"right";}i:2;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:4:"left";}}s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-slidingbar-sticky";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:16:"#slidingbar-area";s:9:"className";s:25:"fusion-sliding-bar-sticky";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"slidingbar_widgets_columns";a:8:{s:5:"label";s:29:"Number of Sliding Bar Columns";s:11:"description";s:50:"Controls the number of columns in the sliding bar.";s:2:"id";s:26:"slidingbar_widgets_columns";s:7:"default";s:1:"2";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:1:"6";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:46:"sliding_bar_content_slidingbar_widgets_columns";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}}}s:27:"slidingbar_column_alignment";a:8:{s:5:"label";s:28:"Sliding Bar Column Alignment";s:11:"description";s:132:"Allows your sliding bar columns to be stacked (one above the other) or floated (side by side) when using the left or right position.";s:2:"id";s:27:"slidingbar_column_alignment";s:7:"default";s:7:"stacked";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"stacked";s:7:"Stacked";s:7:"floated";s:7:"Floated";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:3:"top";}i:2;a:3:{s:7:"setting";s:19:"slidingbar_position";s:8:"operator";s:2:"!=";s:5:"value";s:6:"bottom";}}s:15:"partial_refresh";a:1:{s:47:"sliding_bar_content_slidingbar_column_alignment";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}}}s:26:"slidingbar_content_padding";a:8:{s:5:"label";s:27:"Sliding Bar Content Padding";s:11:"description";s:68:"Controls the top/right/bottom/left paddings of the sliding bar area.";s:2:"id";s:26:"slidingbar_content_padding";s:7:"default";a:4:{s:3:"top";s:4:"60px";s:6:"bottom";s:4:"60px";s:4:"left";s:4:"30px";s:5:"right";s:4:"30px";}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:4:"type";s:7:"spacing";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:32:"--slidingbar_content_padding-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:35:"--slidingbar_content_padding-bottom";s:6:"choice";s:6:"bottom";}i:2;a:2:{s:4:"name";s:33:"--slidingbar_content_padding-left";s:6:"choice";s:4:"left";}i:3;a:2:{s:4:"name";s:34:"--slidingbar_content_padding-right";s:6:"choice";s:5:"right";}}}s:24:"slidingbar_content_align";a:8:{s:5:"label";s:29:"Sliding Bar Content Alignment";s:11:"description";s:39:"Controls sliding bar content alignment.";s:2:"id";s:24:"slidingbar_content_align";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--slidingbar_content_align";s:7:"element";s:19:".fusion-sliding-bar";}}}s:25:"sliding_bar_styling_title";a:5:{s:5:"label";s:19:"Sliding Bar Styling";s:11:"description";s:0:"";s:2:"id";s:25:"sliding_bar_styling_title";s:4:"type";s:4:"info";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:23:"slidingbar_toggle_style";a:10:{s:5:"label";s:24:"Sliding Bar Toggle Style";s:11:"description";s:50:"Controls the appearance of the sliding bar toggle.";s:2:"id";s:23:"slidingbar_toggle_style";s:7:"default";s:6:"circle";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:4:{s:8:"triangle";s:8:"Triangle";s:9:"rectangle";s:9:"Rectangle";s:6:"circle";s:6:"Circle";s:4:"menu";s:14:"Main Menu Icon";}s:5:"icons";a:4:{s:8:"triangle";s:210:"";s:9:"rectangle";s:121:"";s:6:"circle";s:121:"";s:4:"menu";s:176:"";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:3:{s:43:"sliding_bar_content_slidingbar_toggle_style";a:3:{s:8:"selector";s:27:".fusion-sliding-bar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"sliding_bar";}}s:49:"slidingbar_toggle_style_header_remove_before_hook";a:3:{s:8:"selector";s:112:".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:49:"slidingbar_toggle_style_header_replace_after_hook";a:4:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:15:"header_position";}s:21:"success_trigger_event";s:40:"header-rendered fusion-partial-wooslider";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:32:"avada-slidingbar-toggle-style--$";s:12:"remove_attrs";a:4:{i:0;s:38:"avada-slidingbar-toggle-style-triangle";i:1;s:39:"avada-slidingbar-toggle-style-rectangle";i:2;s:36:"avada-slidingbar-toggle-style-circle";i:3;s:34:"avada-slidingbar-toggle-style-menu";}}}}s:19:"slidingbar_bg_color";a:7:{s:5:"label";s:28:"Sliding Bar Background Color";s:11:"description";s:49:"Controls the background color of the sliding bar.";s:2:"id";s:19:"slidingbar_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#212934";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--slidingbar_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:24:"slidingbar_divider_color";a:7:{s:5:"label";s:30:"Sliding Bar Item Divider Color";s:11:"description";s:46:"Controls the divider color in the sliding bar.";s:2:"id";s:24:"slidingbar_divider_color";s:7:"default";s:7:"#26303e";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--slidingbar_divider_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"slidingbar_toggle_icon_color";a:7:{s:5:"label";s:35:"Sliding Bar Toggle/Close Icon Color";s:11:"description";s:118:"Controls the color of the sliding bar toggle icon and of the close icon when using the main menu icon as toggle style.";s:2:"id";s:28:"slidingbar_toggle_icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:30:"--slidingbar_toggle_icon_color";s:7:"element";s:25:".fusion-sb-toggle-wrapper";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"slidingbar_font_size";a:8:{s:5:"label";s:29:"Sliding Bar Heading Font Size";s:11:"description";s:56:"Controls the font size for the sliding bar heading text.";s:2:"id";s:20:"slidingbar_font_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--slidingbar_font_size";s:7:"element";s:11:"#slidingbar";}}}s:25:"slidingbar_headings_color";a:7:{s:5:"label";s:26:"Sliding Bar Headings Color";s:11:"description";s:56:"Controls the text color of the sliding bar heading font.";s:2:"id";s:25:"slidingbar_headings_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:27:"--slidingbar_headings_color";s:7:"element";s:16:"#slidingbar-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"slidingbar_text_color";a:7:{s:5:"label";s:22:"Sliding Bar Font Color";s:11:"description";s:48:"Controls the text color of the sliding bar font.";s:2:"id";s:21:"slidingbar_text_color";s:7:"default";s:21:"rgba(255,255,255,0.6)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:23:"--slidingbar_text_color";s:7:"element";s:16:"#slidingbar-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"slidingbar_link_color";a:7:{s:5:"label";s:22:"Sliding Bar Link Color";s:11:"description";s:53:"Controls the text color of the sliding bar link font.";s:2:"id";s:21:"slidingbar_link_color";s:7:"default";s:22:"rgba(255,255,255,0.86)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:23:"--slidingbar_link_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"slidingbar_link_color_hover";a:7:{s:5:"label";s:28:"Sliding Bar Link Hover Color";s:11:"description";s:59:"Controls the text hover color of the sliding bar link font.";s:2:"id";s:27:"slidingbar_link_color_hover";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:29:"--slidingbar_link_color_hover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:17:"slidingbar_border";a:7:{s:5:"label";s:21:"Border on Sliding Bar";s:11:"description";s:82:"Turn on to display a border line on the sliding bar which makes it stand out more.";s:2:"id";s:17:"slidingbar_border";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:18:"slidingbar_widgets";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-slidingbar-border";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:16:"#slidingbar-area";s:9:"className";s:25:"fusion-sliding-bar-border";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"footer_widgets";a:7:{s:5:"label";s:14:"Footer Widgets";s:11:"description";s:34:"Turn on to display footer widgets.";s:2:"id";s:14:"footer_widgets";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:29:"footer_content_footer_widgets";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:14:".fusion-footer";}s:9:"shortcuts";a:2:{i:0;a:4:{s:10:"aria_label";s:11:"Edit Footer";s:4:"icon";s:14:"fusiona-footer";s:11:"open_parent";b:1;s:35:"link_to_template_if_override_active";s:6:"footer";}i:1;a:4:{s:10:"aria_label";s:19:"Edit Footer Widgets";s:9:"css_class";s:19:"fusion-edit-sidebar";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";s:28:"disable_on_template_override";s:6:"footer";}}}}s:22:"footer_widgets_columns";a:8:{s:5:"label";s:24:"Number of Footer Columns";s:11:"description";s:310:"Controls the number of columns in the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"footer_widgets_columns";s:7:"default";s:1:"4";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:1:"6";s:4:"step";s:1:"1";}s:4:"type";s:6:"slider";s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:37:"footer_content_footer_widgets_columns";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:29:"footer_widgets_center_content";a:7:{s:5:"label";s:29:"Center Footer Widgets Content";s:11:"description";s:309:"Turn on to center the footer widget content. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:29:"footer_widgets_center_content";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:45:".fusion-footer-widget-area.fusion-widget-area";s:9:"className";s:32:"fusion-footer-widget-area-center";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"footer_special_effects";a:8:{s:5:"label";s:22:"Footer Special Effects";s:11:"description";s:44:"Select a special effect for the footer area.";s:2:"id";s:22:"footer_special_effects";s:7:"default";s:4:"none";s:4:"type";s:5:"radio";s:7:"choices";a:5:{s:4:"none";s:4:"None";s:22:"footer_parallax_effect";a:2:{i:0;s:22:"Footer Parallax Effect";i:1;s:59:"This enables a fixed footer with parallax scrolling effect.";}s:23:"footer_area_bg_parallax";a:2:{i:0;s:25:"Parallax Background Image";i:1;s:125:"This enables a parallax effect on the background image selected in "Background Image For Footer Widget Area" field.";}s:13:"footer_sticky";a:2:{i:0;s:13:"Sticky Footer";i:1;s:317:"This enables a sticky footer. On short pages, the footer will always stick at the bottom, just "above the fold". On long enough pages, it will act just like a normal footer. IMPORTANT: This will not work properly when using a Left or Right Side Header layout and the side header is larger than the viewport.";}s:36:"footer_sticky_with_parallax_bg_image";a:2:{i:0;s:43:"Sticky Footer and Parallax Background Image";i:1;s:239:"This enables a sticky footer together with a parallax effect on the background image. On short pages, the footer will always stick at the bottom, just "above the fold". On long enough pages, it will act just like a normal footer.";}}s:6:"output";a:8:{i:0;a:4:{s:7:"element";s:4:"html";s:8:"property";s:6:"height";s:13:"value_pattern";s:4:"100%";s:7:"exclude";a:3:{i:0;s:4:"none";i:1;s:22:"footer_parallax_effect";i:2;s:23:"footer_area_bg_parallax";}}i:1;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaSideHeaderVars";s:2:"id";s:22:"footer_special_effects";s:7:"trigger";a:1:{i:0;s:22:"fusionSideHeaderScroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;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:22:"footer_parallax_effect";i:1;s:3:"===";}s:7:"element";s:14:".fusion-footer";s:9:"className";s:22:"fusion-footer-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;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:4:"none";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:20:"avada-footer-fx-none";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:4;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:22:"footer_parallax_effect";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-footer-fx-parallax-effect";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:5;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:23:"footer_area_bg_parallax";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-footer-fx-bg-parallax";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:6;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:13:"footer_sticky";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:22:"avada-footer-fx-sticky";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:7;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:36:"footer_sticky_with_parallax_bg_image";i:1;s:3:"===";}s:7:"element";s:4:"body";s:9:"className";s:42:"avada-footer-sticky-with-parallax-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:15:"partial_refresh";a:1:{s:37:"footer_content_footer_special_effects";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:16:"footer_copyright";a:6:{s:5:"label";s:13:"Copyright Bar";s:11:"description";s:37:"Turn on to display the copyright bar.";s:2:"id";s:16:"footer_copyright";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:31:"footer_content_footer_copyright";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:31:"footer_copyright_center_content";a:7:{s:5:"label";s:24:"Center Copyright Content";s:11:"description";s:309:"Turn on to center the copyright bar content. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:31:"footer_copyright_center_content";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:29:".fusion-footer-copyright-area";s:9:"className";s:30:"fusion-footer-copyright-center";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"footer_text";a:9:{s:5:"label";s:14:"Copyright Text";s:11:"description";s:340:"Enter the text that displays in the copyright bar. HTML markup can be used. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:11:"footer_text";s:7:"default";s:217:"Copyright 2012 - 2021 | Avada Website Builder by ThemeFusion | All Rights Reserved | Powered by WordPress";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:300;s:5:"theme";s:6:"chrome";}s:17:"sanitize_callback";a:2:{i:0;s:22:"Avada_Output_Callbacks";i:1;s:10:"unfiltered";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:11:"footer_text";a:4:{s:8:"selector";s:24:".fusion-copyright-notice";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:9:"copyright";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:16:"footerw_bg_image";a:9:{s:5:"label";s:39:"Background Image For Footer Widget Area";s:11:"description";s:371:"Select an image for the footer widget background. If left empty, the footer background color will be used. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"footerw_bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:4:{s:4:"name";s:18:"--footerw_bg_image";s:6:"choice";s:3:"url";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:0:"";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"body";s:9:"className";s:32:"avada-has-footer-widget-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"footerw_bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:374:"Turn on to have the footer background image display at 100% in width and height according to the window size. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:15:"footerw_bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:22:"--footerw_bg_full-size";s:7:"element";s:26:".fusion-footer-widget-area";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:5:"cover";i:1;s:7:"initial";}s:10:"conditions";a:1:{i:0;a:2:{i:0;s:15:"footerw_bg_full";i:1;s:4:"true";}}}}}i:1;a:3:{s:4:"name";s:26:"--footerw_bg_full-position";s:7:"element";s:26:".fusion-footer-widget-area";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:13:"center center";i:1;s:21:"var(--footerw_bg_pos)";}s:10:"conditions";a:1:{i:0;a:2:{i:0;s:15:"footerw_bg_full";i:1;s:4:"true";}}}}}}}s:17:"footerw_bg_repeat";a:8:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:307:"Controls how the background image repeats. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"footerw_bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--footerw_bg_repeat";s:7:"element";s:26:".fusion-footer-widget-area";}}}s:14:"footerw_bg_pos";a:8:{s:5:"label";s:19:"Background Position";s:11:"description";s:313:"Controls how the background image is positioned. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:14:"footerw_bg_pos";s:7:"default";s:13:"center center";s:4:"type";s:6:"select";s:7:"choices";a:9:{s:8:"top left";s:8:"top left";s:10:"top center";s:10:"top center";s:9:"top right";s:9:"top right";s:11:"center left";s:11:"center left";s:13:"center center";s:13:"center center";s:12:"center right";s:12:"center right";s:11:"bottom left";s:11:"bottom left";s:13:"bottom center";s:13:"bottom center";s:12:"bottom right";s:12:"bottom right";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--footerw_bg_pos";s:7:"element";s:26:".fusion-footer-widget-area";}}}s:16:"footer_100_width";a:8:{s:5:"label";s:17:"100% Footer Width";s:11:"description";s:379:"Turn on to have the footer area display at 100% width according to the window size. Turn off to follow site width. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:16:"footer_100_width";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:20:"avada-has-100-footer";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"footer_area_padding";a:9:{s:5:"label";s:14:"Footer Padding";s:11:"description";s:323:"Controls the top/right/bottom/left padding for the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"footer_area_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:"60px";s:6:"bottom";s:4:"64px";s:4:"left";s:3:"0px";s:5:"right";s:3:"0px";}s:4:"type";s:7:"spacing";s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:25:"--footer_area_padding-top";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:28:"--footer_area_padding-bottom";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:6:"bottom";}i:2;a:3:{s:4:"name";s:26:"--footer_area_padding-left";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:4:"left";}i:3;a:3:{s:4:"name";s:27:"--footer_area_padding-right";s:7:"element";s:14:".fusion-footer";s:6:"choice";s:5:"right";}}}s:15:"footer_bg_color";a:7:{s:5:"label";s:23:"Footer Background Color";s:11:"description";s:309:"Controls the background color of the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:15:"footer_bg_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:17:"--footer_bg_color";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:18:"footer_border_size";a:8:{s:5:"label";s:18:"Footer Border Size";s:11:"description";s:308:"Controls the size of the top footer border. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:18:"footer_border_size";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:"50";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--footer_border_size";s:7:"element";s:26:".fusion-footer-widget-area";s:13:"value_pattern";s:3:"$px";}}}s:19:"footer_border_color";a:7:{s:5:"label";s:19:"Footer Border Color";s:11:"description";s:306:"Controls the border colors of the footer. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"footer_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:21:"--footer_border_color";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"footer_divider_line";a:9:{s:5:"label";s:41:"Footer Widgets Area Vertical Divider Line";s:11:"description";s:350:"Turn on to have the footer widget area display vertical divider line between columns. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"footer_divider_line";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--footer_divider_line-flex";s:7:"element";s:14:".fusion-footer";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:4:"flex";i:1;s:5:"block";}s:10:"conditions";a:1:{i:0;a:2:{i:0;s:19:"footer_divider_line";i:1;s:4:"true";}}}}}}s:15:"partial_refresh";a:1:{s:27:"footer_divider_line_partial";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:24:"footer_divider_line_size";a:8:{s:5:"label";s:46:"Footer Widgets Area Vertical Divider Line Size";s:11:"description";s:347:"Controls the size of the vertical divider line between footer widget area columns. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"footer_divider_line_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:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--footer_divider_line_size";s:7:"element";s:14:".fusion-footer";s:13:"value_pattern";s:3:"$px";}}}s:25:"footer_divider_line_style";a:8:{s:5:"label";s:47:"Footer Widgets Area Vertical Divider Line Style";s:11:"description";s:348:"Controls the style of the vertical divider line between footer widget area columns. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:25:"footer_divider_line_style";s:7:"default";s:5:"solid";s:7:"choices";a:7:{s:4:"none";s:4:"None";s:5:"solid";s:5:"Solid";s:6:"dashed";s:6:"Dashed";s:6:"dotted";s:6:"Dotted";s:6:"double";s:6:"Double";s:6:"groove";s:6:"Groove";s:5:"ridge";s:5:"Ridge";}s:4:"type";s:6:"select";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:27:"--footer_divider_line_style";s:7:"element";s:14:".fusion-footer";}}}s:20:"footer_divider_color";a:7:{s:5:"label";s:27:"Footer Widget Divider Color";s:11:"description";s:371:"Controls the divider color in the footer widgets and also the vertical divider lines between widget areas. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"footer_divider_color";s:7:"default";s:7:"#26303e";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:22:"--footer_divider_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"footer_widgets_padding";a:9:{s:5:"label";s:27:"Footer Widgets Area Padding";s:11:"description";s:325:"Controls the right/left padding for the footer widget areas. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"footer_widgets_padding";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:1:"%";}}s:5:"class";s:16:"fusion-or-gutter";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--footer_widgets_padding";s:7:"element";s:14:".fusion-footer";}}}s:17:"copyright_padding";a:8:{s:5:"label";s:17:"Copyright Padding";s:11:"description";s:320:"Controls the top/bottom padding for the copyright area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"copyright_padding";s:7:"default";a:2:{s:3:"top";s:4:"20px";s:6:"bottom";s:4:"20px";}s:7:"choices";a:2:{s:3:"top";b:1;s:6:"bottom";b:1;}s:4:"type";s:7:"spacing";s:15:"soft_dependency";b:1;s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:23:"--copyright_padding-top";s:7:"element";s:29:".fusion-footer-copyright-area";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:26:"--copyright_padding-bottom";s:7:"element";s:29:".fusion-footer-copyright-area";s:6:"choice";s:6:"bottom";}}}s:18:"copyright_bg_color";a:7:{s:5:"label";s:26:"Copyright Background Color";s:11:"description";s:324:"Controls the background color of the footer copyright area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:18:"copyright_bg_color";s:7:"default";s:7:"#1d242d";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:20:"--copyright_bg_color";s:7:"element";s:29:".fusion-footer-copyright-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"copyright_border_size";a:8:{s:5:"label";s:21:"Copyright Border Size";s:11:"description";s:311:"Controls the size of the top copyright border. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:21:"copyright_border_size";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:"50";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:23:"--copyright_border_size";s:7:"element";s:29:".fusion-footer-copyright-area";s:13:"value_pattern";s:3:"$px";}}}s:22:"copyright_border_color";a:7:{s:5:"label";s:22:"Copyright Border Color";s:11:"description";s:322:"Controls the border colors for the footer copyright area. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:22:"copyright_border_color";s:7:"default";s:7:"#26303e";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:24:"--copyright_border_color";s:7:"element";s:29:".fusion-footer-copyright-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"footer_typography_info";a:4:{s:5:"label";s:17:"Footer Typography";s:11:"description";s:0:"";s:2:"id";s:22:"footer_typography_info";s:4:"type";s:4:"info";}s:26:"footer_headings_typography";a:8:{s:2:"id";s:26:"footer_headings_typography";s:5:"label";s:26:"Footer Headings Typography";s:11:"description";s:327:"These settings control the typography for the footer headings. This is a dependent option that always stays visible because other options can utilize it.";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"14px";s:11:"font-weight";s:3:"600";s:11:"line-height";s:3:"1.5";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#ffffff";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:7:{i:0;a:3:{s:4:"name";s:40:"--footer_headings_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:26:"footer_headings_typography";}}i:1;a:2:{s:4:"name";s:38:"--footer_headings_typography-font-size";s:6:"choice";s:9:"font-size";}i:2;a:3:{s:4:"name";s:40:"--footer_headings_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:3;a:2:{s:4:"name";s:40:"--footer_headings_typography-line-height";s:6:"choice";s:11:"line-height";}i:4;a:2:{s:4:"name";s:39:"--footer_headings_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:3:{s:4:"name";s:43:"--footer_headings_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:6;a:2:{s:4:"name";s:34:"--footer_headings_typography-color";s:6:"choice";s:5:"color";}}}s:17:"footer_text_color";a:7:{s:5:"label";s:17:"Footer Font Color";s:11:"description";s:308:"Controls the text color of the footer font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"footer_text_color";s:7:"default";s:22:"#rgba(255,255,255,0.6)";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:19:"--footer_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:17:"footer_link_color";a:7:{s:5:"label";s:17:"Footer Link Color";s:11:"description";s:313:"Controls the text color of the footer link font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"footer_link_color";s:7:"default";s:21:"rgba(255,255,255,0.8)";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:19:"--footer_link_color";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"footer_link_color_hover";a:7:{s:5:"label";s:23:"Footer Link Hover Color";s:11:"description";s:319:"Controls the text hover color of the footer link font. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:23:"footer_link_color_hover";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:3:{s:4:"name";s:25:"--footer_link_color_hover";s:7:"element";s:26:".fusion-footer-widget-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"copyright_text_color";a:7:{s:5:"label";s:20:"Copyright Text Color";s:11:"description";s:53:"Controls the text color of the footer copyright area.";s:2:"id";s:20:"copyright_text_color";s:7:"default";s:21:"rgba(255,255,255,0.4)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"footer_copyright";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--copyright_text_color";s:7:"element";s:24:".fusion-copyright-notice";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:20:"copyright_link_color";a:7:{s:5:"label";s:20:"Copyright Link Color";s:11:"description";s:53:"Controls the link color of the footer copyright area.";s:2:"id";s:20:"copyright_link_color";s:7:"default";s:21:"rgba(255,255,255,0.8)";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"footer_copyright";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:22:"--copyright_link_color";s:7:"element";s:24:".fusion-copyright-notice";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:26:"copyright_link_color_hover";a:7:{s:5:"label";s:26:"Copyright Link Hover Color";s:11:"description";s:59:"Controls the link hover color of the footer copyright area.";s:2:"id";s:26:"copyright_link_color_hover";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"footer_copyright";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--copyright_link_color_hover";s:7:"element";s:29:".fusion-footer-copyright-area";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:19:"copyright_font_size";a:8:{s:5:"label";s:19:"Copyright Font Size";s:11:"description";s:311:"Controls the font size for the copyright text. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"copyright_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:21:"--copyright_font_size";s:7:"element";s:24:".fusion-copyright-notice";}}}s:24:"responsive_sidebar_order";a:8:{s:2:"id";s:24:"responsive_sidebar_order";s:5:"label";s:24:"Sidebar Responsive Order";s:11:"description";s:101:"Choose the order of sidebars and main content area on mobile layouts through drag & drop sorting.";s:4:"type";s:8:"sortable";s:7:"choices";a:3:{s:7:"content";s:7:"Content";s:7:"sidebar";s:9:"Sidebar 1";s:9:"sidebar-2";s:9:"Sidebar 2";}s:7:"default";s:25:"content,sidebar,sidebar-2";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:10:"responsive";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:14:"sidebar_sticky";a:7:{s:5:"label";s:15:"Sticky Sidebars";s:11:"description";s:266:"Select the sidebar(s) that should remain sticky when scrolling the page. If the sidebar content is taller than the screen, it acts like a normal sidebar until the bottom of the sidebar is within the viewport, which will then remain fixed in place as you scroll down.";s:2:"id";s:14:"sidebar_sticky";s:7:"default";s:4:"none";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:4:"none";s:4:"None";s:11:"sidebar_one";s:9:"Sidebar 1";s:11:"sidebar_two";s:9:"Sidebar 2";s:4:"both";s:4:"Both";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:15:"sidebar_padding";a:7:{s:5:"label";s:15:"Sidebar Padding";s:11:"description";s:29:"Controls the sidebar padding.";s:2:"id";s:15:"sidebar_padding";s:7:"default";s:3:"0px";s:4:"type";s:9:"dimension";s:7:"choices";a:2:{i:0;s:2:"px";i:1;s:1:"%";}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:17:"--sidebar_padding";s:7:"element";s:8:".sidebar";}i:1;a:3:{s:4:"name";s:31:"--sidebar_padding-percent_to_vw";s:7:"element";s:8:".sidebar";s:8:"callback";a:2:{i:0;s:14:"string_replace";i:1;a:2:{i:0;s:1:"%";i:1;s:2:"vw";}}}}}s:16:"sidebar_bg_color";a:6:{s:5:"label";s:24:"Sidebar Background Color";s:11:"description";s:45:"Controls the background color of the sidebar.";s:2:"id";s:16:"sidebar_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:18:"--sidebar_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:23:"sidebar_widget_bg_color";a:6:{s:5:"label";s:39:"Sidebar Widget Heading Background Color";s:11:"description";s:108:"Controls the background color of the widget title box. If left transparent the widget title will be unboxed.";s:2:"id";s:23:"sidebar_widget_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:25:"--sidebar_widget_bg_color";s:7:"element";s:8:".sidebar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:3:{s:4:"name";s:40:"--sidebar_widget_bg_color-opaque-padding";s:7:"element";s:8:".sidebar";s:8:"callback";a:2:{i:0;s:28:"return_string_if_transparent";i:1;a:2:{s:11:"transparent";s:0:"";s:6:"opaque";s:8:"9px 15px";}}}}}s:15:"sidew_font_size";a:6:{s:5:"label";s:32:"Sidebar Widget Heading Font Size";s:11:"description";s:50:"Controls the font size of the widget heading text.";s:2:"id";s:15:"sidew_font_size";s:7:"default";s:4:"18px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:17:"--sidew_font_size";s:7:"element";s:8:".sidebar";}}}s:21:"sidebar_heading_color";a:6:{s:5:"label";s:29:"Sidebar Widget Headings Color";s:11:"description";s:54:"Controls the color of the sidebar widget heading text.";s:2:"id";s:21:"sidebar_heading_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:23:"--sidebar_heading_color";s:7:"element";s:8:".sidebar";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:13:"pages_sidebar";a:7:{s:5:"label";s:21:"Global Page Sidebar 1";s:11:"description";s:48:"Select sidebar 1 that will display on all pages.";s:2:"id";s:13:"pages_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:15:"pages_sidebar_2";a:7:{s:5:"label";s:21:"Global Page Sidebar 2";s:11:"description";s:101:"Select sidebar 2 that will display on all pages. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:15:"pages_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:20:"pages_global_sidebar";a:6:{s:5:"label";s:31:"Force Global Sidebars For Pages";s:11:"description";s:98:"Turn on if you want to use the same sidebars on all pages. This option overrides the page options.";s:2:"id";s:20:"pages_global_sidebar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:19:"default_sidebar_pos";a:7:{s:5:"label";s:28:"Global Page Sidebar Position";s:11:"description";s:113:"Controls the position of sidebar 1 for all pages. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:19:"default_sidebar_pos";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:17:"portfolio_sidebar";a:7:{s:5:"label";s:31:"Global Portfolio Post Sidebar 1";s:11:"description";s:58:"Select sidebar 1 that will display on all portfolio posts.";s:2:"id";s:17:"portfolio_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:19:"portfolio_sidebar_2";a:7:{s:5:"label";s:31:"Global Portfolio Post Sidebar 2";s:11:"description";s:111:"Select sidebar 2 that will display on all portfolio posts. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:19:"portfolio_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:24:"portfolio_global_sidebar";a:6:{s:5:"label";s:41:"Force Global Sidebars For Portfolio Posts";s:11:"description";s:118:"Turn on if you want to use the same sidebars on all portfolio posts. This option overrides the portfolio post options.";s:2:"id";s:24:"portfolio_global_sidebar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:26:"portfolio_sidebar_position";a:7:{s:5:"label";s:33:"Global Portfolio Sidebar Position";s:11:"description";s:141:"Controls the position of sidebar 1 for all portfolio posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:26:"portfolio_sidebar_position";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:37:"portfolio_archive_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:327:"
IMPORTANT NOTE: The sidebar position for portfolio archive pages is controlled by the option on the Portfolio Posts sidebar tab.
";s:2:"id";s:37:"portfolio_archive_important_note_info";s:4:"type";s:6:"custom";}s:25:"portfolio_archive_sidebar";a:7:{s:5:"label";s:27:"Portfolio Archive Sidebar 1";s:11:"description";s:66:"Select sidebar 1 that will display on the portfolio archive pages.";s:2:"id";s:25:"portfolio_archive_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:27:"portfolio_archive_sidebar_2";a:7:{s:5:"label";s:27:"Portfolio Archive Sidebar 2";s:11:"description";s:119:"Select sidebar 2 that will display on the portfolio archive pages. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:27:"portfolio_archive_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:13:"posts_sidebar";a:7:{s:5:"label";s:26:"Global Blog Post Sidebar 1";s:11:"description";s:53:"Select sidebar 1 that will display on all blog posts.";s:2:"id";s:13:"posts_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:27:"#sidebar.fusion-widget-area";}s:9:"shortcuts";a:3:{i:0;a:6:{s:10:"aria_label";s:27:"Edit Global Sidebar Options";s:8:"callback";s:23:"fusionEditGlobalSidebar";s:9:"css_class";s:0:"";s:4:"icon";s:11:"fusiona-cog";s:35:"link_to_template_if_override_active";s:7:"content";s:13:"override_icon";s:15:"fusiona-content";}i:1;a:5:{s:10:"aria_label";s:20:"Edit Sidebar Options";s:9:"css_class";s:0:"";s:4:"icon";s:16:"fusiona-settings";s:7:"context";s:2:"po";s:28:"disable_on_template_override";s:7:"content";}i:2;a:4:{s:10:"aria_label";s:20:"Edit Sidebar Widgets";s:9:"css_class";s:19:"fusion-edit-sidebar";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";s:28:"disable_on_template_override";s:7:"content";}}}}s:15:"posts_sidebar_2";a:7:{s:5:"label";s:26:"Global Blog Post Sidebar 2";s:11:"description";s:106:"Select sidebar 2 that will display on all blog posts. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:15:"posts_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:29:"#sidebar-2.fusion-widget-area";}s:9:"shortcuts";a:3:{i:0;a:4:{s:10:"aria_label";s:27:"Edit Global Sidebar Options";s:8:"callback";s:23:"fusionEditGlobalSidebar";s:9:"css_class";s:0:"";s:4:"icon";s:11:"fusiona-cog";}i:1;a:4:{s:10:"aria_label";s:20:"Edit Sidebar Options";s:9:"css_class";s:0:"";s:4:"icon";s:16:"fusiona-settings";s:7:"context";s:2:"po";}i:2;a:2:{s:10:"aria_label";s:20:"Edit Sidebar Widgets";s:4:"link";s:54:"http://localhost/lakeorchardvilla/wp-admin/widgets.php";}}}}s:20:"posts_global_sidebar";a:5:{s:5:"label";s:36:"Force Global Sidebars For Blog Posts";s:11:"description";s:108:"Turn on if you want to use the same sidebars on all blog posts. This option overrides the blog post options.";s:2:"id";s:20:"posts_global_sidebar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:21:"blog_sidebar_position";a:6:{s:5:"label";s:28:"Global Blog Sidebar Position";s:11:"description";s:136:"Controls the position of sidebar 1 for all blog posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:21:"blog_sidebar_position";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}}s:32:"blog_archive_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:313:"
IMPORTANT NOTE: The sidebar position for blog archive pages is controlled by the option on the Blog Posts sidebar tab.
";s:2:"id";s:32:"blog_archive_important_note_info";s:4:"type";s:6:"custom";}s:20:"blog_archive_sidebar";a:7:{s:5:"label";s:22:"Blog Archive Sidebar 1";s:11:"description";s:61:"Select sidebar 1 that will display on the blog archive pages.";s:2:"id";s:20:"blog_archive_sidebar";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:22:"blog_archive_sidebar_2";a:7:{s:5:"label";s:22:"Blog Archive Sidebar 2";s:11:"description";s:114:"Select sidebar 2 that will display on the blog archive pages. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:22:"blog_archive_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:14:"search_sidebar";a:7:{s:5:"label";s:21:"Search Page Sidebar 1";s:11:"description";s:62:"Select sidebar 1 that will display on the search results page.";s:2:"id";s:14:"search_sidebar";s:7:"default";s:12:"Blog Sidebar";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:16:"search_sidebar_2";a:7:{s:5:"label";s:21:"Search Page Sidebar 2";s:11:"description";s:115:"Select sidebar 2 that will display on the search results page. Sidebar 2 can only be used if sidebar 1 is selected.";s:2:"id";s:16:"search_sidebar_2";s:7:"default";s:4:"None";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"None";s:4:"None";s:12:"Blog Sidebar";s:12:"Blog Sidebar";s:15:"Footer Widget 1";s:15:"Footer Widget 1";s:15:"Footer Widget 2";s:15:"Footer Widget 2";s:15:"Footer Widget 3";s:15:"Footer Widget 3";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 1";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 2";s:20:"Sliding Bar Widget 3";s:20:"Sliding Bar Widget 3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:23:"search_sidebar_position";a:7:{s:5:"label";s:23:"Search Sidebar Position";s:11:"description";s:127:"Controls the position of sidebar 1 for the search results page. If sidebar 2 is selected, it will display on the opposite side.";s:2:"id";s:23:"search_sidebar_position";s:7:"default";s:5:"Right";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"Left";s:4:"Left";s:5:"Right";s:5:"Right";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"!==";s:5:"value";s:13:"100-width.php";}}}s:8:"bg_image";a:8:{s:5:"label";s:25:"Background Image For Page";s:11:"description";s:50:"Select an image to use for a full page background.";s:2:"id";s:8:"bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:10:"--bg_image";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:4:"none";}}}}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:0:"";i:1;s:9:"has-image";}s:7:"element";s:4:"html";s:9:"className";s:23:"avada-html-has-bg-image";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:7:"bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:107:"Turn on to have the page background image display at 100% in width and height according to the window size.";s:2:"id";s:7:"bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:23:"avada-has-bg-image-full";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:9:"bg_repeat";a:8:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:42:"Controls how the background image repeats.";s:2:"id";s:9:"bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:8:"bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:11:"--bg_repeat";}}}s:8:"bg_color";a:6:{s:5:"label";s:25:"Background Color For Page";s:11:"description";s:167:"Controls the background color for the page. When the color value is set to anything below 100% opacity, the color will overlay the background image if one is uploaded.";s:2:"id";s:8:"bg_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:10:"--bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:18:"--bg-color-overlay";s:8:"callback";a:2:{i:0;s:22:"return_color_if_opaque";i:1;a:2:{s:11:"transparent";s:7:"overlay";s:6:"opaque";s:6:"normal";}}}}}s:17:"bg_pattern_option";a:6:{s:5:"label";s:18:"Background Pattern";s:11:"description";s:52:"Turn on to display a pattern in the page background.";s:2:"id";s:17:"bg_pattern_option";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:9:"body,html";s:9:"className";s:33:"avada-has-page-background-pattern";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"bg_pattern";a:7:{s:5:"label";s:27:"Select a Background Pattern";s:2:"id";s:10:"bg_pattern";s:7:"default";s:8:"pattern1";s:4:"type";s:11:"radio-image";s:7:"choices";a:22:{s:8:"pattern1";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern1.png";s:8:"pattern2";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern2.png";s:8:"pattern3";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern3.png";s:8:"pattern4";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern4.png";s:8:"pattern5";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern5.png";s:8:"pattern6";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern6.png";s:8:"pattern7";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern7.png";s:8:"pattern8";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern8.png";s:8:"pattern9";s:93:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern9.png";s:9:"pattern10";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern10.png";s:9:"pattern11";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern11.png";s:9:"pattern12";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern12.png";s:9:"pattern13";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern13.png";s:9:"pattern14";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern14.png";s:9:"pattern15";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern15.png";s:9:"pattern16";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern16.png";s:9:"pattern17";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern17.png";s:9:"pattern18";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern18.png";s:9:"pattern19";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern19.png";s:9:"pattern20";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern20.png";s:9:"pattern21";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern21.png";s:9:"pattern22";s:94:"http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/pattern22.png";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"bg_pattern_option";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:12:"--bg_pattern";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:93:"url("http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/patterns/$.png")";i:1;s:0:"";}}}}}s:16:"content_bg_color";a:7:{s:5:"label";s:29:"Main Content Background Color";s:11:"description";s:55:"Controls the background color of the main content area.";s:2:"id";s:16:"content_bg_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:18:"--content_bg_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:0:"";i:1;s:10:"not-opaque";}s:7:"element";s:4:"html";s:9:"className";s:27:"avada-content-bg-not-opaque";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"content_bg_image";a:7:{s:5:"label";s:38:"Background Image For Main Content Area";s:11:"description";s:60:"Select an image to use for the main content area background.";s:2:"id";s:16:"content_bg_image";s:7:"default";s:0:"";s:3:"mod";s:0:"";s:4:"type";s:5:"media";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--content_bg_image";s:6:"choice";s:3:"url";s:8:"callback";a:2:{i:0;s:17:"fallback_to_value";i:1;a:2:{i:0;s:8:"url("$")";i:1;s:4:"none";}}}}}s:15:"content_bg_full";a:7:{s:5:"label";s:21:"100% Background Image";s:11:"description";s:115:"Turn on to have the main content background image display at 100% in width and height according to the window size.";s:2:"id";s:15:"content_bg_full";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}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:0:"";i:1;s:4:"true";}s:7:"element";s:5:"#main";s:9:"className";s:7:"full-bg";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"content_bg_repeat";a:8:{s:5:"label";s:17:"Background Repeat";s:11:"description";s:42:"Controls how the background image repeats.";s:2:"id";s:17:"content_bg_repeat";s:7:"default";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"repeat";s:10:"Repeat All";s:8:"repeat-x";s:19:"Repeat Horizontally";s:8:"repeat-y";s:17:"Repeat Vertically";s:9:"no-repeat";s:9:"No Repeat";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";s:0:"";}i:1;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:1:{s:3:"url";s:0:"";}}i:2;a:3:{s:7:"setting";s:16:"content_bg_image";s:8:"operator";s:2:"!=";s:5:"value";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--content_bg_repeat";}}}s:35:"body_typography_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:265:"
IMPORTANT NOTE: This tab contains general typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.
";s:2:"id";s:35:"body_typography_important_note_info";s:4:"type";s:6:"custom";}s:15:"body_typography";a:7:{s:2:"id";s:15:"body_typography";s:5:"label";s:15:"Body Typography";s:11:"description";s:56:"These settings control the typography for all body text.";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"16px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.8";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#4a4e57";}s:8:"css_vars";a:8:{i:0;a:3:{s:4:"name";s:29:"--body_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:15:"body_typography";}}i:1;a:2:{s:4:"name";s:27:"--body_typography-font-size";s:6:"choice";s:9:"font-size";}i:2;a:3:{s:4:"name";s:16:"--base-font-size";s:6:"choice";s:9:"font-size";s:8:"callback";a:2:{i:0;s:23:"convert_font_size_to_px";i:1;s:0:"";}}i:3;a:3:{s:4:"name";s:29:"--body_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:4;a:2:{s:4:"name";s:28:"--body_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:29:"--body_typography-line-height";s:6:"choice";s:11:"line-height";}i:6;a:3:{s:4:"name";s:32:"--body_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:7;a:3:{s:4:"name";s:23:"--body_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}}}s:10:"link_color";a:6:{s:5:"label";s:10:"Link Color";s:11:"description";s:37:"Controls the color of all text links.";s:2:"id";s:10:"link_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:12:"--link_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:15:"--link_color-8a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.8";}}}}s:38:"headers_typography_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:265:"
IMPORTANT NOTE: This tab contains heading typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.
";s:2:"id";s:38:"headers_typography_important_note_info";s:4:"type";s:6:"custom";}s:13:"h1_typography";a:7:{s:2:"id";s:13:"h1_typography";s:5:"label";s:22:"H1 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H1 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"54px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:4:"1.16";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"0.67em";s:13:"margin-bottom";s:6:"0.67em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h1_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h1_typography";}}i:1;a:3:{s:4:"name";s:27:"--h1_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:2:{s:4:"name";s:27:"--h1_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h1_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:4;a:2:{s:4:"name";s:26:"--h1_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h1_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h1_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h1_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h1_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h2_typography";a:7:{s:2:"id";s:13:"h2_typography";s:5:"label";s:22:"H2 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H2 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"40px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.2";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:3:"0em";s:13:"margin-bottom";s:5:"1.1em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h2_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h2_typography";}}i:1;a:3:{s:4:"name";s:27:"--h2_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:2:{s:4:"name";s:27:"--h2_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h2_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:4;a:2:{s:4:"name";s:26:"--h2_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h2_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h2_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h2_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h2_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h3_typography";a:7:{s:2:"id";s:13:"h3_typography";s:5:"label";s:22:"H3 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H3 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"32px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.3";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:3:"1em";s:13:"margin-bottom";s:3:"1em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h3_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h3_typography";}}i:1;a:3:{s:4:"name";s:27:"--h3_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:2:{s:4:"name";s:27:"--h3_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h3_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:4;a:2:{s:4:"name";s:26:"--h3_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h3_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h3_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h3_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h3_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h4_typography";a:7:{s:2:"id";s:13:"h4_typography";s:5:"label";s:22:"H4 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H4 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"28px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:4:"1.36";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"1.33em";s:13:"margin-bottom";s:6:"1.33em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h4_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h4_typography";}}i:1;a:3:{s:4:"name";s:27:"--h4_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:2:{s:4:"name";s:27:"--h4_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h4_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:4;a:2:{s:4:"name";s:26:"--h4_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h4_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h4_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h4_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h4_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h5_typography";a:7:{s:2:"id";s:13:"h5_typography";s:5:"label";s:22:"H5 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H5 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"24px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.4";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"1.67em";s:13:"margin-bottom";s:6:"1.67em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h5_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h5_typography";}}i:1;a:3:{s:4:"name";s:27:"--h5_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:2:{s:4:"name";s:27:"--h5_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h5_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:4;a:2:{s:4:"name";s:26:"--h5_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h5_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h5_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h5_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h5_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:13:"h6_typography";a:7:{s:2:"id";s:13:"h6_typography";s:5:"label";s:22:"H6 Headings Typography";s:11:"description";s:58:"These settings control the typography for all H6 headings.";s:4:"type";s:10:"typography";s:7:"choices";a:8:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;s:10:"margin-top";b:1;s:13:"margin-bottom";b:1;}s:7:"default";a:8:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"18px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.5";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";s:10:"margin-top";s:6:"2.33em";s:13:"margin-bottom";s:6:"2.33em";}s:8:"css_vars";a:9:{i:0;a:3:{s:4:"name";s:27:"--h6_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:13:"h6_typography";}}i:1;a:3:{s:4:"name";s:27:"--h6_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:2:{s:4:"name";s:27:"--h6_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:30:"--h6_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:4;a:2:{s:4:"name";s:26:"--h6_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:25:"--h6_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:21:"--h6_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}i:7;a:2:{s:4:"name";s:26:"--h6_typography-margin-top";s:6:"choice";s:10:"margin-top";}i:8;a:2:{s:4:"name";s:29:"--h6_typography-margin-bottom";s:6:"choice";s:13:"margin-bottom";}}}s:21:"post_title_typography";a:7:{s:2:"id";s:21:"post_title_typography";s:5:"label";s:21:"Post Title Typography";s:11:"description";s:207:"These settings control the typography of all post titles including archive and single posts.
IMPORTANT: On archive pages and in blog elements the linked post titles will use link color.";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:10:"Zilla Slab";s:9:"font-size";s:4:"32px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.3";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";}s:8:"css_vars";a:7:{i:0;a:3:{s:4:"name";s:35:"--post_title_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:21:"post_title_typography";}}i:1;a:3:{s:4:"name";s:35:"--post_title_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:2:{s:4:"name";s:35:"--post_title_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:38:"--post_title_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:4;a:2:{s:4:"name";s:34:"--post_title_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:33:"--post_title_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:29:"--post_title_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}}}s:29:"post_titles_extras_typography";a:7:{s:2:"id";s:29:"post_titles_extras_typography";s:5:"label";s:28:"Post Title Extras Typography";s:11:"description";s:163:"These settings control the typography of single post title extras such as "Comments", "Related Posts or Projects" and "Author Titles"";s:4:"type";s:10:"typography";s:7:"choices";a:6:{s:11:"font-family";b:1;s:9:"font-size";b:1;s:11:"font-weight";b:1;s:11:"line-height";b:1;s:14:"letter-spacing";b:1;s:5:"color";b:1;}s:7:"default";a:6:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"18px";s:11:"font-weight";s:3:"400";s:11:"line-height";s:3:"1.5";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#212934";}s:8:"css_vars";a:7:{i:0;a:3:{s:4:"name";s:43:"--post_titles_extras_typography-font-family";s:6:"choice";s:11:"font-family";s:8:"callback";a:2:{i:0;s:20:"combined_font_family";i:1;s:29:"post_titles_extras_typography";}}i:1;a:3:{s:4:"name";s:43:"--post_titles_extras_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:2:{s:4:"name";s:43:"--post_titles_extras_typography-line-height";s:6:"choice";s:11:"line-height";}i:3;a:3:{s:4:"name";s:46:"--post_titles_extras_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:4;a:2:{s:4:"name";s:42:"--post_titles_extras_typography-font-style";s:6:"choice";s:10:"font-style";}i:5;a:2:{s:4:"name";s:41:"--post_titles_extras_typography-font-size";s:6:"choice";s:9:"font-size";}i:6;a:3:{s:4:"name";s:37:"--post_titles_extras_typography-color";s:6:"choice";s:5:"color";s:8:"callback";a:2:{i:0;s:14:"sanitize_color";i:1;s:0:"";}}}}s:17:"custom_fonts_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:391:"
IMPORTANT NOTE: Please upload your custom fonts below. Once you upload a custom font, you will have to save your options and reload this page on your browser. After you reload the page you will be able to select your new fonts - they will be available at the top of the fonts-list in the typography controls.
";s:2:"id";s:17:"custom_fonts_info";s:4:"type";s:6:"custom";}s:12:"custom_fonts";a:9:{s:5:"label";s:12:"Custom Fonts";s:11:"description";s:233:"Upload a custom font to use throughout the site. All files are not necessary but are recommended for full browser support. You can upload as many custom fonts as you need. Click the "Add" button for additional upload boxes.";s:2:"id";s:12:"custom_fonts";s:7:"default";a:0:{}s:4:"type";s:8:"repeater";s:10:"bind_title";s:4:"name";s:5:"limit";i:50;s:9:"transport";s:11:"postMessage";s:6:"fields";a:6:{s:4:"name";a:6:{s:5:"label";s:9:"Font Name";s:11:"description";s:46:"This will be used in the font-family dropdown.";s:2:"id";s:4:"name";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:5:"class";s:22:"avada-custom-font-name";}s:5:"woff2";a:6:{s:5:"label";s:5:"WOFF2";s:2:"id";s:5:"woff2";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:4:"woff";a:6:{s:5:"label";s:4:"WOFF";s:2:"id";s:4:"woff";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:3:"ttf";a:6:{s:5:"label";s:3:"TTF";s:2:"id";s:3:"ttf";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:3:"eot";a:6:{s:5:"label";s:3:"EOT";s:2:"id";s:3:"eot";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}s:3:"svg";a:6:{s:5:"label";s:3:"SVG";s:2:"id";s:3:"svg";s:7:"default";s:0:"";s:4:"type";s:6:"upload";s:4:"mode";b:0;s:7:"preview";b:0;}}}s:32:"general_blog_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:354:"
IMPORTANT NOTE: The options on this tab only control the assigned blog page in "Settings > Reading", blog archives or the blog single post page, not the blog element. The only options on this tab that work with the blog element are the Date Format options and Load More Post Button Color.
";s:2:"id";s:32:"general_blog_important_note_info";s:4:"type";s:6:"custom";}s:19:"blog_page_title_bar";a:7:{s:5:"label";s:19:"Blog Page Title Bar";s:11:"description";s:85:"Controls how the page title bar displays on single blog posts and blog archive pages.";s:2:"id";s:19:"blog_page_title_bar";s:7:"default";s:15:"bar_and_content";s:7:"choices";a:3:{s:15:"bar_and_content";s:20:"Show Bar and Content";s:12:"content_only";s:17:"Show Content Only";s:4:"hide";s:4:"Hide";}s:4:"type";s:6:"select";s:15:"partial_refresh";a:1:{s:43:"page_title_bar_contents_blog_page_title_bar";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:24:"blog_show_page_title_bar";a:7:{s:5:"label";s:28:"Blog Assigned Page Title Bar";s:11:"description";s:104:"Controls how the page title bar displays on the assigned blog page in "Settings > Reading".";s:2:"id";s:24:"blog_show_page_title_bar";s:7:"default";s:15:"bar_and_content";s:7:"choices";a:3:{s:15:"bar_and_content";s:20:"Show Bar and Content";s:12:"content_only";s:17:"Show Content Only";s:4:"hide";s:4:"Hide";}s:4:"type";s:6:"select";s:15:"partial_refresh";a:1:{s:48:"page_title_bar_contents_blog_show_page_title_bar";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:10:"blog_title";a:7:{s:5:"label";s:15:"Blog Page Title";s:11:"description";s:147:"Controls the title text that displays in the page title bar only if your front page displays your latest post in "Settings > Reading".";s:2:"id";s:10:"blog_title";s:7:"default";s:4:"Blog";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"blog_show_page_title_bar";s:8:"operator";s:2:"!=";s:5:"value";s:4:"hide";}}s:15:"partial_refresh";a:1:{s:18:"blog_title_partial";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:13:"blog_subtitle";a:7:{s:5:"label";s:18:"Blog Page Subtitle";s:11:"description";s:150:"Controls the subtitle text that displays in the page title bar only if your front page displays your latest post in "Settings > Reading".";s:2:"id";s:13:"blog_subtitle";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"blog_show_page_title_bar";s:8:"operator";s:2:"!=";s:5:"value";s:4:"hide";}}s:15:"partial_refresh";a:1:{s:21:"blog_subtitle_partial";a:3:{s:8:"selector";s:28:".avada-page-titlebar-wrapper";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:21:"page_titlebar_wrapper";}}}}s:11:"blog_layout";a:8:{s:5:"label";s:11:"Blog Layout";s:11:"description";s:84:"Controls the layout for the assigned blog page in "Settings > Reading".";s:2:"id";s:11:"blog_layout";s:7:"default";s:5:"large";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:5:"large";s:5:"Large";s:6:"medium";s:6:"Medium";s:15:"large alternate";s:15:"Large Alternate";s:16:"medium alternate";s:16:"Medium Alternate";s:4:"grid";s:4:"Grid";s:8:"timeline";s:8:"Timeline";s:7:"masonry";s:7:"Masonry";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:26:".blog .fusion-blog-archive";}s:9:"shortcuts";a:1:{i:0;a:1:{s:10:"aria_label";s:17:"Edit Blog Options";}}}}s:19:"blog_archive_layout";a:7:{s:5:"label";s:19:"Blog Archive Layout";s:11:"description";s:47:"Controls the layout for the blog archive pages.";s:2:"id";s:19:"blog_archive_layout";s:7:"default";s:5:"large";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:5:"large";s:5:"Large";s:6:"medium";s:6:"Medium";s:15:"large alternate";s:15:"Large Alternate";s:16:"medium alternate";s:16:"Medium Alternate";s:4:"grid";s:4:"Grid";s:8:"timeline";s:8:"Timeline";s:7:"masonry";s:7:"Masonry";}s:15:"update_callback";a:1:{i:0;a:4:{i:0;a:3:{s:9:"condition";s:11:"is_category";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:6:"is_tag";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:2;a:3:{s:9:"condition";s:7:"is_date";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:3;a:3:{s:9:"condition";s:9:"is_author";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:20:"blog_pagination_type";a:7:{s:5:"label";s:15:"Pagination Type";s:11:"description";s:115:"Controls the pagination type for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:20:"blog_pagination_type";s:7:"default";s:10:"pagination";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:10:"pagination";s:10:"Pagination";s:15:"infinite_scroll";s:15:"Infinite Scroll";s:16:"load_more_button";s:16:"Load More Button";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:36:"blog_load_more_posts_button_bg_color";a:7:{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 archives.";s:2:"id";s:36:"blog_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:38:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:38:"blog_load_more_posts_button_text_color";a:7:{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 archives.";s:2:"id";s:38:"blog_load_more_posts_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:40:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:42:"blog_load_more_posts_hover_button_bg_color";a:7:{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 archives.";s:2:"id";s:42:"blog_load_more_posts_hover_button_bg_color";s:7:"default";s:21:"rgba(242,243,245,0.8)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:44:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:44:"blog_load_more_posts_hover_button_text_color";a:7:{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 archives.";s:2:"id";s:44:"blog_load_more_posts_hover_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:46:"--blog_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:20:"blog_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:25:"blog_archive_grid_columns";a:9:{s:5:"label";s:17:"Number of Columns";s:11:"description";s:218:"Controls the number of columns for grid and masonry layout when using it for the assigned blog page in "Settings > Reading" or blog archive pages. IMPORTANT: Masonry layout does not work with 1 column.";s:2:"id";s:25:"blog_archive_grid_columns";s:7:"default";i:3;s:4:"type";s:6:"slider";s:5:"class";s:16:"fusion-or-gutter";s:7:"choices";a:3:{s:3:"min";i:1;s:3:"max";i:6;s:4:"step";i:1;}s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:32:"blog_archive_grid_column_spacing";a:11:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:171:"Controls the column spacing for blog posts for grid and masonry layout when using it for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:32:"blog_archive_grid_column_spacing";s:7:"default";s:2:"40";s:4:"type";s:6:"slider";s:5:"class";s:16:"fusion-or-gutter";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:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:9:"transport";s:7:"refresh";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--blog_archive_grid_column_spacing";s:13:"value_pattern";s:3:"$px";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:18:"blog_equal_heights";a:9:{s:5:"label";s:13:"Equal Heights";s:11:"description";s:55:"Turn on to display grid boxes to equal heights per row.";s:2:"id";s:18:"blog_equal_heights";s:7:"default";i:0;s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}}s:9:"transport";s:7:"refresh";s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:25:"blog_archive_grid_padding";a:9:{s:5:"label";s:30:"Blog Archive Grid Text Padding";s:11:"description";s:106:"Controls the top/right/bottom/left padding of the blog text when using grid / masonry or timeline layout. ";s:2:"id";s:25:"blog_archive_grid_padding";s:5:"class";s:16:"fusion-or-gutter";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:"20px";s:4:"left";s:4:"25px";s:5:"right";s:4:"25px";}s:4:"type";s:7:"spacing";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:4;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:5;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}}s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:31:"--blog_archive_grid_padding-top";s:6:"choice";s:3:"top";s:7:"element";s:28:".fusion-post-content-wrapper";}i:1;a:3:{s:4:"name";s:34:"--blog_archive_grid_padding-bottom";s:6:"choice";s:6:"bottom";s:7:"element";s:28:".fusion-post-content-wrapper";}i:2;a:3:{s:4:"name";s:32:"--blog_archive_grid_padding-left";s:6:"choice";s:4:"left";s:7:"element";s:28:".fusion-post-content-wrapper";}i:3;a:3:{s:4:"name";s:33:"--blog_archive_grid_padding-right";s:6:"choice";s:5:"right";s:7:"element";s:28:".fusion-post-content-wrapper";}}}s:21:"blog_layout_alignment";a:9:{s:5:"label";s:35:"Blog Archive Grid Content Alignment";s:11:"description";s:93:"Controls the content alignment of the blog text when using grid / masonry or timeline layout.";s:2:"id";s:21:"blog_layout_alignment";s:7:"default";s:0:"";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:0:"";s:9:"Text Flow";s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:6:{i:0;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:2;a:3:{s:7:"setting";s:11:"blog_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}i:3;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:4;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}i:5;a:3:{s:7:"setting";s:19:"blog_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:8:"timeline";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:14:"content_length";a:6:{s:5:"label";s:20:"Blog Content Display";s:11:"description";s:177:"Controls if the blog content displays an excerpt or full content or is completely disabled for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:14:"content_length";s:7:"default";s:7:"excerpt";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:7:"excerpt";s:7:"Excerpt";s:12:"full_content";s:12:"Full Content";s:4:"hide";s:7:"No Text";}}s:19:"excerpt_length_blog";a:8:{s:5:"label";s:14:"Excerpt Length";s:11:"description";s:207:"Controls post excerts length for the assigned blog page in "Settings > Reading" or blog archive pages. Limit is applied to number of letter or words depending on Basis for Excerpt Length option.";s:2:"id";s:19:"excerpt_length_blog";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:14:"content_length";s:8:"operator";s:2:"==";s:5:"value";s:7:"excerpt";}}s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:18:"strip_html_excerpt";a:6:{s:5:"label";s:23:"Strip HTML from Excerpt";s:11:"description";s:133:"Turn on to strip HTML content from the excerpt for the assigned blog page in "Settings > Reading" or blog archive pages.";s:2:"id";s:18:"strip_html_excerpt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}}s:15:"featured_images";a:7:{s:5:"label";s:43:"Featured Image / Video on Blog Archive Page";s:11:"description";s:72:"Turn on to display featured images and videos on the blog archive pages.";s:2:"id";s:15:"featured_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:2:{i:0;a:3:{s:9:"condition";s:7:"is_home";s:8:"operator";s:3:"===";s:5:"value";b:1;}i:1;a:3:{s:9:"condition";s:10:"is_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:13:"edit_shortcut";a:2:{s:8:"selector";a:2:{i:0;s:64:"body:not(.single-avada_portfolio) .fusion-featured-image-wrapper";i:1;s:77:".single-avada_portfolio .fusion-featured-image-wrapper .fusion-post-slideshow";}s:9:"shortcuts";a:1:{i:0;a:4:{s:10:"aria_label";s:19:"Edit Featured Image";s:8:"callback";s:23:"fusionEditFeaturedImage";s:9:"css_class";s:0:"";s:4:"icon";s:13:"fusiona-image";}}}}s:15:"dates_box_color";a:6:{s:5:"label";s:36:"Blog Alternate Layout Date Box Color";s:11:"description";s:78:"Controls the color of the date box in blog alternate and recent posts layouts.";s:2:"id";s:15:"dates_box_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:17:"--dates_box_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:32:"alternate_date_format_month_year";a:5:{s:5:"label";s:43:"Blog Alternate Layout Month and Year Format";s:11:"description";s:207:"Controls the month and year format for blog alternate layouts. Formatting Date and Time";s:2:"id";s:32:"alternate_date_format_month_year";s:7:"default";s:4:"m, Y";s:4:"type";s:4:"text";}s:25:"alternate_date_format_day";a:5:{s:5:"label";s:32:"Blog Alternate Layout Day Format";s:11:"description";s:196:"Controls the day format for blog alternate layouts. Formatting Date and Time";s:2:"id";s:25:"alternate_date_format_day";s:7:"default";s:1:"j";s:4:"type";s:4:"text";}s:20:"timeline_date_format";a:5:{s:5:"label";s:32:"Blog Timeline Layout Date Format";s:11:"description";s:197:"Controls the timeline label format for blog timeline layouts. Formatting Date";s:2:"id";s:20:"timeline_date_format";s:7:"default";s:3:"F Y";s:4:"type";s:4:"text";}s:40:"content_blog_single_post_template_notice";a:5:{s:2:"id";s:40:"content_blog_single_post_template_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:329:"
IMPORTANT NOTE: The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit this page.
";s:4:"type";s:6:"custom";}s:14:"blog_width_100";a:7:{s:5:"label";s:15:"100% Width Page";s:11:"description";s:112:"Turn on to display blog posts at 100% browser width according to the window size. Turn off to follow site width.";s:2:"id";s:14:"blog_width_100";s:7:"default";i:0;s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:22:"featured_images_single";a:7:{s:5:"label";s:42:"Featured Image / Video on Single Blog Post";s:11:"description";s:67:"Turn on to display featured images and videos on single blog posts.";s:2:"id";s:22:"featured_images_single";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:11:"blog_pn_nav";a:7:{s:5:"label";s:24:"Previous/Next Pagination";s:11:"description";s:75:"Turn on to display the previous/next post pagination for single blog posts.";s:2:"id";s:11:"blog_pn_nav";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:15:"blog_post_title";a:8:{s:5:"label";s:10:"Post Title";s:11:"description";s:90:"Controls if the post title displays above or below the featured post image or is disabled.";s:2:"id";s:15:"blog_post_title";s:7:"default";s:5:"below";s:4:"type";s:15:"radio-buttonset";s:6:"hidden";b:0;s:7:"choices";a:3:{s:5:"below";s:6:"Below ";s:5:"above";s:5:"Above";s:8:"disabled";s:8:"Disabled";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"blog_post_meta_position";a:9:{s:5:"label";s:18:"Meta Data Position";s:11:"description";s:41:"Choose where the meta data is positioned.";s:2:"id";s:23:"blog_post_meta_position";s:7:"default";s:13:"below_article";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:2:{s:13:"below_article";s:13:"Below Article";s:11:"below_title";s:11:"Below Title";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"blog_post_title";s:8:"operator";s:2:"!=";s:5:"value";s:8:"disabled";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:18:"social_sharing_box";a:7:{s:5:"label";s:18:"Social Sharing Box";s:11:"description";s:42:"Turn on to display the social sharing box.";s:2:"id";s:18:"social_sharing_box";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:11:"author_info";a:7:{s:5:"label";s:15:"Author Info Box";s:11:"description";s:51:"Turn on to display the author info box below posts.";s:2:"id";s:11:"author_info";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:13:"related_posts";a:7:{s:5:"label";s:13:"Related Posts";s:11:"description";s:33:"Turn on to display related posts.";s:2:"id";s:13:"related_posts";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:13:"blog_comments";a:7:{s:5:"label";s:8:"Comments";s:11:"description";s:28:"Turn on to display comments.";s:2:"id";s:13:"blog_comments";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:11:"is_singular";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:29:"blog_meta_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:335:"
IMPORTANT NOTE: The on/off meta options on this tab only control the assigned blog page in "Settings > Reading" or the blog archives, not the blog element. The only options on this tab that work with the blog element are the Meta Data Font Size and Date Format options.
";s:2:"id";s:29:"blog_meta_important_note_info";s:4:"type";s:6:"custom";}s:9:"post_meta";a:5:{s:5:"label";s:9:"Post Meta";s:11:"description";s:178:"Turn on to display post meta on blog posts. If set to "On", you can also control individual meta items below. If set to "Off" all meta items will be disabled.";s:2:"id";s:9:"post_meta";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";}s:16:"post_meta_author";a:6:{s:5:"label";s:16:"Post Meta Author";s:11:"description";s:45:"Turn on to display the post meta author name.";s:2:"id";s:16:"post_meta_author";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_date";a:6:{s:5:"label";s:14:"Post Meta Date";s:11:"description";s:38:"Turn on to display the post meta date.";s:2:"id";s:14:"post_meta_date";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_cats";a:6:{s:5:"label";s:20:"Post Meta Categories";s:11:"description";s:44:"Turn on to display the post meta categories.";s:2:"id";s:14:"post_meta_cats";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:18:"post_meta_comments";a:6:{s:5:"label";s:18:"Post Meta Comments";s:11:"description";s:42:"Turn on to display the post meta comments.";s:2:"id";s:18:"post_meta_comments";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_read";a:6:{s:5:"label";s:24:"Post Meta Read More Link";s:11:"description";s:48:"Turn on to display the post meta read more link.";s:2:"id";s:14:"post_meta_read";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"post_meta_tags";a:6:{s:5:"label";s:14:"Post Meta Tags";s:11:"description";s:38:"Turn on to display the post meta tags.";s:2:"id";s:14:"post_meta_tags";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:9:"post_meta";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"meta_font_size";a:6:{s:5:"label";s:19:"Meta Data Font Size";s:11:"description";s:42:"Controls the font size for meta data text.";s:2:"id";s:14:"meta_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:16:"--meta_font_size";}}}s:11:"date_format";a:5:{s:5:"label";s:11:"Date Format";s:11:"description";s:350:"Controls the date format for date meta data. Formatting Date and Time. Leave empty to use the default value from your WordPress Settings";s:2:"id";s:11:"date_format";s:7:"default";s:0:"";s:4:"type";s:4:"text";}s:24:"portfolio_archive_layout";a:7:{s:5:"label";s:24:"Portfolio Archive Layout";s:11:"description";s:52:"Controls the layout for the portfolio archive pages.";s:2:"id";s:24:"portfolio_archive_layout";s:7:"default";s:4:"grid";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:4:"grid";s:4:"Grid";s:7:"masonry";s:7:"Masonry";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:37:"portfolio_archive_featured_image_size";a:8:{s:5:"label";s:37:"Portfolio Archive Featured Image Size";s:11:"description";s:230:"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for portfolio archive pages. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.";s:2:"id";s:37:"portfolio_archive_featured_image_size";s:7:"default";s:4:"full";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"cropped";s:5:"Fixed";s:4:"full";s:4:"Auto";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"portfolio_archive_layout";s:8:"operator";s:2:"==";s:5:"value";s:4:"grid";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"portfolio_archive_columns";a:7:{s:5:"label";s:35:"Portfolio Archive Number of Columns";s:11:"description";s:201:"Set the number of columns per row for portfolio archive pages. With Carousel layout this specifies the maximum amount of columns. IMPORTANT: Masonry layout does not work with 1 column.";s:2:"id";s:25:"portfolio_archive_columns";s:7:"default";i:1;s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";i:1;s:3:"max";i:6;s:4:"step";s:1:"1";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_column_spacing";a:7:{s:5:"label";s:32:"Portfolio Archive Column Spacing";s:11:"description";s:66:"Controls the column spacing for portfolio items for archive pages.";s:2:"id";s:32:"portfolio_archive_column_spacing";s:7:"default";s:2:"20";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:3:"300";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--portfolio_archive_column_spacing";s:13:"value_pattern";s:3:"$px";}}}s:23:"portfolio_equal_heights";a:8:{s:5:"label";s:13:"Equal Heights";s:11:"description";s:57:"Turn on to display grid boxes with equal heights per row.";s:2:"id";s:23:"portfolio_equal_heights";s:7:"default";i:0;s:4:"type";s:6:"switch";s:5:"class";s:16:"fusion-or-gutter";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:24:"portfolio_archive_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}}s:9:"transport";s:11:"postMessage";}s:42:"portfolio_archive_one_column_text_position";a:8:{s:5:"label";s:34:"Portfolio Archive Content Position";s:11:"description";s:93:"Select if title, terms and excerpts should be displayed below or next to the featured images.";s:2:"id";s:42:"portfolio_archive_one_column_text_position";s:7:"default";s:5:"below";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:5:"below";s:11:"Below image";s:7:"floated";s:13:"Next to Image";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:24:"portfolio_archive_layout";s:8:"operator";s:2:"==";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:25:"portfolio_archive_columns";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"portfolio_archive_items";a:7:{s:5:"label";s:42:"Number of Portfolio Items Per Archive Page";s:11:"description";s:169:"Controls the number of posts that display per page for portfolio archive pages. Set to -1 to display all. Set to 0 to use the number of posts from Settings > Reading.";s:2:"id";s:23:"portfolio_archive_items";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:2:"-1";s:3:"max";s:2:"50";s:4:"step";s:1:"1";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:29:"portfolio_archive_text_layout";a:9:{s:5:"label";s:29:"Portfolio Archive Text Layout";s:11:"description";s:123:"Controls if the portfolio text content is displayed boxed or unboxed or is completely disabled for portfolio archive pages.";s:2:"id";s:29:"portfolio_archive_text_layout";s:7:"default";s:7:"no_text";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:7:"no_text";s:7:"No Text";s:5:"boxed";s:5:"Boxed";s:7:"unboxed";s:7:"Unboxed";}s:9:"transport";s:7:"refresh";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:39:"--portfolio_archive_text_layout-padding";s:7:"element";s:25:".fusion-portfolio-content";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:6:"20px 0";i:1;s:181:"var(--portfolio_archive_layout_padding-top) var(--portfolio_archive_layout_padding-right) var(--portfolio_archive_layout_padding-bottom) var(--portfolio_archive_layout_padding-left)";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:29:"portfolio_archive_text_layout";i:1;s:3:"!==";i:2;s:5:"boxed";}}}}}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_content_length";a:8:{s:5:"label";s:30:"Portfolio Archive Text Display";s:11:"description";s:67:"Choose how to display the post excerpt for portfolio archive pages.";s:2:"id";s:32:"portfolio_archive_content_length";s:7:"default";s:7:"excerpt";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:7:"no_text";s:7:"No Text";s:7:"excerpt";s:7:"Excerpt";s:12:"full_content";s:12:"Full Content";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:29:"portfolio_archive_text_layout";s:8:"operator";s:2:"!=";s:5:"value";s:7:"no_text";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_excerpt_length";a:8:{s:5:"label";s:32:"Portfolio Archive Excerpt Length";s:11:"description";s:338:"Controls the number of words in the excerpts for portfolio archive pages. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:32:"portfolio_archive_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:15:"soft_dependency";b:1;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:36:"portfolio_archive_strip_html_excerpt";a:6:{s:5:"label";s:23:"Strip HTML from Excerpt";s:11:"description";s:75:"Turn on to strip HTML content from the excerpt for portfolio archive pages.";s:2:"id";s:36:"portfolio_archive_strip_html_excerpt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:31:"portfolio_archive_title_display";a:7:{s:5:"label";s:31:"Portfolio Archive Title Display";s:11:"description";s:81:"Controls what displays with the portfolio post title for portfolio archive pages.";s:2:"id";s:31:"portfolio_archive_title_display";s:7:"default";s:3:"all";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:3:"all";s:20:"Title and Categories";s:5:"title";s:10:"Only Title";s:4:"cats";s:15:"Only Categories";s:4:"none";s:4:"None";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:32:"portfolio_archive_text_alignment";a:7:{s:5:"label";s:32:"Portfolio Archive Text Alignment";s:11:"description";s:140:"Controls the alignment of the portfolio title, categories and excerpt text when using the Portfolio Text layouts in portfolio archive pages.";s:2:"id";s:32:"portfolio_archive_text_alignment";s:7:"default";s:4:"left";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"left";s:4:"Left";s:6:"center";s:6:"Center";s:5:"right";s:5:"Right";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--portfolio_archive_text_alignment";s:7:"element";s:33:".fusion-portfolio-content-wrapper";}}}s:32:"portfolio_archive_layout_padding";a:8:{s:5:"label";s:37:"Portfolio Archive Text Layout Padding";s:11:"description";s:365:"Controls the padding for the portfolio text layout when using boxed mode in portfolio archive pages. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:32:"portfolio_archive_layout_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:"25px";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:15:"soft_dependency";b:1;s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:38:"--portfolio_archive_layout_padding-top";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:3:"top";}i:1;a:3:{s:4:"name";s:41:"--portfolio_archive_layout_padding-bottom";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:6:"bottom";}i:2;a:3:{s:4:"name";s:39:"--portfolio_archive_layout_padding-left";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:4:"left";}i:3;a:3:{s:4:"name";s:40:"--portfolio_archive_layout_padding-right";s:7:"element";s:25:".fusion-portfolio-content";s:6:"choice";s:5:"right";}}}s:33:"portfolio_archive_pagination_type";a:7:{s:5:"label";s:33:"Portfolio Archive Pagination Type";s:11:"description";s:57:"Controls the pagination type for portfolio archive pages.";s:2:"id";s:33:"portfolio_archive_pagination_type";s:7:"default";s:10:"pagination";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:10:"pagination";s:10:"Pagination";s:15:"infinite_scroll";s:15:"Infinite Scroll";s:16:"load_more_button";s:16:"Load More Button";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:20:"is_portfolio_archive";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:49:"portfolio_archive_load_more_posts_button_bg_color";a:7:{s:5:"label";s:39:"Load More Posts Button Background Color";s:11:"description";s:99:"Controls the background color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:49:"portfolio_archive_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:51:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:51:"portfolio_archive_load_more_posts_button_text_color";a:7:{s:5:"label";s:33:"Load More Posts Button Text Color";s:11:"description";s:93:"Controls the text color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:51:"portfolio_archive_load_more_posts_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:53:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:55:"portfolio_archive_load_more_posts_hover_button_bg_color";a:7:{s:5:"label";s:45:"Load More Posts Button Hover Background Color";s:11:"description";s:105:"Controls the hover background color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:55:"portfolio_archive_load_more_posts_hover_button_bg_color";s:7:"default";s:21:"rgba(242,243,245,0.8)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:57:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:57:"portfolio_archive_load_more_posts_hover_button_text_color";a:7:{s:5:"label";s:39:"Load More Posts Hover Button Text Color";s:11:"description";s:99:"Controls the hover text color of the load more button for ajax post loading for portfolio archives.";s:2:"id";s:57:"portfolio_archive_load_more_posts_hover_button_text_color";s:7:"default";s:7:"#333333";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:59:"--portfolio_archive_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:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:33:"portfolio_archive_pagination_type";s:8:"operator";s:2:"==";s:5:"value";s:16:"load_more_button";}}}s:14:"portfolio_slug";a:5:{s:5:"label";s:14:"Portfolio Slug";s:11:"description";s:195:"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.";s:2:"id";s:14:"portfolio_slug";s:7:"default";s:15:"portfolio-items";s:4:"type";s:4:"text";}s:24:"portfolio_meta_font_size";a:6:{s:5:"label";s:19:"Meta Data Font Size";s:11:"description";s:42:"Controls the font size for meta data text.";s:2:"id";s:24:"portfolio_meta_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:26:"--portfolio_meta_font_size";}}}s:37:"portfolio_single_post_template_notice";a:5:{s:2:"id";s:37:"portfolio_single_post_template_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:329:"
IMPORTANT NOTE: The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit this page.
";s:4:"type";s:6:"custom";}s:16:"portfolio_pn_nav";a:7:{s:5:"label";s:24:"Previous/Next Pagination";s:11:"description";s:80:"Turn on to display the previous/next post pagination for single portfolio posts.";s:2:"id";s:16:"portfolio_pn_nav";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:19:"portfolio_width_100";a:7:{s:5:"label";s:15:"100% Width Page";s:11:"description";s:117:"Turn on to display portfolio posts at 100% browser width according to the window size. Turn off to follow site width.";s:2:"id";s:19:"portfolio_width_100";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:30:"portfolio_featured_image_width";a:9:{s:5:"label";s:26:"Featured Image Column Size";s:11:"description";s:79:"Controls if the featured image is half or full width on single portfolio posts.";s:2:"id";s:30:"portfolio_featured_image_width";s:7:"default";s:4:"full";s:4:"type";s:15:"radio-buttonset";s:6:"hidden";b:0;s:7:"choices";a:2:{s:4:"full";s:10:"Full Width";s:4:"half";s:10:"Half Width";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"portfolio_featured_images";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"portfolio_featured_images";a:7:{s:5:"label";s:42:"Featured Image / Video on Single Post Page";s:11:"description";s:72:"Turn on to display featured images and videos on single portfolio posts.";s:2:"id";s:25:"portfolio_featured_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"show_first_featured_image";a:8:{s:5:"label";s:20:"First Featured Image";s:11:"description";s:68:"Turn on to display the 1st featured image on single portfolio posts.";s:2:"id";s:25:"show_first_featured_image";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"portfolio_featured_images";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:33:"show_first_featured_image_partial";a:4:{s:8:"selector";s:30:".fusion-featured-image-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:23:"singular_featured_image";}s:21:"success_trigger_event";s:35:"fusion-reinit-single-post-slideshow";}}}s:28:"portfolio_project_desc_title";a:7:{s:5:"label";s:25:"Project Description Title";s:11:"description";s:72:"Turn on to show the project description title on single portfolio posts.";s:2:"id";s:28:"portfolio_project_desc_title";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"portfolio_project_details";a:7:{s:5:"label";s:15:"Project Details";s:11:"description";s:80:"Turn on to show the project details title and content on single portfolio posts.";s:2:"id";s:25:"portfolio_project_details";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:26:"portfolio_link_icon_target";a:7:{s:5:"label";s:34:"Open Portfolio Links In New Window";s:11:"description";s:90:"Turn on to open the single post page, project url and copyright url links in a new window.";s:2:"id";s:26:"portfolio_link_icon_target";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:9:"transport";s:11:"postMessage";}s:16:"portfolio_author";a:7:{s:5:"label";s:6:"Author";s:11:"description";s:61:"Turn on to display the author name on single portfolio posts.";s:2:"id";s:16:"portfolio_author";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:28:"portfolio_social_sharing_box";a:7:{s:5:"label";s:18:"Social Sharing Box";s:11:"description";s:68:"Turn on to display the social sharing box on single portfolio posts.";s:2:"id";s:28:"portfolio_social_sharing_box";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"portfolio_related_posts";a:7:{s:5:"label";s:16:"Related Projects";s:11:"description";s:62:"Turn on to display related projects on single portfolio posts.";s:2:"id";s:23:"portfolio_related_posts";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:18:"portfolio_comments";a:7:{s:5:"label";s:8:"Comments";s:11:"description";s:54:"Turn on to display comments on single portfolio posts.";s:2:"id";s:18:"portfolio_comments";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:19:"is_portfolio_single";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:38:"social_media_icons_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:454:"
IMPORTANT NOTE: This tab controls the social networks that display in the header and footer and which can also be used in the social links widget. Add the network of your choice along with your unique URL. Each network you wish to display must be added here to show up in the header and footer. These settings do not control the avada social widget, social link element or person element.
";s:2:"id";s:38:"social_media_icons_important_note_info";s:4:"type";s:6:"custom";}s:18:"social_media_icons";a:9:{s:5:"label";s:26:"Social Media Icons / Links";s:11:"description";s:131:"Social media links use a repeater field and allow one network per field. Click the "Add" button to add additional fields.";s:2:"id";s:18:"social_media_icons";s:7:"default";a:5:{s:25:"fusionredux_repeater_data";a:4:{i:0;a:1:{s:5:"title";s:0:"";}i:1;a:1:{s:5:"title";s:0:"";}i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:0:"";}}s:4:"icon";a:4:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:9:"instagram";i:3;s:9:"pinterest";}s:3:"url";a:4:{i:0;s:1:"#";i:1;s:1:"#";i:2;s:1:"#";i:3;s:1:"#";}s:12:"custom_title";a:4:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}s:13:"custom_source";a:4:{i:0;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:1;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:2;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}i:3;a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}}s:4:"type";s:8:"repeater";s:10:"bind_title";s:4:"icon";s:5:"limit";i:50;s:6:"fields";a:4:{s:4:"icon";a:6:{s:2:"id";s:4:"icon";s:4:"type";s:6:"select";s:5:"label";s:14:"Social Network";s:11:"description";s:53:"Select a social network to automatically add its icon";s:7:"default";s:4:"none";s:7:"choices";a:34:{s:7:"blogger";s:7:"Blogger";s:10:"deviantart";s:10:"Deviantart";s:7:"discord";s:7:"Discord";s:4:"digg";s:4:"Digg";s:8:"dribbble";s:8:"Dribbble";s:7:"dropbox";s:7:"Dropbox";s:8:"facebook";s:8:"Facebook";s:6:"flickr";s:6:"Flickr";s:6:"forrst";s:6:"Forrst";s:9:"instagram";s:9:"Instagram";s:8:"linkedin";s:8:"LinkedIn";s:7:"myspace";s:7:"Myspace";s:6:"paypal";s:6:"Paypal";s:9:"pinterest";s:9:"Pinterest";s:6:"reddit";s:6:"Reddit";s:3:"rss";s:3:"RSS";s:5:"skype";s:5:"Skype";s:10:"soundcloud";s:10:"Soundcloud";s:7:"spotify";s:7:"Spotify";s:6:"tiktok";s:6:"Tiktok";s:6:"tumblr";s:6:"Tumblr";s:7:"twitter";s:7:"Twitter";s:6:"twitch";s:6:"Twitch";s:5:"vimeo";s:5:"Vimeo";s:2:"vk";s:2:"VK";s:6:"wechat";s:6:"WeChat";s:8:"whatsapp";s:8:"WhatsApp";s:4:"xing";s:4:"Xing";s:5:"yahoo";s:5:"Yahoo";s:4:"yelp";s:4:"Yelp";s:7:"youtube";s:7:"Youtube";s:5:"email";s:13:"Email Address";s:5:"phone";s:5:"Phone";s:6:"custom";s:6:"Custom";}}s:3:"url";a:5:{s:2:"id";s:3:"url";s:4:"type";s:4:"text";s:5:"label";s:11:"Custom Link";s:11:"description";s:28:"Insert your custom link here";s:7:"default";s:0:"";}s:12:"custom_title";a:6:{s:2:"id";s:12:"custom_title";s:4:"type";s:4:"text";s:5:"label";s:17:"Custom Icon Title";s:11:"description";s:40:"Insert a title for your custom icon here";s:7:"default";s:0:"";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:4:"icon";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}}s:13:"custom_source";a:7:{s:2:"id";s:13:"custom_source";s:4:"type";s:5:"media";s:5:"label";s:40:"Choose the image you want to use as icon";s:11:"description";s:23:"Upload your custom icon";s:7:"default";s:0:"";s:4:"mode";b:0;s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:4:"icon";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}}}s:15:"partial_refresh";a:5:{s:52:"header_content_social_media_icons_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:51:"header_content_social_media_icons_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:33:"header_content_social_media_icons";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}s:33:"footer_content_social_media_icons";a:4:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}s:29:"sharingbox_social_media_icons";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:26:"header_social_links_notice";a:5:{s:2:"id";s:26:"header_social_links_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:0:"";s:4:"type";s:6:"custom";}s:29:"header_social_links_font_size";a:7:{s:5:"label";s:28:"Header Social Icon Font Size";s:11:"description";s:50:"Controls the font size of the header social icons.";s:2:"id";s:29:"header_social_links_font_size";s:7:"default";s:4:"16px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:31:"--header_social_links_font_size";s:7:"element";s:23:".fusion-social-networks";}}}s:37:"header_social_links_tooltip_placement";a:8:{s:5:"label";s:35:"Header Social Icon Tooltip Position";s:11:"description";s:57:"Controls the tooltip position of the header social icons.";s:2:"id";s:37:"header_social_links_tooltip_placement";s:7:"default";s:6:"Bottom";s:6:"hidden";b:0;s:4:"type";s:6:"select";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:4:"none";s:4:"None";}s:15:"partial_refresh";a:3:{s:71:"header_content_header_social_links_tooltip_placement_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:70:"header_content_header_social_links_tooltip_placement_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:52:"header_content_header_social_links_tooltip_placement";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";a:2:{i:0;s:15:"header-rendered";i:1;s:18:"fusionInitTooltips";}}}}s:30:"header_social_links_color_type";a:8:{s:5:"label";s:29:"Header Social Icon Color Type";s:11:"description";s:146:"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.";s:2:"id";s:30:"header_social_links_color_type";s:7:"default";s:6:"custom";s:6:"hidden";b:0;s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"custom";s:13:"Custom Colors";s:5:"brand";s:12:"Brand Colors";}s:15:"partial_refresh";a:3:{s:64:"header_content_header_social_links_color_type_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:63:"header_content_header_social_links_color_type_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:45:"header_content_header_social_links_color_type";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";a:2:{i:0;s:15:"header-rendered";i:1;s:18:"fusionInitTooltips";}}}}s:30:"header_social_links_icon_color";a:8:{s:5:"label";s:24:"Header Social Icon Color";s:11:"description";s:106:"Controls the color of the header social icons. This color will be used for all social icons in the header.";s:2:"id";s:30:"header_social_links_icon_color";s:7:"default";s:7:"#ffffff";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:30:"header_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--header_social_links_icon_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"header_social_links_boxed";a:7:{s:5:"label";s:25:"Header Social Icons Boxed";s:11:"description";s:50:"Controls if each icon is displayed in a small box.";s:2:"id";s:25:"header_social_links_boxed";s:7:"default";s:1:"0";s:6:"hidden";b:0;s:4:"type";s:6:"switch";s:15:"partial_refresh";a:3:{s:59:"header_content_header_social_links_boxed_remove_before_hook";a:3:{s:8:"selector";s:33:".avada-hook-before-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:58:"header_content_header_social_links_boxed_remove_after_hook";a:3:{s:8:"selector";s:32:".avada-hook-after-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";s:13:"__return_null";}s:40:"header_content_header_social_links_boxed";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";a:2:{i:0;s:15:"header-rendered";i:1;s:18:"fusionInitTooltips";}}}}s:29:"header_social_links_box_color";a:8:{s:5:"label";s:28:"Header Social Icon Box Color";s:11:"description";s:42:"Controls the color of the social icon box.";s:2:"id";s:29:"header_social_links_box_color";s:7:"default";s:7:"#ffffff";s:6:"hidden";b:0;s:4:"type";s:11:"color-alpha";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:25:"header_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:30:"header_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--header_social_links_box_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:32:"header_social_links_boxed_radius";a:8:{s:5:"label";s:31:"Header Social Icon Boxed Radius";s:11:"description";s:24:"Controls the box radius.";s:2:"id";s:32:"header_social_links_boxed_radius";s:7:"default";s:3:"4px";s:6:"hidden";b:0;s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"header_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--header_social_links_boxed_radius";s:7:"element";s:27:".fusion-social-network-icon";}}}s:33:"header_social_links_boxed_padding";a:7:{s:5:"label";s:32:"Header Social Icon Boxed Padding";s:11:"description";s:41:"Controls the interior padding of the box.";s:2:"id";s:33:"header_social_links_boxed_padding";s:7:"default";s:3:"8px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:25:"header_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:35:"--header_social_links_boxed_padding";s:7:"element";s:23:".fusion-social-networks";}}}s:12:"icons_footer";a:6:{s:5:"label";s:34:"Display Social Icons In The Footer";s:11:"description";s:60:"Turn on to display social icons in the footer copyright bar.";s:2:"id";s:12:"icons_footer";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:27:"footer_content_icons_footer";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:29:"footer_social_links_font_size";a:7:{s:5:"label";s:28:"Footer Social Icon Font Size";s:11:"description";s:50:"Controls the font size of the footer social icons.";s:2:"id";s:29:"footer_social_links_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:31:"--footer_social_links_font_size";s:7:"element";s:23:".fusion-social-networks";}}}s:37:"footer_social_links_tooltip_placement";a:8:{s:5:"label";s:35:"Footer Social Icon Tooltip Position";s:11:"description";s:57:"Controls the tooltip position of the footer social icons.";s:2:"id";s:37:"footer_social_links_tooltip_placement";s:7:"default";s:3:"Top";s:4:"type";s:6:"select";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:4:"none";s:4:"None";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:52:"footer_content_footer_social_links_tooltip_placement";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";a:1:{i:0;s:18:"fusionInitTooltips";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:30:"footer_social_links_color_type";a:8:{s:5:"label";s:29:"Footer Social Icon Color Type";s:11:"description";s:146:"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.";s:2:"id";s:30:"footer_social_links_color_type";s:7:"default";s:6:"custom";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"custom";s:13:"Custom Colors";s:5:"brand";s:12:"Brand Colors";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:45:"footer_content_footer_social_links_color_type";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";a:1:{i:0;s:18:"fusionInitTooltips";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:30:"footer_social_links_icon_color";a:7:{s:5:"label";s:24:"Footer Social Icon Color";s:11:"description";s:106:"Controls the color of the footer social icons. This color will be used for all social icons in the footer.";s:2:"id";s:30:"footer_social_links_icon_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:21:"rgba(255,255,255,0.8)";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:30:"footer_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:32:"--footer_social_links_icon_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"footer_social_links_boxed";a:7:{s:5:"label";s:25:"Footer Social Icons Boxed";s:11:"description";s:50:"Controls if each icon is displayed in a small box.";s:2:"id";s:25:"footer_social_links_boxed";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:40:"footer_content_footer_social_links_boxed";a:5:{s:8:"selector";s:14:".fusion-footer";s:19:"container_inclusive";b:0;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"footer";}s:21:"success_trigger_event";a:1:{i:0;s:18:"fusionInitTooltips";}s:17:"skip_for_template";a:1:{i:0;s:6:"footer";}}}}s:29:"footer_social_links_box_color";a:7:{s:5:"label";s:28:"Footer Social Icon Box Color";s:11:"description";s:42:"Controls the color of the social icon box.";s:2:"id";s:29:"footer_social_links_box_color";s:7:"default";s:7:"#222222";s:4:"type";s:11:"color-alpha";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:25:"footer_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:30:"footer_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:31:"--footer_social_links_box_color";s:7:"element";s:27:".fusion-social-network-icon";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:32:"footer_social_links_boxed_radius";a:7:{s:5:"label";s:31:"Footer Social Icon Boxed Radius";s:11:"description";s:24:"Controls the box radius.";s:2:"id";s:32:"footer_social_links_boxed_radius";s:7:"default";s:3:"4px";s:4:"type";s:9:"dimension";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:25:"footer_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:34:"--footer_social_links_boxed_radius";s:7:"element";s:27:".fusion-social-network-icon";}}}s:33:"footer_social_links_boxed_padding";a:7:{s:5:"label";s:32:"Footer Social Icon Boxed Padding";s:11:"description";s:41:"Controls the interior padding of the box.";s:2:"id";s:33:"footer_social_links_boxed_padding";s:7:"default";s:3:"8px";s:4:"type";s:9:"dimension";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:12:"icons_footer";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:25:"footer_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:35:"--footer_social_links_boxed_padding";s:7:"element";s:23:".fusion-social-networks";}}}s:22:"sharing_social_tagline";a:6:{s:5:"label";s:22:"Social Sharing Tagline";s:11:"description";s:46:"Insert a tagline for the social sharing boxes.";s:2:"id";s:22:"sharing_social_tagline";s:7:"default";s:39:"Share This Story, Choose Your Platform!";s:4:"type";s:4:"text";s:15:"partial_refresh";a:1:{s:33:"sharingbox_sharing_social_tagline";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:30:"sharing_box_tagline_text_color";a:6:{s:5:"label";s:33:"Social Sharing Tagline Text Color";s:11:"description";s:67:"Controls the color of the tagline text in the social sharing boxes.";s:2:"id";s:30:"sharing_box_tagline_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:32:"--sharing_box_tagline_text_color";s:7:"element";s:10:".share-box";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:15:"social_bg_color";a:7:{s:5:"label";s:31:"Social Sharing Background Color";s:11:"description";s:58:"Controls the background color of the social sharing boxes.";s:2:"id";s:15:"social_bg_color";s:7:"default";s:7:"#f9f9fb";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:17:"--social_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:31:"--social_bg_color-0-transparent";s:8:"callback";a:2:{i:0;s:28:"return_string_if_transparent";i:1;a:2:{s:11:"transparent";s:3:"0px";s:6:"opaque";s:0:"";}}}}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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"body";s:9:"className";s:29:"avada-social-full-transparent";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"social_share_box_icon_info";a:5:{s:5:"label";s:20:"Social Sharing Icons";s:11:"description";s:0:"";s:2:"id";s:26:"social_share_box_icon_info";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:14:"social_sharing";a:8:{s:5:"label";s:14:"Social Sharing";s:11:"description";s:71:"Select social network you want to be displayed in the social share box.";s:2:"id";s:14:"social_sharing";s:7:"default";a:10:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:6:"reddit";i:3;s:8:"linkedin";i:4;s:8:"whatsapp";i:5;s:6:"tumblr";i:6;s:9:"pinterest";i:7;s:2:"vk";i:8;s:4:"xing";i:9;s:5:"email";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:10:{s:8:"facebook";s:8:"Facebook";s:7:"twitter";s:7:"Twitter";s:6:"reddit";s:6:"Reddit";s:8:"linkedin";s:8:"LinkedIn";s:8:"whatsapp";s:8:"WhatsApp";s:6:"tumblr";s:6:"Tumblr";s:9:"pinterest";s:9:"Pinterest";s:2:"vk";s:2:"VK";s:4:"xing";s:4:"Xing";s:5:"email";s:5:"Email";}s:22:"social_share_box_links";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}s:30:"sharing_social_links_font_size";a:6:{s:5:"label";s:29:"Social Sharing Icon Font Size";s:11:"description";s:71:"Controls the font size of the social icons in the social sharing boxes.";s:2:"id";s:30:"sharing_social_links_font_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:32:"--sharing_social_links_font_size";s:7:"element";s:25:".fusion-theme-sharing-box";}}}s:38:"sharing_social_links_tooltip_placement";a:7:{s:5:"label";s:37:"Social Sharing Icons Tooltip Position";s:11:"description";s:78:"Controls the tooltip position of the social icons in the social sharing boxes.";s:2:"id";s:38:"sharing_social_links_tooltip_placement";s:7:"default";s:3:"Top";s:4:"type";s:6:"select";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:4:"none";s:4:"None";}s:15:"partial_refresh";a:1:{s:49:"sharingbox_sharing_social_links_tooltip_placement";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:31:"sharing_social_links_color_type";a:7:{s:5:"label";s:30:"Social Sharing Icon Color Type";s:11:"description";s:146:"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.";s:2:"id";s:31:"sharing_social_links_color_type";s:7:"default";s:6:"custom";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:6:"custom";s:13:"Custom Colors";s:5:"brand";s:12:"Brand Colors";}s:15:"partial_refresh";a:1:{s:50:"sharingbox_sharing_sharing_social_links_color_type";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:31:"sharing_social_links_icon_color";a:7:{s:5:"label";s:25:"Social Sharing Icon Color";s:11:"description";s:113:"Controls the color of the social icons in the social sharing boxes. This color will be used for all social icons.";s:2:"id";s:31:"sharing_social_links_icon_color";s:7:"default";s:7:"#9ea0a4";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"sharing_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:33:"--sharing_social_links_icon_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:26:"sharing_social_links_boxed";a:6:{s:5:"label";s:26:"Social Sharing Icons Boxed";s:11:"description";s:57:"Controls if each social icon is displayed in a small box.";s:2:"id";s:26:"sharing_social_links_boxed";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:37:"sharingbox_sharing_social_links_boxed";a:4:{s:8:"selector";s:51:".fusion-theme-sharing-box.fusion-single-sharing-box";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"sharingbox";}s:21:"success_trigger_event";s:18:"fusionInitTooltips";}}}s:30:"sharing_social_links_box_color";a:7:{s:5:"label";s:29:"Social Sharing Icon Box Color";s:11:"description";s:42:"Controls the color of the social icon box.";s:2:"id";s:30:"sharing_social_links_box_color";s:7:"default";s:7:"#e8e8e8";s:4:"type";s:11:"color-alpha";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:26:"sharing_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:31:"sharing_social_links_color_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:32:"--sharing_social_links_box_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:33:"sharing_social_links_boxed_radius";a:7:{s:5:"label";s:32:"Social Sharing Icon Boxed Radius";s:11:"description";s:47:"Controls the box radius of the social icon box.";s:2:"id";s:33:"sharing_social_links_boxed_radius";s:7:"default";s:3:"4px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:26:"sharing_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:35:"--sharing_social_links_boxed_radius";s:7:"element";s:27:".fusion-social-network-icon";}}}s:34:"sharing_social_links_boxed_padding";a:7:{s:5:"label";s:34:"Social Sharing Icons Boxed Padding";s:11:"description";s:53:"Controls the interior padding of the social icon box.";s:2:"id";s:34:"sharing_social_links_boxed_padding";s:7:"default";s:3:"8px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:26:"sharing_social_links_boxed";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:36:"--sharing_social_links_boxed_padding";s:7:"element";s:25:".fusion-theme-sharing-box";}}}s:22:"posts_slideshow_number";a:6:{s:5:"label";s:22:"Posts Slideshow Images";s:11:"description";s:69:"Controls the number of featured image boxes for blog/portfolio posts.";s:2:"id";s:22:"posts_slideshow_number";s:7:"default";s:1:"5";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:2:"30";s:4:"step";s:1:"1";}}s:18:"slideshow_autoplay";a:6:{s:5:"label";s:8:"Autoplay";s:11:"description";s:35:"Turn on to autoplay the slideshows.";s:2:"id";s:18:"slideshow_autoplay";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:23:"slideshow_smooth_height";a:5:{s:5:"label";s:13:"Smooth Height";s:11:"description";s:147:"Turn on to enable smooth height on slideshows when using images with different heights. Please note, smooth height is disabled on blog grid layout.";s:2:"id";s:23:"slideshow_smooth_height";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:15:"slideshow_speed";a:7:{s:5:"label";s:15:"Slideshow Speed";s:11:"description";s:102:"Controls the speed of slideshows for the slider element and sliders within posts. ex: 1000 = 1 second.";s:2:"id";s:15:"slideshow_speed";s:7:"default";s:4:"7000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"100";s:3:"max";s:5:"20000";s:4:"step";s:2:"50";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionFlexSliderVars";s:2:"id";s:15:"slideshow_speed";s:7:"trigger";a:2:{i:0;s:27:"fusionDestroyPostFlexSlider";i:1;s:24:"fusionInitPostFlexSlider";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"pagination_video_slide";a:6:{s:5:"label";s:37:"Pagination Circles Below Video Slides";s:11:"description";s:117:"Turn on to show pagination circles below a video slide for the slider element. Turn off to hide them on video slides.";s:2:"id";s:22:"pagination_video_slide";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:20:"fusionFlexSliderVars";s:2:"id";s:22:"pagination_video_slide";s:7:"trigger";a:2:{i:0;s:27:"fusionDestroyPostFlexSlider";i:1;s:24:"fusionInitPostFlexSlider";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"slider_nav_box_dimensions";a:7:{s:5:"label";s:25:"Navigation Box Dimensions";s:11:"description";s:52:"Controls the width and height of the navigation box.";s:2:"id";s:25:"slider_nav_box_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"30px";s:6:"height";s:4:"30px";}s:4:"type";s:10:"dimensions";s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:33:"--slider_nav_box_dimensions-width";s:6:"choice";s:5:"width";}i:1;a:2:{s:4:"name";s:34:"--slider_nav_box_dimensions-height";s:6:"choice";s:6:"height";}}}s:17:"slider_arrow_size";a:6:{s:5:"label";s:21:"Navigation Arrow Size";s:11:"description";s:47:"Controls the font size of the navigation arrow.";s:2:"id";s:17:"slider_arrow_size";s:7:"default";s:4:"14px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:19:"--slider_arrow_size";}}}s:18:"tfes_disabled_note";a:5:{s:5:"label";s:0:"";s:11:"description";s:183:"
IMPORTANT NOTE: Elastic Slider is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:18:"tfes_disabled_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}s:15:"tfes_dimensions";a:8:{s:5:"label";s:25:"Elastic Slider Dimensions";s:11:"description";s:53:"Controls the width and height for the elastic slider.";s:2:"id";s:15:"tfes_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"100%";s:6:"height";s:5:"400px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:23:"--tfes_dimensions-width";s:6:"choice";s:5:"width";s:7:"element";s:10:".ei-slider";}i:1;a:3:{s:4:"name";s:24:"--tfes_dimensions-height";s:6:"choice";s:6:"height";s:7:"element";s:10:".ei-slider";}}}s:14:"tfes_animation";a:8:{s:5:"label";s:14:"Animation Type";s:11:"description";s:64:"Controls if the elastic slides animate from the sides or center.";s:2:"id";s:14:"tfes_animation";s:7:"default";s:5:"sides";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"sides";s:5:"Sides";s:6:"center";s:6:"Center";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:14:"tfes_animation";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"tfes_autoplay";a:7:{s:5:"label";s:8:"Autoplay";s:11:"description";s:39:"Turn on to autoplay the elastic slides.";s:2:"id";s:13:"tfes_autoplay";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:13:"tfes_autoplay";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"tfes_interval";a:8:{s:5:"label";s:18:"Slideshow Interval";s:11:"description";s:69:"Controls how long each elastic slide is visible. ex: 1000 = 1 second.";s:2:"id";s:13:"tfes_interval";s:7:"default";s:4:"3000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:5:"30000";s:4:"step";s:2:"50";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:13:"tfes_interval";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"tfes_speed";a:8:{s:5:"label";s:13:"Sliding Speed";s:11:"description";s:72:"Controls the speed of the elastic slider slideshow. ex: 1000 = 1 second.";s:2:"id";s:10:"tfes_speed";s:7:"default";s:3:"800";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:4:"5000";s:4:"step";s:2:"50";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:10:"tfes_speed";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:10:"tfes_width";a:8:{s:5:"label";s:15:"Thumbnail Width";s:11:"description";s:58:"Controls the width of the elastic slider thumbnail images.";s:2:"id";s:10:"tfes_width";s:7:"default";s:3:"150";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:"500";s:4:"edit";s:3:"yes";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:22:"avadaElasticSliderVars";s:2:"id";s:10:"tfes_width";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:18:"es_title_font_size";a:7:{s:5:"label";s:15:"Title Font Size";s:11:"description";s:48:"Controls the font size for elastic slider title.";s:2:"id";s:18:"es_title_font_size";s:7:"default";s:4:"42px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:20:"--es_title_font_size";s:7:"element";s:10:".ei-slider";}}}s:20:"es_caption_font_size";a:7:{s:5:"label";s:17:"Caption Font Size";s:11:"description";s:50:"Controls the font size for elastic slider caption.";s:2:"id";s:20:"es_caption_font_size";s:7:"default";s:4:"20px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:22:"--es_caption_font_size";}}}s:14:"es_title_color";a:7:{s:5:"label";s:11:"Title Color";s:11:"description";s:47:"Controls the color of the elastic slider title.";s:2:"id";s:14:"es_title_color";s:7:"default";s:7:"#212934";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:16:"--es_title_color";s:7:"element";s:10:".ei-slider";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"es_caption_color";a:7:{s:5:"label";s:13:"Caption Color";s:11:"description";s:49:"Controls the color of the elastic slider caption.";s:2:"id";s:16:"es_caption_color";s:7:"default";s:7:"#4a4e57";s:4:"type";s:11:"color-alpha";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"status_eslider";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:18:"--es_caption_color";s:7:"element";s:10:".ei-slider";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:15:"status_lightbox";a:5:{s:5:"label";s:8:"Lightbox";s:11:"description";s:52:"Turn on to enable the lightbox throughout the theme.";s:2:"id";s:15:"status_lightbox";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";}s:22:"status_lightbox_single";a:6:{s:5:"label";s:49:"Lightbox For Featured Images On Single Post Pages";s:11:"description";s:95:"Turn on to enable the lightbox on single blog and portfolio posts for the main featured images.";s:2:"id";s:22:"status_lightbox_single";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:17:"lightbox_behavior";a:7:{s:5:"label";s:17:"Lightbox Behavior";s:11:"description";s:72:"Controls what the lightbox displays for single blog and portfolio posts.";s:2:"id";s:17:"lightbox_behavior";s:7:"default";s:3:"all";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:3:"all";s:34:"First featured image of every post";s:10:"individual";s:39:"Only featured images of individual post";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:13:"lightbox_skin";a:8:{s:5:"label";s:13:"Lightbox Skin";s:11:"description";s:34:"Controls the lightbox skin design.";s:2:"id";s:13:"lightbox_skin";s:7:"default";s:11:"metro-white";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:5:"light";s:5:"Light";s:4:"dark";s:4:"Dark";s:3:"mac";s:3:"Mac";s:11:"metro-black";s:11:"Metro Black";s:11:"metro-white";s:11:"Metro White";s:6:"parade";s:6:"Parade";s:6:"smooth";s:6:"Smooth";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:13:"lightbox_skin";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"lightbox_path";a:8:{s:5:"label";s:19:"Thumbnails Position";s:11:"description";s:49:"Controls the position of the lightbox thumbnails.";s:2:"id";s:13:"lightbox_path";s:7:"default";s:8:"vertical";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:8:"vertical";s:5:"Right";s:10:"horizontal";s:6:"Bottom";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:13:"lightbox_path";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"lightbox_animation_speed";a:8:{s:5:"label";s:15:"Animation Speed";s:11:"description";s:45:"Controls the animation speed of the lightbox.";s:2:"id";s:24:"lightbox_animation_speed";s:7:"default";s:6:"normal";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"fast";s:4:"Fast";s:6:"normal";s:6:"Normal";s:4:"slow";s:4:"Slow";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:24:"lightbox_animation_speed";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"lightbox_arrows";a:7:{s:5:"label";s:6:"Arrows";s:11:"description";s:41:"Turn on to display arrows in the lightbox";s:2:"id";s:15:"lightbox_arrows";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"lightbox_skin";s:8:"operator";s:2:"!=";s:5:"value";s:6:"parade";}}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:"fusionLightboxVars";s:2:"id";s:15:"lightbox_arrows";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"lightbox_gallery";a:7:{s:5:"label";s:25:"Gallery Start/Stop Button";s:11:"description";s:53:"Turn on to display the gallery start and stop button.";s:2:"id";s:16:"lightbox_gallery";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:16:"lightbox_gallery";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:17:"lightbox_autoplay";a:7:{s:5:"label";s:29:"Autoplay the Lightbox Gallery";s:11:"description";s:41:"Turn on to autoplay the lightbox gallery.";s:2:"id";s:17:"lightbox_autoplay";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:17:"lightbox_autoplay";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"lightbox_slideshow_speed";a:8:{s:5:"label";s:15:"Slideshow Speed";s:11:"description";s:75:"Controls the slideshow speed if autoplay is turned on. ex: 1000 = 1 second.";s:2:"id";s:24:"lightbox_slideshow_speed";s:7:"default";s:4:"5000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:4:"1000";s:3:"max";s:5:"20000";s:4:"step";s:2:"50";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:24:"lightbox_slideshow_speed";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"lightbox_opacity";a:8:{s:5:"label";s:18:"Background Opacity";s:11:"description";s:66:"Controls the opacity level for the background behind the lightbox.";s:2:"id";s:16:"lightbox_opacity";s:7:"default";s:3:"0.9";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"0.1";s:3:"max";s:1:"1";s:4:"step";s:4:"0.01";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:16:"lightbox_opacity";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"lightbox_title";a:7:{s:5:"label";s:5:"Title";s:11:"description";s:51:"Turn on to display the image title in the lightbox.";s:2:"id";s:14:"lightbox_title";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:14:"lightbox_title";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:13:"lightbox_desc";a:7:{s:5:"label";s:7:"Caption";s:11:"description";s:53:"Turn on to display the image caption in the lightbox.";s:2:"id";s:13:"lightbox_desc";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:13:"lightbox_desc";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:15:"lightbox_social";a:7:{s:5:"label";s:14:"Social Sharing";s:11:"description";s:54:"Turn on to display social sharing buttons on lightbox.";s:2:"id";s:15:"lightbox_social";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:"fusionLightboxVars";s:2:"id";s:15:"lightbox_social";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"lightbox_deeplinking";a:7:{s:5:"label";s:11:"Deeplinking";s:11:"description";s:43:"Turn on to deeplink images in the lightbox.";s:2:"id";s:20:"lightbox_deeplinking";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:20:"lightbox_post_images";a:7:{s:5:"label";s:28:"Show Post Images in Lightbox";s:11:"description";s:85:"Turn on to display post images in the lightbox that are inside the post content area.";s:2:"id";s:20:"lightbox_post_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}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:23:"fusionLightboxVideoVars";s:2:"id";s:20:"lightbox_post_images";s:7:"trigger";a:1:{i:0;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"lightbox_video_dimensions";a:8:{s:5:"label";s:26:"Slideshow Video Dimensions";s:11:"description";s:61:"Controls the width and height for videos inside the lightbox.";s:2:"id";s:25:"lightbox_video_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:6:"1280px";s:6:"height";s:5:"720px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:15:"status_lightbox";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:2:{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:4:{s:9:"globalVar";s:23:"fusionLightboxVideoVars";s:2:"id";s:20:"lightbox_video_width";s:6:"choice";s:5:"width";s:7:"trigger";a:4:{i:0;s:4:"load";i:1;s:5:"ready";i:2;s:6:"resize";i:3;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:4:{s:9:"globalVar";s:23:"fusionLightboxVideoVars";s:2:"id";s:21:"lightbox_video_height";s:6:"choice";s:6:"height";s:7:"trigger";a:4:{i:0;s:4:"load";i:1;s:5:"ready";i:2;s:6:"resize";i:3;s:31:"avadaLightBoxInitializeLightbox";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:33:"forms_styling_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:233:"
IMPORTANT NOTE: The options on this tab apply to all forms throughout the site, including Avada Forms and the 3rd party plugins that Avada has design integration with.
";s:2:"id";s:33:"forms_styling_important_note_info";s:4:"type";s:6:"custom";}s:17:"form_input_height";a:7:{s:5:"label";s:28:"Form Input and Select Height";s:11:"description";s:64:"Controls the height of all search, form input and select fields.";s:2:"id";s:17:"form_input_height";s:7:"default";s:4:"50px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{i:0;s:2:"px";}s:8:"css_vars";a:2:{i:0;a:1:{s:4:"name";s:19:"--form_input_height";}i:1;a:2:{s:4:"name";s:42:"--form_input_height-main-menu-search-width";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:22:"calc(250px + 1.43 * $)";i:1;s:5:"250px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:17:"form_input_height";i:1;s:1:">";i:2;s:2:"35";}}}}}}}s:14:"form_text_size";a:6:{s:5:"label";s:14:"Form Font Size";s:11:"description";s:35:"Controls the size of the form text.";s:2:"id";s:14:"form_text_size";s:7:"default";s:4:"16px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--form_text_size";s:2:"po";b:0;}}}s:13:"form_bg_color";a:6:{s:5:"label";s:27:"Form Field Background Color";s:11:"description";s:45:"Controls the background color of form fields.";s:2:"id";s:13:"form_bg_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:15:"--form_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}}}s:15:"form_text_color";a:6:{s:5:"label";s:15:"Form Text Color";s:11:"description";s:36:"Controls the color of the form text.";s:2:"id";s:15:"form_text_color";s:7:"default";s:7:"#9ea0a4";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:17:"--form_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}i:1;a:3:{s:4:"name";s:21:"--form_text_color-35a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:4:"0.35";}s:2:"po";b:0;}}}s:17:"form_border_width";a:7:{s:5:"label";s:16:"Form Border Size";s:11:"description";s:44:"Controls the border size of the form fields.";s:2:"id";s:17:"form_border_width";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:3:"1px";s:6:"bottom";s:3:"1px";s:4:"left";s:3:"1px";s:5:"right";s:3:"1px";}s:4:"type";s:7:"spacing";s:8:"css_vars";a:4:{i:0;a:3:{s:4:"name";s:23:"--form_border_width-top";s:6:"choice";s:3:"top";s:2:"po";b:0;}i:1;a:3:{s:4:"name";s:26:"--form_border_width-bottom";s:6:"choice";s:6:"bottom";s:2:"po";b:0;}i:2;a:3:{s:4:"name";s:24:"--form_border_width-left";s:6:"choice";s:4:"left";s:2:"po";b:0;}i:3;a:3:{s:4:"name";s:25:"--form_border_width-right";s:6:"choice";s:5:"right";s:2:"po";b:0;}}}s:17:"form_border_color";a:7:{s:5:"label";s:17:"Form Border Color";s:11:"description";s:310:"Controls the border color of the form fields. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:17:"form_border_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:19:"--form_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}}}s:23:"form_focus_border_color";a:7:{s:5:"label";s:26:"Form Border Color On Focus";s:11:"description";s:331:"Controls the border color of the form fields when they have focus. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:23:"form_focus_border_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:2:{i:0;a:3:{s:4:"name";s:25:"--form_focus_border_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}s:2:"po";b:0;}i:1;a:3:{s:4:"name";s:28:"--form_focus_border_color-5a";s:8:"callback";a:2:{i:0;s:15:"color_alpha_set";i:1;s:3:"0.5";}s:2:"po";b:0;}}}s:18:"form_border_radius";a:7:{s:5:"label";s:18:"Form Border Radius";s:11:"description";s:86:"Controls the border radius of the form fields. Also works, if border size is set to 0.";s:2:"id";s:18:"form_border_radius";s:7:"default";s:1:"6";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:20:"--form_border_radius";s:13:"value_pattern";s:3:"$px";s:2:"po";b:0;}}}s:17:"recaptcha_version";a:7:{s:5:"label";s:17:"reCAPTCHA Version";s:11:"description";s:94:"Set the reCAPTCHA version you want to use and make sure your keys below match the set version.";s:2:"id";s:17:"recaptcha_version";s:7:"default";s:2:"v3";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:2:"v2";s:2:"V2";s:2:"v3";s:2:"V3";}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:16:"recaptcha_public";a:6:{s:5:"label";s:18:"reCAPTCHA Site Key";s:11:"description";s:188:"Follow the steps in our docs to get the site key.";s:2:"id";s:16:"recaptcha_public";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:17:"recaptcha_private";a:6:{s:5:"label";s:20:"reCAPTCHA Secret Key";s:11:"description";s:190:"Follow the steps in our docs to get the secret key.";s:2:"id";s:17:"recaptcha_private";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:22:"recaptcha_color_scheme";a:8:{s:5:"label";s:22:"reCAPTCHA Color Scheme";s:11:"description";s:36:"Controls the reCAPTCHA color scheme.";s:2:"id";s:22:"recaptcha_color_scheme";s:7:"default";s:5:"light";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"light";s:5:"Light";s:4:"dark";s:4:"Dark";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"recaptcha_version";s:8:"operator";s:2:"==";s:5:"value";s:2:"v2";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"recaptcha_score";a:8:{s:5:"label";s:24:"reCAPTCHA Security Score";s:11:"description";s:153:"Set a threshold score that must be met by the reCAPTCHA response. The higher the score the harder it becomes for bots, but also false positives increase.";s:2:"id";s:15:"recaptcha_score";s:7:"default";s:3:"0.5";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"0.1";s:3:"max";s:1:"1";s:4:"step";s:3:"0.1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"recaptcha_version";s:8:"operator";s:2:"==";s:5:"value";s:2:"v3";}}s:9:"transport";s:11:"postMessage";}s:24:"recaptcha_badge_position";a:8:{s:5:"label";s:24:"reCAPTCHA Badge Position";s:11:"description";s:162:"Set where and if the reCAPTCHA badge should be displayed. NOTE: Google\'s Terms and Privacy information needs to be displayed on the contact form.";s:2:"id";s:24:"recaptcha_badge_position";s:7:"default";s:6:"inline";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:6:"inline";s:6:"Inline";s:10:"bottomleft";s:11:"Bottom Left";s:11:"bottomright";s:12:"Bottom Right";s:4:"hide";s:4:"Hide";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"recaptcha_version";s:8:"operator";s:2:"==";s:5:"value";s:2:"v3";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:11:"hubspot_api";a:7:{s:5:"label";s:11:"HubSpot API";s:11:"description";s:51:"Select a method to connect to your HubSpot account.";s:2:"id";s:11:"hubspot_api";s:7:"default";s:3:"off";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"auth";s:5:"OAuth";s:3:"key";s:7:"API Key";s:3:"off";s:3:"Off";}s:9:"transport";s:11:"postMessage";}s:11:"hubspot_key";a:7:{s:5:"label";s:15:"HubSpot API Key";s:11:"description";s:187:"Follow the steps in HubSpot docs to access your API key.";s:2:"id";s:11:"hubspot_key";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"hubspot_api";s:8:"operator";s:2:"==";s:5:"value";s:3:"key";}}s:9:"transport";s:11:"postMessage";}s:13:"hubspot_oauth";a:5:{s:5:"label";s:0:"";s:11:"description";s:1554:"
There was a problem when trying to connect.
HubSpot integration with Avada Forms documentation.
Try again.
Connected with HubSpotRevoke Access
";s:2:"id";s:13:"hubspot_oauth";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"hubspot_api";s:8:"operator";s:2:"==";s:5:"value";s:4:"auth";}}}s:32:"contact_form_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:181:"
IMPORTANT NOTE: The options on this tab are only for the contact form that displays on the "Contact" page template.
";s:2:"id";s:32:"contact_form_important_note_info";s:4:"type";s:6:"custom";}s:13:"email_address";a:6:{s:5:"label";s:13:"Email Address";s:11:"description";s:110:"Enter the email address the form should be sent to. This only works for the form on the contact page template.";s:2:"id";s:13:"email_address";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:24:"contact_comment_position";a:8:{s:5:"label";s:34:"Contact Form Comment Area Position";s:11:"description";s:76:"Controls the position of the comment field with respect to the other fields.";s:2:"id";s:24:"contact_comment_position";s:7:"default";s:5:"below";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"above";s:5:"Above";s:5:"below";s:5:"Below";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:20:".fusion-contact-form";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:17:"Edit Contact Form";s:4:"icon";s:11:"fusiona-pen";s:11:"open_parent";b:1;}}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:29:"contact_form_privacy_checkbox";a:6:{s:5:"label";s:37:"Display Data Privacy Confirmation Box";s:11:"description";s:139:"Turn on to display a checkbox and custom label that has to be checked in order to confirm data privacy terms and that the form can be sent.";s:2:"id";s:29:"contact_form_privacy_checkbox";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:26:"contact_form_privacy_label";a:8:{s:5:"label";s:27:"Data Privacy Checkbox Label";s:11:"description";s:101:"Enter the contents that should be displayed as label for the data privacy checkbox. Can contain HTML.";s:2:"id";s:26:"contact_form_privacy_label";s:7:"default";s:152:"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.";s:4:"type";s:8:"textarea";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:29:"contact_form_privacy_checkbox";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:2:{s:7:"element";s:39:"#comment-privacy-checkbox-wrapper label";s:8:"function";s:4:"html";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:24:"google_map_disabled_note";a:6:{s:5:"label";s:0:"";s:11:"description";s:187:"
IMPORTANT NOTE: Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:24:"google_map_disabled_note";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:30:"google_map_important_note_info";a:6:{s:5:"label";s:0:"";s:11:"description";s:269:"
IMPORTANT NOTE: The options on this tab are for the google map that displays on the "Contact" page template. The only option that controls the Avada Builder google map element is the Google Maps API Key.
";s:2:"id";s:30:"google_map_important_note_info";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:8:"gmap_api";a:7:{s:5:"label";s:19:"Google Maps API Key";s:11:"description";s:271:"Follow the steps in the Google docs to get the API key. This key applies to both the contact page map and Avada Builder google map element.";s:2:"id";s:8:"gmap_api";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:13:"gmap_api_type";a:8:{s:5:"label";s:15:"Google API Type";s:11:"description";s:394:"Select the Google API type that should be used to load your map. The JavaScript API allows for more options and custom styling, but could be charged for by Google depending on map loads, while the embed API can be used for free regardless of map loads. For more information please see the Google Maps Users Guide.";s:2:"id";s:13:"gmap_api_type";s:7:"default";s:2:"js";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:2:"js";s:6:"JS API";s:5:"embed";s:9:"Embed API";}s:13:"edit_shortcut";a:2:{s:8:"selector";a:1:{i:0;s:22:"#fusion-gmap-container";}s:9:"shortcuts";a:1:{i:0;a:3:{s:10:"aria_label";s:15:"Edit Google Map";s:4:"icon";s:11:"fusiona-pen";s:11:"open_parent";b:1;}}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:18:"gmap_embed_address";a:7:{s:5:"label";s:7:"Address";s:11:"description";s:283:"Add the address of the location you wish to display. Leave empty, if you don't want to display a map on the contact page. Address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates. ex: 12.381068,-1.492711.";s:2:"id";s:18:"gmap_embed_address";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:5:"embed";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:19:"gmap_embed_map_type";a:8:{s:5:"label";s:8:"Map Type";s:11:"description";s:41:"Select the type of google map to display.";s:2:"id";s:19:"gmap_embed_map_type";s:7:"default";s:7:"roadmap";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"roadmap";s:7:"Roadmap";s:9:"satellite";s:9:"Satellite";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:5:"embed";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:12:"gmap_address";a:7:{s:5:"label";s:18:"Google Map Address";s:11:"description";s:411:"Add the address to the location you wish to display. Leave empty, if you don't want to display a map on the contact page. Single address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates with latlng=. ex: latlng=12.381068,-1.492711. For multiple addresses, separate addresses by using the | symbol. ex: Address 1|Address 2|Address 3.";s:2:"id";s:12:"gmap_address";s:7:"default";s:49:"775 New York Ave, Brooklyn, Kings, New York 11203";s:4:"type";s:8:"textarea";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:9:"gmap_type";a:8:{s:5:"label";s:15:"Google Map Type";s:11:"description";s:46:"Controls the type of google map that displays.";s:2:"id";s:9:"gmap_type";s:7:"default";s:7:"roadmap";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:7:"roadmap";s:7:"Roadmap";s:9:"satellite";s:9:"Satellite";s:6:"hybrid";s:6:"Hybrid";s:7:"terrain";s:7:"Terrain";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"gmap_dimensions";a:8:{s:5:"label";s:21:"Google Map Dimensions";s:11:"description";s:95:"Controls the width and height of the google map. NOTE: height does not accept percentage value.";s:2:"id";s:15:"gmap_dimensions";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:4:"100%";s:6:"height";s:5:"415px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:14:"gmap_topmargin";a:7:{s:5:"label";s:21:"Google Map Top Margin";s:11:"description";s:105:"This is only applied to google maps that are not 100% width. It controls the distance to menu/page title.";s:2:"id";s:14:"gmap_topmargin";s:7:"default";s:4:"55px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:16:"--gmap_topmargin";s:7:"element";s:17:".avada-google-map";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:1:"$";i:1;s:4:"55px";}s:10:"conditions";a:1:{i:0;a:3:{i:0;s:22:"gmap_dimensions[width]";i:1;s:3:"===";i:2;s:4:"100%";}}}}}}}s:14:"map_zoom_level";a:8:{s:5:"label";s:14:"Map Zoom Level";s:11:"description";s:143:"Choose the zoom level for the map. 0 corresponds to a map of the earth fully zoomed out, and larger zoom levels zoom in at a higher resolution.";s:2:"id";s:14:"map_zoom_level";s:7:"default";i:8;s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";i:0;s:3:"max";i:22;s:4:"step";i:1;}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:7:"map_pin";a:7:{s:5:"label";s:11:"Address Pin";s:11:"description";s:46:"Turn on to display the google map address pin.";s:2:"id";s:7:"map_pin";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:18:"gmap_pin_animation";a:7:{s:5:"label";s:21:"Address Pin Animation";s:11:"description";s:65:"Turn on to enable address pin animation when the map first loads.";s:2:"id";s:18:"gmap_pin_animation";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:9:"map_popup";a:7:{s:5:"label";s:18:"Map Popup On Click";s:11:"description";s:97:"Turn on to require a click to display the popup graphic with address info for the pin on the map.";s:2:"id";s:9:"map_popup";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"map_scrollwheel";a:7:{s:5:"label";s:25:"Map Zoom With Scrollwheel";s:11:"description";s:189:"Turn on to enable zooming using the mouse scroll wheel. Use Cmd/Ctrl key + scroll to zoom. If set to no, zooming through two-finger movements (cooperative gesture handling) will be enabled.";s:2:"id";s:15:"map_scrollwheel";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:9:"map_scale";a:7:{s:5:"label";s:9:"Map Scale";s:11:"description";s:40:"Turn on to display the google map scale.";s:2:"id";s:9:"map_scale";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:15:"map_zoomcontrol";a:7:{s:5:"label";s:32:"Map Zoom & Pan Control Icons";s:11:"description";s:69:"Turn on to display the google map zoom control and pan control icons.";s:2:"id";s:15:"map_zoomcontrol";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:26:"google_map_disabled_note_1";a:6:{s:5:"label";s:0:"";s:11:"description";s:187:"
IMPORTANT NOTE: Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.
";s:2:"id";s:26:"google_map_disabled_note_1";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:38:"google_map_styling_important_note_info";a:5:{s:5:"label";s:0:"";s:11:"description";s:278:"
IMPORTANT NOTE: The options on this tab are only for the google map that displays on the "Contact" page template, they do not control the google map element. These options are only available for the JS API type.
";s:2:"id";s:38:"google_map_styling_important_note_info";s:4:"type";s:6:"custom";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}}s:11:"map_styling";a:8:{s:5:"label";s:22:"Select the Map Styling";s:11:"description";s:133:"Controls the google map styles. Default is google style, Theme is our style, or choose Custom to select your own style options below.";s:2:"id";s:11:"map_styling";s:7:"default";s:7:"default";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:7:"default";s:15:"Default Styling";s:5:"theme";s:13:"Theme Styling";s:6:"custom";s:14:"Custom Styling";}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:1;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:17:"map_overlay_color";a:7:{s:5:"label";s:17:"Map Overlay Color";s:11:"description";s:137:"Custom styling setting only. Pick any overlaying color for the map besides pure black or white. Works best with "roadmap" type.";s:2:"id";s:17:"map_overlay_color";s:7:"default";s:7:"#65bc7b";s:4:"type";s:11:"color-alpha";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:19:"map_infobox_styling";a:8:{s:5:"label";s:16:"Info Box Styling";s:11:"description";s:66:"Custom styling setting only. Controls the styling of the info box.";s:2:"id";s:19:"map_infobox_styling";s:7:"default";s:7:"default";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:7:"default";s:15:"Default Infobox";s:6:"custom";s:14:"Custom Infobox";}s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:19:"map_infobox_content";a:7:{s:5:"label";s:16:"Info Box Content";s:11:"description";s:207:"Custom styling setting only. Type in custom info box content to replace the default address string. For multiple addresses, separate info box contents by using the | symbol. ex: InfoBox 1|InfoBox 2|InfoBox 3";s:2:"id";s:19:"map_infobox_content";s:7:"default";s:0:"";s:4:"type";s:8:"textarea";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:20:"map_infobox_bg_color";a:7:{s:5:"label";s:25:"Info Box Background Color";s:11:"description";s:68:"Custom styling setting only. Controls the info box background color.";s:2:"id";s:20:"map_infobox_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:19:"map_infobox_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:2;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:22:"map_infobox_text_color";a:7:{s:5:"label";s:19:"Info Box Text Color";s:11:"description";s:62:"Custom styling setting only. Controls the info box text color.";s:2:"id";s:22:"map_infobox_text_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:19:"map_infobox_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:2;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:22:"map_custom_marker_icon";a:7:{s:5:"label";s:18:"Custom Marker Icon";s:11:"description";s:228:"Custom styling setting only. Use full image urls for custom marker icons or input "theme" for our custom marker. For multiple addresses, separate icons by using the | symbol or use one for all. ex: Icon 1|Icon 2|Icon 3";s:2:"id";s:22:"map_custom_marker_icon";s:7:"default";s:0:"";s:4:"type";s:8:"textarea";s:8:"required";a:4:{i:0;a:3:{s:7:"setting";s:19:"map_infobox_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:1;a:3:{s:7:"setting";s:11:"map_styling";s:8:"operator";s:2:"==";s:5:"value";s:6:"custom";}i:2;a:3:{s:7:"setting";s:11:"status_gmap";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:3;a:3:{s:7:"setting";s:13:"gmap_api_type";s:8:"operator";s:1:"=";s:5:"value";s:2:"js";}}s:15:"update_callback";a:1:{i:0;a:4:{s:5:"where";s:8:"postMeta";s:9:"condition";s:17:"_wp_page_template";s:8:"operator";s:3:"===";s:5:"value";s:11:"contact.php";}}}s:21:"search_filter_results";a:6:{s:5:"label";s:31:"Limit Search Results Post Types";s:11:"description";s:74:"Turn on to limit the search results to specific post types you can choose.";s:2:"id";s:21:"search_filter_results";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:14:"search_content";a:9:{s:5:"label";s:22:"Search Results Content";s:11:"description";s:61:"Controls the type of content that displays in search results.";s:2:"id";s:14:"search_content";s:7:"default";a:4:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:15:"avada_portfolio";i:3;s:9:"avada_faq";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:6:{s:4:"post";s:5:"Posts";s:4:"page";s:5:"Pages";s:15:"avada_portfolio";s:15:"Portfolio Items";s:9:"avada_faq";s:9:"FAQ Items";s:7:"product";s:20:"WooCommerce Products";s:12:"tribe_events";s:21:"Events Calendar Posts";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:21:"search_filter_results";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:27:"search_limit_to_post_titles";a:6:{s:5:"label";s:27:"Limit Search to Post Titles";s:11:"description";s:48:"Turn on to limit the search to post titles only.";s:2:"id";s:27:"search_limit_to_post_titles";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:18:"search_form_design";a:7:{s:5:"label";s:18:"Search Form Design";s:11:"description";s:40:"Controls the design of the search forms.";s:2:"id";s:18:"search_form_design";s:7:"default";s:5:"clean";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"classic";s:7:"Classic";s:5:"clean";s:5:"Clean";}s:6:"output";a:1:{i:0;a:5:{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-search-form-$";s:12:"remove_attrs";a:2:{i:0;s:26:"fusion-search-form-classic";i:1;s:24:"fusion-search-form-clean";}}}}s:11:"live_search";a:7:{s:5:"label";s:18:"Enable Live Search";s:11:"description";s:90:"Turn on to enable live search results on menu search field and other fitting search forms.";s:2:"id";s:11:"live_search";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:22:"searchform_live_search";a:4:{s:8:"selector";s:30:".searchform.fusion-search-form";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"searchform";}s:21:"success_trigger_event";s:15:"avadaLiveSearch";}}i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:11:"live_search";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:26:"live_search_min_char_count";a:9:{s:5:"label";s:35:"Live Search Minimal Character Count";s:11:"description";s:324:"Set the minimal character count to trigger the live search. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"live_search_min_char_count";s:7:"default";s:1:"4";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:2:"20";s:4:"step";s:1:"1";}s:15:"soft_dependency";b:1;s:15:"partial_refresh";a:1:{s:37:"searchform_live_search_min_char_count";a:4:{s:8:"selector";s:30:".searchform.fusion-search-form";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:10:"searchform";}s:21:"success_trigger_event";s:15:"avadaLiveSearch";}}i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:14:"min_char_count";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}s:28:"live_search_results_per_page";a:8:{s:5:"label";s:27:"Live Search Number of Posts";s:11:"description";s:348:"Controls the number of posts that should be displayed as search result suggestions. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:28:"live_search_results_per_page";s:7:"default";s:3:"100";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:2:"10";s:3:"max";s:3:"500";s:4:"step";s:2:"10";}s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:8:"per_page";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"live_search_results_height";a:8:{s:5:"label";s:36:"Live Search Results Container Height";s:11:"description";s:345:"Controls the height of the container in which the search results will be listed. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"live_search_results_height";s:7:"default";s:3:"250";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:3:"100";s:3:"max";s:3:"800";s:4:"step";s:1:"5";}s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--live_search_results_height";s:7:"element";s:22:".fusion-search-results";s:13:"value_pattern";s:3:"$px";}}}s:34:"live_search_display_featured_image";a:7:{s:5:"label";s:34:"Live Search Display Featured Image";s:11:"description";s:330:"Turn on to display the featured image of each live search result. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:34:"live_search_display_featured_image";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:13:"show_feat_img";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:29:"live_search_display_post_type";a:7:{s:5:"label";s:29:"Live Search Display Post Type";s:11:"description";s:325:"Turn on to display the post type of each live search result. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:29:"live_search_display_post_type";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:19:"avadaLiveSearchVars";s:2:"id";s:17:"display_post_type";s:7:"trigger";a:1:{i:0;s:15:"avadaLiveSearch";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:35:"search_page_options_template_notice";a:5:{s:2:"id";s:35:"search_page_options_template_notice";s:5:"label";s:0:"";s:6:"hidden";b:1;s:11:"description";s:329:"
IMPORTANT NOTE: The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit this page.
";s:4:"type";s:6:"custom";}s:13:"search_layout";a:8:{s:5:"label";s:21:"Search Results Layout";s:11:"description";s:48:"Controls the layout for the search results page.";s:2:"id";s:13:"search_layout";s:7:"default";s:4:"grid";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:6:{s:5:"large";s:5:"Large";s:6:"medium";s:6:"Medium";s:15:"large alternate";s:15:"Large Alternate";s:16:"medium alternate";s:16:"Medium Alternate";s:4:"grid";s:4:"Grid";s:8:"timeline";s:8:"Timeline";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:23:"search_results_per_page";a:8:{s:5:"label";s:33:"Number of Search Results Per Page";s:11:"description";s:47:"Controls the number of search results per page.";s:2:"id";s:23:"search_results_per_page";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:6:"hidden";b:0;s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:22:"search_pagination_type";a:8:{s:5:"label";s:22:"Search Pagination Type";s:11:"description";s:57:"Controls the pagination type for the search results page.";s:2:"id";s:22:"search_pagination_type";s:7:"default";s:10:"pagination";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:3:{s:10:"pagination";s:10:"Pagination";s:15:"infinite_scroll";s:15:"Infinite Scroll";s:16:"load_more_button";s:16:"Load More Button";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:19:"search_grid_columns";a:10:{s:5:"label";s:17:"Number of Columns";s:11:"description";s:48:"Controls the number of columns for grid layouts.";s:2:"id";s:19:"search_grid_columns";s:7:"default";i:3;s:4:"type";s:6:"slider";s:6:"hidden";b:0;s:5:"class";s:16:"fusion-or-gutter";s:7:"choices";a:3:{s:3:"min";i:1;s:3:"max";i:6;s:4:"step";i:1;}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:26:"search_grid_column_spacing";a:10:{s:5:"label";s:14:"Column Spacing";s:11:"description";s:47:"Controls the column spacing for search results.";s:2:"id";s:26:"search_grid_column_spacing";s:7:"default";s:2:"40";s:4:"type";s:6:"slider";s:6:"hidden";b:0;s:5:"class";s:16:"fusion-or-gutter";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:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:4:"grid";}i:1;a:3:{s:7:"setting";s:13:"search_layout";s:8:"operator";s:1:"=";s:5:"value";s:7:"masonry";}}s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:28:"--search_grid_column_spacing";s:7:"element";s:24:".fusion-blog-layout-grid";s:13:"value_pattern";s:3:"$px";}}}s:21:"search_content_length";a:8:{s:5:"label";s:22:"Search Content Display";s:11:"description";s:104:"Controls if the search results content displays as an excerpt or full content or is completely disabled.";s:2:"id";s:21:"search_content_length";s:7:"default";s:7:"excerpt";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:3:{s:7:"excerpt";s:7:"Excerpt";s:12:"full_content";s:12:"Full Content";s:7:"no_text";s:7:"No Text";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:21:"search_excerpt_length";a:9:{s:5:"label";s:21:"Search Excerpt Length";s:11:"description";s:76:"Controls the number of words (or characters) in the search results excerpts.";s:2:"id";s:21:"search_excerpt_length";s:7:"default";s:2:"10";s:4:"type";s:6:"slider";s:6:"hidden";b:0;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:21:"search_content_length";s:8:"operator";s:2:"==";s:5:"value";s:7:"excerpt";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:25:"search_strip_html_excerpt";a:8:{s:5:"label";s:30:"Search Strip HTML from Excerpt";s:11:"description";s:75:"Turn on to strip HTML content from the excerpt for the search results page.";s:2:"id";s:25:"search_strip_html_excerpt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:21:"search_content_length";s:8:"operator";s:2:"==";s:5:"value";s:7:"excerpt";}}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:22:"search_featured_images";a:7:{s:5:"label";s:34:"Featured Images for Search Results";s:11:"description";s:54:"Turn on to display featured images for search results.";s:2:"id";s:22:"search_featured_images";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"hidden";b:0;s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:11:"search_meta";a:9:{s:5:"label";s:19:"Search Results Meta";s:11:"description";s:84:"Select the post meta data you want to be displayed in the individual search results.";s:2:"id";s:11:"search_meta";s:7:"default";a:5:{i:0;s:6:"author";i:1;s:4:"date";i:2;s:10:"categories";i:3;s:8:"comments";i:4;s:9:"read_more";}s:4:"type";s:6:"select";s:6:"hidden";b:0;s:5:"multi";b:1;s:7:"choices";a:7:{s:6:"author";s:6:"Author";s:4:"date";s:4:"Date";s:10:"categories";s:10:"Categories";s:4:"tags";s:4:"Tags";s:8:"comments";s:8:"Comments";s:9:"read_more";s:14:"Read More Link";s:9:"post_type";s:9:"Post Type";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:26:"search_new_search_position";a:8:{s:5:"label";s:21:"Search Field Position";s:11:"description";s:67:"Controls the position of the search bar on the search results page.";s:2:"id";s:26:"search_new_search_position";s:7:"default";s:3:"top";s:4:"type";s:6:"select";s:6:"hidden";b:0;s:7:"choices";a:3:{s:3:"top";s:13:"Above Results";s:6:"bottom";s:13:"Below Results";s:6:"hidden";s:4:"Hide";}s:15:"update_callback";a:1:{i:0;a:3:{s:9:"condition";s:9:"is_search";s:8:"operator";s:3:"===";s:5:"value";b:1;}}}s:12:"privacy_note";a:4:{s:5:"label";s:0:"";s:11:"description";s:502:"
IMPORTANT NOTE: The options in this section will help to easier comply with data privacy regulations, like the European GDPR. When the "Privacy Consent" option is used, Avada will create a cookie with the name "privacy_embeds" on user clients browsing your site to manage and store user consent to load the different third party embeds and tracking scripts. You may want to add information about this cookie to your privacy page.
";s:2:"id";s:12:"privacy_note";s:4:"type";s:6:"custom";}s:18:"gfonts_load_method";a:7:{s:2:"id";s:18:"gfonts_load_method";s:5:"label";s:36:"Google & Font Awesome Fonts Mode";s:11:"description";s:184:"When set to "Local", the Google and Font Awesome fonts set in Global Options will be downloaded to your server. Set to "CDN" to use the Google and FontAwesome CDNs.";s:4:"type";s:15:"radio-buttonset";s:7:"default";s:3:"cdn";s:7:"choices";a:2:{s:5:"local";s:5:"Local";s:3:"cdn";s:3:"CDN";}s:9:"transport";s:11:"postMessage";}s:14:"privacy_embeds";a:6:{s:5:"label";s:15:"Privacy Consent";s:11:"description";s:79:"Turn on to prevent embeds and scripts from loading until user consent is given.";s:2:"id";s:14:"privacy_embeds";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:14:"privacy_expiry";a:8:{s:5:"label";s:33:"Privacy Consent Cookie Expiration";s:11:"description";s:68:"Controls how long the consent cookie should be stored for. In days.";s:2:"id";s:14:"privacy_expiry";s:7:"default";s:2:"30";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"366";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:19:"privacy_embed_types";a:9:{s:5:"label";s:21:"Privacy Consent Types";s:11:"description";s:67:"Select the types of embeds which you would like to require consent.";s:2:"id";s:19:"privacy_embed_types";s:7:"default";a:8:{i:0;s:7:"youtube";i:1;s:5:"vimeo";i:2;s:10:"soundcloud";i:3;s:8:"facebook";i:4;s:6:"flickr";i:5;s:7:"twitter";i:6;s:5:"gmaps";i:7;s:8:"tracking";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:8:{s:7:"youtube";s:7:"YouTube";s:5:"vimeo";s:5:"Vimeo";s:10:"soundcloud";s:10:"SoundCloud";s:8:"facebook";s:8:"Facebook";s:6:"flickr";s:6:"Flickr";s:7:"twitter";s:7:"Twitter";s:5:"gmaps";s:11:"Google Maps";s:8:"tracking";s:16:"Tracking Cookies";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:22:"privacy_embed_defaults";a:9:{s:5:"label";s:30:"Privacy Selected Consent Types";s:11:"description";s:138:"Select the types of embeds which you would like to have checked by default. This applies to both the privacy bar and the privacy element.";s:2:"id";s:22:"privacy_embed_defaults";s:7:"default";a:0:{}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:8:{s:7:"youtube";s:7:"YouTube";s:5:"vimeo";s:5:"Vimeo";s:10:"soundcloud";s:10:"SoundCloud";s:8:"facebook";s:8:"Facebook";s:6:"flickr";s:6:"Flickr";s:7:"twitter";s:7:"Twitter";s:5:"gmaps";s:11:"Google Maps";s:8:"tracking";s:16:"Tracking Cookies";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:16:"privacy_bg_color";a:7:{s:5:"label";s:36:"Privacy Placeholder Background Color";s:11:"description";s:59:"Controls the background color for the privacy placeholders.";s:2:"id";s:16:"privacy_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:15:"rgba(0,0,0,0.1)";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:18:"--privacy_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:13:"privacy_color";a:7:{s:5:"label";s:30:"Privacy Placeholder Text Color";s:11:"description";s:51:"Controls the text color for the embed placeholders.";s:2:"id";s:13:"privacy_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:15:"rgba(0,0,0,0.3)";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:15:"--privacy_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:11:"privacy_bar";a:5:{s:5:"label";s:11:"Privacy Bar";s:11:"description";s:58:"Turn on to enable a privacy bar at the bottom of the page.";s:2:"id";s:11:"privacy_bar";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:19:"privacy_bar_padding";a:8:{s:5:"label";s:19:"Privacy Bar Padding";s:11:"description";s:68:"Controls the top/right/bottom/left paddings of the privacy bar area.";s:2:"id";s:19:"privacy_bar_padding";s:7:"default";a:4:{s:3:"top";s:4:"15px";s:6:"bottom";s:4:"15px";s:4:"left";s:4:"30px";s:5:"right";s:4:"30px";}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:4:"type";s:7:"spacing";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:4:{i:0;a:2:{s:4:"name";s:25:"--privacy_bar_padding-top";s:6:"choice";s:3:"top";}i:1;a:2:{s:4:"name";s:28:"--privacy_bar_padding-bottom";s:6:"choice";s:6:"bottom";}i:2;a:2:{s:4:"name";s:26:"--privacy_bar_padding-left";s:6:"choice";s:4:"left";}i:3;a:2:{s:4:"name";s:27:"--privacy_bar_padding-right";s:6:"choice";s:5:"right";}}}s:20:"privacy_bar_bg_color";a:7:{s:5:"label";s:28:"Privacy Bar Background Color";s:11:"description";s:50:"Controls the background color for the privacy bar.";s:2:"id";s:20:"privacy_bar_bg_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#363839";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--privacy_bar_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:21:"privacy_bar_font_size";a:8:{s:5:"label";s:21:"Privacy Bar Font Size";s:11:"description";s:51:"Controls the font size for the privacy bar content.";s:2:"id";s:21:"privacy_bar_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:23:"--privacy_bar_font_size";}}}s:17:"privacy_bar_color";a:7:{s:5:"label";s:22:"Privacy Bar Text Color";s:11:"description";s:52:"Controls the text color for the privacy bar content.";s:2:"id";s:17:"privacy_bar_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#8c8989";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:19:"--privacy_bar_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:22:"privacy_bar_link_color";a:7:{s:5:"label";s:22:"Privacy Bar Link Color";s:11:"description";s:44:"Controls the link color for the privacy bar.";s:2:"id";s:22:"privacy_bar_link_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#bfbfbf";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:24:"--privacy_bar_link_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:28:"privacy_bar_link_hover_color";a:7:{s:5:"label";s:28:"Privacy Bar Link Hover Color";s:11:"description";s:50:"Controls the link hover color for the privacy bar.";s:2:"id";s:28:"privacy_bar_link_hover_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:7:"#65bc7b";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:30:"--privacy_bar_link_hover_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:16:"privacy_bar_text";a:7:{s:5:"label";s:16:"Privacy Bar Text";s:11:"description";s:59:"Enter the text which you want to appear on the privacy bar.";s:2:"id";s:16:"privacy_bar_text";s:7:"default";s:51:"This website uses cookies and third party services.";s:4:"type";s:8:"textarea";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:24:"privacy_bar_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:23:"privacy_bar_button_text";a:7:{s:5:"label";s:23:"Privacy Bar Button Text";s:11:"description";s:56:"Controls the button text for the privacy bar acceptance.";s:2:"id";s:23:"privacy_bar_button_text";s:7:"default";s:2:"OK";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:31:"privacy_bar_button_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:23:"privacy_bar_button_save";a:7:{s:5:"label";s:32:"Privacy Bar Button Save On Click";s:11:"description";s:201:"If enabled, when the button is clicked it will save the default consent selection. If disabled the button will only save the preferences after a checkbox has been changed (bar will be hidden however).";s:2:"id";s:23:"privacy_bar_button_save";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:3:{s:9:"globalVar";s:16:"avadaPrivacyVars";s:2:"id";s:6:"button";s:7:"trigger";a:1:{i:0;s:16:"fusionPrivacyBar";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"privacy_bar_more";a:7:{s:5:"label";s:20:"Privacy Bar Settings";s:11:"description";s:132:"If enabled, a settings section will be added to show more information and to provide checkboxes for tracking and third party embeds.";s:2:"id";s:16:"privacy_bar_more";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:24:"privacy_bar_more_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:21:"privacy_bar_more_text";a:7:{s:5:"label";s:25:"Privacy Bar Settings Text";s:11:"description";s:52:"Controls the link text for the privacy bar settings.";s:2:"id";s:21:"privacy_bar_more_text";s:7:"default";s:8:"Settings";s:4:"type";s:4:"text";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:15:"partial_refresh";a:1:{s:29:"privacy_bar_more_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:23:"privacy_bar_update_text";a:7:{s:5:"label";s:30:"Privacy Bar Update Button Text";s:11:"description";s:74:"Controls the button text for the privacy bar after a checkbox has changed.";s:2:"id";s:23:"privacy_bar_update_text";s:7:"default";s:15:"Update Settings";s:4:"type";s:4:"text";s:8:"required";a:3:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:2;a:3:{s:7:"setting";s:14:"privacy_embeds";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:15:"partial_refresh";a:1:{s:31:"privacy_bar_update_text_partial";a:4:{s:8:"selector";s:45:".fusion-privacy-bar.fusion-privacy-bar-bottom";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:11:"privacy_bar";}s:21:"success_trigger_event";a:1:{i:0;s:16:"fusionPrivacyBar";}}}}s:30:"privacy_bar_headings_font_size";a:7:{s:5:"label";s:29:"Privacy Bar Heading Font Size";s:11:"description";s:56:"Controls the font size for the privacy bar heading text.";s:2:"id";s:30:"privacy_bar_headings_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:7:"choices";a:1:{s:5:"units";a:2:{i:0;s:2:"px";i:1;s:2:"em";}}s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}}s:26:"privacy_bar_headings_color";a:7:{s:5:"label";s:26:"Privacy Bar Headings Color";s:11:"description";s:56:"Controls the text color of the privacy bar heading font.";s:2:"id";s:26:"privacy_bar_headings_color";s:7:"default";s:7:"#dddddd";s:4:"type";s:11:"color-alpha";s:8:"required";a:2:{i:0;a:3:{s:7:"setting";s:11:"privacy_bar";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}i:1;a:3:{s:7:"setting";s:16:"privacy_bar_more";s:8:"operator";s:2:"!=";s:5:"value";s:1:"0";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:28:"--privacy_bar_headings_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:4:"type";a:5:{s:2:"id";s:4:"type";s:4:"type";s:6:"select";s:11:"description";s:45:"Select the type of cookie/content to display.";s:7:"default";s:6:"custom";s:7:"choices";a:3:{s:6:"custom";s:6:"Custom";s:8:"tracking";s:16:"Tracking Cookies";s:6:"embeds";s:18:"Third Party Embeds";}}s:5:"title";a:4:{s:2:"id";s:5:"title";s:4:"type";s:4:"text";s:5:"label";s:21:"Title for the content";s:7:"default";s:0:"";}s:11:"description";a:4:{s:2:"id";s:11:"description";s:4:"type";s:8:"textarea";s:5:"label";s:27:"Description for the content";s:7:"default";s:0:"";}s:16:"sidenav_behavior";a:7:{s:5:"label";s:24:"Side Navigation Behavior";s:11:"description";s:89:"Controls if the child pages show on click or hover for the side navigation page template.";s:2:"id";s:16:"sidenav_behavior";s:7:"default";s:5:"hover";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"hover";s:5:"Hover";s:5:"click";s:5:"Click";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:6:"choice";s:3:"top";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:16:"avadaSideNavVars";s:2:"id";s:16:"sidenav_behavior";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:26:"featured_image_placeholder";a:6:{s:5:"label";s:18:"Image Placeholders";s:11:"description";s:175:"Turn on to display a placeholder image for posts that do not have a featured image. This allows the post to display on portfolio archives and related posts/projects carousels.";s:2:"id";s:26:"featured_image_placeholder";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:28:"related_posts_layout_partial";a:5:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";s:11:"js_callback";a:1:{i:0;s:17:"noPortfolioOnPage";}}}}s:12:"excerpt_base";a:6:{s:5:"label";s:24:"Basis for Excerpt Length";s:11:"description";s:63:"Controls if the excerpt length is based on words or characters.";s:2:"id";s:12:"excerpt_base";s:7:"default";s:5:"words";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:5:"words";s:5:"Words";s:10:"characters";s:10:"Characters";}}s:16:"disable_excerpts";a:5:{s:5:"label";s:32:"Display Excerpt Read More Symbol";s:11:"description";s:72:"Turn on to display the read more symbol on excerpts throughout the site.";s:2:"id";s:16:"disable_excerpts";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";}s:24:"excerpt_read_more_symbol";a:6:{s:5:"label";s:24:"Excerpt Read More Symbol";s:11:"description";s:94:"Set the excerpt read more symbol, HTML code is allowed. If left empty it will be set to [...].";s:2:"id";s:24:"excerpt_read_more_symbol";s:7:"default";s:5:"[...]";s:4:"type";s:4:"text";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_excerpts";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:14:"link_read_more";a:6:{s:5:"label";s:44:"Make Excerpt Symbol Link to Single Post Page";s:11:"description";s:78:"Turn on to have the read more symbol on excerpts link to the single post page.";s:2:"id";s:14:"link_read_more";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:16:"disable_excerpts";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}}s:12:"avatar_shape";a:7:{s:5:"label";s:12:"Avatar Shape";s:11:"description";s:72:"Set the shape for Avatars used in comments, author info and other areas.";s:2:"id";s:12:"avatar_shape";s:7:"default";s:6:"circle";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:6:"square";s:6:"Square";s:6:"circle";s:6:"Circle";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:15:"fusion-avatar-$";s:12:"remove_attrs";a:2:{i:0;s:20:"fusion-avatar-square";i:1;s:20:"fusion-avatar-circle";}}}}s:14:"comments_pages";a:5:{s:5:"label";s:17:"Comments on Pages";s:11:"description";s:43:"Turn on to allow comments on regular pages.";s:2:"id";s:14:"comments_pages";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:21:"featured_images_pages";a:6:{s:5:"label";s:24:"Featured Images on Pages";s:11:"description";s:52:"Turn on to display featured images on regular pages.";s:2:"id";s:21:"featured_images_pages";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:29:"featured_images_pages_partial";a:4:{s:8:"selector";s:30:".fusion-featured-image-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:23:"singular_featured_image";}s:21:"success_trigger_event";s:35:"fusion-reinit-single-post-slideshow";}}}s:21:"nofollow_social_links";a:6:{s:5:"label";s:40:"Add "nofollow" to social links";s:11:"description";s:66:"Turn on to add "nofollow" attribute to all social links.";s:2:"id";s:21:"nofollow_social_links";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:16:"social_icons_new";a:6:{s:5:"label";s:33:"Open Social Icons in a New Window";s:11:"description";s:54:"Turn on to allow social icons to open in a new window.";s:2:"id";s:16:"social_icons_new";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:14:"totop_position";a:7:{s:5:"label";s:21:"ToTop Button Position";s:11:"description";s:97:"Controls the position of the ToTop button. On mobiles also non-floating layouts will be floating.";s:2:"id";s:14:"totop_position";s:7:"default";s:5:"right";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:4:"left";s:4:"Left";s:13:"left_floating";s:13:"Left Floating";s:5:"right";s:5:"Right";s:14:"right_floating";s:14:"Right Floating";}s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:14:"avadaToTopVars";s:2:"id";s:14:"totop_position";s:7:"trigger";a:1:{i:0;s:18:"updateToTopPostion";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:19:"totop_border_radius";a:7:{s:5:"label";s:19:"ToTop Border Radius";s:11:"description";s:128:"Controls the border radius of the ToTop button. For non-floating layouts the border radius will only apply to the upper corners.";s:2:"id";s:19:"totop_border_radius";s:7:"default";s:1:"6";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:21:"--totop_border_radius";s:7:"element";s:6:"#toTop";s:13:"value_pattern";s:3:"$px";}}}s:22:"totop_scroll_down_only";a:6:{s:5:"label";s:30:"ToTop Show on Scroll Down Only";s:11:"description";s:108:"Turn on to show the ToTop button on scroll down only. Otherwise it will always show if the page is scrolled.";s:2:"id";s:22:"totop_scroll_down_only";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"output";a:1:{i:0;a:4:{s:7:"element";s:13:"helperElement";s:8:"property";s:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:14:"avadaToTopVars";s:2:"id";s:22:"totop_scroll_down_only";s:7:"trigger";a:1:{i:0;s:5:"ready";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:8:"faq_slug";a:5:{s:5:"label";s:8:"FAQ Slug";s:11:"description";s:195:"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.";s:2:"id";s:8:"faq_slug";s:7:"default";s:9:"faq-items";s:4:"type";s:4:"text";}s:20:"related_posts_layout";a:7:{s:5:"label";s:31:"Related Posts / Projects Layout";s:11:"description";s:65:"Controls the layout style for related posts and related projects.";s:2:"id";s:20:"related_posts_layout";s:7:"default";s:17:"title_on_rollover";s:4:"type";s:6:"select";s:7:"choices";a:2:{s:17:"title_on_rollover";s:17:"Title on rollover";s:17:"title_below_image";s:17:"Title below image";}s:15:"partial_refresh";a:1:{s:28:"related_posts_layout_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:20:"number_related_posts";a:7:{s:5:"label";s:34:"Number of Related Posts / Projects";s:11:"description";s:80:"Controls the number of related posts and projects that display on a single post.";s:2:"id";s:20:"number_related_posts";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:"30";s:4:"step";s:1:"1";}s:15:"partial_refresh";a:1:{s:28:"number_related_posts_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:21:"related_posts_columns";a:7:{s:5:"label";s:40:"Related Posts / Projects Maximum Columns";s:11:"description";s:73:"Controls the number of columns for the related posts and projects layout.";s:2:"id";s:21:"related_posts_columns";s:7:"default";i:4;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:15:"partial_refresh";a:1:{s:29:"related_posts_columns_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:28:"related_posts_column_spacing";a:7:{s:5:"label";s:39:"Related Posts / Projects Column Spacing";s:11:"description";s:82:"Controls the amount of spacing between columns for the related posts and projects.";s:2:"id";s:28:"related_posts_column_spacing";s:7:"default";s:2:"48";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:15:"partial_refresh";a:1:{s:36:"related_posts_column_spacing_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:24:"related_posts_image_size";a:7:{s:5:"label";s:35:"Related Posts / Projects Image Size";s:11:"description";s:216:"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for related posts and projects. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.";s:2:"id";s:24:"related_posts_image_size";s:7:"default";s:7:"cropped";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"cropped";s:5:"Fixed";s:4:"full";s:4:"Auto";}s:15:"partial_refresh";a:1:{s:32:"related_posts_image_size_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:22:"related_posts_autoplay";a:6:{s:5:"label";s:33:"Related Posts / Projects Autoplay";s:11:"description";s:59:"Turn on to autoplay the related posts and project carousel.";s:2:"id";s:22:"related_posts_autoplay";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:30:"related_posts_autoplay_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:19:"related_posts_speed";a:7:{s:5:"label";s:30:"Related Posts / Projects Speed";s:11:"description";s:78:"Controls the speed of related posts and project carousel. ex: 1000 = 1 second.";s:2:"id";s:19:"related_posts_speed";s:7:"default";s:4:"2500";s:4:"type";s:6:"slider";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:6:"bottom";s:11:"js_callback";a:2:{i:0;s:21:"fusionGlobalScriptSet";i:1;a:4:{s:6:"choice";s:3:"top";s:9:"globalVar";s:18:"fusionCarouselVars";s:2:"id";s:19:"related_posts_speed";s:7:"trigger";a:1:{i:0;s:5:"ready";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"related_posts_navigation";a:6:{s:5:"label";s:40:"Related Posts / Projects Show Navigation";s:11:"description";s:53:"Turn on to display navigation arrows on the carousel.";s:2:"id";s:24:"related_posts_navigation";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:32:"related_posts_navigation_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:19:"related_posts_swipe";a:6:{s:5:"label";s:37:"Related Posts / Projects Mouse Scroll";s:11:"description";s:53:"Turn on to enable mouse drag control on the carousel.";s:2:"id";s:19:"related_posts_swipe";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:27:"related_posts_swipe_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:25:"related_posts_swipe_items";a:7:{s:5:"label";s:37:"Related Posts / Projects Scroll Items";s:11:"description";s:101:"Controls the number of items that scroll at one time. Set to 0 to scroll the number of visible items.";s:2:"id";s:25:"related_posts_swipe_items";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:"15";s:4:"step";s:1:"1";}s:15:"partial_refresh";a:1:{s:33:"related_posts_swipe_items_partial";a:4:{s:8:"selector";s:21:"section.related-posts";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:22:"related_posts_template";}s:21:"success_trigger_event";s:36:"fusion-reinit-related-posts-carousel";}}}s:14:"image_rollover";a:6:{s:5:"label";s:14:"Image Rollover";s:11:"description";s:78:"Turn on to display the rollover graphic on blog and portfolio featured images.";s:2:"id";s:14:"image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:12:"full_refresh";a:1:{s:29:"image_rollover_layout_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:24:"image_rollover_direction";a:8:{s:5:"label";s:24:"Image Rollover Direction";s:11:"description";s:313:"Controls the direction the rollover starts from. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"image_rollover_direction";s:7:"default";s:4:"left";s:4:"type";s:6:"select";s:7:"choices";a:7:{s:4:"fade";s:4:"Fade";s:4:"left";s:4:"Left";s:5:"right";s:5:"Right";s:6:"bottom";s:6:"Bottom";s:3:"top";s:3:"Top";s:12:"center_horiz";s:17:"Center Horizontal";s:15:"center_vertical";s:15:"Center Vertical";}s:15:"soft_dependency";b:1;s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:32:"avada-image-rollover-direction-$";s:12:"remove_attrs";a:7:{i:0;s:35:"avada-image-rollover-direction-fade";i:1;s:35:"avada-image-rollover-direction-left";i:2;s:36:"avada-image-rollover-direction-right";i:3;s:37:"avada-image-rollover-direction-bottom";i:4;s:34:"avada-image-rollover-direction-top";i:5;s:43:"avada-image-rollover-direction-center_horiz";i:6;s:46:"avada-image-rollover-direction-center_vertical";}}}}s:24:"image_rollover_icon_size";a:7:{s:5:"label";s:29:"Image Rollover Icon Font Size";s:11:"description";s:40:"Controls the size of the rollover icons.";s:2:"id";s:24:"image_rollover_icon_size";s:7:"default";s:4:"15px";s:4:"type";s:9:"dimension";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"image_rollover";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:26:"--image_rollover_icon_size";}}}s:20:"image_rollover_icons";a:8:{s:5:"label";s:20:"Image Rollover Icons";s:11:"description";s:27:"Choose which icons display.";s:2:"id";s:20:"image_rollover_icons";s:7:"default";s:8:"linkzoom";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:8:"linkzoom";s:11:"Link + Zoom";s:4:"link";s:4:"Link";s:4:"zoom";s:4:"Zoom";s:2:"no";s:8:"No Icons";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:14:"image_rollover";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:12:"full_refresh";a:1:{s:28:"image_rollover_icons_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:20:"title_image_rollover";a:7:{s:5:"label";s:20:"Image Rollover Title";s:11:"description";s:321:"Turn on to display the post title in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:20:"title_image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:12:"full_refresh";a:1:{s:28:"title_image_rollover_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:19:"cats_image_rollover";a:7:{s:5:"label";s:25:"Image Rollover Categories";s:11:"description";s:326:"Turn on to display the post categories in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:19:"cats_image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:12:"full_refresh";a:1:{s:27:"cats_image_rollover_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:16:"isRolloverOnPage";}}}}s:26:"icon_circle_image_rollover";a:7:{s:5:"label";s:26:"Image Rollover Icon Circle";s:11:"description";s:333:"Turn on to display the icon background circle in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:26:"icon_circle_image_rollover";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"soft_dependency";b:1;s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:31:"avada-image-rollover-circle-yes";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:0:"";i:1;s:5:"false";}s:7:"element";s:4:"body";s:9:"className";s:30:"avada-image-rollover-circle-no";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:24:"image_gradient_top_color";a:7:{s:5:"label";s:33:"Image Rollover Gradient Top Color";s:11:"description";s:321:"Controls the top color of the image rollover background. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:24:"image_gradient_top_color";s:4:"type";s:11:"color-alpha";s:7:"default";s:21:"rgba(101,188,123,0.8)";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:26:"--image_gradient_top_color";s:7:"element";s:21:".fusion-image-wrapper";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:27:"image_gradient_bottom_color";a:7:{s:5:"label";s:36:"Image Rollover Gradient Bottom Color";s:11:"description";s:324:"Controls the bottom color of the image rollover background. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:27:"image_gradient_bottom_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:3:{s:4:"name";s:29:"--image_gradient_bottom_color";s:7:"element";s:16:".fusion-rollover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"image_rollover_text_color";a:7:{s:5:"label";s:28:"Image Rollover Element Color";s:11:"description";s:337:"Controls the color of image rollover text and icon circular backgrounds. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:25:"image_rollover_text_color";s:7:"default";s:7:"#212934";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:27:"--image_rollover_text_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:25:"image_rollover_icon_color";a:7:{s:5:"label";s:25:"Image Rollover Icon Color";s:11:"description";s:319:"Controls the color of the icons in the image rollover. This is a dependent option that always stays visible because other options can utilize it.";s:2:"id";s:25:"image_rollover_icon_color";s:7:"default";s:7:"#ffffff";s:4:"type";s:11:"color-alpha";s:15:"soft_dependency";b:1;s:8:"css_vars";a:1:{i:0;a:3:{s:4:"name";s:27:"--image_rollover_icon_color";s:7:"element";s:16:".fusion-rollover";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}}}s:30:"pagination_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:222:"
IMPORTANT NOTE: The options on this tab apply to all pagination throughout the site, including the 3rd party plugins that Avada has design integration with.
";s:2:"id";s:30:"pagination_important_note_info";s:4:"type";s:6:"custom";}s:17:"pagination_sizing";a:7:{s:4:"type";s:6:"select";s:5:"label";s:17:"Pagination Sizing";s:11:"description";s:63:"Set on which dimension the pagination box size should be based.";s:2:"id";s:17:"pagination_sizing";s:7:"default";s:12:"width_height";s:7:"choices";a:2:{s:12:"width_height";s:18:"Width/Height Based";s:7:"padding";s:13:"Padding Based";}s:6:"output";a:1:{i:0;a:5:{s:7:"element";s:4:"body";s:8:"function";s:4:"attr";s:4:"attr";s:5:"class";s:13:"value_pattern";s:22:"avada-has-pagination-$";s:12:"remove_attrs";a:2:{i:0;s:28:"avada-has-pagination-padding";i:1;s:33:"avada-has-pagination-width_height";}}}}s:23:"pagination_width_height";a:8:{s:5:"label";s:27:"Pagination Box Width/Height";s:11:"description";s:58:"Controls the width and height of the displayed page links.";s:2:"id";s:23:"pagination_width_height";s:7:"default";s:2:"30";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"5";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"pagination_sizing";s:8:"operator";s:2:"!=";s:5:"value";s:7:"padding";}}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--pagination_width_height";s:13:"value_pattern";s:3:"$px";}}}s:22:"pagination_box_padding";a:8:{s:5:"label";s:22:"Pagination Box Padding";s:11:"description";s:49:"Controls the padding inside the pagination boxes.";s:2:"id";s:22:"pagination_box_padding";s:5:"units";b:0;s:7:"default";a:2:{s:5:"width";s:3:"6px";s:6:"height";s:3:"2px";}s:4:"type";s:10:"dimensions";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:17:"pagination_sizing";s:8:"operator";s:1:"=";s:5:"value";s:7:"padding";}}s:8:"css_vars";a:2:{i:0;a:2:{s:4:"name";s:30:"--pagination_box_padding-width";s:6:"choice";s:5:"width";}i:1;a:2:{s:4:"name";s:31:"--pagination_box_padding-height";s:6:"choice";s:6:"height";}}}s:23:"pagination_border_width";a:7:{s:5:"label";s:23:"Pagination Border Width";s:11:"description";s:54:"Controls the border width of the displayed page links.";s:2:"id";s:23:"pagination_border_width";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:"25";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:25:"--pagination_border_width";s:13:"value_pattern";s:3:"$px";}}}s:24:"pagination_border_radius";a:7:{s:5:"label";s:24:"Pagination Border Radius";s:11:"description";s:125:"Controls the border radius of the displayed page links. Values of half the overall width or higher will yield circular links.";s:2:"id";s:24:"pagination_border_radius";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:"50";s:4:"step";s:1:"1";}s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:26:"--pagination_border_radius";s:13:"value_pattern";s:3:"$px";}}}s:23:"pagination_text_display";a:6:{s:5:"label";s:23:"Pagination Text Display";s:11:"description";s:54:"Turn on to display the "Previous/Next" text.";s:2:"id";s:23:"pagination_text_display";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"fusion-show-pagination-text";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"pagination_font_size";a:6:{s:5:"label";s:20:"Pagination Font Size";s:11:"description";s:41:"Controls the size of the pagination text.";s:2:"id";s:20:"pagination_font_size";s:7:"default";s:4:"13px";s:4:"type";s:9:"dimension";s:8:"css_vars";a:1:{i:0;a:1:{s:4:"name";s:22:"--pagination_font_size";}}}s:16:"pagination_range";a:7:{s:5:"label";s:16:"Pagination Range";s:11:"description";s:75:"Controls the number of page links displayed left and right of current page.";s:2:"id";s:16:"pagination_range";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:"10";s:4:"step";s:1:"1";}s:12:"full_refresh";a:1:{s:28:"related_posts_layout_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:18:"isPaginationOnPage";}}}}s:26:"pagination_start_end_range";a:7:{s:5:"label";s:28:"Pagination Start / End Range";s:11:"description";s:86:"Controls the number of page links displayed at the start and at the end of pagination.";s:2:"id";s:26:"pagination_start_end_range";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:"10";s:4:"step";s:1:"1";}s:12:"full_refresh";a:1:{s:34:"pagination_start_end_range_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:18:"isPaginationOnPage";}}}}s:35:"gridbox_styling_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:302:"
IMPORTANT NOTE: These are Grid Box Styling global options that apply to grid boxes throughout the site; blog grid and timeline, portfolio boxed layout and WooCommerce boxes. Blog / Portfolio elements also have options to override these.
";s:2:"id";s:35:"gridbox_styling_important_note_info";s:4:"type";s:6:"custom";}s:17:"timeline_bg_color";a:6:{s:5:"label";s:14:"Grid Box Color";s:11:"description";s:49:"Controls the background color for the grid boxes.";s:2:"id";s:17:"timeline_bg_color";s:7:"default";s:19:"rgba(255,255,255,0)";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:3:{i:0;a:2:{s:4:"name";s:19:"--timeline_bg_color";s:8:"callback";a:1:{i:0;s:14:"sanitize_color";}}i:1;a:2:{s:4:"name";s:36:"--timeline_bg_color-20px-transparent";s:8:"callback";a:2:{i:0;s:28:"return_string_if_transparent";i:1;a:2:{s:11:"transparent";s:0:"";s:6:"opaque";s:4:"20px";}}}i:2;a:2:{s:4:"name";s:35:"--timeline_bg_color-not-transparent";s:8:"callback";a:2:{i:0;s:25:"get_non_transparent_color";i:1;s:0:"";}}}}s:14:"timeline_color";a:7:{s:5:"label";s:18:"Grid Element Color";s:11:"description";s:83:"Controls the color of borders/date box/timeline dots and arrows for the grid boxes.";s:2:"id";s:14:"timeline_color";s:7:"default";s:7:"#f2f3f5";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:16:"--timeline_color";s:11:"js_callback";a:1:{i:0;s:21:"timeLineColorCallback";}}}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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"html";s:9:"className";s:36:"avada-has-transparent-timeline_color";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:25:"grid_separator_style_type";a:7:{s:5:"label";s:20:"Grid Separator Style";s:11:"description";s:229:"Controls the line style of grid separators. Note: For blog and portfolio grids at least one meta data field must be enabled and excerpt or full content must be shown in order that the separator will be displayed.";s:2:"id";s:25:"grid_separator_style_type";s:7:"default";s:12:"double|solid";s:4:"type";s:6:"select";s:7:"choices";a:8:{s:4:"none";s:8:"No Style";s:12:"single|solid";s:19:"Single Border Solid";s:12:"double|solid";s:19:"Double Border Solid";s:13:"single|dashed";s:20:"Single Border Dashed";s:13:"double|dashed";s:20:"Double Border Dashed";s:13:"single|dotted";s:20:"Single Border Dotted";s:13:"double|dotted";s:20:"Double Border Dotted";s:6:"shadow";s:6:"Shadow";}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:1:{i:0;s:14:"updateGridSeps";}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"grid_separator_color";a:7:{s:5:"label";s:20:"Grid Separator Color";s:11:"description";s:49:"Controls the line style color of grid separators.";s:2:"id";s:20:"grid_separator_color";s:7:"default";s:7:"#e2e2e2";s:4:"type";s:11:"color-alpha";s:8:"css_vars";a:1:{i:0;a:2:{s:4:"name";s:22:"--grid_separator_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:0:"";i:1;s:16:"full-transparent";}s:7:"element";s:4:"body";s:9:"className";s:36:"avada-has-transparent-grid-sep-color";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:20:"grid_masonry_heading";a:4:{s:5:"label";s:15:"Masonry Options";s:11:"description";s:0:"";s:2:"id";s:20:"grid_masonry_heading";s:4:"type";s:4:"info";}s:35:"gridbox_masonry_important_note_info";a:4:{s:5:"label";s:0:"";s:11:"description";s:285:"
IMPORTANT NOTE: These are Masonry global options that apply to the Blog / Portfolio / Gallery elements in addition to Blog and Portfolio archives. Blog / Portfolio / Gallery elements also have options to override these.
";s:2:"id";s:35:"gridbox_masonry_important_note_info";s:4:"type";s:6:"custom";}s:18:"masonry_grid_ratio";a:7:{s:5:"label";s:26:"Masonry Image Aspect Ratio";s:11:"description";s:286:"Set the ratio to decide when an image should become landscape (ratio being width : height) and portrait (ratio being height : width). IMPORTANT: The value of "1.0" represents a special case, which will use the auto calculated ratios like in versions prior to Avada 5.5.";s:2:"id";s:18:"masonry_grid_ratio";s:7:"default";s:3:"1.5";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";d:1;s:3:"max";d:4;s:4:"step";d:0.1;}s:12:"full_refresh";a:1:{s:26:"masonry_grid_ratio_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:15:"isMasonryOnPage";}}}}s:20:"masonry_width_double";a:7:{s:5:"label";s:17:"Masonry 2x2 Width";s:11:"description";s:381:"This option decides when a square 1x1 image should become 2x2. This will not apply to images that highly favor landscape or portrait layouts. IMPORTANT: There is a “Masonry Image Layout” setting for every image in the WP media library that allows you to manually set how an image will appear (1x1, landscape, portrait or 2x2), regardless of the original ratio.";s:2:"id";s:20:"masonry_width_double";s:7:"default";s:4:"2000";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";i:200;s:3:"max";i:5120;s:4:"step";i:1;}s:12:"full_refresh";a:1:{s:28:"masonry_width_double_partial";a:1:{s:11:"js_callback";a:1:{i:0;s:15:"isMasonryOnPage";}}}}s:16:"google_analytics";a:7:{s:5:"label";s:13:"Tracking Code";s:11:"description";s:128:"Paste your tracking code here. This will be added into the header template of your theme. Place code inside <script> tags.";s:2:"id";s:16:"google_analytics";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:300;s:5:"theme";s:6:"chrome";}s:9:"transport";s:11:"postMessage";}s:10:"space_head";a:7:{s:5:"label";s:26:"Space before </head>";s:11:"description";s:121:"Only accepts javascript code wrapped with <script> tags and HTML markup that is valid inside the </head> tag.";s:2:"id";s:10:"space_head";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:350;s:5:"theme";s:6:"chrome";}s:9:"transport";s:11:"postMessage";}s:10:"space_body";a:7:{s:5:"label";s:26:"Space before </body>";s:11:"description";s:114:"Only accepts javascript code, wrapped with <script> tags and valid HTML markup inside the </body> tag.";s:2:"id";s:10:"space_body";s:7:"default";s:0:"";s:4:"type";s:4:"code";s:7:"choices";a:3:{s:8:"language";s:4:"html";s:6:"height";i:350;s:5:"theme";s:6:"chrome";}s:9:"transport";s:11:"postMessage";}s:23:"enable_language_updates";a:6:{s:5:"label";s:23:"Enable Language Updates";s:11:"description";s:165:"If your site is using a language other than English, enabling this option will allow you to get updated language files for your locale as soon as they are available.";s:2:"id";s:23:"enable_language_updates";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:19:"dependencies_status";a:6:{s:5:"label";s:40:"Avada's Option Network Dependencies";s:11:"description";s:385:"Avada's Option Network consists of Fusion Global Options, Page Options, Builder options and each of them have dependent options ON by default. This means the only options you see are the only ones currently available for your selection. However, if you wish to disable this feature, simply turn this option off, and all dependencies will be disabled (requires save & refresh).";s:2:"id";s:19:"dependencies_status";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:16:"smooth_scrolling";a:6:{s:5:"label";s:16:"Smooth Scrolling";s:11:"description";s:102:"Turn on to enable smooth scrolling. This will replace default browser scrollbar with a dark scrollbar.";s:2:"id";s:16:"smooth_scrolling";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:6:"choice";s:3:"top";s:9:"globalVar";s:19:"avadaNiceScrollVars";s:2:"id";s:16:"smooth_scrolling";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:27:"disable_code_block_encoding";a:6:{s:5:"label";s:19:"Code Block Encoding";s:11:"description";s:92:"Turn on to enable encoding in the Avada Builder code block and syntax highlighting elements.";s:2:"id";s:27:"disable_code_block_encoding";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:16:"disable_megamenu";a:6:{s:5:"label";s:9:"Mega Menu";s:11:"description";s:41:"Turn on to enable Avada's mega menu.";s:2:"id";s:16:"disable_megamenu";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:15:"partial_refresh";a:1:{s:31:"theme_features_disable_megamenu";a:4:{s:8:"selector";s:22:".fusion-header-wrapper";s:19:"container_inclusive";b:1;s:15:"render_callback";a:2:{i:0;s:31:"Avada_Partial_Refresh_Callbacks";i:1;s:6:"header";}s:21:"success_trigger_event";s:15:"header-rendered";}}}s:16:"avada_rev_styles";a:7:{s:5:"label";s:34:"Avada Styles For Slider Revolution";s:11:"description";s:80:"Turn on to enable the Avada styles and use the default Slider Revolution styles.";s:2:"id";s:16:"avada_rev_styles";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"css_vars";a:2:{i:0;a:3:{s:4:"name";s:28:"--avada-rev-image-shadow-top";s:13:"value_pattern";s:93:"url("http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/shadow-top.png")";s:7:"element";s:12:".shadow-left";}i:1;a:3:{s:4:"name";s:31:"--avada-rev-image-shadow-bottom";s:13:"value_pattern";s:96:"url("http://localhost/lakeorchardvilla/wp-content/themes/Avada/assets/images/shadow-bottom.png")";s:7:"element";s:13:".shadow-right";}}s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:27:"avada-has-rev-slider-styles";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:12:"avadaRevVars";s:2:"id";s:16:"avada_rev_styles";s:7:"trigger";a:2:{i:0;s:15:"DestoryRevStyle";i:1;s:12:"AddRevStyles";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:22:"avada_styles_dropdowns";a:6:{s:5:"label";s:21:"Avada Dropdown Styles";s:11:"description";s:154:"Turn on to enable the Avada styles for dropdown/select fields site wide. This should be done if you experience any issues with 3rd party plugin dropdowns.";s:2:"id";s:22:"avada_styles_dropdowns";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:6:"output";a:2:{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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:21:"avada-dropdown-styles";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:15:"avadaSelectVars";s:2:"id";s:15:"avada_drop_down";s:7:"trigger";a:2:{i:0;s:18:"DestoryAvadaSelect";i:1;s:14:"AddAvadaSelect";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:27:"disable_mobile_image_hovers";a:6:{s:5:"label";s:37:"CSS Image Hover Animations on Mobiles";s:11:"description";s:56:"Turn on to enable CSS image hover animations on mobiles.";s:2:"id";s:27:"disable_mobile_image_hovers";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";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:"avadaMobileImageVars";s:2:"id";s:27:"disable_mobile_image_hovers";s:7:"trigger";a:1:{i:0;s:32:"fusionDeactivateMobileImagHovers";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:9:"status_yt";a:7:{s:5:"label";s:19:"Youtube API Scripts";s:11:"description";s:38:"Turn on to enable Youtube API scripts.";s:2:"id";s:9:"status_yt";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";s:6:"output";a:4:{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:17:"fusionVideoBgVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:22:"fusionVideoGeneralVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;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:"fusionFlexSliderVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:3;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:14:"fusionBlogVars";s:2:"id";s:9:"status_yt";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:12:"status_vimeo";a:7:{s:5:"label";s:17:"Vimeo API Scripts";s:11:"description";s:36:"Turn on to enable Vimeo API scripts.";s:2:"id";s:12:"status_vimeo";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";s:6:"output";a:3:{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:17:"fusionVideoBgVars";s:2:"id";s:12:"status_vimeo";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:22:"fusionVideoGeneralVars";s:2:"id";s:12:"status_vimeo";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:2;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:"fusionFlexSliderVars";s:2:"id";s:12:"status_vimeo";s:7:"trigger";a:1:{i:0;s:4:"load";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:11:"status_gmap";a:6:{s:5:"label";s:18:"Google Map Scripts";s:11:"description";s:29:"Turn on to enable google map.";s:2:"id";s:11:"status_gmap";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:12:"status_totop";a:7:{s:5:"label";s:12:"ToTop Script";s:11:"description";s:81:"Turn on to enable the ToTop script which adds the scrolling to top functionality.";s:2:"id";s:12:"status_totop";s:7:"default";s:7:"desktop";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:18:"desktop_and_mobile";s:20:"Desktop & Mobile";s:7:"desktop";s:7:"Desktop";s:6:"mobile";s:6:"Mobile";s:3:"off";s:3:"Off";}s:6:"output";a:2:{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:7:"desktop";i:1;s:16:"does-not-contain";}s:7:"element";s:4:"body";s:9:"className";s:16:"no-desktop-totop";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}i:1;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:14:"avadaToTopVars";s:2:"id";s:12:"status_totop";s:7:"trigger";a:1:{i:0;s:6:"scroll";}}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:14:"status_eslider";a:6:{s:5:"label";s:14:"Elastic Slider";s:11:"description";s:37:"Turn on to enable the elastic slider.";s:2:"id";s:14:"status_eslider";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:18:"status_fontawesome";a:8:{s:5:"label";s:12:"Font Awesome";s:11:"description";s:128:"Choose which Font Awesome icon subsets you want to load. Note that Light subset can only be used if Font Awesome Pro is enabled.";s:2:"id";s:18:"status_fontawesome";s:7:"default";a:3:{i:0;s:3:"fab";i:1;s:3:"far";i:2;s:3:"fas";}s:4:"type";s:6:"select";s:5:"multi";b:1;s:7:"choices";a:4:{s:3:"fab";s:6:"Brands";s:3:"far";s:7:"Regular";s:3:"fas";s:5:"Solid";s:3:"fal";s:5:"Light";}s:9:"transport";s:11:"postMessage";}s:28:"fontawesome_v4_compatibility";a:6:{s:5:"label";s:29:"Font Awesome v4 Compatibility";s:11:"description";s:62:"Turn on to enable support for Font Awesome 4 icon code format.";s:2:"id";s:28:"fontawesome_v4_compatibility";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:22:"status_fontawesome_pro";a:6:{s:5:"label";s:16:"Font Awesome Pro";s:11:"description";s:260:"Font Awesome Pro license is required and you need to whitelist your domain.";s:2:"id";s:22:"status_fontawesome_pro";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:14:"status_outline";a:6:{s:5:"label";s:12:"CSS Outlines";s:11:"description";s:86:"Turn on to enable browser specific CSS element outlines used to improve accessibility.";s:2:"id";s:14:"status_outline";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";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:0:"";i:1;s:4:"true";}s:7:"element";s:4:"body";s:9:"className";s:22:"fusion-disable-outline";}}s:17:"sanitize_callback";s:21:"__return_empty_string";}}}s:16:"status_opengraph";a:6:{s:5:"label";s:20:"Open Graph Meta Tags";s:11:"description";s:296:"Turn on to enable open graph meta tags which are mainly used when sharing pages on social networking sites like Facebook. IMPORTANT: Some optimization plugins, like e.g. Yoast SEO, add their own implementation of this, and if you want to use that, this option should be disabled.";s:2:"id";s:16:"status_opengraph";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:31:"disable_date_rich_snippet_pages";a:6:{s:5:"label";s:13:"Rich Snippets";s:11:"description";s:172:"Turn on to enable rich snippets data site wide. If set to "On", you can also control individual items below. If set to "Off" all items will be disabled.";s:2:"id";s:31:"disable_date_rich_snippet_pages";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:26:"disable_rich_snippet_title";a:7:{s:5:"label";s:19:"Rich Snippets Title";s:11:"description";s:52:"Turn on to enable title rich snippet data site wide.";s:2:"id";s:26:"disable_rich_snippet_title";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"disable_date_rich_snippet_pages";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:27:"disable_rich_snippet_author";a:7:{s:5:"label";s:25:"Rich Snippets Author Info";s:11:"description";s:53:"Turn on to enable author rich snippet data site wide.";s:2:"id";s:27:"disable_rich_snippet_author";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"disable_date_rich_snippet_pages";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:25:"disable_rich_snippet_date";a:7:{s:5:"label";s:30:"Rich Snippets Last Update Date";s:11:"description";s:57:"Turn on to enable udate date rich snippet data site wide.";s:2:"id";s:25:"disable_rich_snippet_date";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:8:"required";a:1:{i:0;a:3:{s:7:"setting";s:31:"disable_date_rich_snippet_pages";s:8:"operator";s:2:"==";s:5:"value";s:1:"1";}}s:9:"transport";s:11:"postMessage";}s:34:"enable_block_editor_backend_styles";a:6:{s:5:"label";s:37:"Enable WP Block Editor Backend Styles";s:11:"description";s:77:"Turn on to enable Avada's backend style support for the WP block editor.";s:2:"id";s:34:"enable_block_editor_backend_styles";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:17:"load_block_styles";a:7:{s:5:"label";s:26:"Load Frontend Block Styles";s:11:"description";s:126:"Select "Auto" to automatically detect if there are blocks present in your page, and load block-styles in the footer.";s:2:"id";s:17:"load_block_styles";s:7:"default";s:2:"on";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:4:"auto";s:4:"Auto";s:2:"on";s:2:"On";s:3:"off";s:3:"Off";}s:9:"transport";s:7:"refresh";}s:20:"status_fusion_slider";a:6:{s:5:"label";s:12:"Avada Slider";s:11:"description";s:35:"Turn on to enable the Avada Slider.";s:2:"id";s:20:"status_fusion_slider";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:19:"status_fusion_forms";a:6:{s:5:"label";s:11:"Avada Forms";s:11:"description";s:34:"Turn on to enable the Avada Forms.";s:2:"id";s:19:"status_fusion_forms";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:23:"status_fusion_portfolio";a:6:{s:5:"label";s:15:"Avada Portfolio";s:11:"description";s:38:"Turn on to enable the Avada Portfolio.";s:2:"id";s:23:"status_fusion_portfolio";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:18:"status_fusion_faqs";a:6:{s:5:"label";s:10:"Avada FAQs";s:11:"description";s:33:"Turn on to enable the Avada Faqs.";s:2:"id";s:18:"status_fusion_faqs";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:15:"pw_jpeg_quality";a:7:{s:5:"label";s:22:"WordPress jpeg Quality";s:11:"description";s:444:"Controls the quality of the generated image sizes for every uploaded image. Ranges between 0 and 100 percent. Higher values lead to better image qualities but also higher file sizes. NOTE: After changing this value, please install and run the Regenerate Thumbnails plugin once.";s:2:"id";s:15:"pw_jpeg_quality";s:7:"default";s:2:"82";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"1";s:3:"max";s:3:"100";s:4:"step";s:1:"1";}s:9:"transport";s:11:"postMessage";}s:27:"wp_big_image_size_threshold";a:7:{s:5:"label";s:34:"WordPress Big Image Size Threshold";s:11:"description";s:207:"Sets the threshold for image height and width, above which WordPress will scale down newly uploaded images to this values as max-width or max-height. Set to "0" to disable the threshold completely.";s:2:"id";s:27:"wp_big_image_size_threshold";s:7:"default";s:4:"2560";s:4:"type";s:6:"slider";s:7:"choices";a:3:{s:3:"min";s:1:"0";s:3:"max";s:4:"5000";s:4:"step";s:1:"1";}s:9:"transport";s:11:"postMessage";}s:9:"lazy_load";a:7:{s:5:"label";s:18:"Image Lazy Loading";s:11:"description";s:219:"Choose your preferred lazy loading method for your website\'s images to improve performance. IMPORTANT: The WordPress native method can cause issues with dynamically loaded elements like image carousels.";s:2:"id";s:9:"lazy_load";s:7:"default";s:4:"none";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:3:{s:5:"avada";s:5:"Avada";s:9:"wordpress";s:9:"WordPress";s:4:"none";s:4:"None";}s:9:"transport";s:11:"postMessage";}s:17:"font_face_display";a:7:{s:5:"label";s:19:"Font Face Rendering";s:11:"description";s:315:"Choose "Swap All" for faster rendering with possible flash of unstyled text (FOUT) or "Block" for clean rendering but longer wait time until first paint. "Swap Non-Icon Fonts" will use a mix of the first 2 methods ("swap" for text fonts and "block" for icon-fonts).";s:2:"id";s:17:"font_face_display";s:7:"default";s:5:"block";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:5:"block";s:5:"Block";s:4:"swap";s:19:"Swap Non-Icon Fonts";s:8:"swap-all";s:8:"Swap All";}s:9:"transport";s:11:"postMessage";}s:13:"preload_fonts";a:7:{s:5:"label";s:17:"Preload Key Fonts";s:11:"description";s:210:"Make a selection to prioritize fetching resources that will be requested later in page load. This improves page load time as the browser caches preloaded resources so they are available immediately when needed.";s:2:"id";s:13:"preload_fonts";s:7:"default";s:10:"icon_fonts";s:4:"type";s:6:"select";s:7:"choices";a:4:{s:3:"all";s:3:"All";s:12:"google_fonts";s:12:"Google Fonts";s:10:"icon_fonts";s:10:"Icon Fonts";s:4:"none";s:4:"None";}s:9:"transport";s:11:"postMessage";}s:15:"emojis_disabled";a:7:{s:5:"label";s:13:"Emojis Script";s:11:"description";s:99:"If you don't use emojis you can improve performance by removing WordPress' emojis script.";s:2:"id";s:15:"emojis_disabled";s:7:"default";s:7:"enabled";s:4:"type";s:15:"radio-buttonset";s:7:"choices";a:2:{s:7:"enabled";s:6:"Enable";s:8:"disabled";s:7:"Disable";}s:9:"transport";s:11:"postMessage";}s:12:"defer_styles";a:5:{s:5:"label";s:26:"Load Stylesheets In Footer";s:11:"description";s:238:"Set to 'on' to defer loading of the stylesheets to the footer of the page. This improves page load time by making the styles non-render-blocking. Depending on the connection speed, a flash of unstyled content (FOUC) might occur.";s:2:"id";s:12:"defer_styles";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";}s:24:"dynamic_compiler_section";a:4:{s:5:"label";s:20:"Dynamic CSS & JS";s:2:"id";s:24:"dynamic_compiler_section";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:16:"css_cache_method";a:7:{s:5:"label";s:20:"CSS Compiling Method";s:11:"description";s:281:"Select "File" mode to compile the dynamic CSS to files (a separate file will be created for each of your pages & posts inside of the uploads/fusion-styles folder), "Database" mode to cache the CSS in your database, or select "Disabled" to disable.";s:2:"id";s:16:"css_cache_method";s:7:"default";s:4:"file";s:4:"type";s:6:"select";s:7:"choices";a:3:{s:4:"file";s:4:"File";s:2:"db";s:8:"Database";s:3:"off";s:8:"Disabled";}s:9:"transport";s:11:"postMessage";}s:19:"media_queries_async";a:6:{s:5:"label";s:39:"Load Media-Queries Files Asynchronously";s:11:"description";s:268:"When enabled, the CSS media-queries will be enqueued separately and then loaded asynchronously, improving performance on mobile and desktop. Please note that this option is only partly compatible with older IE versions and will force mobile viewport on those browsers.";s:2:"id";s:19:"media_queries_async";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:8:"css_vars";a:6:{s:5:"label";s:20:"Enable CSS Variables";s:11:"description";s:259:"Enable this option to use CSS Variables (Custom Properties). Makes compilations faster and lighter, but is not compatible with older IE browsers.";s:2:"id";s:8:"css_vars";s:7:"default";s:1:"0";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:15:"cache_server_ip";a:6:{s:5:"label";s:15:"Cache Server IP";s:11:"description";s:201:"For unique cases where you are using cloud flare and a cache server, ex: varnish cache. Enter your cache server IP to clear the theme options dynamic CSS cache. Consult with your server admin for help.";s:2:"id";s:15:"cache_server_ip";s:7:"default";s:0:"";s:4:"type";s:4:"text";s:9:"transport";s:11:"postMessage";}s:11:"js_compiler";a:6:{s:5:"label";s:18:"Enable JS Compiler";s:11:"description";s:174:"By default all the javascript files are combined. Disabling the JS compiler will load non-combined javascript files. This will have an impact on the performance of your site.";s:2:"id";s:11:"js_compiler";s:7:"default";s:1:"1";s:4:"type";s:6:"switch";s:9:"transport";s:11:"postMessage";}s:11:"pwa_section";a:4:{s:5:"label";s:19:"Progressive Web App";s:2:"id";s:11:"pwa_section";s:4:"icon";b:1;s:4:"type";s:4:"info";}s:19:"pwa_required_notice";a:4:{s:5:"label";s:0:"";s:11:"description";s:391:"
IMPORTANT NOTE: To use the Avada PWA feature you need to install and activate the latest version of the PWA plugin. Please visit the Avada Plugins page to install and activate the plugin and then refresh Global Options to edit the options.
";s:2:"id";s:19:"pwa_required_notice";s:4:"type";s:6:"custom";}s:10:"custom_css";a:6:{s:5:"label";s:8:"CSS Code";s:11:"description";s:287:"Enter your CSS code in the field below. Do not include any tags or HTML in the field. Custom CSS entered here will override the theme CSS. In some cases, the !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 [...]

\n

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:"";}}}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.

\n

Avada’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.

\n

8+ Years

At #1

701,106+

Sold

24,320+

Reviews

1,622,184+

Engagements

Vote To Influence The Avada Roadmap

The 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.

\n
Vote To Influence The Avada Roadmap

Thank you,
\nThe ThemeFusion Team

\n

Please note that comments are turned off on this announcement post so we can focus on our customers 🙂

\n

\n

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 [...]

\n

The 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.

\n

Website 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.

\n
See What’s New In Avada 7.4

Introducing The Avada’s Performance Wizard

Avada Performance Wizard

Scan, analyze, and manage your website features and be empowered to make better performance-related decisions.

\n

The 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
  • Critical CSS & Advanced Optimization
  • Disable Unused Features
  • Icon Scanner
  • Font Management & Handling
  • Video Facade Image & Video Optimization
  • JS & CSS Optimization

Above The Fold Optimization

“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.

\n

You 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.

\n
Enable Critical CSS

New Options to Build a Side Header

Build 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.

\n

A Stylish New Prebuilt Website

Avada Mechanic is a bright, lightweight, and super flexible prebuilt website that you can import at the click of a button from your Dashboard.

\n
Avada Retail Prebuilt Website
View The Changelog
\n

The 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 [...]

\n

The 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.

\n

A 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.

\n

If 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.

\n

Plugins 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.

\n

Let’s get right to the plugins so that you can improve your store!

\n
HibSpot & WooCommerce

With 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.

\n

Beyond marketing, HubSpot also comes with a popup and form builder, built-in eCommerce analytics to track performance, and more.

\n

Key Features

  • Full WooCommerce CRM.
  • Sync WooCommerce data to the HubSpot CRM to track customers’ orders and activity history.
  • \n

    Drag-and-drop form builder and popup builder.

    \n
  • \n

    Track cart abandonment and send abandoned cart recovery emails.

    \n
  • Send one-off or automated email marketing campaigns using a drag-and-drop email builder.
  • Create and analyze advertising campaigns for Facebook, Google, Instagram, and others.
  • In-depth eCommerce analytics to see how your store is doing and where you could improve.

Pricing: Free. Optional add-ons to access more marketing, sales, and support features.

\n

Best For: Improving your WooCommerce store’s marketing and better understanding your customers.

\n
WooCommerce PDF Invoices

WooCommerce 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.

\n

Key Features

  • Automatically attach PDFs to WooCommerce emails.
  • Let shoppers download PDFs from their “My Account” area.
  • Print PDFs and use them as packing slips in packages.
  • PDF template customization using HTML/CSS (or upgrade to access more templates).

Pricing: Free. Paid version from €59.

\n

Best For: Creating PDF invoices and packing slips for your store.

\n
Product Feed PRO for WooCommerce

In 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.

\n

Product Feed PRO for WooCommerce helps you create that feed, along with feeds for other services such as Facebook Remarketing.

\n

Key Features

  • Create an exportable feed of your products.
  • Supports Google Shopping, Facebook Remarketing, and more.
  • Exclude certain products from your feed.
  • Map fields to attributes, including support for custom fields.

Pricing: Free. Paid version from €89.

\n

Best For: Exporting a properly formatted feed of your products for Google Shopping and other destinations.

\n
Customer Reviews for WooCommerce

Customer 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.

\n

Customer 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.

\n

Key Features

  • Offer a discount in exchange for reviews.
  • Let shoppers review multiple products from one form.
  • Enhance the default reviews with pictures, filters, usefulness votes, tagging, and more.
  • Support for video reviews.
  • Trust badge that shows a summary of review information.

Pricing: Free. Pro version from $50.

\n

Best For: Optimizing your WooCommerce reviews and also collecting more reviews in the first place.

\n
Variation Swatches for WooCommerce

Variation 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).

\n

Key Features

  • Use colors, images, or buttons for variations.
  • Automatically convert variation drop-downs to swatches.
  • Cross-out variations that are out of stock.
  • Works with all WooCommerce themes.

Pricing: Free. Paid version from $49.

\n

Best For: Improving how you display variable products.

\n
Checkout Field Editor

Checkout 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.

\n

Key Features

  • Add new checkout fields.
  • Edit default checkout fields.
  • Remove default checkout fields.
  • Rearrange checkout fields.

Pricing: Free. Premium version from $49.

\n

Best For: Controlling the fields that appear at WooCommerce checkout.

\n
Booster for WooCommerce

Booster 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.

\n

Key Features

  • 100+ features in one free WooCommerce plugin.
  • Features cover a range of areas.
  • Modular design so you can enable only the features you want to use.

Pricing: Free. Premium version from $100.

\n

Best For: Accessing lots of different WooCommerce features and enhancements from one plugin.

\n
Flexible Shipping

Flexible 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.

\n

This 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.

\n

Key Features

  • Table-rate shipping.
  • Unlimited shipping methods and cost calculation rules.
  • Calculate rates based on order value, weight, quantity, shipping class, dimensions, and more.
  • Free shipping override.

Pricing: Free. Paid version from $89.

\n

Best For: Adding table-rate shipping calculations to your WooCommerce store.

\n
TI WooCommerce Wishlist

Your 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.

\n

TI 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.

\n

Key Features

  • Let shoppers create wishlists.
  • Include an “Add to Wishlist” button on the single product page.
  • \n

    Shareable wishlists (great for sharing with friends and family).

    \n
  • Option to automatically remove items from the wishlist if a shopper adds the item to their carts.

Pricing: Free. Paid version from $79.

\n

Best For: Adding wishlist functionality to your WooCommerce store.

\n
FiboSearch

FiboSearch, 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.

\n

Key Features

  • Live search suggestions.
  • Show product details in live search results, including an add to cart button.
  • More accurate search results and better ordering.
  • Mobile-first search design.
  • Works with any WordPress theme – add it with a menu item, shortcode, or widget.

Pricing: Free. Pro version offers performance improvements and other features from $49.

\n

Best For: Improving product search at your WooCommerce store.

\n
Custom Product Tabs for WooCommerce

By 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.

\n

Key Features

  • Add custom tabs to the single product page.
  • Create unlimited tabs.
  • \n

    Include any content you want via the TinyMCE editor, including images or shortcodes from other plugins (like a size chart plugin).

    \n
  • Add tabs on a per-product basis or quickly bulk add the same tab to multiple products.

Pricing: Free. Pro version from $29.99

\n

Best For: Adding custom tabs to the WooCommerce single product page.

\n
Advanced Shipment Tracking for WooCommerce

Advanced 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.

\n

With the premium version, you can even send real-time shipment status notifications.

\n

Key Features

  • Attach tracking information to orders.
  • Supports 250+ shipping providers.
  • Add tracking details in the order summary and include them in emails.
  • Bulk upload tracking details via CSV.

Pricing: Free. Paid version from $99.

\n

Best For: Adding and displaying shipment tracking information for WooCommerce orders.

\n
PPOM for WooCommerce

PPOM, 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.

\n

You 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.

\n

Key Features

  • Add custom fields to the single product page.
  • Collect additional information to let shoppers customize products.
  • Charge extra based on the fields that shoppers use.
  • Order input fields using drag-and-drop.

Pricing: Free. Pro version from $30.

\n

Best For: Letting shoppers personalize products.

\n
WooCommerce Product Filter

Product 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.

\n

You can even conditionally display your filter groups for different products so that your filters are always optimized to the products a shopper is browsing.

\n

Key Features

  • Create your own custom filter groups.
  • Supports multiple filter groups.
  • Filter by price, categories, tags, on sale status, rating, variations, and more.
  • Ajax filters – no page reload required.

Pricing: Free. Paid version from $49.

\n

Best For: Helping shoppers find products with product filters.

\n
Discount Rules for WooCommerce

Discount 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.

\n

Key Features

  • Create your own custom discount rules.
  • Discount based on the number of products, cart value, date, etc.
  • Show discount on single product pages.
  • \n

    Create a global storewide discount (great for sales).

    \n

Pricing: Free. Paid version from $49.

\n

Best For: Setting up a discounting strategy on your store to encourage sales.

\n
CartFlows

CartFlows 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.

\n

Key Features

  • Create your own custom checkout funnels using your preferred builder.
  • Streamline the checkout with optimized distraction-free designs.
  • Pre-built checkout funnel templates.
  • Include upsells, downsells, order bumps, and other revenue-boosting strategies.

Pricing: Free. Paid version from $199.

\n

Best For: Optimizing the WooCommerce checkout and boosting conversion rates with custom funnels.

\n
WooCommerce Advanced Free Shipping

As 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.

\n

Key Features

  • Create your own custom free shipping rules.
  • Multiple rule conditions including subtotal, quantity, user role, destination, weight, and more.
  • Mix-and-match rules as needed.

Pricing: Free.

\n

Best For: Creating conditional free shipping rules on your WooCommerce store.

\n
WooCommerce Menu Cart

WooCommerce 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.

\n

Key Features

  • Add a cart icon to your menu.
  • Display the number of items in the cart, the combined price of all items, or both.
  • Hide the icon if a shopper’s cart is empty.
  • Automatically inherits your theme’s styles.

Pricing: Free. Paid version from €29.

\n

Best For: Adding a shopping cart icon to your store’s menu.

\n
Enhanced Ecommerce Google Analytics Plugin for WooCommerce

Enhanced 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.

\n

This 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.

\n

Key Features

  • Pass additional information to Google Analytics to enable Enhanced Ecommerce tracking.
  • View reports for shopping behavior, cart funnels, product/sales performance, and more.
  • No code required.
  • Real-time eCommerce analytics in Google Analytics.

Pricing: Free. Paid version costs $135.

\n

Best For: Setting up Google Analytics Enhanced Ecommerce tracking.

\n
Kadence WooCommerce Email Designer

Kadence 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.

\n

With 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.

\n

Key Features

  • Customize WooCommerce emails using a visual interface, including confirmation emails, shipment notifications, and more.
  • \n

    No code required.

    \n
  • Works with all WooCommerce emails, including support for some third-party WooCommerce extensions.

Pricing: Free.

\n

Best For: Customizing WooCommerce emails without needing to use code.

\n
YITH Infinite Scrolling

You 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.

\n

There’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.

\n

Key Features

  • Infinitely load products.
  • Works on shop pages and category/tag archives.
  • Supports mobile devices.

Pricing: Free.

\n

Best For: Displaying more products to shoppers with infinite scroll.

\n
Advanced Coupons

Advanced 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.

\n

All 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.

\n

Key Features

  • Integrates with the native WooCommerce coupons feature.
  • Adds new deal rules, including BOGO deals.
  • Detailed cart restrictions to control when coupons can be applied.
  • URL coupons.

Pricing: Free. Paid version from $99.

\n

Best For: Extending the native WooCommerce coupons features.

\n
Mailchimp for WooCommerce

Mailchimp 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.

\n

Key Features

  • Connect your WooCommerce store to Mailchimp via API.
  • Automatically sync customer and order information.
  • Create marketing automation campaigns.
  • Include product recommendations in emails.

Pricing: Free plugin, but requires a Mailchimp account.

\n

Best For: Integrating your WooCommerce store with Mailchimp.

\n
WOOCS (WooCommerce Currency Switcher)

WooCommerce 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.

\n

Key Features

  • Supports virtually any currency.
  • Automatically update rates using 7+ services (or manually set rates).
  • Add a front-end currency switcher.
  • \n

    Integration with WooCommerce Multilingual (WPML) to create a fully localized site.

    \n

Pricing: Free. Paid version costs $34.

\n

Best For: Displaying your store’s prices in multiple currencies.

\n
WooCommerce Side Cart

WooCommerce 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.

\n

Key Features

  • Create a slide-out side cart that mimics the Shopify cart.
  • Automatically open cart when a user adds an item.
  • Enable/disable Ajax behavior.
  • Customize what information and product details to display in the cart, like whether or not to display product images.
  • Responsive design.

Pricing: Free. Pro version from $24.

\n

Best For: Adding a slide-out side cart like Shopify offers (even if your theme doesn’t support it).

\n
PW WooCommerce Gift Cards

Gift 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.

\n

You 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.

\n

Key Features

  • Pre-set gift card amounts or let shoppers enter custom amounts.
  • Customizable email templates – let shoppers email the gift card to recipients.
  • Shoppers can mix-and-match payment methods, like using a gift card for part of the order and a credit card or debit card for the rest.
  • Dedicated gift card admin area to manage outstanding amounts.

Pricing: Free. Paid version from $59.

\n

Best For: Selling gift cards on your WooCommerce store.

\n

Try the Best Free WooCommerce Plugins Today

All 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.

\n

Best 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.

\n
\n

The 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 [...]

\n

The 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.

\n

In 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.

\n
View Live
Purchase For $60

Overview

Styling and Features

Creating 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.

\n

The 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.

\n

Color Palette

#ff7e00
#000000
#ffffff
#ff7e00
#000000
#ffffff
#ff7e00
#000000
#ffffff

The 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.

\n

Color 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.

\n

We suggest checking out HubSpot’s article on color theory.

\n

Typography

Website 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.

\n

The 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.

\n

Below are the fonts used for the Avada Videographer prebuilt website:

\n

Headings

H1, H2, Font Family: Heebo
H3 Font Family: Heebo
H4 Font Family: Heebo
H5, H6 Font family: Heebo
\n

Body

Font Family: Heebo

We suggest checking out HubSpot’s article on The Ultimate List of Web-Safe HTML and CSS Fonts.

\n

To Get Started You Will Need The Following

To get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;

\n

Required Plugins

What 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.

\n

When 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.

\n

World-Class Support And Resources

Many 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.

\n
Support: Avada Support
Documentation: Avada Documentation

Fast One-Click Install

Importing 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.

\n
One click install

Website Structure

A 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.

\n

Below 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.

\n

Explaining Layouts & Layout Sections

Before 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.

\n

There 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.

\n

You 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.

\n

See Understanding Layouts & Layout Sections and Understanding Conditional Layouts for more info.

\n
Avada Layouts

Explaining WordPress Pages vs. Posts

Website pages are allocated for static content such as your website’s homepage, about, contact page, and so on, and are timeless entities.

\n

Website 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.

\n

What Can I Change? Is the Design Flexible?

The 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.

\n

The 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.

\n

Editing 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:

\n
Live Editor

The image below shows the traditional back-end method is used to edit the content:

\n
Back-end Editing

A Side By Side Comparison

We 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.

\n

Exploring The Homepage Layout

The Header

For 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.

\n
AVada Virtual Assistant Header

The Page Content

The 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.

\n

Page 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:

\n
  • What are Containers, and how to use them? Read more here.
  • What are Columns, and how to use them? Read more here.
  • What are Nested Columns, and how to use them? Read more here.

The Hero

Avada Virtual Assistant Hero

Instead 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.

\n

Welcome Information – CTA

Avada Virtual Assistant Info CTA

A 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.

\n

This 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.

\n

Projects

Avada Virtual Assistant Info CTA

For 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.

\n

Visual CTA’s

Avada Virtual Assistant Services

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 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.

\n

CTA – Call to Action

Avada Virtual Assistant Main CTA

To 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.

\n

Depending 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.

\n

More Information – Visual CTA

Avada Virtual Assistant Nested Columns

For this example, a Container with a Background Image was used with one 3/5 (60% width) Column two Title Elements and a Button Element.

\n

More Information – CTA

Avada Virtual Assistant Brands

For 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.

\n

Visual CTA’s

Avada Virtual Assistant Nested Columns

Here 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.

\n

Awards

Avada Virtual Assistant Nested Columns

This 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.

\n

Latest News – Blog

Avada Virtual Assistant Nested Columns

This 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.

\n

More Information – CTA

Avada Virtual Assistant Nested Columns

For 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.

\n

More Information CTA

Avada Virtual Assistant Nested Columns

For 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.

\n

Visual CTA

Avada Virtual Assistant Nested Columns

This 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.

\n

More Information

Avada Virtual Assistant Nested Columns

For 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.

\n

A 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:

\n
  • A footer should provide a website visitor with additional choices. If you want people to sign up for your mailing list, view a product demo, or contact you, inviting them at the end of a scroll is a compelling call to action.
  • A footer should create a path for continued engagement by including navigation links to products, services, or other parts of your website.
  • A footer can access essential information like ways to contact your company and customer services, privacy statements, and potential legal disclaimers.

For 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:

\n

Footer Content

Avada Virtual Assistant Footer

There 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.

\n

In Summary

There 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.

\n

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.

\n
Buy Avada Videographer For Only $60

\n

The 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 [...]

\n

The 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.

\n

To 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.

\n

Importing 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.

\n

In 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!

\n

10 Websites Built With Avada And WordPress

The 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.

\n

Avada Accountant

Avada Accountant is a great way to get to the point, on the first page, with finer details linked and discussed on other parts of this prebuilt website.

\n

If you need to get it done fast, this prebuilt site is what you need to get started.

\n
See The Live Preview
Buy It Now For $60

Avada Marketing Consultant

Being resourceful and getting the word out, are part of successful marketing in any industry.

\n

Avada Marketing Consultant is a great starting point to create your brand to help establish the identities of businesses.

\n
See The Live Preview
Buy It Now For $60

Avada Business Coach

Specializing in business growth while building your own, is a skill that hits the spotlight every time.

\n

Avada Business Coach is the perfect solution to get online; fast. A few tweaks here and some content changes there, and you are ready to get the ball rolling.

\n
See The Live Preview
Buy It Now For $60

Avada Retail

The 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.

\n

You 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.

\n
See The Live Preview
Buy It Now For $60

Avada Interior Design

Avada Interior Design is perfect to showcase any past projects or future ideas that may interest potential clients.

\n

Regardless of the industry type, you can edit, add or take away anything to make this prebuilt fit your requirements.

\n
See The Live Preview
Buy It Now For $60

Avada Classic Shop

Classic Shop is the origin of the prebuilt online store websites from Avada. This classic layout is open to your ideas and can be adapted at any time to add your personal touch.

\n

Dress it up or tone it down. You can change anything at any time, on the go.

\n
See The Live Preview
Buy It Now For $60

Avada Food

Avada Food is a great way to share recipes and your experiences of different foods from across the globe.

\n

If you are passionate about food and indulge in trying new recipes, this prebuilt website is a great way to kick off.

\n
See The Live Preview
Buy It Now For $60

Avada Influencer

Do 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.

\n

Share anything from stories and playlists to selling anything that you like to let the world know who you are as an individual.

\n
See The Live Preview
Buy It Now For $60

Avada Construction

Avada Construction is a great way to showcase your completed projects and present your service offerings.

\n

If you’re tired from talking about the can’s and can’ts of your business, just put it online. It is just that easy.

\n
See The Live Preview
Buy It Now For $60

Avada Restaurant

More restaurants are bringing their business online to provide clients with access to their visual layout and menu options.

\n

Avada Restaurant is ideal for a visual introduction to your business, regardless of the industry.

\n
See The Live Preview
Buy It Now For $60

Conclusion

To get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;

\n

These 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.

\n

\n

The 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 [...]

\n

The 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.

\n

In 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.

\n
View Live
Purchase For $60

Overview

Styling and Features

Creating 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.

\n

The 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.

\n

Color Palette

#554adf
#51e5a5
#ffffff
#554adf
#51e5a5
#ffffff
#554adf
#51e5a5
#ffffff

The 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.

\n

Color 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.

\n

We suggest checking out HubSpot’s article on color theory.

\n

Typography

Website 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.

\n

The 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.

\n

Below are the fonts used for the Avada Financial Advisor prebuilt website:

\n

Headings

H1, H3, Font Family: Mulish
H2, H4 Font Family: Mulish
H5, H6 Font family: Mulish
\n

Body

Font Family: Mulish

We suggest checking out HubSpot’s article on The Ultimate List of Web-Safe HTML and CSS Fonts.

\n

To Get Started You Will Need The Following

To get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;

\n

Required Plugins

What 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.

\n

When 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.

\n

World-Class Support And Resources

Many 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.

\n
Support: Avada Support
Documentation: Avada Documentation

Fast One-Click Install

Importing 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.

\n
One click install

Website Structure

A 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.

\n

Below 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.

\n

Explaining Layouts & Layout Sections

Before 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.

\n

There 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.

\n

You 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.

\n

See Understanding Layouts & Layout Sections and Understanding Conditional Layouts for more info.

\n
Avada Layouts

Explaining WordPress Pages vs. Posts

Website pages are allocated for static content such as your website’s homepage, about, contact page, and so on, and are timeless entities.

\n

Website 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.

\n

What Can I Change? Is the Design Flexible?

The 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.

\n

The 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.

\n

Editing 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:

\n
Live Editor

The image below shows the traditional back-end method is used to edit the content:

\n
Back-end Editing

A Side By Side Comparison

We 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.

\n

Exploring The Homepage Layout

The Header

For 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.

\n
AVada Virtual Assistant Header

The Page Content

The 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.

\n

Page 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:

\n
  • What are Containers, and how to use them? Read more here.
  • What are Columns, and how to use them? Read more here.
  • What are Nested Columns, and how to use them? Read more here.

The Hero

Avada Virtual Assistant Hero

Instead 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.

\n

The 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.

\n

As Featured In

Avada Virtual Assistant Services

This 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.

\n
  • Element Visibility – You can choose to show or hide a Container, column, or Element on small, medium, or large screens, and you can select more than one at a time. Each of the three sizes has a custom width setting on the Avada Builder Elements tab in the Global Options. Read more here.
  • Responsive Styling – You can set specific styling options independently for different screen sizes. Responsive styling allows you to control settings that correspond to three dimensions, Large (Desktop), Medium (Tablet), and Small (Phone). Read more here.
  • Flexbox – Flexbox is a CSS3 layout model that provides a more efficient way to design, align and distribute space for Columns inside of any Container. Read more here.

More Information

Avada Virtual Assistant Info CTA

This 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.

\n

The second 1/2 (50% width) Column in the container has a Title Element, an Image Element, a Text Block Element, and a Toggles Element.

\n

Areas of Expertise – CTA

Avada Virtual Assistant Main CTA

A 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.

\n

The 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.

\n

A 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:

\n
  • A footer should provide a website visitor with additional choices. If you want people to sign up for your mailing list, view a product demo, or contact you, inviting them at the end of a scroll is a compelling call to action.
  • A footer should create a path for continued engagement by including navigation links to products, services, or other parts of your website.
  • A footer can access essential information like ways to contact your company and customer services, privacy statements, and potential legal disclaimers.

For 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:

\n

Footer Content

Avada Virtual Assistant Footer

There 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.

\n

Footer Subscription Form

Avada Virtual Assistant Footer

Different 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.

\n

In Summary

There 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.

\n

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.

\n
Buy Avada Financial Advisor For Only $60

\n

The 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 [...]

\n

The 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.

\n

Avada 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.

\n

7 Best WordPress Food Themes

The 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.

\n

Avada Food

Avada Food is a great way to share recipes and your experiences of different foods from across the globe.

\n

If you are passionate about food and indulge in trying new recipes, this prebuilt website is a great way to kick off.

\n
Live Preview
Buy It Now For $60

Avada Restaurant

More restaurants are bringing their business online to provide clients with access to their visual layout and menu options.

\n

Avada Restaurant is ideal for a visual introduction to your business, regardless of the industry.

\n
Live Preview
Buy It Now For $60

Avada Nutritionist

Avada Nutritionist is a great place to start if you want to add value to having a healthy lifestyle and contribute by sharing tips, tricks, and guidelines.

\n

This prebuilt website can get things going for your initiative by saving you time on creating and adding content.

\n
Live Preview
Buy It Now For $60

Avada Takeout

Avada Takeout is an opportunity to turn your walk into an online takeout, providing you with all the tools you need.

\n

If you are looking for a way to boost your business by adding another stream of revenue, this prebuilt website is a great way to get started.

\n
Live Preview
Buy It Now For $60

Avada Bakery

Nothing beats the aroma under your nose of baked goods straight out of the oven.

\n

Avada Bakery not only gives you that sense of goodness but a visual sensation to promote your products.

\n
Live Preview
Buy It Now For $60

Avada Country Butcher

Going 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.

\n

For this online store, the design and the products are on par with the target industry.

\n
Live Preview
Buy It Now For $60

Avada Café

Café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.

\n

This 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.

\n
Live Preview
Buy It Now For $60

Conclusion

We 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. 

\n

These 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.

\n
Start Your Next Avada Project Today

\n

The 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 [...]

\n

The 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.

\n

In 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.

\n
View Live
Purchase For $60

Overview

Styling and Features

Creating 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.

\n

The 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.

\n

Color Palette

#dd5f56
#336e6a
#def0ee
#dd5f56
#336e6a
#def0ee
#dd5f56
#336e6a
#def0ee

The 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.

\n

Color 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.

\n

We suggest checking out HubSpot’s article on color theory.

\n

Typography

Website 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.

\n

The 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.

\n

Below are the fonts used for the Avada Online Tutor prebuilt website:

\n

Headings

H1, H2, Font Family: Montserrat
H3, H4 Font Family: Montserrat
H5, H6 Font family: Montserrat
\n

Body

Font Family: Montserrat

We suggest checking out HubSpot’s article on The Ultimate List of Web-Safe HTML and CSS Fonts.

\n

To Get Started You Will Need The Following

To get started with the Avada Website Builder and to create your ideal website, there are a few things that you will need;

\n

Required Plugins

What 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.

\n

If 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:

\n
WooCommerce

The 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.

\n

If 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.

\n
The Events Calendar

World-Class Support And Resources

Many 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.

\n
Support: Avada Support
Documentation: Avada Documentation

Fast One-Click Install

Importing 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.

\n
One click install

Website Structure

A 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.

\n

Below 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.

\n

Explaining Layouts & Layout Sections

Before 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.

\n

There 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.

\n

You 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.

\n

See Understanding Layouts & Layout Sections and Understanding Conditional Layouts for more info.

\n
Avada Layouts

Explaining WordPress Pages vs. Posts

Website pages are allocated for static content such as your website’s homepage, about, contact page, and so on, and are timeless entities.

\n

Website 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.

\n

What Can I Change? Is the Design Flexible?

The 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.

\n

The 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.

\n

Editing 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:

\n
Live Editor

The image below shows the traditional back-end method is used to edit the content:

\n
Back-end Editing

A Side By Side Comparison

We 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.

\n

Exploring The Homepage Layout

The Header

For 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.

\n
AVada Virtual Assistant Header

The Page Content

The 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.

\n

Page 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:

\n
  • What are Containers, and how to use them? Read more here.
  • What are Columns, and how to use them? Read more here.
  • What are Nested Columns, and how to use them? Read more here.

The Hero

Avada Virtual Assistant Hero

Instead 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.

\n

More Information – CTA

Avada Virtual Assistant Services

This 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.

\n
  • Element Visibility – You can choose to show or hide a Container, column, or Element on small, medium, or large screens, and you can select more than one at a time. Each of the three sizes has a custom width setting on the Avada Builder Elements tab in the Global Options. Read more here.
  • Responsive Styling – You can set specific styling options independently for different screen sizes. Responsive styling allows you to control settings that correspond to three dimensions, Large (Desktop), Medium (Tablet), and Small (Phone). Read more here.
  • Flexbox – Flexbox is a CSS3 layout model that provides a more efficient way to design, align and distribute space for Columns inside of any Container. Read more here.

Introduction – CTA

Avada Virtual Assistant Info CTA

This 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.

\n

Products – CTA

Avada Virtual Assistant Main CTA

A 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.

\n

Depending 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.

\n

5 Star Rating

Avada Virtual Assistant Nested Columns

This 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.

\n

Blog

Avada Virtual Assistant Brands

For 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.

\n

The 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.

\n

My Story – CTA

Avada Virtual Assistant Info CTA

For 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.

\n

Simply 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.

\n

A 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:

\n
  • A footer should provide a website visitor with additional choices. If you want people to sign up for your mailing list, view a product demo, or contact you, inviting them at the end of a scroll is a compelling call to action.
  • A footer should create a path for continued engagement by including navigation links to products, services, or other parts of your website.
  • A footer can access essential information like ways to contact your company and customer services, privacy statements, and potential legal disclaimers.

For 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:

\n

Footer Content

Avada Virtual Assistant Footer

There 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.

\n

In Summary

There 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.

\n

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.

\n
Buy Avada Online Tutor For Only $60

\n

The 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. [...]

\n

The 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.

\n

Since 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.

\n

What is Browser Compatibility, and Why is it Important?

The 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.

\n

Ensuring 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.

\n

Why Not Support All Browser Types and Versions?

If 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.

\n

Why Have We Decided to End IE11 Support?

In 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.

\n

Because 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.

\n

WordPress.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%:

\n

One More Thing

With 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.

\n

In Summary

Standards, 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.

\n
\n

The 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:"; rel="https://api.w.org/"";s:12:"x-powered-by";s:9:"WP Engine";s:11:"x-cacheable";s:17:"CacheAlways: feed";s:13:"cache-control";s:28:"max-age=600, must-revalidate";s:4:"etag";s:41:"W/"8d8a77546d95fe5b11fe2aacc10ac2e1-gzip"";s:7:"x-cache";s:8:"HIT: 113";s:13:"x-cache-group";s:3:"bot";s:22:"x-content-type-options";s:7:"nosniff";s:16:"x-xss-protection";s:13:"1; mode=block";s:16:"content-encoding";s:4:"gzip";s:15:"cf-cache-status";s:7:"DYNAMIC";s:13:"cf-request-id";s:32:"0abe37039e0000df81a7096000000001";s:9:"expect-ct";s:87:"max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"";s:6:"server";s:10:"cloudflare";s:6:"cf-ray";s:20:"66108de5caa7df81-MEL";}}s:5:"build";s:14:"20201016172007";}', 'no'); INSERT INTO `wp_options` VALUES (1300, '_transient_timeout_feed_mod_3ac19636a08ac871617784ce82d597b8', '1624020950', 'no'); INSERT INTO `wp_options` VALUES (1301, '_transient_feed_mod_3ac19636a08ac871617784ce82d597b8', '1623977750', 'no'); INSERT INTO `wp_options` VALUES (1302, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1624020953', 'no'); INSERT INTO `wp_options` VALUES (1303, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:"sandboxed";b:0;s:5:"error";N;s:8:"location";a:1:{s:2:"ip";b:0;}s:6:"events";a:1:{i:0;a:10:{s:4:"type";s:8:"wordcamp";s:5:"title";s:19:"WordCamp Japan 2021";s:3:"url";s:32:"https://japan.wordcamp.org/2021/";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2021-06-20 12:00:00";s:8:"end_date";s:19:"2021-06-26 00:00:00";s:20:"start_unix_timestamp";i:1624158000;s:18:"end_unix_timestamp";i:1624633200;s:8:"location";a:4:{s:8:"location";s:6:"Online";s:7:"country";s:2:"JP";s:8:"latitude";d:35.6761919;s:9:"longitude";d:139.6503106;}}}}', 'no'); INSERT INTO `wp_options` VALUES (1304, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1624020953', 'no'); INSERT INTO `wp_options` VALUES (1305, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"News – – WordPress.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Jun 2021 19: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:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=5.8-beta2-51179";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s: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:20:"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:"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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Jun 2021 18:34: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:8:"category";a:2:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=10808";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:344:"WordPress 5.8 Beta 2 is now available for testing! This 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. You can test the WordPress 5.8 Beta 2 in two ways: Install/activate the WordPress Beta Tester plugin (select the Bleeding […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Jonathan Desrosiers";s: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:6174:"\n

WordPress 5.8 Beta 2 is now available for testing!

\n\n\n\n

This 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\n

You can test the WordPress 5.8 Beta 2 in two ways:

\n\n\n\n
  • Install/activate the WordPress Beta Tester plugin (select the Bleeding edge channel and the Beta/RC Only stream)
  • Direct download the beta version here (zip).
\n\n\n\n

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\n

Some Highlights

\n\n\n\n

Since Beta 1, 26 bugs have been fixed. Here is a summary of some of the included changes:

\n\n\n\n
  • Block Editor: Remove bundled block patterns and support the patterns directory. (#53246)
  • Block Editor: Add a type property to allow Core to identify the source of the editor styles. (#53175)
  • Build/Test Tools: Adds some tests for Quick Draft section in Dashboard. (#52905)
  • Build/Test Tools: Replaced @babel/polyfill with core-js/stable. (#52941)
  • Coding Standards: Further update the code for bulk menu items deletion to better follow WordPress coding standards. (#21603)
  • External Libraries: Update Underscore to version 1.13.1. (#45785)
  • General: A number of block editor, template mode and widget screen related fixes. (#51149)
  • Login and Registration: Improve the unknown username error message. (#52915)
  • Media: Restore AJAX response data shape in media library. (#50105)
  • Site Health: Display a list of file formats supported by the GD library. (#53022)
  • Twemoji: It’s the new one! (#52852)
\n\n\n\n

How You Can Help

\n\n\n\n

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\n

So 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\n

Do some testing!

\n\n\n\n

Testing for bugs is a vital part of polishing the release during the beta stage and a great way to contribute. ✨

\n\n\n\n

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\n

Props to @chanthaboune for revision, @webcommsat, @youknowriad, @jorbin, @felipeelia , and @jeffpaul for proofreading, and @cbringmann for final edits!

\n\n\n\n
\n\n\n\n

Install won’t you please
WordPress 5-8 Beta 2?
We need your help: test!

\n";s: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:"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:"";}}}}}i:1;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"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:"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: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:8:"category";a:2:{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:8:"WordCamp";s:7:"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: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:346:"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 […]";s: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:"";}}}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:1386:"\n

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\n\n\n

Matt 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:"\n

WordPress 5.8 Beta 1 is now available for testing!

\n\n\n\n

This 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\n

You can test the WordPress 5.8 Beta 1 in two ways:

\n\n\n\n\n\n\n\n

The 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\n

Keep 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\n

So what’s new in this 5.8? Let’s start with some highlights.

\n\n\n\n

Highlights

\n\n\n\n

Powerful Blocks

\n\n\n\n
  • Discover several new blocks and expressive tools, including blocks for Page ListsSite TitleLogo, and Tagline. A powerful Query Loop block offers multiple ways for displaying lists of posts and comes with new block patterns that take advantage of its flexibility and creative possibilities.
  • Interacting with nested blocks has been made easier with a permanent toolbar button for selecting a parent. Block outlines are shown when hovering or focusing on the different block type buttons. Block handles are now also present for drag and drop when in “select” mode.
  • Introduces the List View, a panel that can be toggled and helps navigate complex blocks and patterns.
  • Reusable blocks have an improved creation flow and support for history revisions.
  • A cool new duotone block adds images effects which can be used in media blocks or supported in third-party blocks. Color presets can also be customized by the theme.
\n\n\n\n

Handpicked Patterns

\n\n\n\n

Patterns 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\n

New collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.

\n\n\n\n

Better Tools

\n\n\n\n
  • New template editor that allows creating new custom templates for a page using blocks.
  • Themes can now control and configure styling with a theme.json file, including layout configuration, block supports, color palettes, and more.
  • New design tools and enhancements to existing blocks, including more color, typography, and spacing options, drag and drop for Cover backgrounds, additions to block transformation options, ability to embed PDFs within the File block, and more.
  • Includes improvements to how the editor is rendered to more accurately resemble the frontend.
\n\n\n\n

Internet Explorer 11

\n\n\n\n

Support 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\n

Blocks in Widgets Area

\n\n\n\n\n\n\n\n

Looking for a change and can’t find it? There are more improvements listed after the break.

\n\n\n\n

How You Can Help

\n\n\n\n

Do some testing!

\n\n\n\n

Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute.

\n\n\n\n

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\n

Thanks for joining us, and happy testing!

\n\n\n\n

Props to @audrasjb, @cbringmann, @youknowriad, @annezazu, @matveb, and @desrosj for editing/proof reading this post, and @chanthaboune for final review.

\n\n\n\n
\n\n\n\n

Full Site Editing
Coming at the end of year
But first, Beta 1

\n\n\n\n\n\n\n\n

Improvements in this Release

\n\n\n\n
  • Improvements to Reusable blocks, Cover block, Table block, List View, Rich text placeholder, Template Editing Mode, Block Inserter, and Top Toolbar
  • Query loop block that uses a query/filter to create a flexible post list based on templates. Best used with patterns.
  • Parity refinement between editor and frontend, Standardization to block toolbars organization
  • Block widgets in the Customizer
  • Introducing the Global Styles and Global Settings APIs: control the editor settings and available customization tools and style blocks using a theme.json file.Template editor opens inside an iframe to more accurately resemble the front end.
  • Ability to transform Media and Text into Columns
  • Embedded PDFs within File block
  • Spacing options for Social Links and Buttons, Spacer block width adjustments
  • Twemoji has been updated to version 13.1, bringing you many new Emoji.
  • Editor performance improvements
  • Hide writing prompt from subsequent empty paragraphs
  • More descriptive publishing UI
  • Added capability to set the default format for image sub-sizes as well as WebP support
  • Added widgets block editor to widgets.php and customize.php
  • Added block patterns to default themes
  • Added ability to mark a plugin as unmanaged
  • Enable revisions for the reusable block custom post type
  • Enqueue script and style assets only for blocks present on the page
  • Abstracted block editor configuration by deprecating existing filters and introducing replacements that are context-aware
  • New sidebars, widget, and widget-types REST API endpoints
  • Added support for modifying the term relation when querying posts in the REST API
  • Site Health now supports custom sub-menus and pages
  • Themes now display the number of available theme updates in the admin menu
  • Speed up cached get_pages() calls
  • Underscore updates from 1.8.3 to 1.9.1
\n\n\n\n

To 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:"\n

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\n

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.

\n\n\n\n

Credits

\n\n\n\n

Editor: Dustin Hartzler

\n\n\n\n

Logo: Beatriz Fialho

\n\n\n\n

Production: Chloé Bringmann

\n\n\n\n

Song: Fearless First by Kevin MacLeod

\n\n\n\n

References

\n\n\n\n

10/10/10 Rule

\n\n\n\n

The Eisenhower Matrix 

\n\n\n\n

The Maximin Strategy 

\n\n\n\n

WordCamp Europe

\n\n\n\n

WordCamp Japan

\n\n\n\n

WordPress 5.8 Development Cycle

\n\n\n\n

Transcript

\n\n\n\n\n\n\n\n

Josepha Haden Chomphosy  00:10

\n\n\n\n

Hello, 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\n

Josepha Haden Chomphosy  00:40

\n\n\n\n

For 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\n

Step 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\n

Step 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\n

Step 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\n

If 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\n

Okay, 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\n

Josepha Haden Chomphosy  05:34

\n\n\n\n

Disagree 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\n

As 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\n

Josepha Haden Chomphosy  07:33

\n\n\n\n

And 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\n

There’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\n

The 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\n

So, 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\n

Josepha Haden Chomphosy  10:09

\n\n\n\n

Hey 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\n

Tip 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\n

And 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:"\n

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\n

This 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\n
Tijana - portrait picture
\n\n\n\n

As 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\n

Following 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\n

Tijana 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\n

Tijana 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\n

She highlights 5 things that helped her to start a new freelancing career. Let’s dive into them.

\n\n\n\n

What motivates me?

\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\n

She 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\n

She 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\n
WordCamp Europe 2019 group picture
\n\n\n\n

Develop WordPress related skills

\n\n\n\n

The next question you may ask: “Why WordPress?”

\n\n\n\n

WordPress 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\n
  • web developer (coding websites, themes, and plugins)
  • web implementor (creating websites from existing themes without coding)
  • web designer (designing website mock-ups, editing images, or creating online infographics)
  • client support professional (helping people with their websites)
  • website maintenance (WordPress, themes, and plugins are maintained and backed up regularly)
  • WordPress trainer (helping clients with how to use the platform or teaching other web professionals)
  • content writer
  • accessibility specialist (making sure standards are met and suggesting solutions for accessibility barriers)
  • SEO consultant (improving search outcomes and understanding)
  • statistics consultant, especially for web shops
  • WordPress assistant (adding new content and editing existing posts)
  • website migration specialist (moving websites from one server to another)
  • web security specialist
\n\n\n\n
WCBGD group picture
\n\n\n\n

Tijana 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\n

In 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\n

Plan in advance

\n\n\n\n

Becoming 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\n

If 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\n

Tijana 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\n

She 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\n

Visit 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\n

Tijana 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\n

Hurray, it’s time to get a first freelancing job

\n\n\n\n

As 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\n

She shared some possible next steps: 

\n\n\n\n
  • use a freelancing platform
  • triple-check your resume
  • professionally present yourself
  • fill up your portfolio with examples
  • use video material
\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\n

She 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\n

When Tijana took her first freelancing job, she considered the following:

\n\n\n\n
  • how was the employer rated by other freelancers who worked for him previously
  • how does the employer rate other freelancers
  • how much money had they already spent on the platform
  • the number of open positions for a specific job and the number of freelancers that have already applied 
\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\n

Take responsibility as a freelancer

\n\n\n\n

Tijana reminds us: “Freedom often comes with responsibility; individual responsibility is key when it comes to freelancing.”

\n\n\n\n

She 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\n

Missing 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\n

She 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\n

Tijana 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\n

Lastly, 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\n

She 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\n

Tijana 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\n

As 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\n
Conference reception
\n\n\n\n

If 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\n

The WordPress.org Teams – what they do, when and where they meet

\n\n\n\n

Learn 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\n

The 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\n

Contributors

\n\n\n\n

Thanks 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\n
HeroPress logo
\n\n\n\n

This 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\n

Meet 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:"\n

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\n

Which means it makes sense to change our theme.

\n\n\n\n

Earlier 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\n
\n\n\n\n

More 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

It’s really fun to contribute to something larger than yourself.

\n\n\n\n

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\n
\n\n\n\n

WordPress turns 18

\n\n\n\n

WordPress 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\n

CC Search joins WordPress and is renamed to Openverse

\n\n\n\n

Creative 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\n

WordPress 5.7.2 released

\n\n\n\n

WordPress 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\n

Want 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\n

Gutenberg versions 10.6 and 10.7 are out

\n\n\n\n

Gutenberg 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.

\n\n\n\n

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\n

Full Site Editing updates

\n\n\n\n

Don’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\n

Countdown starts for WordCamp Europe 2021

\n\n\n\n

The 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\n
\n\n\n\n

Further reading

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it using this form

\n\n\n\n

The 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:"\n

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\n

Since 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\n

Grab 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:"\n

Created by Alex Lende

\n\n\n\n

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.

\n\n\n\n

Filters? Like on Instagram?

\n\n\n\n

Duotone 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\n
Photo by Charles Pragnell.
\n\n\n\n

You can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colors for the shadows and highlights.

\n\n\n\n

For 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\n
\n\n\n\n

Analogous colors can add a subtle effect and work well for cover backgrounds where the overlaid text still needs to stand out.

\n\n\n\n
\n\n\n\n

Much more vibrant and interesting effects can be made with complementary colors.

\n\n\n\n
\n\n\n\n

How Do I Add Duotone Filter?

\n\n\n\n

The 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\n
\n\n\n\n

You can also choose colors from your theme’s palette, or a custom color of your choice.

\n\n\n\n

In addition to the image block, duotone can be applied to both images and video in the cover block.

\n\n\n\n
\n\n\n\n

Will This Overwrite Images in My Media Library?

\n\n\n\n

Images 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\n

Can I Add Duotone Colors to Blocks or Themes That I Develop?

\n\n\n\n

The 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\n

Try it Out Now Using the Gutenberg plugin

\n\n\n\n

The 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\n
\n\n\n\n

Thanks 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:"\n

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.

\n\n\n\n

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.

\n\n\n\n

Credits

\n\n\n\n\n\n\n\n

References

\n\n\n\n\n\n\n\n

Transcript

\n\n\n\n\n\n\n\n

Josepha Haden Chomphosy  00:10

\n\n\n\n

Hello, 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\n

Josepha Haden Chomphosy  00:40

\n\n\n\n

Almost 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\n

First, 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\n

The 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\n

Josepha Haden Chomphosy  03:31

\n\n\n\n

Contributors 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\n

The 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\n

Okay, 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\n

If 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\n

If 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\n

And 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\n

I 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\n

Josepha Haden Chomphosy  07:54

\n\n\n\n

If 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\n

The 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\n

 WordPress 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\n

And 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:"; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20201016172007";}', 'no'); INSERT INTO `wp_options` VALUES (1306, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1624020953', 'no'); INSERT INTO `wp_options` VALUES (1307, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1623977753', 'no'); INSERT INTO `wp_options` VALUES (1308, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1624020955', 'no'); INSERT INTO `wp_options` VALUES (1309, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: Automattic Launches Mayland Blocks, Its Second FSE Theme on WordPress.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118429";s:7:"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/automattic-launches-mayland-blocks-its-second-fse-theme-on-wordpress-org?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-mayland-blocks-its-second-fse-theme-on-wordpress-org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5502:"

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\n

I 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\n

While 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\n

As 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\nExpected gallery layout from Mayland Blocks\n\n\n\n

My 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\n

Bummer. I was looking forward to seeing a Masonry-style gallery of images built on top of the block system.

\n\n\n\nStandard gallery output with Mayland Blocks.\n\n\n\n

With 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\n

After a quick install, I converted my existing gallery to the CoBlocks Masonry block. Success!

\n\n\n\nMasonry gallery output via CoBlocks.\n\n\n\n

At 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\n

What 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\n

For 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\n

Provide users a Polaroid picture frame option:

\n\n\n\n\n\n\n\n

Add a “no gutter” block style:

\n\n\n\n\n\n\n\n

Bundle a few patterns that combine the Gallery block with others. Give us a little flavor.

\n\n\n\n

Mayland 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\n

The 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\n

However, 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\n

One 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\n

Mayland 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\n

Block 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.

\n\n\n\n

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\n

Sellers 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\n

Listings 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\n

In 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\n

The Acceleration of Acquisitions in the WordPress Ecosystem

\n\n\n\n

There 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\n

Eric 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

Frankly, 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.

\n\n\n\n

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

It’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.

\n\n\n\n

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:"

About this episode.

\n\n\n\n

On the podcast today we have Dan Maby.

\n\n\n\n

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 so often the case, he came for the software and got caught up in the community.

\n\n\n\n

Starting 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\n

Meetups led to an interest in WordCamps, where he again stepped up to take on leadership roles at WordCamp London.

\n\n\n\n

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.

\n\n\n\n

We 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\n

We 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\n

We 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\n

It’s a lovely episode with a member of the community who has been giving back for many, many years.

\n\n\n\n

Useful links.

\n\n\n\n

WordFest Live

\n\n\n\n

Big Orange Heart

\n\n\n\n

WordPress Meetups

\n\n\n\n

WordCamp Central

\n\n\nTranscript
Nathan Wrigley [00:00:00]

Welcome 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.

\n

If 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.

\n

Okay, 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.

\n

We 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

We 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.

\n

If 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.

\n

And so without further delay, I bring you Dan Maby.

\n

Am joined on the podcast today by Dan Maby. Hello, Dan.

\n
Dan Maby [00:03:46]

Good. Speak to you.

\n
Nathan Wrigley [00:03:46]

Yeah, 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.

\n

To 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.

\n
Dan Maby [00:04:17]

Yeah, 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.

\n

And 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.

\n
Nathan Wrigley [00:06:16]

You 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.

\n
Dan Maby [00:06:37]

Sure, 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.

\n

And 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.

\n
Nathan Wrigley [00:07:56]

Before 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.

\n
Dan Maby [00:08:41]

I 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.

\n
Nathan Wrigley [00:11:04]

Yeah, 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?

\n
Dan Maby [00:11:32]

First 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.

\n
Nathan Wrigley [00:13:45]

What 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.

\n
Dan Maby [00:14:01]

So 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.

\n
Nathan Wrigley [00:16:15]

So 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.

\n
Dan Maby [00:17:14]

I 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.

\n
Nathan Wrigley [00:19:07]

We’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.

\n
Dan Maby [00:21:10]

I 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.

\n
Nathan Wrigley [00:23:16]

Do 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?

\n
Dan Maby [00:24:12]

So 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.

\n
Nathan Wrigley [00:26:57]

I’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.

\n
Dan Maby [00:27:38]

So 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.

\n
Nathan Wrigley [00:28:24]

Okay. 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.

\n
Dan Maby [00:29:00]

Sure. 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.

\n
Nathan Wrigley [00:33:56]

I 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.

\n
Dan Maby [00:34:22]

So 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.

\n
Nathan Wrigley [00:35:11]

You 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.

\n
Dan Maby [00:35:59]

Sure. 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.

\n
Nathan Wrigley [00:41:40]

So 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?

\n
Dan Maby [00:41:53]

I’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.

\n
Nathan Wrigley [00:43:13]

This 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.

\n
Dan Maby [00:43:42]

So 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.

\n
Nathan Wrigley [00:45:29]

Thank 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.

\n
Dan Maby [00:46:01]

Oh 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.

\n
Nathan Wrigley [00:46:11]

Thank you so much.

\n
";s: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 14:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Nathan Wrigley";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"HeroPress: Changing The World, Changing Me";s:7:"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=3902";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:134:"https://heropress.com/essays/changing-the-world-changing-me/#utm_source=rss&utm_medium=rss&utm_campaign=changing-the-world-changing-me";s: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:8049:"Pull Quote: WordPress has fundamentally changed who I am. I don’t say that lightly.

WordPress 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.

\n

WordPress 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.

\n

Finding My Creativity

\n

The 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

Knowing they believed in me helped me apply and the case of redbull they sent me for my trial helped me get the job!

\n

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.

\n

Finding The World

\n

Because 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.

\n

Finding Who I Am

\n

I 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.

\n

None 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

It’s such a privilege to work with folks during different stages of their sites – it’s always so personal and so sacred.

\n

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.”

\n

I 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.

\n

Finding My Joy

\n

There’s a concept I am stuck on these days. It’s centered on this quote:

\n

“The true meaning of life is to plant trees, under whose shade you do not expect to sit.” – Nelson Henderson

\n

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.

\n

Just 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.

\n

The 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:"\n\n\n\n

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\n

That 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\n

In 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\n

Day 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.

\n\n\n\n

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\n

In 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\n

Day One Community Remains Trepidatious About the Acquisition

\n\n\n\n

Why 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\n

Many 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

Rest 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.

\n\n\n\n

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

Rest 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).

\n\n\n\n

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\n

Users 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\n

As 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\n

Knowing 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\n

That 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\n

Today’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\n

One of Niko’s Facebook group members kicked the discussion off.

\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?

\n\n\n\n

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\n

In 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\n

Users 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\n

If 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\n

Some 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.

\n\n\n\n

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\n

However, 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\n

Are there times when a plugin’s support staff really needs access? Probably.

\n\n\n\n

The 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\n

The 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

Alright 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.

\n\n\n\n

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\n

In 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\n

The 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\n

Never 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\n

If 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\n
  • create_users
  • delete_users
  • edit_users
  • list_users
  • promote_users
  • remove_users
\n\n\n\n

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.

\n\n\n\n

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.

\n\n\n\n

As for an FTP password? I trust very few people with that level of access.

\n\n\n\n

This 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\n

I 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\n

This 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\n

This 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\n

You can test the WordPress 5.8 Beta 2 in two ways:

\n\n\n\n
  • Install/activate the WordPress Beta Tester plugin (select the Bleeding edge channel and the Beta/RC Only stream)
  • Direct download the beta version here (zip).
\n\n\n\n

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\n

Some Highlights

\n\n\n\n

Since Beta 1, 26 bugs have been fixed. Here is a summary of some of the included changes:

\n\n\n\n
  • Block Editor: Remove bundled block patterns and support the patterns directory. (#53246)
  • Block Editor: Add a type property to allow Core to identify the source of the editor styles. (#53175)
  • Build/Test Tools: Adds some tests for Quick Draft section in Dashboard. (#52905)
  • Build/Test Tools: Replaced @babel/polyfill with core-js/stable. (#52941)
  • Coding Standards: Further update the code for bulk menu items deletion to better follow WordPress coding standards. (#21603)
  • External Libraries: Update Underscore to version 1.13.1. (#45785)
  • General: A number of block editor, template mode and widget screen related fixes. (#51149)
  • Login and Registration: Improve the unknown username error message. (#52915)
  • Media: Restore AJAX response data shape in media library. (#50105)
  • Site Health: Display a list of file formats supported by the GD library. (#53022)
  • Twemoji: It’s the new one! (#52852)
\n\n\n\n

How You Can Help

\n\n\n\n

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\n

So 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\n

Do some testing!

\n\n\n\n

Testing for bugs is a vital part of polishing the release during the beta stage and a great way to contribute. ✨

\n\n\n\n

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\n

Props to @chanthaboune for revision, @webcommsat, @youknowriad, @jorbin, @felipeelia , and @jeffpaul for proofreading, and @cbringmann for final edits!

\n\n\n\n
\n\n\n\n

Install won’t you please
WordPress 5-8 Beta 2?
We need your help: test!

";s: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 18:34: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:19:"Jonathan Desrosiers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: Toolbelt Tidies WordPress Plugin and Theme Admin Notifications";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=118423";s:7:"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/toolbelt-tidies-wordpress-plugin-and-theme-admin-notifications?utm_source=rss&utm_medium=rss&utm_campaign=toolbelt-tidies-wordpress-plugin-and-theme-admin-notifications";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5635:"

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\n

Despite 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\n

WP 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\n

I 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\nNotifications expand when clicking on the bell icon in the toolbar.\n\n\n\n

The 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\n

It 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\n

The 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\n

Having 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.

\n\n\n\n

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.

\n\n\n\n

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\n

Given 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\n

The 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\n

The WordPress Themes Team even has a custom guideline-friendly, drop-in class that themers can use.

\n\n\n\n

The 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\n

Until 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\n

Not 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\n

Becoming 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\n

The 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\n

Historically, 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\n

Attracting 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.”

";s: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 21:44:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt: Day One at Automattic";s:7:"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=54355";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"https://ma.tt/2021/06/day-one-at-automattic/";s: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:2939:"

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\n

Writing 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\n

Day 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.

\n\n\n\n

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\n

Great 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\n

New 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\n

I 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\n
\n\n\n\n

The template editor includes the new List View panel that gives an overview of all the sections and blocks in the template.

\n\n\n\n
\n\n\n\n

Most 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\n

The 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\n
\n\n\n\n

The 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\n
\n\n\n\n

The 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\n

Duotone 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\n\n\n

Hello New Widgets Screen!

\n\n\n\n

WordPress 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\n

Justin 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\n
\n\n\n\n

Pattern Directory Will Be Integrated with WordPress 5.8

\n\n\n\n

The 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\nA “How It Works” pattern submitted by Lax Mariappan\n\n\n\n

At 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\n

Pattern 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\n

These 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\n

After 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\n

Google 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\n

Anders 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\n

The 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\n

From 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\n

What 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\n

The 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\n

As always, I am so glad you are here, reading the eNews every week. Thank you!

\n\n\n\n

Yours, 💕
Birgit

\n\n\n\n\n\n
\n

Join us for our next Live Q & A on June 24, 2021, at 11am EDT / 15:00 UTC

\n\n\n\n\n\n\n\n

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

\n
\n\n\n\n
\n\n\n\n

WordPress 5.8 Release Cycle

\n\n\n\n

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\n

You 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\n

Features and updates for WordPress 5.8

\n\n\n\n

Speaking 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\n

Anne McCarthy posted about other Block Editor Enhancements:

\n\n\n\n\n\n\n\n

On 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\n

Adam 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\n
\n\n\n\n

Gutenberg Changelog

\n\n\n\n

It’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\n

Grzegorz 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\n\n\n\n\n

Gutenberg 10.8

\n\n\n\n

Gutenberg 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\n

Justin Tadlock has more details Gutenberg 10.8 Adds New Typography Controls and Block Previews

\n\n\n\n

The 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\n

Block Patterns

\n\n\n\n

Kjell 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\n

Justin 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\n

You 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\nBlock Patterns on WordPress.org submitted by members of the design team and from the WordPress community. \n\n\n\n

In total, I counted 54 block patterns available to WordPress users. What a great start!

\n\n\n\n
\n\n\n\n

Full Site Editing

\n\n\n\n

At 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\n
\n\n\n\n

We 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.

\n\n\n\n
\n\n\n\n

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\n

At 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\n
  • 57% of theme shops feature their Gutenberg compatibility.
  • Only 17% of theme shops offer custom Gutenberg blocks.
  • 3% of theme shops provide block patterns.
\n\n\n\n

The 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\n
\n\n\n\n

Frä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\n

On Fullsiteediting.com, Carolina Nymark has been offering her Full Site editing course for free, but that might change soon.

\n\n\n\n

Joe Casabona at CreatorCourses is also working on an update of his Gutenberg Theme course.

\n\n\n\n

My 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\n
\n\n\n\n

Upcoming WordPress Events

\n\n\n\n

June 6, 2021 7:00 pm EDT / 23:00 UTC
WordPress Meetup Philadelphia
Full Site Editing Review and Test-a-thon

\n\n\n\n

June 7 – 9th, 2021
WordCamp Europe
A virtual event and contributor day. Call for sponsors is open.

\n\n\n\n

🎉 Gutenberg Times is a media partner of WordCamp Europe 2021

\n\n\n\n

June 10th, 2021
WordPress “Mega Meetup”: Plugins That Keep Websites Running

\n\n\n\n

June 20 – 26, 2021
WordCamp Japan
The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think…

\n\n\n\n

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.

\n\n\n\n

June 24 – 26, 2021
WordCamp Cochabama (Colombia)

\n\n\n\n

July 17 + 18th, 2021
WordCamp Santa Clarita
Calls for speakers ends TODAY!

\n\n\n\n

July 23, 2021
WordFest Live The festival of WordPress

\n\n\n\n

August 6 + 7, 2021
WordCamp Nicaragua

\n\n\n\n

September 21 + 22, 2021
WPCampus 2021 Online
“A free online conference for web accessibility and WordPress in higher education.”

\n\n\n\n
\n\n\n\n

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\n
\n\n\n\n

Don’t want to miss the next Weekend Edition?

\n\n\n\n

We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition

Thanks for subscribing.
\n\n\n\n
\n\n\n\n\n

Featured 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\n

The 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\n

The Panelist were Danielle Zarcaro, Grzegorz Ziółkowski, Koen Van den Wijngaert and Milana Cap

\n\n\n\n

Jose Ramon Padron and Lesley Molecke moderated the discussion.

\n\n\n\n
\n
\n
\n\n\n\n

Torque Magazine did an outstanding job live tweeting.

\n\n\n\n
\n\n
\n\n\n\n

The transcript and table of contents

\n\n\n\n\n\n\n\n
\n\n\n\n

José Ramón Padron: Hello, Lesley.

\n\n\n\n

Lesley Molecke: Hey, Moncho.

\n\n\n\n

José 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\n

Lesley 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\n

Introduction of the topic and the panelists

\n\n\n\n

José 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\n

Lesley 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\n

Grzegorz Ziółkowski: Hello.

\n\n\n\n

Koen Van den Wijngaert: Hello, there. 

\n\n\n\n

Lesley Molecke: Will you please introduce yourselves? 

\n\n\n\n

Milana Cap: Which order?

\n\n\n\n

Lesley Molecke: As you wish. 

\n\n\n\n
Milana Cap
\n\n\n\n

José Ramón Padron: So let’s start with Milana, just for talking.

\n\n\n\n

Milana 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\n

Lesley Molecke: How about you, Danielle?

\n\n\n\n

José Ramón Padron: Thank you so much.

\n\n\n\n

Danielle 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\n
Danielle Zarcaro
\n\n\n\n

Lesley Molecke: We can’t hear it, it’s okay.

\n\n\n\n

Danielle 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\n

José Ramón Padron: Thanks, Danielle. Let’s go with Koen.

\n\n\n\n
Koen Van den Wijngaert
\n\n\n\n

Koen 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\n

So 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\n
ImageGrzegorz Ziółkowsk
\n\n\n\n

Grzegorz 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\n

Lesley 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\n

What is full site editing and where did it come from?

\n\n\n\n

Koen 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\n

Grzegorz 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\n

Koen Van den Wijngaert: What everyone is waiting for, I believe. That’s going to be a big one. 

\n\n\n\n

What problem does Full-Site Editing solve?

\n\n\n\n

José 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\n

Milana 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\n

But 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\n

And 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\n

I 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\n

Koen 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\n

But 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\n

Danielle 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\n

So 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\n

Koen 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\n

José Ramón Padron: Grzegorz, I think you had something. Yes.

\n\n\n\n

Grzegorz 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\n

Before, 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\n

So 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\n

What happens to websites that are live (in production) when WordPress 5.8 is released?

\n\n\n\n

José 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\n

Milana Cap: They have to be rebuilt completely. It will crash. No, it won’t.

\n\n\n\n

Koen Van den Wijngaert: It will just crash when you update. 

\n\n\n\n

Milana Cap: No, it won’t.

\n\n\n\n

Lesley Molecke:That’s big news. 

\n\n\n\n

Koen Van den Wijngaert: Oh, we were not supposed to say that, sorry.

\n\n\n\n

Milana 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\n

But 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\n

José Ramón Padron: Thanks, Milana. Anything to add ?

\n\n\n\n

Koen Van den Wijngaert: Maybe Grzegorz can do it. 

\n\n\n\n

Grzegorz Ziółkowski: You can go. 

\n\n\n\n

Koen 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\n

José Ramón Padron: An echo. There is an echo.

\n\n\n\n

Koen 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\n

Things 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\n

Grzegorz 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\n

So 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\n

The 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\n

So 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\n

But 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\n

Koen 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\n

Lesley 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\n

What does Full Site Editing change for the various WordPress stakeholders

\n\n\n\n

My 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\n

I’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\n

Danielle 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\n

And 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\n

So 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\n

But 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\n

Koen 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\n

That 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\n

José 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\n

Why will Full-Site Editing be in Core and not a plugin?

\n\n\n\n

My 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\n

So 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\n

Milana 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\n

And 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\n

José Ramón Padron: Makes sense.

\n\n\n\n

Milana 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\n

So 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\n

Now, 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\n

We 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\n

I’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\n

Just 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\n

Koen 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\n

Danielle 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\n

I 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\n

So 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\n

But 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\n

I 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\n

And 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\n

If someone wants to go backwards for a bit, then they can put the work in to do that. 

\n\n\n\n

Grzegorz 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\n

So 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\n

And 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\n

So 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\n

It’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\n

So 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\n

What will be the role of existing page builders?

\n\n\n\n

Lesley 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\n

Danielle 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\n

And 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\n

So 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\n

I 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\n

I 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\n

When 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\n

Koen 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\n

I 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\n

Like 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\n

What is going to happen with the rest of the open-source solutions like Joomla, Drupal?

\n\n\n\n

José 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\n

Milana Cap: They will all take Gutenberg. Drupal already do it.

\n\n\n\n

Koen 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\n

I 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\n

So if we all collaborate, we can build pretty nice things, I think. 

\n\n\n\n

Milana 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\n

But 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\n

I’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\n

I’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\n

But 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\n

Koen Van den Wijngaert: Even better.

\n\n\n\n

Danielle 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\n

I 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\n

So 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\n

So 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\n

Grzegorz 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\n

It’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\n

One 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\n

However, 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\n

José Ramón Padron: I’m glad to read that question. 

\n\n\n\n

Lesley Molecke: Koen, you have one final thing to add, before we sign off?

\n\n\n\n

Koen 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\n

Milana Cap: And documentation. 

\n\n\n\n

Koen Van den Wijngaert: Most importantly, of course. 

\n\n\n\n

Lesley 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\n

And 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\n

Will 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\n

Milana Cap: We can, if there are questions.

\n\n\n\n

José Ramón Padron: There will be.

\n\n\n\n

Lesley Molecke: People can also make meetings with you and see you in other rooms and things.

\n\n\n\n

José 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\n

Another 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\n

Lesley Molecke:Thank you all.

\n\n\n\n

Milana Cap: Thank you, bye. 

\n\n\n\n

Grzegorz Ziółkowski: Thank you.

\n\n\n\n

Koen Van den Wijngaert: Thank you. Very nice to being here. 

\n\n\n\n

José 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\n

Gutenberg 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\n

One 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.

\n\n\n\n

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\n

New Typography Options

\n\n\n\n

Gutenberg 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.

\n\n\n\nTesting font weights for the Heading block.\n\n\n\n

The control displays all nine possible weights:

\n\n\n\n
  • Thin
  • Extra Light
  • Light
  • Regular
  • Medium
  • Semi Bold
  • Bold
  • Extra Bold
  • Black
\n\n\n\n

While 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\n

In 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\n

The 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\nSetting a custom font family for a List block.\n\n\n\n

The 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\n

Theme 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\n

Audio and File Block Previews

\n\n\n\nAudio block preview in the inserter.\n\n\n\n

The 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\n

In 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\n

This 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\n

“Archives” Label Now Shown for Archives Dropdown

\n\n\n\nDuplicate archives heading and label.\n\n\n\n

When 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\n

This 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\n

Themes Team representative Carolina Nymark had an alternate suggestion:

\n\n\n\n

What 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.

\n\n\n\n

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.

";s: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 00:50: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: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:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:105:"WPTavern: WordCamp Europe 2021 Gutenberg Demo: “The Block Editor Gets Ready to Become a Site Builder”";s:7:"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=118187";s:7:"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:241:"https://wptavern.com/wordcamp-europe-2021-gutenberg-demo-the-block-editor-gets-ready-to-become-a-site-builder?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-gutenberg-demo-the-block-editor-gets-ready-to-become-a-site-builder";s: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:3213:"

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\n

Ventura 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\n

Mullenweg 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\n

Mullenweg 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\n

The 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\n

Check out the video below and you can also watch Mullenweg and Ventura’s conversation that was recorded during the event.

\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: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\n\n\n

Matt 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\n

A 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\n

However, 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\n

The plugin does what it says on the tin. It registers a Progress Bar block:

\n\n\n\nSmall and Large progress bars with default colors.\n\n\n\n

Out of the box, it includes Small and Large styles, allowing the user to adjust the size of the bar.

\n\n\n\n

Its 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\n

The 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\nAdding custom labels, percentages, and colors.\n\n\n\n

Plus, users can choose wide and full-width layouts, an often overlooked feature in block plugins.

\n\n\n\n

Overall, 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\n

Extending the Block

\n\n\n\n

In 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\n

Progress 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\n

My 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\nBrandon Sanderson’s writing progress.\n\n\n\n

Currently, 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\n

And that is just what I did. My Sanderson-esque book progress bars (rough, unpolished code available as a Gist):

\n\n\n\nProgress bars with custom block style.\n\n\n\n

The 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\n

If 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\n

I 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\n

WebP 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\n
W3Techs: Historical yearly trends in the usage statistics of image file formats for websites
\n\n\n\n

Adding 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\n

WebP 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\n

By 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.

\n\n\n\n

“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\n

WordPress 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:"WordPress dashboard screen with Dark Mode 2.\n\n\n\n

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\n

It 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\n

After 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\n

The 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\n

In 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\n

However, 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\n

The 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\n

A New Plugin and a Fresh Take

\n\n\n\nManage posts screen with Dark Mode enabled.\n\n\n\n

James 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\n

The 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\nConfiguring Dark Mode from the user profile screen.\n\n\n\n

There 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\n

One 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\n

This 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\n\n\n

So 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\n

This 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\n

You can test the WordPress 5.8 Beta 1 in two ways:

\n\n\n\n\n\n\n\n

The 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\n

Keep 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\n

So what’s new in this 5.8? Let’s start with some highlights.

\n\n\n\n

Highlights

\n\n\n\n

Powerful Blocks

\n\n\n\n
  • Discover several new blocks and expressive tools, including blocks for Page ListsSite TitleLogo, and Tagline. A powerful Query Loop block offers multiple ways for displaying lists of posts and comes with new block patterns that take advantage of its flexibility and creative possibilities.
  • Interacting with nested blocks has been made easier with a permanent toolbar button for selecting a parent. Block outlines are shown when hovering or focusing on the different block type buttons. Block handles are now also present for drag and drop when in “select” mode.
  • Introduces the List View, a panel that can be toggled and helps navigate complex blocks and patterns.
  • Reusable blocks have an improved creation flow and support for history revisions.
  • A cool new duotone block adds images effects which can be used in media blocks or supported in third-party blocks. Color presets can also be customized by the theme.
\n\n\n\n

Handpicked Patterns

\n\n\n\n

Patterns 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\n

New collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.

\n\n\n\n

Better Tools

\n\n\n\n
  • New template editor that allows creating new custom templates for a page using blocks.
  • Themes can now control and configure styling with a theme.json file, including layout configuration, block supports, color palettes, and more.
  • New design tools and enhancements to existing blocks, including more color, typography, and spacing options, drag and drop for Cover backgrounds, additions to block transformation options, ability to embed PDFs within the File block, and more.
  • Includes improvements to how the editor is rendered to more accurately resemble the frontend.
\n\n\n\n

Internet Explorer 11

\n\n\n\n

Support 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\n

Blocks in Widgets Area

\n\n\n\n\n\n\n\n

Looking for a change and can’t find it? There are more improvements listed after the break.

\n\n\n\n

How You Can Help

\n\n\n\n

Do some testing!

\n\n\n\n

Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute.

\n\n\n\n

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\n

Thanks for joining us, and happy testing!

\n\n\n\n

Props to @audrasjb, @cbringmann, @youknowriad, @annezazu, @matveb, and @desrosj for editing/proof reading this post, and @chanthaboune for final review.

\n\n\n\n
\n\n\n\n

Full Site Editing
Coming at the end of year
But first, Beta 1

\n\n\n\n\n\n\n\n

Improvements in this Release

\n\n\n\n
  • Improvements to Reusable blocks, Cover block, Table block, List View, Rich text placeholder, Template Editing Mode, Block Inserter, and Top Toolbar
  • Query loop block that uses a query/filter to create a flexible post list based on templates. Best used with patterns.
  • Parity refinement between editor and frontend, Standardization to block toolbars organization
  • Block widgets in the Customizer
  • Introducing the Global Styles and Global Settings APIs: control the editor settings and available customization tools and style blocks using a theme.json file.Template editor opens inside an iframe to more accurately resemble the front end.
  • Ability to transform Media and Text into Columns
  • Embedded PDFs within File block
  • Spacing options for Social Links and Buttons, Spacer block width adjustments
  • Twemoji has been updated to version 13.1, bringing you many new Emoji.
  • Editor performance improvements
  • Hide writing prompt from subsequent empty paragraphs
  • More descriptive publishing UI
  • Added capability to set the default format for image sub-sizes as well as WebP support
  • Added widgets block editor to widgets.php and customize.php
  • Added block patterns to default themes
  • Added ability to mark a plugin as unmanaged
  • Enable revisions for the reusable block custom post type
  • Enqueue script and style assets only for blocks present on the page
  • Abstracted block editor configuration by deprecating existing filters and introducing replacements that are context-aware
  • New sidebars, widget, and widget-types REST API endpoints
  • Added support for modifying the term relation when querying posts in the REST API
  • Site Health now supports custom sub-menus and pages
  • Themes now display the number of available theme updates in the admin menu
  • Speed up cached get_pages() calls
  • Underscore updates from 1.8.3 to 1.9.1
\n\n\n\n

To 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\n

Alongside Reigstad, Beatriz Fialho and Mel Choyce-Dwan have already added several block patterns. They are available through the Gutenberg plugin now.

\n\n\n\nSeveral of the current block patterns.\n\n\n\n

The 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\n

Creating 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\nCopying a pattern from the WordPress editor.\n\n\n\n

I 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\n

As 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\n

The 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\nAbout me boxes.\n\n\n\n

It 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\n

Blocks 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\n

A 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\n

If 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\nOriginal about me boxes with tighter margin control.\n\n\n\n

I 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\n\n\n\n\n

I 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\n

I 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\n

After 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\n

Review 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\n

Results 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\n\n\n\n\n

Top 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\n

Now 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\n

WooCommerce Benchmarks Expanding

\n\n\n\n

WooCommerce 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\n

Servebolt 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\n

In 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\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\n

Ohashi 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\n

Review 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\n

As 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\n

The 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\n

Where it shines is in its use of block patterns and styles.

\n\n\n\nRecipe post built with Nutmeg.\n\n\n\n

Sometimes, 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\n

Last 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\n

The 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\n

However, 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\nAdding instructions and ingredients.\n\n\n\n

With 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

Theme 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
\n\n\n\n

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\n

Patterns 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\n

Recreating 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\n
  1. Select the custom homepage template.
  2. Add the Cover with Overlay pattern and upload an image.
  3. Drop in the Opening Message pattern and customize.
  4. Insert the Featured Pages pattern and add images.
\n\n\n\nHomepage built from patterns.\n\n\n\n

Simple 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\n

One 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\nCustomizing the Cover block with styles.\n\n\n\n

One 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\n

The 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\n

The 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\n

This 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\nTijana - portrait picture\n\n\n\n

As 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\n

Following 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\n

Tijana 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\n

Tijana 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\n

She highlights 5 things that helped her to start a new freelancing career. Let’s dive into them.

\n\n\n\n

What motivates me?

\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\n

She 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\n

She 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\nWordCamp Europe 2019 group picture\n\n\n\n

Develop WordPress related skills

\n\n\n\n

The next question you may ask: “Why WordPress?”

\n\n\n\n

WordPress 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\n
  • web developer (coding websites, themes, and plugins)
  • web implementor (creating websites from existing themes without coding)
  • web designer (designing website mock-ups, editing images, or creating online infographics)
  • client support professional (helping people with their websites)
  • website maintenance (WordPress, themes, and plugins are maintained and backed up regularly)
  • WordPress trainer (helping clients with how to use the platform or teaching other web professionals)
  • content writer
  • accessibility specialist (making sure standards are met and suggesting solutions for accessibility barriers)
  • SEO consultant (improving search outcomes and understanding)
  • statistics consultant, especially for web shops
  • WordPress assistant (adding new content and editing existing posts)
  • website migration specialist (moving websites from one server to another)
  • web security specialist
\n\n\n\nWCBGD group picture\n\n\n\n

Tijana 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\n

In 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\n

Plan in advance

\n\n\n\n

Becoming 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\n

If 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\n

Tijana 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\n

She 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\n

Visit 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\n

Tijana 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\n

Hurray, it’s time to get a first freelancing job

\n\n\n\n

As 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\n

She shared some possible next steps: 

\n\n\n\n
  • use a freelancing platform
  • triple-check your resume
  • professionally present yourself
  • fill up your portfolio with examples
  • use video material
\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\n

She 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\n

When Tijana took her first freelancing job, she considered the following:

\n\n\n\n
  • how was the employer rated by other freelancers who worked for him previously
  • how does the employer rate other freelancers
  • how much money had they already spent on the platform
  • the number of open positions for a specific job and the number of freelancers that have already applied 
\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\n

Take responsibility as a freelancer

\n\n\n\n

Tijana reminds us: “Freedom often comes with responsibility; individual responsibility is key when it comes to freelancing.”

\n\n\n\n

She 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\n

Missing 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\n

She 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\n

Tijana 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\n

Lastly, 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\n

She 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\n

Tijana 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\n

As 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\nConference reception\n\n\n\n

If 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\n

The WordPress.org Teams – what they do, when and where they meet

\n\n\n\n

Learn 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\n

The 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\n

Contributors

\n\n\n\n

Thanks 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\nHeroPress logo\n\n\n\n

This 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\n

Meet 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\n

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.

\n\n\n\n

Credits

\n\n\n\n

Editor: Dustin Hartzler

\n\n\n\n

Logo: Beatriz Fialho

\n\n\n\n

Production: Chloé Bringmann

\n\n\n\n

Song: Fearless First by Kevin MacLeod

\n\n\n\n

References

\n\n\n\n

10/10/10 Rule

\n\n\n\n

The Eisenhower Matrix 

\n\n\n\n

The Maximin Strategy 

\n\n\n\n

WordCamp Europe

\n\n\n\n

WordCamp Japan

\n\n\n\n

WordPress 5.8 Development Cycle

\n\n\n\n

Transcript

\n\n\n\n\n\n\n\n

Josepha Haden Chomphosy  00:10

\n\n\n\n

Hello, 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\n

Josepha Haden Chomphosy  00:40

\n\n\n\n

For 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\n

Step 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\n

Step 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\n

Step 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\n

If 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\n

Okay, 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\n

Josepha Haden Chomphosy  05:34

\n\n\n\n

Disagree 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\n

As 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\n

Josepha Haden Chomphosy  07:33

\n\n\n\n

And 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\n

There’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\n

The 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\n

So, 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\n

Josepha Haden Chomphosy  10:09

\n\n\n\n

Hey 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\n

Tip 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\n

And 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\n

It’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\n

Hopefully, 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\n

Last 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\n

Grzegorz (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\n

Alright, that’s the news around Gutenberg Times. Below you’ll find what else happened in the Gutenberg universe. Enjoy!

\n\n\n\n

Yours, 💕
Birgit

\n\n\n\n

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\n
\n\n\n\n

Full-Site-Editing & Themes

\n\n\n\n

Anne 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\n

A 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\n

If 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\n
\n\n\n\n

Reading 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\n
\n\n\n\n

Kjell 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\n
\n\n\n\n

WordPress 5.8 release preparations

\n\n\n\n

From 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\n

The 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\n

The 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\n

Block Patterns

\n\n\n\n

Hector 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\n

For 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\n
\n\n\n\n

Plugins for the Block Editor

\n\n\n\n

Featured 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\n
\n\n\n\n

JetFormBuilder — 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\n

Another 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\n

Themes for Full-Site Editing

\n\n\n\n

A 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\n\n\n\n\n

If you find any missing, let me know.

\n\n\n\n

Gutenberg related Business Updates

\n\n\n\n

This 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

Stepping 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
\n\n\n\n

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\n

Delicious 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\n

You can learn more about the aquisition via

\n\n\n\n\n\n\n\n
\n\n\n\n\n
\n

Join us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC

\n\n\n\n

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

\n
\n\n\n\n\n

Upcoming WordPress Events

\n\n\n\n

June 6, 2021 7:00 pm EDT / 23:00 UTC
WordPress Meetup Philadelphia
Full Site Editing Review and Test-a-thon

\n\n\n\n

June 7 – 9th, 2021
WordCamp Europe
A virtual event and contributor day. Call for sponsors is open.

\n\n\n\n

🎉 Gutenberg Times is a media partner of WordCamp Europe 2021

\n\n\n\n

June 10th, 2021
WordPress “Mega Meetup”: Plugins That Keep Websites Running

\n\n\n\n

June 20 – 26, 2021
WordCamp Japan
The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think…

\n\n\n\n

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.

\n\n\n\n

June 24 – 26, 2021
WordCamp Cochabama (Colombia)

\n\n\n\n

July 17 + 18th, 2021
WordCamp Santa Clarita
Calls for speakers ends TODAY!

\n\n\n\n

July 23, 2021
WordFest Live The festival of WordPress

\n\n\n\n

August 6 + 7, 2021
WordCamp Nicaragua

\n\n\n\n

September 21 + 22, 2021
WPCampus 2021 Online
“A free online conference for web accessibility and WordPress in higher education.”

\n\n\n\n
\n\n\n\n

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\n
\n\n\n\n

Don’t want to miss the next Weekend Edition?

\n\n\n\n

We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition

Thanks for subscribing.
\n\n\n\n
\n\n\n\n\n

Featured 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\n

We 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\n
\n\n\n\n

Fabian Kägy, developer at 10up:
Building great experiences in the new editor

\n\n\n\n

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\n

As 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\n

Monday, June 7th, 2021, at 10am EDT / 14:00 UTC / 16:00 CEST

\n\n\n\n
\n\n\n\n

Full-Site Editing Panel Discussion

\n\n\n\n

The names of the panelist are still a secret, and I will update the post when we know more.

\n\n\n\n

If you’d like to get a jump start here are few resources:

\n\n\n\n\n\n\n\n

Monday, June 7, 2021 at 12:34 pm EDT / 16:34 UTC / CEST: 18:34

\n\n\n\n
\n\n\n\n

Workshop: A walkthrough of Full Site Editing with Herb Miller, Web developer in UK,

\n\n\n\n
\n\n\n\n

Description: 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\n

He has created a learning resource which attendees can use to follow on during the workshop.

\n\n\n\n

Herb will give attendees an overview of:

\n\n\n\n
  • how to get started
  • the components of the Site Editor
  • example templates and template parts
  • some blocks used to create FSE themes
  • example themes
  • a very few code samples
  • some answers to FAQs
  • how to become involved
  • and many links to other resources
\n\n\n\n

Tuesday, June 8th, 2021 11am EDT / 15:00 UTC / 17:00 CEST

\n\n\n\n
\n\n\n\n

Lee Shadle, web developer Blazing fast block development

\n\n\n\n
\n\n\n\n

Lee 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\n

Tuesday June 8, 2021 12:00 EDT / 16:00 UTC / 18:oo CEST

\n\n\n\n
\n\n\n\n

The Future of Themes in WordPress

\n\n\n\n

The 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\n
\n

Join us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC

\n\n\n\n

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

\n
\n\n\n\n

\n\n\n\n
\n\n\n\n
\n\n\n\n

Conversation with Matt Mullenweg

\n\n\n\n

Matt 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\n

Wednesday, June 9th, 2021 – 11:42 EDT / 15:42 UTC / 17:42 CEST

\n\n\n\n
\n\n\n\n

This edition of the WordCamp Europe also offers interesting Sponsor talks. Look for them on the schedule, too.

\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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Jun 2021 04: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: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:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"Gutenberg Times: So, You want to talk about Full-site Editing?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://gutenbergtimes.com/?p=17970";s:7:"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://gutenbergtimes.com/so-you-want-to-talk-about-full-site-editing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16846:"\n\n\n\n

As 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\n\n\n\n\n
\n

Join us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC

\n\n\n\n

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

\n
\n\n\n\n

Resources

\n\n\n\n\n\n\n\n

Key points to cover around 5.8:

\n\n\n\n
  • FSE is a collection of features and not a monolith.
  • Because FSE is a collection of features, Core can be flexible in shipping what is both stable and adds the most value.
  • 5.8 is focused mainly on bringing tools to extenders with limited changes to the user experience. This includes theme.json, new theme blocks, design tools, and template editing mode.
\n\n\n\n

Demo ideas

\n\n\n\n

Depending on who you are and who the audience, the following are your best bets for demo content:

\n\n\n\n\n\n\n\n

Helpful GitHub issues

\n\n\n\n\n\n\n\n

Helpful Posts

\n\n\n\n\n\n\n\n

Conversation Starters

\n\n\n\n
  • What would you like to see done as part of the gradual adoption milestone
  • What would make you more inclined to use Full Site Editing? On the flip side, what would make you less inclined? 
  • Are there any key people or resources like podcasts, courses, documentation, etc that have helped you explore Full Site Editing? 
  • How do you think Full Site Editing will change the WordPress ecosystem? What excites you there? What makes you nervous? 
  • What do you think is most helpful to communicate about Full Site Editing right now to put more people at ease and build excitement? 
  • What are you still confused about when it comes to Full Site Editing?
\n\n\n\n

FAQs

\n\n\n\n

These 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\n
What is Full Site Editing and what value will it bring?

Full 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.

What is going to happen to themes and what kinds of pathways are being created?

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. 

What about page builders/site builders?

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.

How will restricting access to these features work?

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.

Will upgrading to 5.8 cause FSE to take over my site like the Core Editor did in 5.0?

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

\n\n\n\n

Anne McCarthy published this post on her personal blog and gave us permission to republish it here as well.

\n\n\n\n
\n

Join us for our next Live Q & A
on June 24, 2021 at 11am EDT / 15:00 UTC

\n\n\n\n

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

\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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Jun 2021 00:50:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"WPTavern: Jetpack 9.8 Introduces WordPress Stories Block Alongside Forced Security 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=117820";s:7:"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:223:"https://wptavern.com/jetpack-9-8-introduces-wordpress-stories-block-alongside-forced-security-update?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-9-8-introduces-wordpress-stories-block-alongside-forced-security-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6610:"

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\n

Version 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\n

In 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\n\n\n

Jetpack 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\n

Jetpack 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\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\n

Brandon 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\n

In 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\n

Tony 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:"\n\n\n\n

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\n

I 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\n

As 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\n

Post 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\n

In 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\nAuto-generated image appearing via Slack.\n\n\n\n

Maybe 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\n

Post 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\n

How the Plugin Works

\n\n\n\n

After 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\n

At 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\nBrowsing the plugin’s templates.\n\n\n\n

Aside 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\nEditing a template from Social Image Generator.\n\n\n\n

When 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\nSocial image preview box on the post-editing screen.\n\n\n\n

Once published, the plugin creates an image that will appear when a post is shared on social media.

\n\n\n\n

On 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\n

Version 2.0 and Beyond

\n\n\n\n

Thus 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\n

The 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\n

He 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\n

The 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\n

I 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\nInserting and modifying the Feature Box block.\n\n\n\n

On 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\n

The 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\n

None 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\n

This 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\n

The 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\n

The 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\n

A 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\n

I 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\n

A 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\n

Note: For those who wish to learn how to create custom block styles, Carolina Nymark’s tutorial is the best resource.

\n\n\n\n

The 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\nOffset Left Cover block style.\n\n\n\n

I 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\n

These 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\n
Offset Left and Right block styles.\n\n\n\n

The 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\n

The 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\n

The 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\n

My 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\n

I 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\n

The 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\n

General 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\n

Condon 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\n

Delicious 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\n

Touesnard 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\n

After 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\n

More 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\n

Which means it makes sense to change our theme.

\n\n\n\n

Earlier 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\n\n\n\n\n

More 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\n

Most 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\n

Sometimes, 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\n

Every 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\n

This 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\n

It 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\n

It 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\n

Without further preaching the merits of open source, the following are the current forks of WP User Avatar:

\n\n\n\n
  • One User Avatar by Daniel Tara (One Designs). It already has nine translations and is available on WordPress.org.
  • Custom User Avatar by David Artiss. It is currently available on GitHub, but it appears he plans to add it to the plugin directory.
  • Orig User Avatar by Philipp Stracker. This one is also only available on GitHub.
\n\n\n\n

Each 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\n

For anyone looking to return to the exact same functionality as the old plugin, any one of these will do the job.

\n\n\n\n

Alternative Solutions

\n\n\n\n

Straight 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\n

The 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\n

Simple Local Avatars

\n\n\n\n\n\n\n\n

Topping 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\n

Simple 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\n

WP User Avatars

\n\n\n\n\n\n\n\n

WP 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\n

It 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\n

User Profile Picture

\n\n\n\n\n\n\n\n

There 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\n

Users 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\n

Pixel Avatars (Toolbelt)

\n\n\n\n\n\n\n\n

Pixel 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\n

Technically, 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\n

Local Gravatars

\n\n\n\n\n\n\n\n

This 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\n

Local 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\n

One 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\n

WCEU 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\n

The 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\n

Business 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\n

Registration 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:"

It’s really fun to contribute to something larger than yourself.

\n\n\n\n

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\n
\n\n\n\n

WordPress turns 18

\n\n\n\n

WordPress 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\n

CC Search joins WordPress and is renamed to Openverse

\n\n\n\n

Creative 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\n

WordPress 5.7.2 released

\n\n\n\n

WordPress 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\n

Want 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\n

Gutenberg versions 10.6 and 10.7 are out

\n\n\n\n

Gutenberg 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.

\n\n\n\n

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\n

Full Site Editing updates

\n\n\n\n

Don’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\n

Countdown starts for WordCamp Europe 2021

\n\n\n\n

The 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\n
\n\n\n\n

Further reading

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it using this form

\n\n\n\n

The 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:"Pull Quote: I couldn’t be more grateful for all the good things that WordPress has given me.

Este ensayo también está disponible en español.

\n

I 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.

\n

To 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.

\n

Finding WordPress

\n

I 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

However, that brief encounter with a simple website had opened a field out there that I wanted to explore better some day.

\n

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.

\n

Diving Deep

\n

This 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.

\n

I 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

Some people at my work checked their Facebook to relax on their break time, I checked the WordPress.com forums.

\n

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.

\n

My 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.

\n

Building A Community

\n

It 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?

\n

Soon 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

It had to be somebody else, an expert WordPress developer,  not me.

\n

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.

\n

We’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.

\n

Giving Back Through Speaking

\n

The 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.

\n

Finally, 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.

\n

In all these years my career has taken a dramatic swift turn.

\n

Thanks 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.

\n

I couldn’t be more grateful for all the good things that WordPress has given me.

\n

De Blogger a comunidades de WordPress: Una historia boliviana

\n

Nunca 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.

\n

Para 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.

\n

No 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.

\n

Mi encuentro con WordPress

\n

Tení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

Sin 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.

\n

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.

\n

Sumergiéndome profundamente

\n

Esta 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.

\n

No 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

Alguna gente en mi trabajo revisaba su Facebook durante el tiempo de descanso, yo revisaba los foros de WordPress.com

\n

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.

\n

Mi 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.

\n

Construyendo una Comunidad

\n

Fue 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?

\n

Muy 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

Tenía que ser alguien más, un experto desarrollador en WordPress, no yo.

\n

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.

\n

Tuvimos 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.

\n

Hablando para contribuir

\n

La 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.

\n

Finalmente, 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.

\n

En todos estos años, mi carrera ha dado un giro dramático.

\n

Gracias 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.

\n

No podría estar más agradecida por todas las cosas buenas que WordPress me ha dado.

\n

The 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\n

In 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\n

In Canary, users can navigate to chrome://flags/#privacy-sandbox-settings-2 to find the Privacy Sandbox Settings 2 flag.

\n\n\n\n
\n\n\n\n

Relaunch 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\n
\n\n\n\n

If 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\n

Users can also opt out of Privacy Sandbox trials on the same page. Current trials include the following:

\n\n\n\n
  • Advertisers and publishers can use FLoC
  • Advertisers and publishers can study the effectiveness of ads in a way that does not track you across sites
\n\n\n\n

Google 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\n

A 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\n

During 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\n

Dischler 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\n

Google 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\n

Although 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\n

Much 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\n

However, 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\n
Photos shared by Ganga Kafle.\n\n\n\n

In 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\n

Later 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\n

Thapa 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\n

Many 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\n

You 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\n

FSE 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\n

Single 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\n

Putting 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\nUpcoming site editor with templates (left panel) and global styles (right panel).\n\n\n\n

WordPress 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\n

The Study: Block Editor Support

\n\n\n\n

The 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\n

Technically, 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\n

Even 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\n

The 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\nInserting a block pattern into the WordPress editor.\n\n\n\n

While 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\n

If 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\n

Patterns 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\n

In 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\n

Note: if you combine those two filters, the directory lists 107 themes. Some could be missing a tag.

\n\n\n\n

One 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\n

The Survey: FSE and the Future

\n\n\n\n

Of 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\n

On 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\n

The 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\n

These 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\n

In 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\n

Memorial 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\n

After 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\n

With 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

There 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
\n\n\n\n

Yours 💕,
Birgit

\n\n\n\n

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\n

PPS: 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\n
\n\n\n\n

A 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\n
\n\n\n\n

Huge 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\n
\n\n\n\n

Speaking 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\n
\n\n\n\n

Blockbase “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\n
\n\n\n\n

Hector 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\n
\n\n\n\n

The 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\n
\n\n\n\n

Allison 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\n
\n\n\n\n

The 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\n
\n\n\n\n

In 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\n
\n\n\n\n

Eric 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.

\n\n\n\n
\n\n\n\n

Upcoming WordPress Events

\n\n\n\n

June 7 – 9th, 2021
WordCamp Europe
A virtual event and contributor day. Call for sponsors is open.

\n\n\n\n

🎉 Gutenberg Times is a media partner of WordCamp Europe 2021

\n\n\n\n

June 10th, 2021
WordPress “Mega Meetup”: Plugins That Keep Websites Running

\n\n\n\n

June 20 – 26, 2021
WordCamp Japan
The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think…

\n\n\n\n

June 24, 2021
WPEngine Summit 2021
The digital breakthrough conference

\n\n\n\n

June 24 – 26, 2021
WordCamp Cochabama (Colombia)

\n\n\n\n

July 17 + 18th, 2021
WordCamp Santa Clarita
Calls for speakers was extended to June 5th, 2021.

\n\n\n\n

July 23, 2021
WordFest Live The festival of WordPress

\n\n\n\n

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

\n\n\n\n
\n\n\n\n

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\n
\n\n\n\n

Don’t want to miss the next Weekend Edition?

\n\n\n\n

We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition

Thanks for subscribing.
\n\n\n\n
\n\n\n\n\n

Featured 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:"Blockbase WordPress theme as seen from the site editor.\n\n\n\n

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\n

The 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\n

The 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\n

The 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.

\n\n\n\n

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\n

Blockbase serves as a bridge between what is currently possible to configure via a theme.json file and what will be possible in the future.

\n\n\n\n

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\n

The 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.

\n\n\n\n

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\n

It 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\n

One 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.

\n\n\n\n

The code is relatively simple. It is the technique that matters.

\n\n\n\n

As 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\n

The 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\n

This 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\n

I 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:"\n

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

During 2018, 2019, and 2020:

\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
\n
\n\n\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\n

The New Plan

\n\n\n\n

The 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

So 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.

\n\n\n\n

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\n

Diversity 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\n

So many thanks to Yoast for making this happen.

\n\n\n\n

If 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.

\n

The 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\n

One 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\n

The 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\n

WordPress 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\n

Despite 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

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\n

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\n

For 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\n

18 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\n

The 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\n

This 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\n

Block Pattern Directory Integration

\n\n\n\n

Gutenberg 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\nInserting a pattern into the content canvas.\n\n\n\n

The 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\n

Shaun 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\nRecent work on the block pattern directory.\n\n\n\n

A 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\n

New Block Design Controls

\n\n\n\n

Version 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.

\n\n\n\n

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\nSpacing and typography controls for title and tagline\n\n\n\n

The Site Title block also has letter case typography controls.

\n\n\n\n

The 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\nCustomizing individual columns.\n\n\n\n

One 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\nAdjusting the media width in the Media & Text block\n\n\n\n

I 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\n

Another 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\n

Template Editor Welcome Guide

\n\n\n\nWelcome message for the template editor.\n\n\n\n

Template-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\n

Currently, the message reads:

\n\n\n\n

Welcome 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.

\n\n\n\n

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\n

There 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\n

Buttons Block Uses column-gap

\n\n\n\nGap between buttons.\n\n\n\n

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\n

Essentially, 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\n

I 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\n

It 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.

\n\n\n\n

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:"\n\n\n\n

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\n

I 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\n

The 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\n

Check out these 40 key milestones in the WordPress journey towards 40% of the web!

\n\n\n\n\n\n\n\n

One 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\n

A 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\n

If 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
Donate
\n
\n\n\n\n

WordPress 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\n

Thank 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\n

Since 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\n

Grab 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\n

The 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

The 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.

\n\n\n\n

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\n

Drupal 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.

\n\n\n\n

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\n

Brave 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

Overall, 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.”

\n\n\n\n

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\n

At 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\n

The 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', '\n

Welcome 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', '\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

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', '

Who we are

Suggested text: Our website address is: http://localhost/lakeorchardvilla.

Comments

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.

Media

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.

Cookies

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.

Embedded content from other websites

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.

Who we share your data with

Suggested text: If you request a password reset, your IP address will be included in the reset email.

How long we retain your data

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.

What rights you have over your data

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.

Where we send your data

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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
\n
[/fusion_table][/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="true" border_position="all" element_content="" spacing_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="false"][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" icon="" /][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
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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"]\r\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\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

Morbi pharetra, quam id consequat imperdiet, lectus est tincidunt massa, eu posuere leo nibh non fermentum
\n[/fusion_text][fusion_separator style_type="single solid" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#b9afa1" top_margin="10px" bottom_margin="50px" border_size="1px" icon="fa-pagelines fab" icon_circle="" icon_circle_color="" width="100%" alignment="left" /][fusion_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/fusion_text][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="10px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_checklist icon="fa-angle-right fas" iconcolor="" circle="" circlecolor="" size="18px" divider="" divider_color="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""][fusion_li_item icon=""]\n\nRelaxation and Recovery\n\n[/fusion_li_item][fusion_li_item icon=""]\n\nRehabilitation Medicine\n\n[/fusion_li_item][fusion_li_item icon=""]\n\nNatural Beauty\n\n[/fusion_li_item][fusion_li_item icon=""]\n\nFace and Body Treatments\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="25px" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.[/fusion_text][/fusion_builder_column][fusion_builder_column type="2_5" layout="2_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" background_color="" background_image="http://localhost/craftretreat/wp-content/uploads/2018/06/avada-spa-about-top-image-new.jpg" background_position="right bottom" 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="fade" animation_direction="left" 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="1.6%"][fusion_separator style_type="none" top_margin="300" alignment="center" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][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="#f9f9f9" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="fixed" enable_mobile="no" parallax_speed="0.3" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" border_style="solid" padding_top="6%" padding_bottom="7%" admin_label="Therapists" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" type="flex"][fusion_builder_row][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="false" element_content="" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="true" spacing_right="2%" type_medium="1_6"][/fusion_builder_column][fusion_builder_column type="1_2" layout="1_2" 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="40px" margin_bottom="40px" 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="false" spacing_right="2%" spacing_left="2%" type_medium="2_3" margin_bottom_medium="24px"][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="" 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\nOUR THERAPIST\n\n[/fusion_title][fusion_separator style_type="single solid" top_margin="0" bottom_margin="40px" sep_color="#b9afa1" border_size="1px" width="170px" alignment="center" /][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]\n

Book an Appointment

\n[/fusion_text][fusion_separator style_type="single solid" top_margin="0" bottom_margin="40px" sep_color="#b9afa1" border_size="1px" icon="" icon_circle="" icon_circle_color="" width="170px" alignment="left" class="" id="" /][fusion_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit.[/fusion_text][fusion_separator style_type="none" top_margin="30" bottom_margin="" sep_color="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" class="" id="" /][fusion_form form_post_id="1061" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column][fusion_builder_column type="1_3" type="1_3" layout="1_3" spacing="no" 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="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="true" align_content="center" border_sizes_top="0px" border_sizes_bottom="0px" border_sizes_left="0px" border_sizes_right="0px" first="false" spacing_left="0px" type_medium="2_5"][fusion_text]\n

Contact Details

\n[/fusion_text][fusion_separator style_type="single solid" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#b9afa1" top_margin="0" bottom_margin="40px" border_size="1px" icon="" icon_circle="" icon_circle_color="" width="170px" alignment="center" /][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n

800.563.556

\n[/fusion_text][fusion_text]\n

12345 North Main Street,
\nNew York, NY 555555

\n[/fusion_text][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n

info@yourdomain.com

\n[/fusion_text][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="70" bottom_margin="" border_size="" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_text]\n

Opening Hours

\n[/fusion_text][fusion_separator style_type="single solid" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#b9afa1" top_margin="0" bottom_margin="40px" border_size="1px" icon="" icon_circle="" icon_circle_color="" width="170px" alignment="center" /][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=""]\n

Monday - Friday

\n[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n

09: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=""]\n

Saturday

\n[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n

09: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=""]\n

Sunday

\n[/fusion_title][fusion_text columns="" column_min_width="" column_spacing="" rule_style="default" rule_size="" rule_color="" class="" id=""]\n

10: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', '

Under Maintenance

', 'Coming Soon', '', 'publish', 'closed', 'closed', '', 'coming-soon', '', '', '2021-05-12 14:08:20', '2021-05-12 04:08:20', '', 0, 'https://www.craftretreat.com.au/?page_id=1884', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1886, 1, '2021-05-14 01:29:37', '2021-05-14 01:29:37', '[mphb_rooms]', 'Accommodations', '', 'publish', 'closed', 'closed', '', 'accommodations-2', '', '', '2021-05-14 01:29:37', '2021-05-14 01:29:37', '', 0, 'http://localhost/lakeorchardvilla/accommodations-2/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1887, 1, '2021-05-14 01:29:37', '2021-05-14 01:29:37', '[mphb_availability_search]', 'Search Availability', '', 'publish', 'closed', 'closed', '', 'search-availability-2', '', '', '2021-05-14 01:29:37', '2021-05-14 01:29:37', '', 0, 'http://localhost/lakeorchardvilla/search-availability-2/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1888, 1, '2021-05-14 01:29:37', '2021-05-14 01:29:37', '[mphb_search_results]', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results-2', '', '', '2021-05-14 01:29:37', '2021-05-14 01:29:37', '', 0, 'http://localhost/lakeorchardvilla/search-results-2/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1889, 1, '2021-05-14 01:29:37', '2021-05-14 01:29:37', '[mphb_checkout]', 'Booking Confirmation', '', 'publish', 'closed', 'closed', '', 'booking-confirmation-2', '', '', '2021-05-14 01:29:37', '2021-05-14 01:29:37', '', 0, 'http://localhost/lakeorchardvilla/booking-confirmation-2/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1890, 1, '2021-05-14 01:29:38', '2021-05-14 01:29:38', '[mphb_booking_confirmation]', 'Booking Confirmed', '', 'publish', 'closed', 'closed', '', 'booking-confirmed', '', '', '2021-05-14 01:29:38', '2021-05-14 01:29:38', '', 1889, 'http://localhost/lakeorchardvilla/booking-confirmation-2/booking-confirmed/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1891, 1, '2021-05-14 01:29:38', '2021-05-14 01:29:38', 'Your reservation is canceled.', 'Booking Canceled', '', 'publish', 'closed', 'closed', '', 'booking-canceled', '', '', '2021-05-14 01:29:38', '2021-05-14 01:29:38', '', 1889, 'http://localhost/lakeorchardvilla/booking-confirmation-2/booking-canceled/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1892, 1, '2021-05-14 01:29:38', '2021-05-14 01:29:38', '[mphb_booking_confirmation]', 'Reservation Received', '', 'publish', 'closed', 'closed', '', 'reservation-received', '', '', '2021-05-14 01:29:38', '2021-05-14 01:29:38', '', 1889, 'http://localhost/lakeorchardvilla/booking-confirmation-2/reservation-received/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1893, 1, '2021-05-14 01:29:38', '2021-05-14 01:29:38', 'Unfortunately, your transaction cannot be completed at this time. Please try again or contact us.', 'Transaction Failed', '', 'publish', 'closed', 'closed', '', 'transaction-failed', '', '', '2021-05-14 01:29:38', '2021-05-14 01:29:38', '', 1889, 'http://localhost/lakeorchardvilla/booking-confirmation-2/transaction-failed/', 0, 'page', '', 0); INSERT INTO `wp_posts` VALUES (1896, 1, '2021-05-31 02:15:22', '2021-05-31 02:15:22', '', 'IMG_4551', '', 'inherit', 'open', 'closed', '', 'img_4551', '', '', '2021-05-31 02:15:22', '2021-05-31 02:15:22', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4551.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1897, 1, '2021-05-31 02:15:28', '2021-05-31 02:15:28', '', 'IMG_4449', '', 'inherit', 'open', 'closed', '', 'img_4449', '', '', '2021-05-31 02:15:28', '2021-05-31 02:15:28', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/IMG_4449.jpg', 0, 'attachment', 'image/jpeg', 0); INSERT INTO `wp_posts` VALUES (1898, 1, '2021-05-31 02:16:36', '2021-05-31 02:16:36', '', 'Lake Orchard Villas Logo_png', '', 'inherit', 'open', 'closed', '', 'lake-orchard-villas-logo_png', '', '', '2021-05-31 02:16:36', '2021-05-31 02:16:36', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/05/Lake-Orchard-Villas-Logo_png.png', 0, 'attachment', 'image/png', 0); INSERT INTO `wp_posts` VALUES (1899, 1, '2021-05-31 02:17:20', '2021-05-31 02:17: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=""]


[/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://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=""]
\r\n Quilting and Craft Retreat
[/fusion_title][fusion_text]\r\n

Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.

\r\n

Developed 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\n

Situated 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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=""]
\r\n Quilting and Craft Retreat
[/fusion_title][fusion_text]\r\n

Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.

\r\n

Developed 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\n

Situated 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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=""]
\r\n Quilting and Craft Retreat
[/fusion_title][fusion_text]\r\n

Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.

\r\n

Developed 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\n

Situated 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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=""]
\r\n Quilting and Craft Retreat
[/fusion_title][fusion_text]\r\n

Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.

\r\n

Developed 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\n

Situated 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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=""]
\r\n Quilting and Craft Retreat
[/fusion_title][fusion_text]\r\n

Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.

\r\n

Developed 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\n

Situated 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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=""]
\r\n Quilting and Craft Retreat
[/fusion_title][fusion_text]\r\n

Be it quilting, patchwork or scrapbooking, this is the choice destination for your special weekend or midweek escape.

\r\n

Developed 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\n

Situated 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

[/fusion_title][fusion_text]

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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

[/fusion_title][fusion_text]

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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
Friday - Sunday (Weekend)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$1710

\n

$85.50 Per person per night (10 guests)

\n
Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
Monday - Thursday (Weekday)
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$630 per night

\n

$63 Per person per night (10 guests)

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
Maximum of 10 guests
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]
2 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
Longer weekend bookings are available
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]
2 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
Maximum of 10 guests
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]
2 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$385 per night

Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • Each booking includes a welcome platter, soup of the day and bread and breakfast provisions. Tea, coffee and milk.
  • \r\n
  • All bedding and linen provided. Towels, face washers, hand towels, shampoo, conditioner, soap, bubbles for the spa are all provided. For more information refer to “Things You Don’t Have To Bring” – on our FACILITIES page.
  • \r\n
  • 2 night minimum stay.
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
  • Not suitable for children or pets.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:
    \n

    \n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
  • Not suitable for children or pets.
  • \n
\n

Cancellation/Postponement

\n

We 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.

\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:
    \n

    \n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\n

Cancellation/Postponement

\n

We 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.

\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]\r\n
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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:50', '2021-06-04 01:45:50', '', 7, 'http://localhost/lakeorchardvilla/?p=1926', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1927, 1, '2021-06-04 01:46:33', '2021-06-04 01:46: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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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:46:33', '2021-06-04 01:46:33', '', 7, 'http://localhost/lakeorchardvilla/?p=1927', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1928, 1, '2021-06-04 01:48:32', '2021-06-04 01:48:32', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 01:48:32', '2021-06-04 01:48:32', '', 7, 'http://localhost/lakeorchardvilla/?p=1928', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1929, 1, '2021-06-04 01:49:30', '2021-06-04 01:49: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=""]\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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 01:49:30', '2021-06-04 01:49:30', '', 7, 'http://localhost/lakeorchardvilla/?p=1929', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1930, 1, '2021-06-04 01:50:17', '2021-06-04 01:50:17', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 01:50:17', '2021-06-04 01:50:17', '', 7, 'http://localhost/lakeorchardvilla/?p=1930', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1931, 1, '2021-06-04 01:50:29', '2021-06-04 01:50: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/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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n
    \r\n
  • A large fully equipped studio featuring a 5 meter design wall and fitted with an very large “communal” worktable, benches and comfortable chairs.
  • \r\n
  • Daylight lighting and work lamps for intricate hand stitching.
  • \r\n
  • An enormous kitchen/dining/sitting area adjoining a wrap-around deck.
  • \r\n
  • 5 bedrooms catering for a total of 10 people – 9 king singles and one queen bed.
  • \r\n
  • 2 modernised bathrooms
  • \r\n
  • A separate powder room
  • \r\n
  • Ducted heating and evaporative cooling for year round comfort
  • \r\n
\r\n

All 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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 01:50:29', '2021-06-04 01:50:29', '', 7, 'http://localhost/lakeorchardvilla/?p=1931', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1932, 1, '2021-06-04 01:51:03', '2021-06-04 01:51:03', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\r\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 01:51:03', '2021-06-04 01:51:03', '', 7, 'http://localhost/lakeorchardvilla/?p=1932', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1933, 1, '2021-06-04 02:29:05', '2021-06-04 02:29:05', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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.

\n

Use 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.

\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 02:29:05', '2021-06-04 02:29:05', '', 7, 'http://localhost/lakeorchardvilla/?p=1933', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1934, 1, '2021-06-04 02:31:57', '2021-06-04 02:31:57', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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.

\n

Use 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.

\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 02:31:57', '2021-06-04 02:31:57', '', 7, 'http://localhost/lakeorchardvilla/?p=1934', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1935, 1, '2021-06-04 02:33:15', '2021-06-04 02:33:15', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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.

\n

Use 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

\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 02:33:15', '2021-06-04 02:33:15', '', 7, 'http://localhost/lakeorchardvilla/?p=1935', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1936, 1, '2021-06-04 02:33:30', '2021-06-04 02:33: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=""]\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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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.

\n

Use 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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 02:33:30', '2021-06-04 02:33:30', '', 7, 'http://localhost/lakeorchardvilla/?p=1936', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1937, 1, '2021-06-04 02:36:33', '2021-06-04 02:36: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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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.

\n

Use 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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]

$335 per night

Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]
    \n
  • Special prices can be negotiated for longer stays.
  • \n
  • For more information contact Sally or Brian at:\n\n
      \n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \n
    \n
  • \n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \n
  • We accept direct deposit, cheque or money order.
  • \n
\nCancellation/Postponement\n\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.\n\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-04 02:36:33', '2021-06-04 02:36:33', '', 7, 'http://localhost/lakeorchardvilla/?p=1937', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1938, 1, '2021-06-15 02:14:49', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-06-15 02:14:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/lakeorchardvilla/?p=1938', 0, 'post', '', 0); INSERT INTO `wp_posts` VALUES (1939, 1, '2021-06-15 02:29:44', '2021-06-15 02:29:44', '', 'Lake Orchard Villas - 1 Bedroom', '', 'publish', 'open', 'closed', '', 'lake-orchard-villas-1-bedroom', '', '', '2021-06-15 02:29:44', '2021-06-15 02:29:44', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_room_type&p=1939', 0, 'mphb_room_type', '', 0); INSERT INTO `wp_posts` VALUES (1940, 1, '2021-06-15 02:29:44', '2021-06-15 02:29:44', '', 'Lake Orchard Villas – 1 Bedroom 1', '', 'publish', 'closed', 'closed', '', 'lake-orchard-villas-1-bedroom-1', '', '', '2021-06-15 02:29:44', '2021-06-15 02:29:44', '', 0, 'http://localhost/lakeorchardvilla/mphb_room/lake-orchard-villas-1-bedroom-1/', 0, 'mphb_room', '', 0); INSERT INTO `wp_posts` VALUES (1941, 1, '2021-06-15 02:29:44', '2021-06-15 02:29:44', '', 'Lake Orchard Villas – 1 Bedroom 2', '', 'publish', 'closed', 'closed', '', 'lake-orchard-villas-1-bedroom-2', '', '', '2021-06-15 02:29:44', '2021-06-15 02:29:44', '', 0, 'http://localhost/lakeorchardvilla/mphb_room/lake-orchard-villas-1-bedroom-2/', 0, 'mphb_room', '', 0); INSERT INTO `wp_posts` VALUES (1942, 1, '2021-06-15 02:30:06', '2021-06-15 02:30:06', '', 'Lake Orchard Villa - 2 Bedroom', '', 'publish', 'open', 'closed', '', 'lake-orchard-villa-2-bedroom', '', '', '2021-06-15 02:30:06', '2021-06-15 02:30:06', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_room_type&p=1942', 0, 'mphb_room_type', '', 0); INSERT INTO `wp_posts` VALUES (1943, 1, '2021-06-15 02:30:06', '2021-06-15 02:30:06', '', 'Lake Orchard Villa – 2 Bedroom 1', '', 'publish', 'closed', 'closed', '', 'lake-orchard-villa-2-bedroom-1', '', '', '2021-06-15 02:30:06', '2021-06-15 02:30:06', '', 0, 'http://localhost/lakeorchardvilla/mphb_room/lake-orchard-villa-2-bedroom-1/', 0, 'mphb_room', '', 0); INSERT INTO `wp_posts` VALUES (1944, 1, '2021-06-15 02:30:10', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'closed', '', '', '', '', '2021-06-15 02:30:10', '0000-00-00 00:00:00', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_room_type&p=1944', 0, 'mphb_room_type', '', 0); INSERT INTO `wp_posts` VALUES (1945, 1, '2021-06-15 02:30:42', '2021-06-15 02:30:42', '', 'Weekday', '', 'publish', 'closed', 'closed', '', '1945', '', '', '2021-06-15 02:30:51', '2021-06-15 02:30:51', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_season&p=1945', 0, 'mphb_season', '', 0); INSERT INTO `wp_posts` VALUES (1946, 1, '2021-06-15 02:30:58', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2021-06-15 02:30:58', '0000-00-00 00:00:00', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_season&p=1946', 0, 'mphb_season', '', 0); INSERT INTO `wp_posts` VALUES (1947, 1, '2021-06-15 02:31:21', '2021-06-15 02:31:21', '', 'Weekend', '', 'publish', 'closed', 'closed', '', '1947', '', '', '2021-06-15 02:31:38', '2021-06-15 02:31:38', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_season&p=1947', 0, 'mphb_season', '', 0); INSERT INTO `wp_posts` VALUES (1948, 1, '2021-06-15 02:32:09', '2021-06-15 02:32:09', '', '1 Bedroom Villa', '', 'publish', 'closed', 'closed', '', '1-bedroom-villa', '', '', '2021-06-15 02:32:49', '2021-06-15 02:32:49', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_rate&p=1948', 0, 'mphb_rate', '', 0); INSERT INTO `wp_posts` VALUES (1949, 1, '2021-06-15 02:32:54', '2021-06-15 02:32:54', '', '2 Bedroom Villa', '', 'publish', 'closed', 'closed', '', '1-bedroom-villa-copy', '', '', '2021-06-15 02:33:13', '2021-06-15 02:33:13', '', 0, 'http://localhost/lakeorchardvilla/mphb_rate/1-bedroom-villa-copy/', 0, 'mphb_rate', '', 0); INSERT INTO `wp_posts` VALUES (1950, 1, '2021-06-15 02:33:46', '2021-06-15 02:33:46', '', 'Lake Orchard Villa - 2 Bedroom Accomodation', '', 'publish', 'closed', 'closed', '', 'lake-orchard-villa-2-bedroom-accomodation', '', '', '2021-06-15 02:33:46', '2021-06-15 02:33:46', '', 0, 'http://localhost/lakeorchardvilla/?post_type=mphb_room&p=1950', 0, 'mphb_room', '', 0); INSERT INTO `wp_posts` VALUES (1951, 1, '2021-06-15 02:39:32', '2021-06-15 02:39:32', '', 'Lake Orchard Villas Logo (shadowed)', '', 'inherit', 'open', 'closed', '', 'lake-orchard-villas-logo-shadowed', '', '', '2021-06-15 02:39:32', '2021-06-15 02:39:32', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-shadowed.png', 0, 'attachment', 'image/png', 0); INSERT INTO `wp_posts` VALUES (1952, 1, '2021-06-15 02:39:32', '2021-06-15 02:39:32', '', 'Lake Orchard Villas Logo SMALL (shadowed)', '', 'inherit', 'open', 'closed', '', 'lake-orchard-villas-logo-small-shadowed', '', '', '2021-06-15 02:39:32', '2021-06-15 02:39:32', '', 0, 'http://localhost/lakeorchardvilla/wp-content/uploads/2021/06/Lake-Orchard-Villas-Logo-SMALL-shadowed.png', 0, 'attachment', 'image/png', 0); INSERT INTO `wp_posts` VALUES (1953, 1, '2021-06-15 02:39:58', '2021-06-15 02:39:58', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\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" 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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\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" 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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\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" 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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Hepburn Springs is located 3km’s north of Daylesford.

\r\n

Use 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.

\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" 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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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=""]


\n

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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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=""]


\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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_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_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=""]\r\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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=""]


\n

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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
 
\n
[/fusion_table][/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_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" 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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
 
 
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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"]

[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\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

$335 per night

\r\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
\r\n
\r\n[/fusion_table][/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="true" border_position="all" element_content="" spacing_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="false"][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" icon="" /][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="50" 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=""]2 Bedroom Villas[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

$385 per night

\r\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
\r\n
\r\n[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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"]\r\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" 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\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:\r\n\r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\nCancellation/Postponement\r\n\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\n\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:31:26', '2021-06-15 03:31:26', '', 7, 'http://localhost/lakeorchardvilla/?p=1995', 0, 'revision', '', 0); INSERT INTO `wp_posts` VALUES (1996, 1, '2021-06-15 03:32:58', '2021-06-15 03:32:58', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2021-06-15 03:32:58', '2021-06-15 03:32:58', '', 0, 'http://localhost/lakeorchardvilla/?p=1996', 2, 'nav_menu_item', '', 0); INSERT INTO `wp_posts` VALUES (1997, 1, '2021-06-15 03:32:58', '2021-06-15 03:32:58', '', 'Pricing', '', 'publish', 'closed', 'closed', '', 'pricing', '', '', '2021-06-15 03:32:58', '2021-06-15 03:32:58', '', 0, 'http://localhost/lakeorchardvilla/?p=1997', 3, 'nav_menu_item', '', 0); INSERT INTO `wp_posts` VALUES (1998, 1, '2021-06-15 03:32:58', '2021-06-15 03:32:58', '', 'BOOK NOW', '', 'publish', 'closed', 'closed', '', 'book-now', '', '', '2021-06-15 03:32:58', '2021-06-15 03:32:58', '', 0, 'http://localhost/lakeorchardvilla/?p=1998', 4, 'nav_menu_item', '', 0); INSERT INTO `wp_posts` VALUES (1999, 1, '2021-06-15 03:34:53', '2021-06-15 03:34:53', '[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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Pricing

\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=""]
1 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
\n
[/fusion_table][/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="true" border_position="all" element_content="" spacing_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="false"][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" icon="" /][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=""]
2 Bedroom Villas
[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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"]\r\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\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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

\r\n[/fusion_title][fusion_text]\r\n

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\n

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.

\r\n

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.

\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\n

Pricing

\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
1 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$335 per night

\n
Check in Friday 2pm
Check out Sunday 2pm
2 night minimum on weekends (Friday & Saturday nights)
\n
[/fusion_table][/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="true" border_position="all" element_content="" spacing_left="10px" border_sizes_top="0" border_sizes_bottom="0" border_sizes_right="0" border_sizes_left="0" border_radius_top_left="10" border_radius_top_right="10" border_radius_bottom_right="10" border_radius_bottom_left="10" first="false"][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" icon="" /][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
2 Bedroom Villas
\r\n[/fusion_title][fusion_table fusion_table_type="2" fusion_table_rows="5" fusion_table_columns="1" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id=""]
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

$385 per night

\n
Available Monday to Thursday (2 night minimum)
2 night minimum on weekends (Friday & Saturday nights)
\n
[/fusion_table][/fusion_builder_column][fusion_builder_column type="1_1" type="1_1" layout="3_5" spacing="yes" center_content="no" link="" target="_self" min_height="" hide_on_mobile="no" class="" id="" background_color="rgba(71,154,165,0.47)" background_image="" background_position="left top" undefined="" background_repeat="no-repeat" hover_type="none" border_color="" border_style="solid" border_position="all" padding_top="30px" padding_right="30" padding_bottom="" padding_left="30" margin_top="0" margin_bottom="0" 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="0" spacing_left="0" border_radius_bottom_right="10" border_radius_bottom_left="10" border_radius_top_right="10" border_radius_top_left="10"][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="50px" 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="0" margin_top="0"]\r\n
BOOK NOW
\r\n[/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="#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"]\r\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\n
    \r\n
  • Special prices can be negotiated for longer stays.
  • \r\n
  • For more information contact Sally or Brian at:
    \r\n

    \r\n
      \r\n
    • sallyandbrian@craftretreat.com.au or 0403 665 028
    • \r\n
    \r\n
  • \r\n
  • 2 night minimum stay on weekends (Friday & Saturday nights)
  • \r\n
  • Deposit required to secure the booking with the remainder payable 14 days before arrival.
  • \r\n
  • We accept direct deposit, cheque or money order.
  • \r\n
\r\n

Cancellation/Postponement

\r\n

We 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\n

If 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` # --------------------------------------------------------